/external/icu/icu4c/source/i18n/unicode/ |
D | simpletz.h | 161 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth, 162 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 163 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth, 164 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 204 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth, 205 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 206 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth, 207 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 252 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth, 253 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 51 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; 87 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() 88 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone() 89 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone() 90 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone() 106 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() 107 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, in SimpleTimeZone() 108 int8_t savingsEndMonth, int8_t savingsEndDay, in SimpleTimeZone() 109 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, in SimpleTimeZone() 125 int8_t savingsStartMonth, int8_t savingsStartDay, in SimpleTimeZone() [all …]
|
/external/skia/tests/ |
D | FitsInTest.cpp | 17 TEST(int32_t, 1, int8_t, true); in DEF_TEST() 18 TEST(int32_t, -1, int8_t, true); in DEF_TEST() 19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true); in DEF_TEST() 20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false); in DEF_TEST() 21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true); in DEF_TEST() 22 TEST(int32_t, (int32_t)((std::numeric_limits<int8_t>::min)())-1, int8_t, false); in DEF_TEST() 33 TEST(int32_t, 1000, int8_t, false); in DEF_TEST() 46 TEST(uint32_t, 1, int8_t, true); in DEF_TEST() 53 TEST(uint32_t, (std::numeric_limits<uint32_t>::max)(), int8_t, false); in DEF_TEST() 60 TEST(uint64_t, 1, int8_t, true); in DEF_TEST()
|
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 73 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */ 74 int8_t conversionType; /* +69: 1 conversion type */ 76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ 77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ 80 int8_t subCharLen; /* +76: 1 */ 182 int8_t toULength; /* number of bytes in toUBytes */ 205 int8_t maxBytesPerUChar; 207 int8_t subCharLen; /* length of the codepage specific character sequence */ 208 int8_t invalidCharLength; 209 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ [all …]
|
D | ucnvscsu.c | 127 int8_t toUQuoteWindow, toUDynamicWindow; 133 int8_t fromUDynamicWindow; 143 int8_t nextWindowUseIndex; 144 int8_t windowUse[8]; 147 static const int8_t initialWindowUse[8]={ 7, 0, 3, 2, 4, 5, 6, 1 }; 148 static const int8_t initialWindowUse_ja[8]={ 3, 2, 4, 1, 0, 7, 5, 6 }; 240 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets() 356 dynamicWindow=(int8_t)(b-SC0); in _SCSUToUnicodeWithOffsets() 360 dynamicWindow=(int8_t)(b-SD0); in _SCSUToUnicodeWithOffsets() 364 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicodeWithOffsets() [all …]
|
D | ucnv2022.cpp | 199 int8_t cs[4]; /* charset number for SI (G0)/SO (G1)/SS2 (G2)/SS3 (G3) */ 200 int8_t g; /* 0..3 for G0..G3 (SI/SO/SS2/SS3) */ 201 int8_t prevG; /* g before single shift (SS2 or SS3) */ 280 static const int8_t normalize_esq_chars_2022[256] = { 361 static const int8_t escSeqStateTable_Value_2022[MAX_STATES_2022] = { 769 static const int8_t nextStateToUnicodeJP[MAX_STATES_2022]= { 783 static const int8_t nextStateToUnicodeCN[MAX_STATES_2022]= { 852 int8_t initialToULength = _this->toULength; in changeState_2022() 953 myData2022->toU2022State.cs[2]=(int8_t)tempState; in changeState_2022() 961 myData2022->toU2022State.cs[0]=(int8_t)tempState; in changeState_2022() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_latc.c | 36 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4], 39 static void u_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const int8_t *pixdata, 40 unsigned i, unsigned j, int8_t *value, unsigned comps); 143 const int8_t *src = (int8_t *)src_row; in util_format_latc1_snorm_unpack_rgba_float() 148 int8_t tmp_r; in util_format_latc1_snorm_unpack_rgba_float() 165 int8_t tmp_r; in util_format_latc1_snorm_fetch_rgba_float() 167 u_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); in util_format_latc1_snorm_fetch_rgba_float() 268 const int8_t *src = (int8_t *)src_row; in util_format_latc2_snorm_unpack_rgba_float() 273 int8_t tmp_r, tmp_g; in util_format_latc2_snorm_unpack_rgba_float() 297 int8_t tmp_r, tmp_g; in util_format_latc2_snorm_fetch_rgba_float() [all …]
|
D | u_format_rgtc.c | 35 static void u_format_signed_encode_rgtc_ubyte(int8_t *blkaddr, int8_t srccolors[4][4], 38 static void u_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const int8_t *pixdata, 39 unsigned i, unsigned j, int8_t *value, unsigned comps); 181 int8_t *dst = (int8_t *)dst_row; in util_format_rgtc1_snorm_pack_rgba_float() 183 int8_t tmp[4][4]; /* [bh][bw][comps] */ in util_format_rgtc1_snorm_pack_rgba_float() 202 const int8_t *src = (int8_t *)src_row; in util_format_rgtc1_snorm_unpack_rgba_float() 207 int8_t tmp_r; in util_format_rgtc1_snorm_unpack_rgba_float() 224 int8_t tmp_r; in util_format_rgtc1_snorm_fetch_rgba_float() 225 u_format_signed_fetch_texel_rgtc(0, (int8_t *)src, i, j, &tmp_r, 1); in util_format_rgtc1_snorm_fetch_rgba_float() 386 const int8_t *src = (int8_t *)src_row; in util_format_rgtc2_snorm_unpack_rgba_float() [all …]
|
/external/clang/test/CodeGen/ |
D | arm64-scalar-test.c | 46 int8_t test_vqrshlb_s8(int8_t a, int8_t b) { in test_vqrshlb_s8() 94 int8_t test_vqshlb_s8(int8_t a, int8_t b) { in test_vqshlb_s8() 178 int8_t test_vqaddb_s8(int8_t a, int8_t b) { in test_vqaddb_s8() 226 int8_t test_vqsubb_s8(int8_t a, int8_t b) { in test_vqsubb_s8() 274 int8_t test_vqmovnh_s16(int16_t a) { in test_vqmovnh_s16() 310 int8_t test_vqmovunh_s16(int16_t a) { in test_vqmovunh_s16() 328 int8_t test_vqabsb_s8(int8_t a) { in test_vqabsb_s8() 352 int8_t test_vqnegb_s8(int8_t a) { in test_vqnegb_s8()
|
D | aarch64-neon-across.c | 69 int8_t test_vmaxv_s8(int8x8_t a) { in test_vmaxv_s8() 93 int8_t test_vmaxvq_s8(int8x16_t a) { in test_vmaxvq_s8() 129 int8_t test_vminv_s8(int8x8_t a) { in test_vminv_s8() 153 int8_t test_vminvq_s8(int8x16_t a) { in test_vminvq_s8() 189 int8_t test_vaddv_s8(int8x8_t a) { in test_vaddv_s8() 213 int8_t test_vaddvq_s8(int8x16_t a) { in test_vaddvq_s8()
|
/external/webp/src/dsp/ |
D | dec_clip_tables.c | 66 static const int8_t sclip1[1020 + 1020 + 1] = { 239 static const int8_t sclip2[112 + 112 + 1] = { 332 static int8_t sclip1[1020 + 1020 + 1]; 333 static int8_t sclip2[112 + 112 + 1]; 342 const int8_t* const VP8ksclip1 = &sclip1[1020]; 343 const int8_t* const VP8ksclip2 = &sclip2[112];
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 17 static INLINE int8_t signed_char_clamp(int t) { in signed_char_clamp() 18 return (int8_t)clamp(t, -128, 127); in signed_char_clamp() 36 static INLINE int8_t filter_mask(uint8_t limit, uint8_t blimit, in filter_mask() 41 int8_t mask = 0; in filter_mask() 52 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4() 57 int8_t mask = 0; in flat_mask4() 67 static INLINE int8_t flat_mask5(uint8_t thresh, in flat_mask5() 73 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3); in flat_mask5() 80 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 82 int8_t hev = 0; in hev_mask() [all …]
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Utils.c | 40 int8_t *b1 =(int8_t *)src; in phOsalNfc_MemCompare() 41 int8_t *b2 =(int8_t *)dest; in phOsalNfc_MemCompare() 42 int8_t diff = 0; in phOsalNfc_MemCompare()
|
/external/llvm/unittests/IR/ |
D | TypeBuilderTest.cpp | 35 …EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext()… in TEST() 75 (TypeBuilder<int8_t**, false>::get(getGlobalContext()))); in TEST() 77 (TypeBuilder<int8_t[7], false>::get(getGlobalContext()))); in TEST() 79 (TypeBuilder<int8_t[], false>::get(getGlobalContext()))); in TEST() 97 (TypeBuilder<const int8_t, false>::get(getGlobalContext()))); in TEST() 99 (TypeBuilder<volatile int8_t, false>::get(getGlobalContext()))); in TEST() 101 (TypeBuilder<const volatile int8_t, false>::get(getGlobalContext()))); in TEST() 118 (TypeBuilder<const volatile int8_t*const volatile, false>::get(getGlobalContext()))); in TEST() 126 (TypeBuilder<int8_t(...), false>::get(getGlobalContext()))); in TEST() 129 (TypeBuilder<int8_t(const int32_t*), false>::get(getGlobalContext()))); in TEST() [all …]
|
/external/llvm/unittests/Support/ |
D | SwapByteOrderTest.cpp | 53 int8_t original_int8 = static_cast<int8_t>(value); in TEST() 72 original_int8 = static_cast<int8_t>(value); in TEST() 111 TEST(getSwappedBytes, int8_t) { in TEST() argument 112 EXPECT_EQ(int8_t(0x11), sys::getSwappedBytes(int8_t(0x11))); in TEST() 152 TEST(swapByteOrder, int8_t) { in TEST() argument 153 int8_t value = 0x11; in TEST() 155 EXPECT_EQ(int8_t(0x11), value); in TEST()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_NdefReg.c | 41 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count); 45 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strncmp() 49 int16_t phFriNfc_NdefReg_Strnicmp(const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strnicmp() 51 int8_t c1, c2; in phFriNfc_NdefReg_Strnicmp() 313 … if( !phFriNfc_NdefReg_Strncmp( (const int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process() 314 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() 330 … if( !phFriNfc_NdefReg_Strnicmp( (int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process() 331 (int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() 515 … if(!phFriNfc_NdefReg_Strncmp((const int8_t *)NdefReg->NdefTypeList->NdefType[NdefReg->RtdIndex], in phFriNfc_NdefReg_Process() 516 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 336 inline int8_t compare(const UnicodeString& text) const; 353 inline int8_t compare(int32_t start, 374 inline int8_t compare(int32_t start, 392 inline int8_t compare(const UChar *srcChars, 409 inline int8_t compare(int32_t start, 430 inline int8_t compare(int32_t start, 453 inline int8_t compareBetween(int32_t start, 476 inline int8_t compareCodePointOrder(const UnicodeString& text) const; 497 inline int8_t compareCodePointOrder(int32_t start, 522 inline int8_t compareCodePointOrder(int32_t start, [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_msa.c | 26 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_4w_msa() 100 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_8w_msa() 196 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_16w_msa() 209 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_32w_msa() 222 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_8ht_8vt_64w_msa() 235 int8_t *filter_horiz, in common_hv_2ht_2vt_4x4_msa() 236 int8_t *filter_vert) { in common_hv_2ht_2vt_4x4_msa() 266 int8_t *filter_horiz, in common_hv_2ht_2vt_4x8_msa() 267 int8_t *filter_vert) { in common_hv_2ht_2vt_4x8_msa() 310 int8_t *filter_horiz, int8_t *filter_vert, in common_hv_2ht_2vt_4w_msa() [all …]
|
D | vpx_convolve8_avg_msa.c | 19 int8_t *filter_horiz, in common_hv_8ht_8vt_and_aver_dst_4w_msa() 20 int8_t *filter_vert, in common_hv_8ht_8vt_and_aver_dst_4w_msa() 101 int8_t *filter_horiz, in common_hv_8ht_8vt_and_aver_dst_8w_msa() 102 int8_t *filter_vert, in common_hv_8ht_8vt_and_aver_dst_8w_msa() 201 int8_t *filter_horiz, in common_hv_8ht_8vt_and_aver_dst_16w_msa() 202 int8_t *filter_vert, in common_hv_8ht_8vt_and_aver_dst_16w_msa() 217 int8_t *filter_horiz, in common_hv_8ht_8vt_and_aver_dst_32w_msa() 218 int8_t *filter_vert, in common_hv_8ht_8vt_and_aver_dst_32w_msa() 233 int8_t *filter_horiz, in common_hv_8ht_8vt_and_aver_dst_64w_msa() 234 int8_t *filter_vert, in common_hv_8ht_8vt_and_aver_dst_64w_msa() [all …]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | bilinear_filter_msa.c | 16 DECLARE_ALIGNED(16, static const int8_t, vp8_bilinear_filters_msa[7][2]) = 39 const int8_t *filter) in common_hz_2t_4x4_msa() 60 const int8_t *filter) in common_hz_2t_4x8_msa() 87 const int8_t *filter, int32_t height) in common_hz_2t_4w_msa() 101 const int8_t *filter) in common_hz_2t_8x4_msa() 124 const int8_t *filter, int32_t height) in common_hz_2t_8x8mult_msa() 188 const int8_t *filter, int32_t height) in common_hz_2t_8w_msa() 202 const int8_t *filter, int32_t height) in common_hz_2t_16w_msa() 268 const int8_t *filter) in common_vt_2t_4x4_msa() 293 const int8_t *filter) in common_vt_2t_4x8_msa() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | nccbtst.h | 47 const char *mySubChar, int8_t len); 52 const char *mySubChar, int8_t len); 56 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError); 60 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError);
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 75 typedef signed char int8_t; typedef 82 typedef signed __int8 int8_t; typedef 94 typedef int8_t int_least8_t; 104 typedef int8_t int_fast8_t; 132 #define INT8_MIN ((int8_t)_I8_MIN)
|
/external/mesa3d/include/c99/ |
D | stdint.h | 75 typedef signed char int8_t; typedef 82 typedef signed __int8 int8_t; typedef 94 typedef int8_t int_least8_t; 104 typedef int8_t int_fast8_t; 132 #define INT8_MIN ((int8_t)_I8_MIN)
|
/external/valgrind/drd/tests/ |
D | annotate_ignore_write.c | 10 static int8_t s_a; 11 static int8_t s_b; 12 static int8_t s_c;
|
D | annotate_ignore_rw.c | 10 static int8_t s_a; 11 static int8_t s_b; 12 static int8_t s_c;
|