/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_ksl.h | 284 #define ngtcp2_ksl_it_get(IT) \ argument 285 ngtcp2_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->data 292 #define ngtcp2_ksl_it_next(IT) \ argument 293 (++(IT)->i == (IT)->blk->n && (IT)->blk->next \ 294 ? ((IT)->blk = (IT)->blk->next, (IT)->i = 0) \ 308 #define ngtcp2_ksl_it_end(IT) \ argument 309 ((IT)->blk->n == (IT)->i && (IT)->blk->next == NULL) 323 #define ngtcp2_ksl_it_key(IT) \ argument 324 ((ngtcp2_ksl_key *)ngtcp2_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->key)
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_ksl.h | 286 #define nghttp3_ksl_it_get(IT) \ argument 287 nghttp3_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->data 294 #define nghttp3_ksl_it_next(IT) \ argument 295 (++(IT)->i == (IT)->blk->n && (IT)->blk->next \ 296 ? ((IT)->blk = (IT)->blk->next, (IT)->i = 0) \ 310 #define nghttp3_ksl_it_end(IT) \ argument 311 ((IT)->blk->n == (IT)->i && (IT)->blk->next == NULL) 325 #define nghttp3_ksl_it_key(IT) \ argument 326 ((nghttp3_ksl_key *)nghttp3_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->key)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist.h | 264 pointer remove(iterator &IT) { 265 pointer Node = &*IT++; 271 pointer remove(const iterator &IT) { 272 iterator MutIt = IT; 276 pointer remove(pointer IT) { return remove(iterator(IT)); } 277 pointer remove(reference IT) { return remove(iterator(IT)); } 285 iterator erase(pointer IT) { return erase(iterator(IT)); } 286 iterator erase(reference IT) { return erase(iterator(IT)); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist.h | 249 pointer remove(iterator &IT) { 250 pointer Node = &*IT++; 256 pointer remove(const iterator &IT) { 257 iterator MutIt = IT; 261 pointer remove(pointer IT) { return remove(iterator(IT)); } 262 pointer remove(reference IT) { return remove(iterator(IT)); } 270 iterator erase(pointer IT) { return erase(iterator(IT)); } 271 iterator erase(reference IT) { return erase(iterator(IT)); }
|
D | DirectedGraph.h | 237 iterator IT = findNode(N); in removeNode() local 238 if (IT == Nodes.end()) in removeNode() 251 Nodes.erase(IT); in removeNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 42 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local 43 assert(IT != AllocaNumbering.end()); in getLiveRange() 44 return LiveRanges[IT->second]; in getLiveRange() 206 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local 207 BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals() 208 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() 263 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local 264 BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
|
D | SafeStackLayout.cpp | 36 for (auto &IT : ObjectOffsets) { in print() local 37 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local 56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr() 58 IT->IsSigned() ? SPV_NUMBER_SIGNED_INT : SPV_NUMBER_UNSIGNED_INT; in ParseDefaultValueStr() 104 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local 105 const auto width = IT->width(); in ParseDefaultValueBitPattern() 112 if (IT->IsSigned() && (high_active_bit & result[0])) { in ParseDefaultValueBitPattern()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local 56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr() 58 IT->IsSigned() ? SPV_NUMBER_SIGNED_INT : SPV_NUMBER_UNSIGNED_INT; in ParseDefaultValueStr() 104 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local 105 const auto width = IT->width(); in ParseDefaultValueBitPattern() 112 if (IT->IsSigned() && (high_active_bit & result[0])) { in ParseDefaultValueBitPattern()
|
/third_party/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local 56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr() 58 IT->IsSigned() ? SPV_NUMBER_SIGNED_INT : SPV_NUMBER_UNSIGNED_INT; in ParseDefaultValueStr() 104 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local 105 const auto width = IT->width(); in ParseDefaultValueBitPattern() 112 if (IT->IsSigned() && (high_active_bit & result[0])) { in ParseDefaultValueBitPattern()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | FunctionInfo.cpp | 55 const uint32_t IT = Data.getU32(&Offset); in decode() local 63 Offset, IT); in decode() 67 switch (IT) { in decode() 89 Offset-8, IT); in decode() 186 const uint32_t IT = Data.getU32(&Offset); in lookup() local 194 switch (IT) { in lookup()
|
/third_party/vixl/test/aarch32/config/ |
D | cond-rd-operand-rn-t32.json | 114 // Test instructions in an IT block with no restrictions on registers. 128 // Generate an extra IT instruction. 134 // Test instructions in an IT block where registers have to be from r0 to r7. 148 // Generate an extra IT instruction. 154 // Special case for MVN in an IT block, both register operands 168 // Generate an extra IT instruction.
|
D | cond-rd-rn-operand-rm-t32.json | 204 // Test cases where an IT instruction is allowed. 218 // Generate an extra IT instruction. 246 // Generate an extra IT instruction. 265 // Generate an extra IT instruction. 285 // Generate an extra IT instruction. 304 // Generate an extra IT instruction.
|
D | cond-rdlow-rnlow-operand-immediate-t32.json | 162 // Generate an extra IT instruction. 200 // Generate an extra IT instruction. 237 // Generate an extra IT instruction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopCacheAnalysis.h | 200 auto IT = std::find_if( in getLoopCost() local 203 return (IT != LoopCosts.end()) ? (*IT).second : -1; in getLoopCost()
|
/third_party/musl/Benchmark/ |
D | CMakeLists.txt | 36 foreach(IT IN LISTS EXCLUDE_FILES) 37 list(FILTER SOURCE_FILES EXCLUDE REGEX "${IT}")
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/ |
D | arkts-no-intersection-types-2-ok.ets | 31 const employee: Employee = { id: 1, department: 'IT' }; 32 const personEmployee: PersonEmployee = { name: 'John', age: 25, id: 1, department: 'IT' };
|
D | arkts-no-intersection-types-1-error.ets | 24 const employee: Employee = { id: 1, department: "IT" }; 25 const personEmployee: PersonEmployee = { name: 'John', age: 25, id: 1, department: 'IT' };
|
/third_party/icu/icu4c/source/test/fuzzer/ |
D | uloc_is_right_to_left_fuzzer_seed_corpus.txt | 14 sl-IT-nedis 15 hy-Latn-IT-arevela
|
D | uloc_for_language_tag_fuzzer_seed_corpus.txt | 14 sl-IT-nedis 15 hy-Latn-IT-arevela
|
D | uloc_canonicalize_fuzzer_seed_corpus.txt | 14 sl-IT-nedis 15 hy-Latn-IT-arevela
|
D | uloc_get_name_fuzzer_seed_corpus.txt | 14 sl-IT-nedis 15 hy-Latn-IT-arevela
|
D | uloc_open_keywords_fuzzer_seed_corpus.txt | 14 sl-IT-nedis 15 hy-Latn-IT-arevela
|
/third_party/icu/docs/userguide/icu/ |
D | index.md | 29 processes and the underlying supportive IT processes. If they want to deliver 58 scale. It provides value to a company's IT investment by lowering IT complexity,
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | mni.txt | 12 IT{"ইটালি"}
|