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

  /external/icu4c/i18n/
decNumberLocal.h 72 #define uShort uint16_t
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 13 typedef unsigned short UShort;
23 UShort uShort[8];
111 res |= ((arg->uShort[i] == 0) ? 1 : 0) << i;
231 UShort* argL = (UShort*)argLV;
232 UShort* argR = (UShort*)argRV;
235 UShort cL = argL[i];
236 UShort cR = argR[i]
    [all...]

Completed in 132 milliseconds