HomeSort by relevance Sort by last modified time
    Searched defs:s16 (Results 1 - 25 of 31) 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/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 2825 const UChar *s16; 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 1241 const UChar *s16 = ures_getString(resB, &length16, status); local
1563 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status); local
1895 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/wpa_supplicant_8/src/utils/
common.h 108 typedef INT16 s16; typedef
120 typedef INT16 s16; typedef
163 typedef int16_t s16; typedef
  /external/chromium/base/
string_util.cc 40 const string16 s16; member in struct:__anon2365::EmptyStrings
117 return EmptyStrings::GetInstance()->s16;
    [all...]
  /external/dhcpcd/
dhcp.c 1188 int16_t s16; local
1259 memcpy(&s16, data, sizeof(s16));
1260 s16 = ntohs(s16);
1261 l = snprintf(s, len, "%d", s16);
1262 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/qemu/elff/
dwarf_defs.h 114 Elf_Shalf s16; member in union:Dwarf_Value::__anon9864
    [all...]
  /external/v8/src/arm/
simulator-arm.h 138 s16, s17, s18, s19, s20, s21, s22, s23, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 270 const SwVfpRegister s16 = { 16 }; member in namespace:v8::internal
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 638 int16_t* s16; \/\/ pointer to signed 16 bit data at start of buffer member in union:audio_buffer_s::__anon16208
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 114 Elf_Shalf s16; member in union:Dwarf_Value::__anon16993
  /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: */
  /hardware/ril/libril/
ril.cpp 261 const char16_t *s16; local
263 s16 = p.readString16Inplace(&stringlen);
265 return strndup16to8(s16, stringlen);
269 char16_t *s16; local
271 s16 = strdup8to16(s, &s16_len);
272 p.writeString16(s16, s16_len);
273 free(s16);
    [all...]

Completed in 490 milliseconds

1 2