Searched defs:u8 (Results 1 - 25 of 89) sorted by path

1234

/external/autotest/client/deps/glbench/src/
H A Dmd5.h11 typedef uint8_t u8; typedef
16 u8 in[64];
/external/autotest/client/profilers/powertop/src/
H A Dethernet.c41 #define u8 __u8 macro
46 #undef u8 macro
H A Dwireless.c41 #define u8 __u8 macro
46 #undef u8 macro
/external/blktrace/
H A Dblktrace.h27 typedef __u8 u8; typedef
/external/boringssl/src/crypto/bytestring/
H A Dbytestring_test.cc50 uint8_t u8; local
56 ASSERT_TRUE(CBS_get_u8(&data, &u8));
57 EXPECT_EQ(1u, u8);
64 ASSERT_TRUE(CBS_get_last_u8(&data, &u8));
65 EXPECT_EQ(0xcu, u8);
66 ASSERT_TRUE(CBS_get_last_u8(&data, &u8));
67 EXPECT_EQ(0xbu, u8);
68 EXPECT_FALSE(CBS_get_u8(&data, &u8));
69 EXPECT_FALSE(CBS_get_last_u8(&data, &u8));
74 uint8_t u8; local
[all...]
/external/boringssl/src/crypto/
H A Dcompiler_test.cc65 uint8_t u8 = 0; local
66 unsigned char *ptr = &u8;
/external/brotli/dec/
H A Dstate.h113 uint8_t u8[8]; member in union:BrotliDecoderStateStruct::__anon757
/external/brotli/enc/
H A Dencode.c106 uint8_t u8[16]; member in union:BrotliEncoderStateStruct::__anon761
1451 destination = s->tiny_buf_.u8;
1636 s->next_out_ = s->tiny_buf_.u8;
1662 s->next_out_ = s->tiny_buf_.u8;
/external/clang/test/CodeGen/
H A Dx86_64-arguments-nacl.c39 union u8 { union
43 union u8 f8_1() { while (1) {} }
44 void f8_2(union u8 a0) {}
H A Dx86_64-arguments.c50 // CHECK-LABEL: define void @f8_1(%union.u8* noalias sret %agg.result)
51 // CHECK-LABEL: define void @f8_2(%union.u8* byval align 16 %a0)
52 union u8 { union
56 union u8 f8_1() { while (1) {} }
57 void f8_2(union u8 a0) {}
/external/clang/test/Sema/
H A Dcompare.c241 unsigned int u8 : 8; member in struct:foo
248 if (x->u8 == i32) { // comparison in int32, exact
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h75 typedef unsigned char u8; typedef in namespace:__sanitizer
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/dhcpcd-6.8.2/dbus/
H A Ddbus-dict.c175 uint8_t u8, u8_2; local
192 ok = (sscanf(it++, "%1hhx", &u8) == 1) &&
194 &u8);
198 /* sscanf("1z", "%2hhx", &u8) will store 0x01 in u8 and
200 ok = (sscanf(it++, "%1hhx", &u8) == 1) &&
205 u8 = (u8 << 4) | u8_2;
206 ok = dbus_message_iter_append_basic(&array, DBUS_TYPE_BYTE, &u8);
/external/dhcpcd-6.8.2/
H A Ddhcp6.c515 uint8_t u8, type; local
648 len += sizeof(*o) + sizeof(u8) +
805 sizeof(u32) + sizeof(u32) + sizeof(u8));
825 u8 = ap->prefix_len % NBBY;
826 if (u8)
830 if (u8)
831 *p = (uint8_t)(*pp << u8);
1829 uint8_t u8, *pw; local
1929 u8 = a->prefix_len % NBBY;
1932 if (u8)
[all...]
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c57 typedef unsigned char u8; typedef
62 u8 op, htype, hlen, hops;
66 u8 chaddr[DHCP_CHADDR_MAX], sname[64], file[128];
H A Ddhcp_release.c62 typedef unsigned char u8; typedef
67 u8 op, htype, hlen, hops;
71 u8 chaddr[DHCP_CHADDR_MAX], sname[64], file[128];
/external/dnsmasq/src/
H A Ddnsmasq.h558 typedef unsigned char u8; typedef
564 u8 op, htype, hlen, hops;
568 u8 chaddr[DHCP_CHADDR_MAX], sname[64], file[128];
569 u8 options[312];
/external/elfutils/libcpu/
H A Dmemory-access.h89 uint64_t u8; member in union:unaligned
140 return bswap_64 (up->u8);
141 return up->u8;
148 return (int64_t) bswap_64 (up->u8);
/external/elfutils/libdw/
H A Dmemory-access.h169 uint64_t u8; member in union:unaligned
232 return up->u8;
239 return bswap_64 (up->u8);
240 return up->u8;
247 return (int64_t) bswap_64 (up->u8);
/external/f2fs-tools/include/
H A Df2fs_fs.h30 typedef u_int8_t u8; typedef
33 typedef u8 bool;
959 extern int test_and_set_bit_le(u32, u8 *);
960 extern int test_and_clear_bit_le(u32, u8 *);
961 extern int test_bit_le(u32, const u8 *);
965 extern u64 find_next_bit_le(const u8 *, u64, u64);
966 extern u64 find_next_zero_bit_le(const u8 *, u64, u64);
/external/google-breakpad/src/common/
H A Dmd5.h11 typedef uint8_t u8; typedef in namespace:google_breakpad
16 u8 in[64];
/external/google-breakpad/src/processor/
H A Dbinarystream.cc58 binarystream &binarystream::operator>>(uint8_t &u8) { argument
59 stream_.read((char *)&u8, 1);
99 binarystream &binarystream::operator<<(uint8_t u8) { argument
100 stream_.write((const char*)&u8, 1);
H A Dbinarystream_unittest.cc50 uint8_t u8 = 0; local
52 stream >> u8; local
54 EXPECT_EQ(0U, u8);
59 stream >> u8; local
60 EXPECT_EQ(1, u8);
266 uint8_t u8 = 0; local
272 stream >> u8 >> u16 >> u32 >> u64 >> s;
274 EXPECT_EQ(e8, u8);
/external/harfbuzz_ng/src/
H A Dhb-common.h84 uint8_t u8[4]; member in union:_hb_var_int_t

Completed in 538 milliseconds

1234