HomeSort by relevance Sort by last modified time
    Searched refs:u1 (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /dalvik/vm/mterp/c/
OP_AGET_BOOLEAN.c 1 HANDLE_OP_AGET(OP_AGET_BOOLEAN, "-boolean", u1, )
OP_APUT_BOOLEAN.c 1 HANDLE_OP_APUT(OP_APUT_BOOLEAN, "-boolean", u1, )
  /dalvik/vm/jdwp/
JdwpEvent.h 29 u1 modKind; /* JdwpModKind */
31 u1 modKind;
35 u1 modKind;
39 u1 modKind;
43 u1 modKind;
47 u1 modKind;
51 u1 modKind;
55 u1 modKind;
59 u1 modKind;
60 u1 caught
    [all...]
JdwpHandler.h 31 u1 cmdSet;
32 u1 cmd;
42 const u1* buf, int dataLen, ExpandBuf* pReply);
ExpandBuf.h 22 #include "Common.h" // need u1/u2/u4/u8 types
36 u1* expandBufGetBuffer(ExpandBuf* pBuf);
50 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
51 void expandBufAdd1(ExpandBuf* pBuf, u1 val);
55 void expandBufAddUtf8String(ExpandBuf* pBuf, const u1* str);
ExpandBuf.c 31 u1* storage;
46 newBuf->storage = (u1*) malloc(kInitialStorage);
68 u1* expandBufGetBuffer(ExpandBuf* pBuf)
88 u1* newPtr;
108 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize)
110 u1* gapStart;
123 void expandBufAdd1(ExpandBuf* pBuf, u1 val)
168 void expandBufAddUtf8String(ExpandBuf* pBuf, const u1* str)
  /dalvik/libdex/
Leb128.c 32 int readAndVerifyUnsignedLeb128(const u1** pStream, const u1* limit,
34 const u1* ptr = *pStream;
54 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit,
56 const u1* ptr = *pStream;
DexOptData.h 34 bool dexParseOptData(const u1* data, size_t length, DexFile* pDexFile);
DexClass.h 62 bool dexReadAndVerifyClassDataHeader(const u1** pData, const u1* pLimit,
76 bool dexReadAndVerifyClassDataField(const u1** pData, const u1* pLimit,
90 bool dexReadAndVerifyClassDataMethod(const u1** pData, const u1* pLimit,
103 DexClassData* dexReadAndVerifyClassData(const u1** pData, const u1* pLimit);
121 DEX_INLINE void dexReadClassDataHeader(const u1** pData,
136 DEX_INLINE void dexReadClassDataField(const u1** pData, DexField* pField
    [all...]
DexOptData.c 39 const u1* start = (const u1*) pOptHeader + pOptHeader->depsOffset;
40 const u1* end = (const u1*) pOptHeader +
49 bool dexParseOptData(const u1* data, size_t length, DexFile* pDexFile)
54 u4 optLength = (const u1*) pOptEnd - (const u1*) pOptStart;
87 ((const u1*) pOpt) - data);
92 const u1* pOptData = (const u1*) (pOpt + 2)
    [all...]
Leb128.h 31 DEX_INLINE int readUnsignedLeb128(const u1** pStream) {
32 const u1* ptr = *pStream;
66 DEX_INLINE int readSignedLeb128(const u1** pStream) {
67 const u1* ptr = *pStream;
113 int readAndVerifyUnsignedLeb128(const u1** pStream, const u1* limit,
125 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit, bool* okay);
133 DEX_INLINE u1* writeUnsignedLeb128(u1* ptr, u4 data
    [all...]
DexCatch.c 31 const u1* baseData = dexGetCatchHandlerData(pCode);
32 const u1* data = baseData;
45 const u1* data = dexGetCatchHandlerData(pCode);
DexClass.c 28 static bool verifyUlebs(const u1* pData, const u1* pLimit, u4 count) {
42 bool dexReadAndVerifyClassDataHeader(const u1** pData, const u1* pLimit,
63 bool dexReadAndVerifyClassDataField(const u1** pData, const u1* pLimit,
84 bool dexReadAndVerifyClassDataMethod(const u1** pData, const u1* pLimit,
104 DexClassData* dexReadAndVerifyClassData(const u1** pData, const u1* pLimit)
    [all...]
  /dalvik/vm/alloc/
CardTable.h 51 u1 *dvmCardFromAddr(const void *addr);
56 void *dvmAddrFromCard(const u1 *card);
  /dalvik/vm/
Bits.h 33 INLINE u1 get1(unsigned const char* pSrc)
117 INLINE u1 read1(unsigned const char** ppSrc)
272 INLINE void set1(u1* buf, u1 val)
274 *buf = (u1)(val);
280 INLINE void set2BE(u1* buf, u2 val)
282 *buf++ = (u1)(val >> 8);
283 *buf = (u1)(val);
289 INLINE void set4BE(u1* buf, u4 val)
291 *buf++ = (u1)(val >> 24)
    [all...]
Ddm.h 28 bool dvmDdmHandlePacket(const u1* buf, int dataLen, u1** pReplyBuf,
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
AclEnumerator.java 26 Enumeration u1; field in class:AclEnumerator
33 u1 = hashtable.elements();
40 return u1.hasMoreElements() || u2.hasMoreElements() || g1.hasMoreElements() || g2.hasMoreElements();
47 if(u1.hasMoreElements()) return u1.nextElement();
  /bionic/libm/bsdsrc/
b_log.c 370 volatile double u1;
400 /* case 1: u1 = u rounded to 2^-43 absolute. Since u < 2^-8,
401 * u1 has at most 35 bits, and F*u1 is exact, as F has < 8 bits.
405 u1 = u + 513, u1 -= 513;
408 * u1 = u to 24 bits.
411 u1 = u, TRUNC(u1);
412 u2 = (2.0*(f - F*u1) - u1*f) * g
439 volatile double u1; local
    [all...]
  /external/e2fsprogs/lib/uuid/
compare.c 40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1);
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents_c.h 31 int u1,int u2,int u3, int u4);
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgaevents_c.h 31 int u1,int u2,int u3, int u4);
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_verify_hash.c 35 void *w, *v, *u1, *u2; local
47 if ((err = mp_init_multi(&w, &v, &u1, &u2, NULL)) != CRYPT_OK) {
60 /* u1 = m * w mod q */
61 if ((err = mp_read_unsigned_bin(u1, (unsigned char *)hash, hashlen)) != CRYPT_OK) { goto error; }
62 if ((err = mp_mulmod(u1, w, key->q, u1)) != CRYPT_OK) { goto error; }
67 /* v = g^u1 * y^u2 mod p mod q */
68 if ((err = mp_exptmod(key->g, u1, key->p, u1)) != CRYPT_OK) { goto error; }
70 if ((err = mp_mulmod(u1, u2, key->p, v)) != CRYPT_OK) { goto error;
    [all...]
  /external/dropbear/libtommath/
bn_mp_exteuclid.c 19 a*u1 + b*u2 = u3
21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3)
23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
30 /* initialize, (u1,u2,u3) = (1,0,a) */
31 mp_set(&u1, 1);
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
45 if ((err = mp_sub(&u1, &tmp, &t1)) != MP_OKAY) { goto _ERR; }
51 /* (u1,u2,u3) = (v1,v2,v3) */
52 if ((err = mp_copy(&v1, &u1)) != MP_OKAY) { goto _ERR;
    [all...]
  /dalvik/vm/analysis/
RegisterMap.h 55 u1 format; /* enum RegisterMapFormat; MUST be first entry */
56 u1 regWidth; /* bytes per register line, 1+ */
57 u1 numEntries[2]; /* number of entries */
60 u1 data[1];
92 INLINE u1 dvmRegisterMapGetRegWidth(const RegisterMap* pMap) {
124 pMap->numEntries[0] = (u1) numEntries;
137 const u1* dvmRegisterMapGetLine(const RegisterMap* pMap, int addr);
148 INLINE void dvmReleaseRegisterMapLine(const RegisterMap* pMap, const u1* data)
  /external/openssl/crypto/des/
des_locl.h 215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
    [all...]

Completed in 263 milliseconds

1 2 3 4 5 6 7