/external/flatbuffers/rust/flatbuffers/src/ |
D | follow.rs | 32 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner; in follow() 38 pub fn lifted_follow<'a, T: Follow<'a>>(buf: &'a [u8], loc: usize) -> T::Inner { in lifted_follow() 52 pub fn self_follow(&'a self, buf: &'a [u8], loc: usize) -> T::Inner { in self_follow() 59 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
|
D | primitives.rs | 130 fn push(&self, dst: &mut [u8], rest: &[u8]) { in push() 140 fn push(&self, dst: &mut [u8], rest: &[u8]) { in push() 159 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 180 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 191 fn push(&self, dst: &mut [u8], rest: &[u8]) { in push() 210 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 221 fn push(&self, dst: &mut [u8], rest: &[u8]) { in push() 232 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 243 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 254 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() [all …]
|
D | vector.rs | 31 pub fn new(buf: &'a [u8], loc: usize) -> Self { in new() 70 impl SafeSliceAccess for u8 {} implementation 90 pub fn follow_cast_ref<'a, T: Sized + 'a>(buf: &'a [u8], loc: usize) -> &'a T { in follow_cast_ref() argument 99 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 107 fn follow_slice_helper<T>(buf: &[u8], loc: usize) -> &[T] { in follow_slice_helper() 121 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 129 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
|
D | table.rs | 29 pub fn new(buf: &'a [u8], loc: usize) -> Self { in new() 53 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 67 pub fn buffer_has_identifier(data: &[u8], ident: &str, size_prefixed: bool) -> bool { in buffer_has_identifier()
|
D | vtable.rs | 36 pub fn init(buf: &'a [u8], loc: usize) -> Self { in init() 69 pub fn as_bytes(&self) -> &[u8] { in as_bytes() 92 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
|
D | push.rs | 27 fn push(&self, dst: &mut [u8], _rest: &[u8]); in push()
|
D | endian_scalar.rs | 152 pub fn emplace_scalar<T: EndianScalar>(s: &mut [u8], x: T) { in emplace_scalar() 164 pub fn read_scalar_at<T: EndianScalar>(s: &[u8], loc: usize) -> T { in read_scalar_at()
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.rs | 48 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 71 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 106 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 113 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 120 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 122 ::std::slice::from_raw_parts(self as *const StructInNestedNS as *const u8, Self::size()) in push() constant 131 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 133 … ::std::slice::from_raw_parts(*self as *const StructInNestedNS as *const u8, Self::size()) in push() constant 166 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
|
/external/flatbuffers/samples/ |
D | monster_generated.rs | 40 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 63 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 101 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 110 let p = &n as *const u8 as *const Equipment; in to_little_endian() constant 116 let p = &n as *const u8 as *const Equipment; in from_little_endian() constant 124 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 159 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 167 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 174 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 176 ::std::slice::from_raw_parts(self as *const Vec3 as *const u8, Self::size()) in push() constant [all …]
|
/external/flatbuffers/tests/ |
D | monster_test_generated.rs | 33 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 106 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 187 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 210 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 256 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 265 let p = &n as *const u8 as *const Any; in to_little_endian() constant 271 let p = &n as *const u8 as *const Any; in from_little_endian() constant 279 fn push(&self, dst: &mut [u8], _rest: &[u8]) { in push() 323 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow() 332 let p = &n as *const u8 as *const AnyUniqueAliases; in to_little_endian() constant [all …]
|
/external/libchrome/base/ |
D | big_endian_unittest.cc | 18 uint8_t u8; in TEST() local 48 uint8_t u8; in TEST() local 93 uint8_t u8 = 0; in TEST() local
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ConstantPoolGen.java | 112 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getStringIndex()]; in ConstantPoolGen() local 119 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getNameIndex()]; in ConstantPoolGen() local 126 final ConstantUtf8 u8 = (ConstantUtf8) constants[n.getNameIndex()]; in ConstantPoolGen() local 147 ConstantUtf8 u8; in ConstantPoolGen() local 785 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getStringIndex()]; in addConstant() local 790 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getNameIndex()]; in addConstant() local 795 final ConstantUtf8 u8 = (ConstantUtf8) constants[n.getNameIndex()]; in addConstant() local 815 ConstantUtf8 u8 = (ConstantUtf8) constants[clazz.getNameIndex()]; in addConstant() local
|
/external/google-breakpad/src/processor/ |
D | binarystream.cc | 58 binarystream &binarystream::operator>>(uint8_t &u8) { in operator >>() 99 binarystream &binarystream::operator<<(uint8_t u8) { in operator <<()
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_linux_inc.h | 6 typedef unsigned char u8; typedef
|
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 152 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 216 Label u8(this), u16(this), u32(this), other(this); in TF_BUILTIN() local 276 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 354 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 451 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in BINOP_BUILTIN() local
|
/external/autotest/client/deps/glbench/src/ |
D | md5.h | 11 typedef uint8_t u8; typedef
|
/external/google-breakpad/src/common/ |
D | md5.h | 11 typedef uint8_t u8; typedef
|
/external/e2fsprogs/lib/uuid/ |
D | uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
|
D | uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
|
/external/u-boot/include/ |
D | uboot_aes.h | 12 typedef unsigned char u8; typedef
|
/external/flatbuffers/tests/rust_usage_test/bin/ |
D | alloc_check.rs | 16 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() 20 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc()
|
/external/autotest/client/profilers/powertop/src/ |
D | ethernet.c | 41 #define u8 __u8 macro
|
/external/openssh/ |
D | rijndael.h | 36 typedef unsigned char u8; typedef
|
/external/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf_getput_fuzz.c | 41 u_int8_t u8; in attempt_parse_blob() local
|
/external/libyuv/files/unit_test/ |
D | basictypes_test.cc | 28 uint8 u8 = 1u; in TEST_F() local
|