Home
last modified time | relevance | path

Searched refs:swap_bytes (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/test/trace_processor/memory/
Dandroid_lmk_reason.out23 swap_bytes: 0
55 swap_bytes: 2500
/external/rust/crates/num-traits/src/
Dint.rs219 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/
Dendian_scalar.rs139 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/
Dst_format.h58 unsigned bindings, bool swap_bytes, bool allow_dxt);
Dst_format.c1102 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/
Dbitmask.rs86 self.0.swap_bytes().leading_zeros() as usize / BITMASK_STRIDE in trailing_zeros()
/external/rust/crates/hashbrown/benches/
Dbench.rs69 (0..).map(usize::swap_bytes)
74 (0..).map(usize::swap_bytes)
/external/rust/crates/uuid/src/
Dlib.rs953 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/
Dlmk_reason_metric.proto38 optional int64 swap_bytes = 7; field
/external/crosvm/data_model/src/
Dendian.rs152 assert_eq!(endian_v, endian_transmute.swap_bytes());
/external/rust/crates/ppv-lite86/src/
Dgeneric.rs530 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/
Doperations.rs30 a.swap_bytes() in shuffle()
/external/webrtc/modules/audio_coding/
DBUILD.gn349 "codecs/ilbc/swap_bytes.c",
350 "codecs/ilbc/swap_bytes.h",
/external/crosvm/acpi_tables/src/
Daml.rs329 .swap_bytes(); in new()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs892 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/
Dperfetto_merged_metrics.proto563 optional int64 swap_bytes = 7; field
/external/webrtc/
DAndroid.bp1810 "modules/audio_coding/codecs/ilbc/swap_bytes.c",
/external/webrtc/android_tools/
Dsorted_targets.txt33877 "//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",