HomeSort by relevance Sort by last modified time
    Searched defs:s16 (Results 1 - 25 of 33) sorted by null

1 2

  /external/kernel-headers/original/asm-arm/
types.h 41 typedef signed short s16; typedef
  /external/kernel-headers/original/asm-x86/
types.h 50 typedef signed short s16; typedef
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 33 typedef signed short s16; typedef
  /external/chromium/third_party/icu/source/test/cintltst/
usettest.c 603 static const UChar s16[2]={ 0xe01, 0x3000 }; local
614 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
615 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
616 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
617 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
634 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
635 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
636 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
637 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
creststn.c 2805 const UChar *s16; local
    [all...]
  /external/icu4c/test/cintltst/
usettest.c 603 static const UChar s16[2]={ 0xe01, 0x3000 }; local
614 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
615 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
616 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
617 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
634 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
635 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
636 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
637 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
creststn.c 2823 const UChar *s16; local
    [all...]
  /external/chromium/third_party/icu/source/common/
unisetspan.cpp 228 const UChar *s16=string.getBuffer(); local
231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
241 int32_t length8=getUTF8Length(s16, length16);
308 const UChar *s16=string.getBuffer(); local
310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
352 U16_NEXT(s16, len, length16, c);
357 U16_PREV(s16, 0, len, c);
365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count)
655 const UChar *s16=string.getBuffer(); local
694 const UChar *s16=string.getBuffer(); local
819 const UChar *s16=string.getBuffer(); local
860 const UChar *s16=string.getBuffer(); local
1363 const UChar *s16=string.getBuffer(); local
1406 const UChar *s16=string.getBuffer(); local
    [all...]
uresbund.c 1121 const UChar *s16 = ures_getString(resB, &length16, status); local
1449 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status); local
1778 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status); local
    [all...]
  /external/icu4c/common/
unisetspan.cpp 228 const UChar *s16=string.getBuffer(); local
231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
241 int32_t length8=getUTF8Length(s16, length16);
308 const UChar *s16=string.getBuffer(); local
310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
352 U16_NEXT(s16, len, length16, c);
357 U16_PREV(s16, 0, len, c);
365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count)
655 const UChar *s16=string.getBuffer(); local
694 const UChar *s16=string.getBuffer(); local
819 const UChar *s16=string.getBuffer(); local
860 const UChar *s16=string.getBuffer(); local
1363 const UChar *s16=string.getBuffer(); local
1406 const UChar *s16=string.getBuffer(); local
    [all...]
uresbund.c 1244 const UChar *s16 = ures_getString(resB, &length16, status); local
1566 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status); local
1898 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status); local
    [all...]
  /external/wpa_supplicant/
common.h 188 typedef INT16 s16; typedef
200 typedef INT16 s16; typedef
233 typedef int16_t s16; typedef
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 108 typedef INT16 s16; typedef
120 typedef INT16 s16; typedef
163 typedef int16_t s16; typedef
  /external/dhcpcd/
dhcp.c 1096 int16_t s16; local
1162 memcpy(&s16, data, sizeof(s16));
1163 s16 = ntohs(s16);
1164 l = snprintf(s, len, "%d", s16);
1165 data += sizeof(s16);
  /external/grub/netboot/
davicom.c 58 typedef signed short s16;
57 typedef signed short s16; typedef
depca.c 413 typedef short s16; typedef
423 s16 buf_length; /* This length is negative 2's complement! */
424 s16 msg_length; /* This length is "normal". */
429 s16 length; /* This length is negative 2's complement! */
430 s16 misc; /* Errors and TDR info */
538 s16 nicsr;
eepro100.c 111 typedef signed short s16; typedef
215 volatile s16 status;
216 s16 command;
228 volatile s16 status;
229 s16 command;
254 s16 status;
255 s16 command;
fa311.c 31 typedef signed short s16; typedef
natsemi.c 78 typedef signed short s16;
77 typedef signed short s16; typedef
w89c840.c 88 typedef signed short s16; typedef
  /external/v8/src/arm/
simulator-arm.h 110 s16, s17, s18, s19, s20, s21, s22, s23, enumerator in enum:assembler::arm::Simulator::Register
  /external/chromium/base/
string_util.cc 37 const string16 s16; member in struct:__anon2256::EmptyStrings
342 return Singleton<EmptyStrings>::get()->s16;
    [all...]
  /external/qemu/elff/
dwarf_defs.h 114 Elf_Shalf s16; member in union:Dwarf_Value::__anon6106
    [all...]
  /frameworks/base/include/media/
EffectApi.h 515 int16_t* s16; // pointer to signed 16 bit data at start of buffer member in union:audio_buffer_s::__anon8693
    [all...]
  /external/grub/stage2/
jfs.h 100 typedef short s16; typedef
180 s16 s_l2bsize; /* 2: log2 of s_bsize */
181 s16 s_l2bfactor; /* 2: log2(s_bsize/hardware block size) */
183 s16 s_l2pbsize; /* 2: log2 of s_pbsize */
184 s16 pad; /* 2: padding necessary for alignment */
432 s16 nextindex; /* 2: next index = number of entries */
433 s16 maxentry; /* 2: max number of entries */
434 s16 rsrvd2; /* 2: */

Completed in 3711 milliseconds

1 2