HomeSort by relevance Sort by last modified time
    Searched defs:p16 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/memcheck/tests/
atomic_incs.c 464 short* p16; local
480 p16 = (short*)(page+256);
485 assert( IS_8_ALIGNED(p16) );
492 *p16 = 0;
507 atomic_add_16bit(p16, 1);
522 atomic_add_16bit(p16, 1);
534 (int)(*(signed char*)p8), (int)(*p16), *p32, *p64 );
537 && 32694 == (int)(*p16)
  /external/icu4c/tools/toolutil/
writesrc.c 106 const uint16_t *p16; local
112 p16=NULL;
119 p16=(const uint16_t *)p;
145 value=p16[i];
  /external/icu4c/common/
utrie2.cpp 132 const uint16_t *p16; local
205 p16=(const uint16_t *)(header+1);
206 trie->index=p16;
207 p16+=trie->indexLength;
212 trie->data16=p16;
219 trie->data32=(const uint32_t *)p16;
utrie.cpp 857 const uint16_t *p16; local
898 p16=(const uint16_t *)(header+1);
899 trie->index=p16;
900 p16+=trie->indexLength;
909 trie->data32=(const uint32_t *)p16;
935 uint16_t *p16; local
971 p16=(uint16_t *)data;
972 trie->index=p16;
979 p16[i]=block;
988 p16[i]=block
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 144 unsigned short* p16 = static_cast<unsigned short*>(newPixels); local
149 const unsigned short* p16end = p16 + bufferSize;
150 while (p16 < p16end) {
151 for (unsigned short* p16lineEnd = p16 + width; p16 < p16lineEnd; )
152 *p16++ = convert32To16(*p32++);
155 *p16++ = 0;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 1062 double p16 = 16.0; local
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 252 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status); local
255 *p16++ = (uint16_t)res->u.fArray.fCount;
257 *p16++ = (uint16_t)makeRes16(current->fRes);
315 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fTable.fCount * 2, status); local
319 *p16++ = (uint16_t)res->u.fTable.fCount;
321 *p16++ = makeKey16(bundle, current->fKey);
324 *p16++ = (uint16_t)makeRes16(current->fRes);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 117 uint16_t* p16 = reinterpret_cast<uint16_t*>(p); local
119 p16[0] = high;
120 p16[1] = low;
122 p16[1] = high;
123 p16[0] = low;
    [all...]

Completed in 149 milliseconds