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

1234

/external/blktrace/
H A Dblktrace.h27 typedef __u8 u8; typedef
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c768 UINT8 u8, pdu, *p; local
800 u8 = *(p_vendor->p_vendor_data + 4);
802 p_rc_rsp->get_caps.capability_id = u8;
811 if (u8 == AVRC_CAP_COMPANY_ID)
818 else if (u8 == AVRC_CAP_EVENTS_SUPPORTED)
827 APPL_TRACE_DEBUG("Invalid capability ID: 0x%x", u8);
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h106 UINT8 u8; /* 8-bit integer */ member in union:__anon1607::__anon1608
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c771 p_elem->params[p_elem->num_params++] = p_sattr->attr_value.v.u8;
1106 p_device_info->rec.primary_record = (BOOLEAN)p_curr_attr->attr_value.v.u8;
1141 UINT8 u8; local
1247 u8 = (UINT8)p_device_info->primary_record;
1249 BOOLEAN_DESC_TYPE, 1, &u8)) )
H A Dsdp_utils.c589 UINT8 u8; local
611 BE_STREAM_TO_UINT8 (u8, p);
612 *p_len = u8;
/external/chromium_org/base/
H A Dbig_endian_unittest.cc16 uint8 u8; local
29 EXPECT_TRUE(reader.ReadU8(&u8));
30 EXPECT_EQ(0x4, u8);
46 uint8 u8; local
67 EXPECT_FALSE(reader.ReadU8(&u8));
91 uint8 u8 = 0; local
110 EXPECT_FALSE(writer.WriteU8(u8));
/external/chromium_org/crypto/
H A Dcurve25519-donna.c28 typedef uint8_t u8; typedef
313 fexpand(limb *output, const u8 *input) {
336 fcontract(u8 *output, limb *input) {
451 cmult(limb *resultx, limb *resultz, const u8 *n, const limb *q) {
462 u8 byte = n[31 - i];
576 curve25519_donna(u8 *mypublic, const u8 *secret, const u8 *basepoint) {
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
H A Dbytestring_test.c39 uint8_t u8; local
45 return CBS_get_u8(&data, &u8) &&
46 u8 == 1 &&
53 !CBS_get_u8(&data, &u8);
58 uint8_t u8; local
66 CBS_get_u8(&prefixed, &u8) &&
67 u8 == 2 &&
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h84 uint8_t u8[4]; member in union:_hb_var_int_t
/external/chromium_org/third_party/libevent/
H A Devdns.c142 #define u8 ev_uint8_t macro
162 u8 *request; /* the dns packet data */
189 u8 s6_addr[16];
391 (int)(u8)((a>>24)&0xff),
392 (int)(u8)((a>>16)&0xff),
393 (int)(u8)((a>>8 )&0xff),
394 (int)(u8)((a )&0xff));
756 name_parse(u8 *packet, int length, int *idx, char *name_out, int name_out_len) {
768 /* with a length of 0 (the lengths are u8's < 63). */
774 u8 label_le
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c648 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
687 u8 = _mm_madd_epi16(s4, k__cospi_p18_p14);
697 w0 = _mm_add_epi32(u0, u8);
705 w8 = _mm_sub_epi32(u0, u8);
740 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS);
754 in[4] = _mm_packs_epi32(u8, u9);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c943 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
979 u8 = _mm_madd_epi16(s4, k__cospi_p18_p14);
989 w0 = _mm_add_epi32(u0, u8);
997 w8 = _mm_sub_epi32(u0, u8);
1032 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS);
1046 in[4] = _mm_packs_epi32(u8, u9);
/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv_sse2.c23 uint8_t u8[16]; member in union:__anon13264
/external/chromium_org/third_party/libyuv/unit_test/
H A Dbasictypes_test.cc28 uint8 u8 = 1u; local
36 EXPECT_EQ(1u, sizeof(u8));
44 EXPECT_LT(0u, u8);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h322 uint8_t u8; member in union:nv50_ir::Storage::__anon13828
/external/chromium_org/third_party/skia/src/core/
H A DSkBuffer.h79 uint8_t u8; local
80 if (this->readU8(&u8)) {
81 *x = (u8 != 0);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp52 uint8_t u8; local
53 (void)buffer.readU8(&u8);
54 SkFontStyle::Slant slant = (SkFontStyle::Slant)u8;
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp22 char* u8 = (char*)dst; local
24 int n = SkUTF8_FromUnichar(src[i], u8);
25 u8 += n;
27 return u8 - (char*)dst;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7417 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
7621 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
7714 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
7913 u8 opcode; /* What operation to perform */
7915 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */
7916 u8 p5; /* Fifth parameter is an unsigned character */
7963 u8 opcode; /* What operation to perform */
8234 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
8261 SQLITE_PRIVATE sqlite3_value *sqlite3VdbeGetValue(Vdbe*, int, u8);
8439 SQLITE_PRIVATE u8 sqlite3PagerIsreadonl
113071 typedef unsigned char u8; /* 1-byte (or larger) unsigned integer */ typedef
124380 typedef unsigned char u8; typedef
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h91 typedef unsigned char u8; /* 1-byte (or larger) unsigned integer */ typedef
137 u8 bHasStat; /* True if %_stat table exists */
138 u8 bHasDocsize; /* True if %_docsize table exists */
164 u8 isEof; /* True if at End Of Results */
165 u8 isRequireSeek; /* True if must seek pStmt to %_content row */
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c112 typedef unsigned char u8; typedef
262 u8 *zData;
320 static int readInt16(u8 *p){
323 static void readCoord(u8 *p, RtreeCoord *pCoord){
332 static i64 readInt64(u8 *p){
350 static int writeInt16(u8 *p, int i){
355 static int writeCoord(u8 *p, RtreeCoord *pCoord){
366 static int writeInt64(u8 *p, i64 i){
451 pNode->zData = (u8 *)&pNode[1];
491 const u8 *zBlo
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h437 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
641 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
664 u8 inTrans; /* 0: not writable. 1: Transaction. 2: Checkpoint */
665 u8 safety_level; /* How aggressive at syncing data to disk */
694 u8 file_format; /* Schema format version for this file */
695 u8 enc; /* Text encoding used by this database */
751 u8 bEnabled; /* False to disable new lookaside allocations */
752 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
808 u8 autoCommit; /* The auto-commit flag. */
809 u8 temp_stor
[all...]
H A Dtclsqlite.c40 typedef unsigned char u8; typedef
807 u8 *data;
1142 u8 *data;
1439 return Tcl_NewByteArrayObj((u8*)zBlob, bytes);
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes_unittest.cc29 uint8 u8 = 1u; local
37 EXPECT_EQ(1u, sizeof(u8));
45 EXPECT_LT(0u, 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) {}

Completed in 2988 milliseconds

1234