HomeSort by relevance Sort by last modified time
    Searched refs:u1 (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /dalvik/vm/jdwp/
JdwpHandler.c 61 static void jdwpReadLocation(const u1** pBuf, JdwpLocation* pLoc)
84 static u8 jdwpReadValue(const u1** pBuf, int width)
120 const u1* buf, int dataLen, ExpandBuf* pReply,
145 u1 typeTag;
163 u1 resultTag;
211 static JdwpError handleVM_Version(JdwpState* state, const u1* buf,
219 expandBufAddUtf8String(pReply, (const u1*) tmpBuf);
224 expandBufAddUtf8String(pReply, (const u1*) "1.5.0"); /* e.g. 1.5.0_04 */
226 expandBufAddUtf8String(pReply, (const u1*) "DalvikVM");
237 const u1* buf, int dataLen, ExpandBuf* pReply
    [all...]
  /dalvik/vm/
AllocTracker.h 55 bool dvmGenerateTrackedAllocationReport(u1** pData, size_t* pDataLen);
Profile.c 52 * u1 thread ID
112 static inline void storeShortLE(u1* buf, u2 val)
114 *buf++ = (u1) val;
115 *buf++ = (u1) (val >> 8);
117 static inline void storeIntLE(u1* buf, u4 val)
119 *buf++ = (u1) val;
120 *buf++ = (u1) (val >> 8);
121 *buf++ = (u1) (val >> 16);
122 *buf++ = (u1) (val >> 24);
124 static inline void storeLongLE(u1* buf, u8 val
    [all...]
Debugger.h 41 u1 set[1];
98 u1 resultTag;
171 void dvmDbgGetClassInfo(RefTypeId classId, u1* pTypeTag, u4* pStatus,
175 void dvmDbgGetObjectType(ObjectId objectId, u1* pRefTypeTag,
177 u1 dvmDbgGetClassObjectType(RefTypeId refTypeId);
190 const u1* buf);
214 void dvmDbgGetFieldValue(ObjectId objId, FieldId fieldId, u1* ptr, int width);
217 void dvmDbgGetStaticFieldValue(RefTypeId refTypeId, FieldId fieldId, u1* ptr,
256 u1 tag, u1* buf, int expectedLen)
    [all...]
Common.h 65 typedef uint8_t u1; typedef
74 typedef unsigned char u1; typedef
93 u1 z;
Ddm.c 38 bool dvmDdmHandlePacket(const u1* buf, int dataLen, u1** pReplyBuf,
104 type = get4BE((u1*)dataArray->contents + 0);
105 length = get4BE((u1*)dataArray->contents + 4);
160 u1* reply;
161 reply = (u1*) malloc(length + kChunkHdrLen);
168 memcpy(reply+kChunkHdrLen, (const u1*)replyData->contents + offset, length);
297 u1 buf[256];
325 set2BE((u1*) (outChars++), *chars++);
355 u1 buf[bufLen]
    [all...]
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.c 19 u1 originalOpCode = dvmGetOriginalOpCode(pc);
  /dalvik/vm/native/
sun_misc_Unsafe.c 70 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset);
90 volatile int64_t* address = (volatile int64_t*) (((u1*) obj) + offset);
111 int32_t* address = (int32_t*) (((u1*) obj) + offset);
129 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset);
145 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset);
160 volatile int64_t* address = (volatile int64_t*) (((u1*) obj) + offset);
176 volatile int64_t* address = (volatile int64_t*) (((u1*) obj) + offset);
192 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset);
208 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset);
223 s4* address = (s4*) (((u1*) obj) + offset)
    [all...]
org_apache_harmony_dalvik_ddmc_DdmServer.c 40 dvmDbgDdmSendChunk(type, length, (const u1*)data->contents + offset);
java_lang_VMClassLoader.c 36 const u1* data = (const u1*) args[2];
64 const u1* data = (const u1*) args[1];
  /dalvik/vm/alloc/
CardTable.c 53 u1 *biasedBase;
72 biasedBase = (u1 *)((uintptr_t)allocBase -
102 bool dvmIsValidCard(const u1 *cardAddr)
113 u1 *dvmCardFromAddr(const void *addr)
115 u1 *biasedBase = gDvm.biasedCardTableBase;
116 u1 *cardAddr = biasedBase + ((uintptr_t)addr >> GC_CARD_SHIFT);
124 void *dvmAddrFromCard(const u1 *cardAddr)
136 u1 *cardAddr = dvmCardFromAddr(addr);
147 u1 *card = dvmCardFromAddr(obj);
DdmHeap.c 48 * [u1]: capture reason (same as 'when' value from server)
55 (sizeof(u4) + (numHeaps) * (5 * sizeof(u4) + sizeof(u1) + sizeof(u8)))
61 u1 *buf, *b;
63 buf = (u1 *)malloc(HPIF_SIZE(1));
107 *b++ = (u1)reason;
175 ((u1)((((kind) & 0x7) << 3) | ((solidity) & 0x7)))
178 u1 *buf;
179 u1 *p;
180 u1 *pieceLenField;
216 u1 state
    [all...]
  /dalvik/vm/interp/
Interp.h 55 u1 dvmGetOriginalOpCode(const u2* addr);
InterpDefs.h 128 const u1* interpStackEnd;
132 u1* cardTable;
134 volatile u1* pDebuggerActive;
  /external/e2fsprogs/lib/uuid/
uuid.h 56 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
57 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
59 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
60 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
  /dalvik/libdex/
DexFile.h 36 #include "vm/Common.h" // basic type defs, e.g. u1/u2/u4/u8, and LOG
194 u1 magic[8]; /* includes version number */
196 u1 signature[kSHA1DigestLen]; /* SHA-1 hash */
341 u1 bleargh;
411 u1 visibility;
412 u1 annotation[1]; /* data in encoded_annotation format */
421 u1 array[1]; /* data in encoded_array format */
452 u1 magic[8]; /* includes version number */
502 const u1* baseAddr;
521 DexFile* dexFileParse(const u1* data, size_t length, int flags)
    [all...]
DexSwapVerify.c 72 const u1* fileStart;
73 const u1* fileEnd; // points to fileStart + fileLen
92 return ((const u1*) ptr) - state->fileStart;
133 const u1* _startPtr = filePointer(state, (_start)); \
134 const u1* _endPtr = filePointer(state, (_end)); \
164 const u1* _start = (const u1*) (_ptr); \
165 const u1* _end = _start + ((_count) * (_elemSize)); \
930 const u1* data = filePointer(state, offset);
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c 29 * u1 = xw
31 * X = u1*G + u2*Q
51 void *r, *s, *v, *w, *u1, *u2, *e, *p, *m; local
70 if ((err = mp_init_multi(&r, &s, &v, &w, &u1, &u2, &p, &e, &m, NULL)) != CRYPT_OK) {
108 /* u1 = ew */
109 if ((err = mp_mulmod(e, w, p, u1)) != CRYPT_OK) { goto error; }
123 /* compute u1*mG + u2*mQ = mG */
125 if ((err = ltc_mp.ecc_ptmul(u1, mG, mG, m, 0)) != CRYPT_OK) { goto error; }
137 /* use Shamir's trick to compute u1*mG + u2*mQ using half of the doubles */
138 if ((err = ltc_mp.ecc_mul2add(mG, u1, mQ, u2, mG, m)) != CRYPT_OK) { goto error;
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local
155 u1 = curr->uChan + chrstart;
175 oscl_memcpy(u1, u2, B_SIZE);
176 u1 += width_C;
178 oscl_memcpy(u1, u2, B_SIZE);
179 u1 += width_C;
  /external/webkit/WebCore/svg/
SVGFontElement.h 47 bool getHorizontalKerningPairForStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2, SVGHorizontalKerningPair& kerningPair) const;
  /dalvik/vm/analysis/
RegisterMap.c 41 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data);
193 u1 regWidth;
194 u1* mapData;
272 assert(mapData - (const u1*) pMap == bufSize);
371 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data)
373 u1 val = 0;
399 const u1* rawMap = pMap->data;
430 const u1* dataStart = rawMap;
431 u1 val = 0;
466 const u1* rawMap = pMap->data
    [all...]
  /development/tools/jdwpspy/
Common.h 12 typedef unsigned char u1; typedef
33 INLINE u1 get1(unsigned const char* pSrc)
  /dalvik/vm/hprof/
Hprof.h 102 * u1 TAG: denoting the type of the record
106 * [u1]* BODY: as many bytes as specified in the above u4 field
113 u1 tag;
130 u1 gcScanState;
196 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time);
198 int hprofAddU1ToRecord(hprof_record_t *rec, u1 value);
200 const u1 *values, size_t numValues);
  /external/openssl/crypto/dsa/
dsa_ossl.c 306 BIGNUM u1,u2,t1; local
337 BN_init(&u1);
360 /* save M in u1 */
366 if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
368 /* u1 = M * w mod q */
369 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
384 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
385 /* BN_copy(&u1,&t1); */
386 /* let u1 = u1 mod q *
    [all...]
  /external/libvpx/vp8/common/
postproc.h 29 int y1, int u1, int v1, int alpha, int stride)
33 int y1, int u1, int v1, int alpha, int stride)
37 int y1, int u1, int v1, int alpha, int stride)

Completed in 685 milliseconds

12 3 4 5 6 7