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

1 2

  /hardware/intel/common/libmix/mix_audio/src/
pvt.h 7 typedef signed short s16; typedef
  /external/clang/test/CodeGen/
mips64-padding-arg.c 62 } S16;
64 S16 s16; variable
66 void foo10(int, S16);
69 foo10(1, s16);
ppc64le-aggregates.c 368 struct s16 { char c[16]; }; struct
417 struct s16 ret_s16() {
418 return (struct s16) { 17, 18, 19, 20, 21, 22, 23, 24,
  /external/strace/
nlattr.h 54 DECL_NLA(s16); variable
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
types.h 28 typedef signed short s16; typedef
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
types.h 15 typedef signed short s16; typedef
  /external/syslinux/gpxe/src/include/
stdint.h 20 typedef int16_t s16; typedef
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
int_typedefs.h 8 typedef int16_t s16; typedef
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 33 typedef signed short s16; typedef
  /art/test/004-StackWalk/src/
Main.java 42 String s16 = new String("16"); local
64 s += s16;
  /external/clang/test/Sema/
bitfield-layout_1.c 161 } s16; variable in typeref:struct:__anon15552
162 CHECK_SIZE(s16,8)
  /external/icu/icu4c/source/test/cintltst/
usettest.c 604 static const UChar s16[2]={ 0xe01, 0x3000 }; local
615 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
616 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
617 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
618 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
635 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
636 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
637 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
638 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
  /external/libunwind/include/
dwarf_i.h 34 int16_t s16; member in union:__anon24285
62 *val = mvp->s16;
63 *addr += sizeof (mvp->s16);
  /external/dhcpcd-6.8.2/
dhcp-common.c 576 int16_t s16; local
685 s16 = (int16_t)ntohs(u16);
686 sl = snprintf(s, len, "%d", s16);
  /external/icu/icu4c/source/common/
unisetspan.cpp 232 const UChar *s16=string.getBuffer(); local
235 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
245 int32_t length8=getUTF8Length(s16, length16);
312 const UChar *s16=string.getBuffer(); local
314 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
322 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
331 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
356 U16_NEXT(s16, len, length16, c);
361 U16_PREV(s16, 0, len, c);
369 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count)
659 const UChar *s16=string.getBuffer(); local
698 const UChar *s16=string.getBuffer(); local
823 const UChar *s16=string.getBuffer(); local
864 const UChar *s16=string.getBuffer(); local
1367 const UChar *s16=string.getBuffer(); local
1410 const UChar *s16=string.getBuffer(); local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 60 typedef int16_t s16; typedef
  /system/media/audio/include/system/
audio_effect.h 433 int16_t* s16; // pointer to signed 16 bit data at start of buffer member in union:audio_buffer_s::__anon114533
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 80 typedef signed short s16; // NOLINT typedef in namespace:__sanitizer
180 typedef ALIGNED(1) s16 us16;
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 586 UnicodeString s16 = UnicodeString(s).unescape(); local
588 UnicodeString msg = UnicodeString("UnicodeString::toUpper/Greek(\"") + s16 + "\")";
589 UnicodeString result16(s16);
593 msg = UnicodeString("u_strToUpper/Greek(\"") + s16 + "\") cap=";
604 length = u_strToUpper(dest16, cap, s16.getBuffer(), s16.length(), "el", &errorCode);
627 s16.toUTF8String(s8);
628 msg = UnicodeString("ucasemap_utf8ToUpper/Greek(\"") + s16 + "\")";
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
deblock_neon.c 306 const int16x8_t s16 = vreinterpretq_s16_u16(vmovl_u8(s)); local
307 const int16x8_t sum_s = vaddq_s16(sum, s16);
393 const int16x8_t s16 = vreinterpretq_s16_u16(vmovl_u8(s)); local
394 const int16x8_t sum_s = vaddq_s16(sum, s16);
  /external/wpa_supplicant_8/src/utils/
common.h 86 typedef INT16 s16; typedef
98 typedef INT16 s16; typedef
115 typedef int16_t s16; typedef
  /cts/hostsidetests/security/securityPatch/Bug-36492827/
poc.c 55 typedef signed short s16; typedef
204 typedef s16 compat_short_t;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 98 String s16 = "byayaxya"; local
99 if ( set.span(s16.substring(0, 8), SpanCondition.NOT_CONTAINED) != 4
100 || set.span(s16.substring(0, 7), SpanCondition.NOT_CONTAINED) != 4
101 || set.span(s16.substring(0, 6), SpanCondition.NOT_CONTAINED) != 4
102 || set.span(s16.substring(0, 5), SpanCondition.NOT_CONTAINED) != 5
103 || set.span(s16.substring(0, 4), SpanCondition.NOT_CONTAINED) != 4
104 || set.span(s16.substring(0, 3), SpanCondition.NOT_CONTAINED) != 3) {
110 s16 = "acdabcdabccd";
111 if ( set.span(s16.substring(0, 12), SpanCondition.CONTAINED) != 12
112 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) !=
626 final String s16 = s; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 97 String s16 = "byayaxya"; local
98 if ( set.span(s16.substring(0, 8), SpanCondition.NOT_CONTAINED) != 4
99 || set.span(s16.substring(0, 7), SpanCondition.NOT_CONTAINED) != 4
100 || set.span(s16.substring(0, 6), SpanCondition.NOT_CONTAINED) != 4
101 || set.span(s16.substring(0, 5), SpanCondition.NOT_CONTAINED) != 5
102 || set.span(s16.substring(0, 4), SpanCondition.NOT_CONTAINED) != 4
103 || set.span(s16.substring(0, 3), SpanCondition.NOT_CONTAINED) != 3) {
109 s16 = "acdabcdabccd";
110 if ( set.span(s16.substring(0, 12), SpanCondition.CONTAINED) != 12
111 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) !=
625 final String s16 = s; local
    [all...]
  /external/libchrome/base/strings/
string_util.cc 41 const string16 s16; member in struct:base::__anon22842::EmptyStrings
230 return EmptyStrings::GetInstance()->s16;

Completed in 677 milliseconds

1 2