/third_party/vk-gl-cts/external/amber/src/src/ |
D | verifier.cc | 235 int16_t* ptr16 = nullptr; in GetActualValuesFromTexel() local 236 ptr16 = reinterpret_cast<int16_t*>(actual); in GetActualValuesFromTexel() 237 actual_values[i] = static_cast<double>(*ptr16); in GetActualValuesFromTexel() 249 uint16_t* ptr16 = nullptr; in GetActualValuesFromTexel() local 250 ptr16 = reinterpret_cast<uint16_t*>(actual); in GetActualValuesFromTexel() 251 actual_values[i] = static_cast<double>(*ptr16); in GetActualValuesFromTexel()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucptrie.cpp | 122 trie->data.ptr16 = p16; in ucptrie_openFromBinary() 123 trie->nullValue = trie->data.ptr16[nullValueOffset]; in ucptrie_openFromBinary() 219 return data.ptr16[dataIndex]; in getValue() 527 uprv_memcpy(bytes, trie->data.ptr16, trie->dataLength * 2); in ucptrie_toBinary() 552 if(trie->data.ptr16[i]==nullValue) { ++count; } in countNull()
|
D | umutablecptrie.cpp | 219 errorValue = trie->data.ptr16[trie->dataLength - UCPTRIE_ERROR_VALUE_NEG_DATA_OFFSET]; in fromUCPTrie() 220 initialValue = trie->data.ptr16[trie->dataLength - UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET]; in fromUCPTrie() 1701 trie->data.ptr16 = dest16; in build()
|
/third_party/icu/icu4c/source/common/ |
D | ucptrie.cpp | 122 trie->data.ptr16 = p16; in ucptrie_openFromBinary() 123 trie->nullValue = trie->data.ptr16[nullValueOffset]; in ucptrie_openFromBinary() 219 return data.ptr16[dataIndex]; in getValue() 527 uprv_memcpy(bytes, trie->data.ptr16, trie->dataLength * 2); in ucptrie_toBinary() 552 if(trie->data.ptr16[i]==nullValue) { ++count; } in countNull()
|
D | umutablecptrie.cpp | 219 errorValue = trie->data.ptr16[trie->dataLength - UCPTRIE_ERROR_VALUE_NEG_DATA_OFFSET]; in fromUCPTrie() 220 initialValue = trie->data.ptr16[trie->dataLength - UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET]; in fromUCPTrie() 1701 trie->data.ptr16 = dest16; in build()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucptrie.cpp | 122 trie->data.ptr16 = p16; in ucptrie_openFromBinary() 123 trie->nullValue = trie->data.ptr16[nullValueOffset]; in ucptrie_openFromBinary() 219 return data.ptr16[dataIndex]; in getValue() 527 uprv_memcpy(bytes, trie->data.ptr16, trie->dataLength * 2); in ucptrie_toBinary() 552 if(trie->data.ptr16[i]==nullValue) { ++count; } in countNull()
|
D | umutablecptrie.cpp | 219 errorValue = trie->data.ptr16[trie->dataLength - UCPTRIE_ERROR_VALUE_NEG_DATA_OFFSET]; in fromUCPTrie() 220 initialValue = trie->data.ptr16[trie->dataLength - UCPTRIE_HIGH_VALUE_NEG_DATA_OFFSET]; in fromUCPTrie() 1701 trie->data.ptr16 = dest16; in build()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 34 const uint16_t *ptr16; member 326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i])
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 34 const uint16_t *ptr16; member 326 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i])
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 35 const uint16_t *ptr16; member 327 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i])
|
/third_party/ffmpeg/libavcodec/ |
D | mjpegdec.c | 1277 uint16_t *ptr16; in ljpeg_decode_yuv_scan() local 1319 …ptr16 = (uint16_t*)(s->picture_ptr->data[c] + 2*(linesize * (v * mb_y + y)) + 2*(h * mb_x + x)); /… in ljpeg_decode_yuv_scan() 1324 pred= ptr16[-1]; in ljpeg_decode_yuv_scan() 1328 pred= ptr16[-linesize]; in ljpeg_decode_yuv_scan() 1330 … PREDICT(pred, ptr16[-linesize-1], ptr16[-linesize], ptr16[-1], predictor); in ljpeg_decode_yuv_scan() 1335 ptr16 += linesize >> 1; in ljpeg_decode_yuv_scan() 1337 *ptr16= pred + ((unsigned)dc << point_transform); in ljpeg_decode_yuv_scan() 1348 uint16_t *ptr16; in ljpeg_decode_yuv_scan() local 1378 …ptr16 = (uint16_t*)(s->picture_ptr->data[c] + 2*(linesize * (v * mb_y + y)) + 2*(h * mb_x + x)); /… in ljpeg_decode_yuv_scan() 1379 … PREDICT(pred, ptr16[-linesize-1], ptr16[-linesize], ptr16[-1], predictor); in ljpeg_decode_yuv_scan() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_geq.c | 422 uint16_t *ptr16 = geq->dst16 + (linesize/2) * slice_start; in slice_geq_filter() local 427 ptr16[x] = av_expr_eval(geq->e[plane][jobnr], values, geq); in slice_geq_filter() 429 ptr16 += linesize/2; in slice_geq_filter()
|
/third_party/icu/icu4c/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 376 void writeDecompositionTables(const char* basename, const uint16_t* ptr16, size_t len16, const uint… in writeDecompositionTables() argument 378 usrc_writeArray(f, "scalars16 = [\n ", ptr16, 16, len16, " ", "\n]\n"); in writeDecompositionTables()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 553 void writeDecompositionTables(const char* basename, const uint16_t* ptr16, size_t len16, const uint… in writeDecompositionTables() argument 555 usrc_writeArray(f, "scalars16 = [\n ", ptr16, 16, len16, " ", "\n]\n"); in writeDecompositionTables()
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | i386.txt | 12674 ptr16:16, ptr16:32: a FAR pointer, typically in a code segment different 12678 left corresponds to the offset within the destination segment. ptr16:16 is 12679 used when the instruction's operand-size attribute is 16 bits; ptr16:32 is 13990 9A cd CALL ptr16:16 17+m,pm=34+m Call intersegment, to full 13992 9A cd CALL ptr16:16 pm=52+m Call gate, same privilege 13993 9A cd CALL ptr16:16 pm=86+m Call gate, more privilege, no 13995 9A cd CALL ptr16:16 pm=94+4x+m Call gate, more privilege, x 13997 9A cd CALL ptr16:16 ts Call to task 14009 9A cp CALL ptr16:32 17+m,pm=34+m Call intersegment, to full 14011 9A cp CALL ptr16:32 pm=52+m Call gate, same privilege [all …]
|
D | i386-notutf8.txt | 12674 ptr16:16, ptr16:32: a FAR pointer, typically in a code segment different 12678 left corresponds to the offset within the destination segment. ptr16:16 is 12679 used when the instruction's operand-size attribute is 16 bits; ptr16:32 is 13990 9A cd CALL ptr16:16 17+m,pm=34+m Call intersegment, to full 13992 9A cd CALL ptr16:16 pm=52+m Call gate, same privilege 13993 9A cd CALL ptr16:16 pm=86+m Call gate, more privilege, no 13995 9A cd CALL ptr16:16 pm=94+4x+m Call gate, more privilege, x 13997 9A cd CALL ptr16:16 ts Call to task 14009 9A cp CALL ptr16:32 17+m,pm=34+m Call intersegment, to full 14011 9A cp CALL ptr16:32 pm=52+m Call gate, same privilege [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucptrietest.c | 290 value2=trie->data.ptr16[start]; in testTrieGetters()
|