/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | fixed.rs | 4 const LEN: u32; constant 8 const LEN: u32 = 4; constant 12 const LEN: u32 = 4; constant 16 const LEN: u32 = 8; constant 20 const LEN: u32 = 8; constant 24 const LEN: u32 = 4; constant 28 const LEN: u32 = 8; constant 34 const LEN: u32 = 1; constant
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | sw_keyblob.rs | 321 const LEN: usize = size_of::<u32>(); in consume_u32() constant 332 const LEN: usize = size_of::<i32>(); in consume_i32() constant 343 const LEN: usize = size_of::<i64>(); in consume_i64() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/page/ |
D | slot.rs | 59 const LEN: usize = (cfg::WIDTH - C::RESERVED_BITS) - Self::SHIFT; constant 651 const LEN: usize = 2; constant 688 const LEN: usize = cfg::WIDTH - (Lifecycle::<C>::LEN + Generation::<C>::LEN); constant 760 const LEN: usize = Generation::<C>::LEN; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/ |
D | linux_sll_header.rs | 23 pub const LEN: usize = 16; constant 113 pub fn to_bytes(&self) -> [u8; Self::LEN] { in to_bytes()
|
D | single_vlan_header.rs | 18 pub const LEN: usize = 4; constant
|
D | ethernet2_header.rs | 16 pub const LEN: usize = 14; constant
|
D | double_vlan_header.rs | 14 pub const LEN: usize = 8; constant
|
/aosp_15_r20/tools/netsim/rust/packets/src/ |
H A D | llc.rs | 25 pub const LEN: usize = 8; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | icmp_echo_header.rs | 20 pub const LEN: usize = 4; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/ |
D | lib.rs | 1025 const LEN: usize; constant 1080 const LEN: usize = 0; constant
|
D | tid.rs | 46 const LEN: usize = C::MAX_SHARDS.trailing_zeros() as usize + 1; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/icmpv4/ |
D | timestamp_message.rs | 17 pub const LEN: usize = 20; constant
|
/aosp_15_r20/external/libese/libese-teq1/include/ese/ |
H A D | teq1.h | 97 uint8_t LEN; member 198 #define teq1_trace_transmit(PCB, LEN) ALOGI("%-20s --> %20s [%3hhu]", teq1_pcb_to_name(PCB), "", LE… argument 199 #define teq1_trace_receive(PCB, LEN) ALOGI("%-20s <-- %20s [%3hhu]", "", teq1_pcb_to_name(PCB), LEN) argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-literal-0.4.1/src/ |
H A D | lib.rs | 59 pub const fn decode<const LEN: usize>(strings: &[&[u8]]) -> [u8; LEN] { in decode() 84 const LEN: usize = $crate::len(STRINGS); constant
|
/aosp_15_r20/external/cblas/testing/ |
H A D | c_zblat1.f | 88 INTEGER I, J, LEN, NP1 local 522 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC) argument 536 INTEGER LEN local 612 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument 619 INTEGER LEN local
|
H A D | c_cblat1.f | 88 INTEGER I, J, LEN, NP1 local 522 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC) argument 536 INTEGER LEN local 612 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument 619 INTEGER LEN local
|
/aosp_15_r20/external/eigen/blas/testing/ |
H A D | zblat1.f | 130 INTEGER I, J, LEN, NP1 local 563 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC) argument 578 INTEGER LEN local 654 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument 661 INTEGER LEN local
|
H A D | cblat1.f | 130 INTEGER I, J, LEN, NP1 local 563 SUBROUTINE STEST(LEN,SCOMP,STRUE,SSIZE,SFAC) argument 578 INTEGER LEN local 654 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument 661 INTEGER LEN local
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/ |
D | decode.rs | 793 const LEN: usize = 1024; in bench_decode_chunked_1kb() constant 817 const LEN: usize = 1024; in bench_decode_length_1kb() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/tests/ |
D | sort-panic-safe.rs | 12 const LEN: usize = 20_000; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_header.rs | 25 pub const LEN: usize = 40; constant 336 pub fn to_bytes(&self) -> [u8;Ipv6Header::LEN] { in to_bytes()
|
D | ipv6_fragment_header.rs | 21 pub const LEN: usize = 8; constant
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/ |
H A D | test_buf_mut.rs | 133 const LEN: usize = 100; in do_test_slice_large() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/ |
D | test_buf_mut.rs | 133 const LEN: usize = 100; in do_test_slice_large() constant
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
H A D | ArrayDeserializationTest.java | 165 final int LEN = 90000; in testIntegerArray() local 305 final int LEN = 37000; in testByteArrayAsNumbers() local
|