Searched defs:u8 (Results 76 - 90 of 90) sorted by relevance

1234

/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/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 Dtclsqlite.c40 typedef unsigned char u8; typedef
807 u8 *data;
1142 u8 *data;
1439 return Tcl_NewByteArrayObj((u8*)zBlob, bytes);
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...]
/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/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c719 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
758 u8 = _mm_madd_epi16(s4, k__cospi_p18_p14);
768 w0 = _mm_add_epi32(u0, u8);
776 w8 = _mm_sub_epi32(u0, u8);
811 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS);
825 in[4] = _mm_packs_epi32(u8, u9);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h322 uint8_t u8; member in union:nv50_ir::Storage::__anon27239
/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c1503 static Bool fitsIn8x4 ( UInt* u8, UInt* u4, UInt u ) argument
1508 *u8 = u;
1519 UInt u8, u4; local
1522 if (fitsIn8x4(&u8, &u4, imm32)) {
1527 i->ARMin.Alu.argR = ARMRI84_I84(u8, u4);
H A Dguest_amd64_toIR.c18284 static IRTemp math_PINSRB_128 ( IRTemp v128, IRTemp u8, UInt imm8 ) argument
18293 unop(Iop_8Uto64, mkexpr(u8)),
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3545 uint8_t u8 [8]; member in union:test73::uint64_union
3551 uint8_t u8 [4]; member in union:test73::uint32_union
3577 case 3: CHECK(ARR1[i].u8 [off] == 0); break;
3582 case 3: CHECK(ARR2[i].u8 [off] == 0); break;
5800 uint8_t u8[8]; member in union:test123::uint_union
5835 void Wr8_0() { MEM[0].u8[0] = 1; }
5836 void Wr8_1() { MEM[1].u8[1] = 1; }
5837 void Wr8_2() { MEM[2].u8[2] = 1; }
5838 void Wr8_3() { MEM[3].u8[3] = 1; }
5839 void Wr8_4() { MEM[4].u8[
[all...]
/external/libmtp/src/
H A Dptp.h903 uint8_t u8; member in union:_PTPPropertyValue
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/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/sqlite/dist/orig/
H A Dsqlite3.c8500 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
8826 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
8925 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
9133 u8 opcode; /* What operation to perform */
9135 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */
9136 u8 p5; /* Fifth parameter is an unsigned character */
9187 u8 opcode; /* What operation to perform */
9467 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
9470 SQLITE_PRIVATE int sqlite3VdbeDeletePriorOpcode(Vdbe*, u8 op);
9496 SQLITE_PRIVATE sqlite3_value *sqlite3VdbeGetBoundValue(Vdbe*, int, u8);
126673 typedef unsigned char u8; /* 1-byte (or larger) unsigned integer */ typedef
144716 typedef unsigned char u8; typedef
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8500 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
8826 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
8925 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
9133 u8 opcode; /* What operation to perform */
9135 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */
9136 u8 p5; /* Fifth parameter is an unsigned character */
9187 u8 opcode; /* What operation to perform */
9467 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
9470 SQLITE_PRIVATE int sqlite3VdbeDeletePriorOpcode(Vdbe*, u8 op);
9496 SQLITE_PRIVATE sqlite3_value *sqlite3VdbeGetBoundValue(Vdbe*, int, u8);
126693 typedef unsigned char u8; /* 1-byte (or larger) unsigned integer */ typedef
144748 typedef unsigned char u8; typedef
[all...]

Completed in 457 milliseconds

1234