Searched defs:u32 (Results 101 - 109 of 109) sorted by relevance

12345

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c459 /* --------- Operand, which can be a reg or a u32/64. --------- */
3404 UInt u32 = (UInt)imm; local
3405 Int s32 = (Int)u32;
3465 UInt u32 = (UInt)imm; local
3466 Int s32 = (Int)u32;
3510 UInt u32 = (UInt)imm; local
3511 Int s32 = (Int)u32;
4647 // fctiwu (conv f64 to u32)
H A Dguest_amd64_toIR.c18310 static IRTemp math_PINSRD_128 ( IRTemp v128, IRTemp u32, UInt imm8 ) argument
18315 /* Surround u32 with zeroes as per imm, giving us something we can
18321 assign(withZs, mkV128from32s(u32, z32, z32, z32));
18324 assign(withZs, mkV128from32s(z32, u32, z32, z32));
18327 assign(withZs, mkV128from32s(z32, z32, u32, z32));
18330 assign(withZs, mkV128from32s(z32, z32, z32, u32));
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3543 uint32_t u32[2]; member in union:test73::uint64_union
3549 uint32_t u32[1]; member in union:test73::uint32_union
3575 case 1: CHECK(ARR1[i].u32[off] == 0); break;
3580 case 1: CHECK(ARR2[i].u32[off] == 0); break;
5798 uint32_t u32[2]; member in union:test123::uint_union
5817 void Wr32_0() { MEM[0].u32[0] = 1; }
5818 void Wr32_1() { MEM[1].u32[1] = 1; }
5819 void Wr32_2() { MEM[2].u32[0] = 1; }
5820 void Wr32_3() { MEM[3].u32[1] = 1; }
5821 void Wr32_4() { MEM[4].u32[
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h434 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */ typedef
442 ** that can be stored in a u32 without loss of data. The value
818 u32 magic; /* Magic number for detect library misuse */
1884 u32 wsFlags; /* WHERE_* flags that describe the strategy */
1885 u32 nEq; /* Number of == constraints */
2139 u32 aColmask[2]; /* Masks of old.*, new.* columns accessed */
2218 u32 oldmask; /* Mask of old.* columns referenced */
2219 u32 newmask; /* Mask of new.* columns referenced */
2683 Bitvec *sqlite3BitvecCreate(u32);
2684 int sqlite3BitvecTest(Bitvec*, u32);
[all...]
/external/libmtp/src/
H A Dptp.h907 uint32_t u32; member in union:_PTPPropertyValue
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7414 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */ typedef
7422 ** that can be stored in a u32 without loss of data. The value
7697 SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree*);
7740 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
7741 SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
7793 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
7796 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize);
7797 SQLITE_PRIVATE int sqlite3BtreeData(BtCursor*, u32 offset, u32 am
113073 typedef unsigned int u32; /* 4-byte unsigned integer */ typedef
124381 typedef unsigned int u32; typedef
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8497 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */ typedef
8505 ** that can be stored in a u32 without loss of data. The value
8520 typedef u32 tRowcnt; /* 32-bit is the default */
8905 SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree*);
8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
8953 SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
9014 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
9015 SQLITE_PRIVATE const void *sqlite3BtreeKeyFetch(BtCursor*, u32 *pAmt);
9016 SQLITE_PRIVATE const void *sqlite3BtreeDataFetch(BtCursor*, u32 *pAm
126675 typedef unsigned int u32; /* 4-byte unsigned integer */ typedef
144718 typedef unsigned int u32; typedef
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8497 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */ typedef
8505 ** that can be stored in a u32 without loss of data. The value
8520 typedef u32 tRowcnt; /* 32-bit is the default */
8905 SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree*);
8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
8953 SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
9014 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
9015 SQLITE_PRIVATE const void *sqlite3BtreeKeyFetch(BtCursor*, u32 *pAmt);
9016 SQLITE_PRIVATE const void *sqlite3BtreeDataFetch(BtCursor*, u32 *pAm
126695 typedef unsigned int u32; /* 4-byte unsigned integer */ typedef
144750 typedef unsigned int u32; typedef
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6094 milliseconds

12345