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

  /external/icu4c/test/perf/unisetperf/
unisetperf.pl 36 my $p16 = "$p SpanUTF16";
43 "SpanUTF16", ["$p16 --type Bv",
44 "$p16 --type Bv0"
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 265 short* p16; local
281 p16 = (short*)(page+256);
286 assert( IS_8_ALIGNED(p16) );
293 *p16 = 0;
308 atomic_add_16bit(p16, 1);
323 atomic_add_16bit(p16, 1);
335 (int)(*(signed char*)p8), (int)(*p16), *p32, *p64 );
338 && 32694 == (int)(*p16)
  /external/icu4c/tools/toolutil/
writesrc.c 101 const uint16_t *p16; local
107 p16=NULL;
114 p16=(const uint16_t *)p;
140 value=p16[i];
  /external/icu4c/common/
utrie.c 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...]
utrie2.cpp 128 const uint16_t *p16; local
201 p16=(const uint16_t *)(header+1);
202 trie->index=p16;
203 p16+=trie->indexLength;
208 trie->data16=p16;
215 trie->data32=(const uint32_t *)p16;
  /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/openssl/crypto/bn/asm/
ia64.S 196 { .mii; (p16) ld8 r32=[r16],8 // b=*(bp++)
202 { .mii; (p16) ld8 r35=[r15],8 // a=*(ap++)
249 { .mii; (p16) ld8 r32=[r16],8 // b=*(bp++)
255 { .mii; (p16) ld8 r35=[r15],8 // a=*(ap++)
332 { .mfi; (p16) ldf8 f32=[r15],8
370 { .mfi; (p16) ldf8 f32=[r33],8
437 { .mfi; (p16) ldf8 f32=[r15],8 // *(ap++)
441 (p16) ldf8 f46=[r16],8 // *(rp1++)
500 { .mfi; (p16) ldf8 f32=[r33],8
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 250 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status); local
253 *p16++ = (uint16_t)res->u.fArray.fCount;
255 *p16++ = (uint16_t)makeRes16(current->fRes);
313 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fTable.fCount * 2, status); local
317 *p16++ = (uint16_t)res->u.fTable.fCount;
319 *p16++ = makeKey16(bundle, current->fKey);
322 *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...]
  /external/icu4c/tools/gennorm/
store.c 171 uint16_t *p16; local
204 p16=(uint16_t *)utm_alloc(extraMem);
205 *p16=1;
    [all...]
  /external/libffi/src/ia64/
unix.S 37 .pred.safe_across_calls p1-p5,p16-p63
  /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/openssl/crypto/aes/asm/
aes-ia64.S 179 (p16) cmp.eq p0,p17=r0,r0 };; // 12[10]/clear (p17)
558 (p16) cmp.eq p0,p17=r0,r0 };; // 12[10]/clear (p17)
    [all...]

Completed in 408 milliseconds