Home
last modified time | relevance | path

Searched defs:s16 (Results 51 - 75 of 82) sorted by relevance

1234

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatin.java689 private static long nextPair(char[] table, int c, int ce, CharSequence s16, int sIndex) { in nextPair() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h96 typedef INT16 s16; typedef
108 typedef INT16 s16; typedef
125 typedef int16_t s16; typedef
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.h158 DECLARE_BASIC_PRINT_TYPE_FUNC(s16); variable
H A Dtrace_events_filter.c648 DEFINE_COMPARISON_PRED(s16); variable
H A Dtrace_events_hist.c271 DEFINE_HIST_FIELD_FN(s16); variable
/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c1010 snd_pcm_scope_s16_t *s16 = scope->private_data; in s16_enable() local
1074 snd_pcm_scope_s16_t *s16 = scope->private_data; s16_disable() local
1085 snd_pcm_scope_s16_t *s16 = scope->private_data; s16_close() local
1099 snd_pcm_scope_s16_t *s16 = scope->private_data; s16_update() local
1153 snd_pcm_scope_s16_t *s16 = scope->private_data; s16_reset() local
1186 snd_pcm_scope_s16_t *s16; snd_pcm_scope_s16_open() local
1216 snd_pcm_scope_s16_t *s16; snd_pcm_scope_s16_get_channel_buffer() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp1653 const char16_t *s16 = u"日本語"; in TestBug13127() local
[all...]
H A Dusettest.cpp3207 const UChar *s16=(const UChar *)s; in testSpan() local
3311 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, true, &errorCode); in testSpanBothUTFs() local
3864 const UChar *s16=string16.getBuffer(); in TestStringSpan() local
3284 testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], const UChar *s16, int32_t length16, uint32_t whichSpans, const char *testName, int32_t index) testSpanBothUTFs() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h108 typedef INT16 s16; typedef
120 typedef INT16 s16; typedef
137 typedef int16_t s16; typedef
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_filter.c775 DEFINE_COMPARISON_PRED(s16); variable
H A Dtrace_probe.h164 DECLARE_BASIC_PRINT_TYPE_FUNC(s16); variable
/third_party/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp1363 const UChar *s16 = d16->dataOf(i); in getData8FromData16() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2911 const UChar *s16; in tres_getString() local
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h100 s16, enumerator
/third_party/backends/backend/
H A Dcoolscan3.c1529 uint16_t *s16 = NULL; in sane_read() local
H A Dcoolscan2.c1500 uint16_t *s16 = NULL; in sane_read() local
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp1539 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument
1606 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() local
1937 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status); in ures_getUTF8StringByIndex() local
2575 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status); in ures_getUTF8StringByKey() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h317 s16 = 16, member
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp1541 ures_toUTF8String(const char16_t *s16, int32_t length16, in ures_toUTF8String() argument
1608 const char16_t *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() local
1939 const char16_t *s16 = ures_getStringByIndex(resB, idx, &length16, status); in ures_getUTF8StringByIndex() local
2636 const char16_t *s16 = ures_getStringByKey(resB, key, &length16, status); in ures_getUTF8StringByKey() local
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp1316 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument
1383 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() local
1714 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status); in ures_getUTF8StringByIndex() local
2214 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status); in ures_getUTF8StringByKey() local
/kernel/linux/linux-5.10/include/sound/
H A Dwavefront.h56 typedef short s16; typedef
/kernel/linux/linux-6.6/include/sound/
H A Dwavefront.h56 typedef short s16; typedef
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c4633 int64_t s16 = kBottom21Bits & load_3(s + 42); in x25519_sc_reduce() local
5014 int64_t s16; sc_muladd() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1585 const LLT s16 = LLT::scalar(16); in select() local
/kernel/linux/linux-5.10/include/acpi/
H A Dactypes.h94 typedef short s16; typedef

Completed in 87 milliseconds

1234