Home
last modified time | relevance | path

Searched defs:u8 (Results 1 – 25 of 122) sorted by relevance

12345

/external/flatbuffers/rust/flatbuffers/src/
Dfollow.rs32 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()
Dprimitives.rs130 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 …]
Dvector.rs31 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()
Dtable.rs29 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()
Dvtable.rs36 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()
Dpush.rs27 fn push(&self, dst: &mut [u8], _rest: &[u8]); in push()
Dendian_scalar.rs152 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/
Dnamespace_test1_generated.rs48 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/
Dmonster_generated.rs40 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/
Dmonster_test_generated.rs33 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/
Dbig_endian_unittest.cc18 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/
DConstantPoolGen.java112 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/
Dbinarystream.cc58 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/
Dsg_linux_inc.h6 typedef unsigned char u8; typedef
/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc152 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/
Dmd5.h11 typedef uint8_t u8; typedef
/external/google-breakpad/src/common/
Dmd5.h11 typedef uint8_t u8; typedef
/external/e2fsprogs/lib/uuid/
Duuid.h58 #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
Duuid.h.in58 #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/
Duboot_aes.h12 typedef unsigned char u8; typedef
/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs16 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/
Dethernet.c41 #define u8 __u8 macro
/external/openssh/
Drijndael.h36 typedef unsigned char u8; typedef
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_fuzz.c41 u_int8_t u8; in attempt_parse_blob() local
/external/libyuv/files/unit_test/
Dbasictypes_test.cc28 uint8 u8 = 1u; in TEST_F() local

12345