Searched defs:u16 (Results 51 - 61 of 61) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h321 uint16_t u16; member in union:nv50_ir::Storage::__anon13828
/external/dnsmasq/src/
H A Ddnsmasq.h559 typedef unsigned short u16; typedef
566 u16 secs, flags;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h321 uint16_t u16; member in union:nv50_ir::Storage::__anon27239
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3544 uint16_t u16[4]; member in union:test73::uint64_union
3550 uint16_t u16[2]; member in union:test73::uint32_union
3576 case 2: CHECK(ARR1[i].u16[off] == 0); break;
3581 case 2: CHECK(ARR2[i].u16[off] == 0); break;
5799 uint16_t u16[4]; member in union:test123::uint_union
5826 void Wr16_0() { MEM[0].u16[0] = 1; }
5827 void Wr16_1() { MEM[1].u16[1] = 1; }
5828 void Wr16_2() { MEM[2].u16[2] = 1; }
5829 void Wr16_3() { MEM[3].u16[3] = 1; }
5830 void Wr16_4() { MEM[4].u16[
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3365 UShort u16 = line->u16s[loff]; local
3366 line->u16s[loff] = u16 & ~mask; /* clear them */
3423 UShort u16 = line->u16s[loff]; local
3424 Bool ok = (u16 & mask) == mask; /* all R bits set? */
3425 line->u16s[loff] = u16 | mask; /* set them */
3451 UShort u16 = line->u16s[loff]; local
3452 Bool ok = (u16 & mask) == mask; /* 4 x R bits set? */
3453 line->u16s[loff] = u16 | mask; /* set them */
3480 UShort u16 = line->u16s[loff]; local
3481 Bool ok = (u16
3507 UShort u16 = line->u16s[loff]; local
3538 UShort u16 = line->u16s[loff]; local
3566 UShort u16 = line->u16s[loff]; local
3595 UShort u16 = line->u16s[loff]; local
3622 UShort u16 = line->u16s[loff]; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h435 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
696 u16 flags; /* Flags associated with this schema */
750 u16 sz; /* Size of each buffer in bytes */
1277 u16 nRef; /* Number of pointers to this Table */
1407 u16 nField; /* Number of entries in aColl[] */
1428 u16 nField; /* Number of entries in apMem[] */
1429 u16 flags; /* Boolean settings. UNPACKED_... below */
1640 u16 flags; /* Various flags. EP_* See below */
1760 u16 iCol; /* For ORDER BY, column number in result set */
1761 u16 iAlia
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c11487 static IRTemp math_PINSRW_128 ( IRTemp v128, IRTemp u16, UInt imm8 ) argument
11496 unop(Iop_16Uto64, mkexpr(u16)),
14497 /* 66 0F F6 = PSADBW -- 2 x (8x8 -> 48 zeroes ++ u16) Sum Abs Diffs
[all...]
/external/libmtp/src/
H A Dptp.h905 uint16_t u16; member in union:_PTPPropertyValue
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7415 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
8511 u16 flags; /* PGHDR flags defined below */
9041 u16 flags; /* Flags associated with this schema */
9095 u16 sz; /* Size of each buffer in bytes */
9622 u16 nRef; /* Number of pointers to this Table */
9752 u16 nField; /* Number of entries in aColl[] */
9773 u16 nField; /* Number of entries in apMem[] */
9774 u16 flags; /* Boolean settings. UNPACKED_... below */
9985 u16 flags; /* Various flags. EP_* See below */
10105 u16 iCo
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8498 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
9829 u16 flags; /* PGHDR flags defined below */
10353 u16 schemaFlags; /* Flags associated with this schema */
10407 u16 sz; /* Size of each buffer in bytes */
10447 u16 dbOptFlags; /* Flags to enable/disable optimizations */
10641 u16 funcFlags; /* Some combination of SQLITE_FUNC_* */
10952 u16 nRef; /* Number of pointers to this Table */
11096 u16 nField; /* Number of key columns in the index */
11097 u16 nXField; /* Number of columns beyond the key columns */
11122 u16 nFiel
144717 typedef unsigned short u16; typedef
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8498 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
9829 u16 flags; /* PGHDR flags defined below */
10353 u16 schemaFlags; /* Flags associated with this schema */
10407 u16 sz; /* Size of each buffer in bytes */
10447 u16 dbOptFlags; /* Flags to enable/disable optimizations */
10641 u16 funcFlags; /* Some combination of SQLITE_FUNC_* */
10952 u16 nRef; /* Number of pointers to this Table */
11096 u16 nField; /* Number of key columns in the index */
11097 u16 nXField; /* Number of columns beyond the key columns */
11122 u16 nFiel
144749 typedef unsigned short u16; typedef
[all...]

Completed in 1086 milliseconds

123