Searched refs:swap_bytes (Results 1 – 18 of 18) sorted by relevance
/external/perfetto/test/trace_processor/memory/ |
D | android_lmk_reason.out | 23 swap_bytes: 0 55 swap_bytes: 2500
|
/external/rust/crates/num-traits/src/ |
D | int.rs | 219 fn swap_bytes(self) -> Self; in swap_bytes() method 363 fn swap_bytes(self) -> Self { 364 <$T>::swap_bytes(self)
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | endian_scalar.rs | 139 f32::from_bits(x.to_bits().swap_bytes()) in byte_swap_f32() 146 f64::from_bits(x.to_bits().swap_bytes()) in byte_swap_f64()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 58 unsigned bindings, bool swap_bytes, bool allow_dxt);
|
D | st_format.c | 1102 unsigned bindings, bool swap_bytes, bool allow_dxt) in st_choose_format() argument 1123 swap_bytes); in st_choose_format()
|
/external/rust/crates/hashbrown/src/raw/ |
D | bitmask.rs | 86 self.0.swap_bytes().leading_zeros() as usize / BITMASK_STRIDE in trailing_zeros()
|
/external/rust/crates/hashbrown/benches/ |
D | bench.rs | 69 (0..).map(usize::swap_bytes) 74 (0..).map(usize::swap_bytes)
|
/external/rust/crates/uuid/src/ |
D | lib.rs | 953 assert_eq!(d1_in, d1_out.swap_bytes()); in test_fields_le_are_actually_le() 954 assert_eq!(d2_in, d2_out.swap_bytes()); in test_fields_le_are_actually_le() 955 assert_eq!(d3_in, d3_out.swap_bytes()); in test_fields_le_are_actually_le() 1008 assert_eq!(v_in, v_out.swap_bytes()); in test_u128_le_is_actually_le()
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | lmk_reason_metric.proto | 38 optional int64 swap_bytes = 7; field
|
/external/crosvm/data_model/src/ |
D | endian.rs | 152 assert_eq!(endian_v, endian_transmute.swap_bytes());
|
/external/rust/crates/ppv-lite86/src/ |
D | generic.rs | 530 dmap(self, |x| x.swap_bytes()) in bswap() 536 qmap(self, |x| x.swap_bytes()) in bswap() 542 omap(self, |x| x.swap_bytes()) in bswap()
|
/external/rust/crates/ahash/src/ |
D | operations.rs | 30 a.swap_bytes() in shuffle()
|
/external/webrtc/modules/audio_coding/ |
D | BUILD.gn | 349 "codecs/ilbc/swap_bytes.c", 350 "codecs/ilbc/swap_bytes.h",
|
/external/crosvm/acpi_tables/src/ |
D | aml.rs | 329 .swap_bytes(); in new()
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 892 x == f32::from_bits(x.to_bits().swap_bytes()) in palindrome_32() 895 x == f64::from_bits(x.to_bits().swap_bytes()) in palindrome_64()
|
/external/perfetto/protos/perfetto/metrics/ |
D | perfetto_merged_metrics.proto | 563 optional int64 swap_bytes = 7; field
|
/external/webrtc/ |
D | Android.bp | 1810 "modules/audio_coding/codecs/ilbc/swap_bytes.c",
|
/external/webrtc/android_tools/ |
D | sorted_targets.txt | 33877 "//modules/audio_coding/codecs/ilbc/swap_bytes.c": [ 33878 "obj/modules/audio_coding/ilbc_c/swap_bytes.o" 34024 "//modules/audio_coding/codecs/ilbc/swap_bytes.c", 34025 "//modules/audio_coding/codecs/ilbc/swap_bytes.h",
|