Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2171 - 2180 of 7,713 for content_length:[0 TO 9999] (0.68 seconds)

  1. aggregate_raw_ptr in std::intrinsics - Rust

    Lowers in MIR to `Rvalue::Aggregate` with `AggregateKind::RawPtr`.
    doc.rust-lang.org/std/intrinsics/fn.aggregate_raw_ptr.html
    Thu Feb 12 20:19:35 GMT 2026
      3.9K bytes
  2. mon-on-disk-formats.rst.txt

    ########## ON-DISK FORMAT ########## ********** UPGRADE PATH ********** On-disk formats, or even data structure formats, may be changed during an upgrade. Services wishing to do so, may so do it vi...
    docs.ceph.com/en/latest/_sources/dev/mon-on-disk-formats.rst.txt
    Wed Feb 08 19:04:48 GMT 2023
      2.9K bytes
  3. read_dir in std::fs - Rust

    Returns an iterator over the entries within a directory.
    doc.rust-lang.org/std/fs/fn.read_dir.html
    Thu Feb 12 20:19:35 GMT 2026
      9.1K bytes
  4. migrate.rst.txt

    .. _ceph-volume-lvm-migrate: ``migrate`` ========== Moves BlueFS data from source volume(s) to the target one, source volumes (except the main, i.e. data or block one) are removed on success. LVM v...
    docs.ceph.com/en/latest/_sources/ceph-volume/lvm/migrate.rst.txt
    Wed Feb 08 19:04:39 GMT 2023
      1.7K bytes
  5. encoding.rst.txt

    Serialization (encode/decode) ========== When a structure is sent over the network or written to disk, it is encoded into a string of bytes. Usually (but not always -- multiple serialization facili...
    docs.ceph.com/en/latest/_sources/dev/encoding.rst.txt
    Sun Jul 14 07:54:33 GMT 2024
      8.4K bytes
  6. atomic_umax in std::intrinsics - Rust

    Maximum with the current value using an unsigned comparison. `T` must be an unsigned integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_umax.html
    Thu Feb 12 20:19:35 GMT 2026
      4.2K bytes
  7. caller_location in std::intrinsics - Rust

    Gets a reference to a static `Location` indicating where it was called.
    doc.rust-lang.org/std/intrinsics/fn.caller_location.html
    Thu Feb 12 20:19:35 GMT 2026
      4K bytes
  8. macos.rst.txt

    build on MacOS ========== Since we've switched to C++ 17, and the default clang shipped with Xcode 9 does not support all the C++ 17 language features, it's suggested to install clang using brew:: ...
    docs.ceph.com/en/latest/_sources/dev/macos.rst.txt
    Sun Oct 12 17:30:56 GMT 2025
      1.6K bytes
  9. bluestore.rst.txt

    ========== BlueStore Internals ========== Small write strategies ---------- * *U*: Uncompressed write of a complete, new blob. - write to new blob - kv commit * *P*: Uncompressed partial write to u...
    docs.ceph.com/en/latest/_sources/dev/bluestore.rst.txt
    Wed Feb 08 19:04:49 GMT 2023
      3.4K bytes
  10. atomic_and in std::intrinsics - Rust

    Bitwise and with the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_and.html
    Thu Feb 12 20:19:35 GMT 2026
      4.5K bytes
Back to Top