Home
last modified time | relevance | path

Searched refs:IT (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_ksl.h284 #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/
Dnghttp3_ksl.h286 #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/
Dilist.h264 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/
Dilist.h249 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)); }
DDirectedGraph.h237 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/
DSafeStackColoring.cpp42 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()
DSafeStackLayout.cpp36 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/
Dset_spec_constant_default_value_pass.cpp55 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/
Dset_spec_constant_default_value_pass.cpp55 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/
Dset_spec_constant_default_value_pass.cpp55 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/
DFunctionInfo.cpp55 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/
Dcond-rd-operand-rn-t32.json114 // 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.
Dcond-rd-rn-operand-rm-t32.json204 // 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.
Dcond-rdlow-rnlow-operand-immediate-t32.json162 // 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/
DLoopCacheAnalysis.h200 auto IT = std::find_if( in getLoopCost() local
203 return (IT != LoopCosts.end()) ? (*IT).second : -1; in getLoopCost()
/third_party/musl/Benchmark/
DCMakeLists.txt36 foreach(IT IN LISTS EXCLUDE_FILES)
37 list(FILTER SOURCE_FILES EXCLUDE REGEX "${IT}")
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/
Darkts-no-intersection-types-2-ok.ets31 const employee: Employee = { id: 1, department: 'IT' };
32 const personEmployee: PersonEmployee = { name: 'John', age: 25, id: 1, department: 'IT' };
Darkts-no-intersection-types-1-error.ets24 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/
Duloc_is_right_to_left_fuzzer_seed_corpus.txt14 sl-IT-nedis
15 hy-Latn-IT-arevela
Duloc_for_language_tag_fuzzer_seed_corpus.txt14 sl-IT-nedis
15 hy-Latn-IT-arevela
Duloc_canonicalize_fuzzer_seed_corpus.txt14 sl-IT-nedis
15 hy-Latn-IT-arevela
Duloc_get_name_fuzzer_seed_corpus.txt14 sl-IT-nedis
15 hy-Latn-IT-arevela
Duloc_open_keywords_fuzzer_seed_corpus.txt14 sl-IT-nedis
15 hy-Latn-IT-arevela
/third_party/icu/docs/userguide/icu/
Dindex.md29 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/
Dmni.txt12 IT{"ইটালি"}

12345678910>>...26