| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationfastlatinbuilder.cpp | 144 // The first few reordering groups should be special groups in loadGroups() 320 // This is so that we can test the first primary and use the same mask for both, in getCEsFromCE32() 595 // We encode all contraction lists so that the first word of a list in encodeContractions() 670 CollationFastLatinBuilder::encodeTwoCEs(int64_t first, int64_t second) const { in encodeTwoCEs() argument 671 if(first == 0) { in encodeTwoCEs() 674 if(first == Collation::NO_CE) { in encodeTwoCEs() 677 U_ASSERT((uint32_t)(first >> 32) != Collation::NO_CE_PRIMARY); in encodeTwoCEs() 679 uint32_t miniCE = getMiniCE(first); in encodeTwoCEs() 684 uint32_t c = (((uint32_t)first & Collation::CASE_MASK) >> (14 - 3)); in encodeTwoCEs()
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-graph-printer.cc | 115 // that were only first created on this line (passed in "arrows_starting_here") 143 // Add a target to the target list in the first non-null position from the end. 160 // If the target is not a fallthrough, add i to the target list in the first 316 bool first = true; in PrintEagerDeopt() local 321 if (first) { in PrintEagerDeopt() 322 first = false; in PrintEagerDeopt() 356 bool first = true; in PrintLazyDeopt() local 361 if (first) { in PrintLazyDeopt() 362 first = false; in PrintLazyDeopt()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | ReplaceForShaderFramebufferFetch.cpp | 497 const unsigned int inputAttachmentIndex = declaredVar.first; in declareSubpassInputVariables() 518 const unsigned int inputAttachmentIndex = declaredVar.first; in loadInputAttachmentData() 562 const unsigned int inputAttachmentIndex = declaredVar.first; in declareSubpassInputVariables() 588 const unsigned int inputAttachmentIndex = declaredVar.first; in loadInputAttachmentData() 713 const unsigned int inputAttachmentIndex = originInOutVarIter.first; in ReplaceInOutVariables() 742 const unsigned int index = newOutVar->first; in ReplaceInOutVariables()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 118 CatchObjects.insert({AI, {}}).first->second.push_back( in set() 201 if (PhysReg.first == SP) in set() 266 // the first one should be marked. in set() 328 const auto *Src = KV.first.get<const BasicBlock *>(); in set() 364 /// consecutive vreg numbers and return the first assigned number. 529 unsigned &VReg = I.first->second; in getCatchPadExceptionPointerVReg() 543 P.first->getType(), ValueVTs); in getValueFromVirtualReg() 548 VirtReg2Value[Reg++] = P.first; in getValueFromVirtualReg()
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_reflect.cpp | 132 if (stack.empty() || stack.top().first != Type::Array) in end_json_array() 149 if (stack.empty() || stack.top().first != Type::Array) in emit_json_array_value() 161 if (stack.empty() || stack.top().first != Type::Array) in emit_json_array_value() 171 if (stack.empty() || stack.top().first != Type::Array) in emit_json_array_value() 192 if (stack.empty() || stack.top().first != Type::Object) in end_json_object() 209 if (stack.empty() || stack.top().first != Type::Object) in emit_json_key()
|
| /third_party/python/Lib/idlelib/ |
| H A D | autocomplete_w.py | 79 """Find the first index in self.completions where completions[i] is 96 first = self._binary_search(s) 97 if self.completions[first][:len(s)] != s: 101 i = first + 1 111 if first == last: # only one possible completion 112 return self.completions[first] 114 # We should return the maximum prefix of first and last 115 first_comp = self.completions[first] 415 # first tab; let AutoComplete handle the completion
|
| /third_party/python/Modules/ |
| H A D | _posixsubprocess.c | 298 _brute_force_closer(int first, int last) in _brute_force_closer() argument 300 for (int i = first; i <= last; i++) { in _brute_force_closer() 366 _unsafe_closer(int first, int last) in _unsafe_closer() argument 368 _Py_closerange(first, last); in _unsafe_closer() 456 _close_range_closer(int first, int last) in _close_range_closer() argument 458 return close_range(first, last, 0); in _close_range_closer() 683 * into Python in the first place, so it probably doesn't in child_exec() 712 /* Report the first exec error, not the last. */ in child_exec()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculateAroundPHIs.cpp | 89 // Now do a depth-first search of everything these users depend on to make in isSafeToSpeculatePHIUsers() 90 // sure they are transitively safe. This is a depth-first search, but we in isSafeToSpeculatePHIUsers() 142 Instruction *I = StackPair.first; in isSafeToSpeculatePHIUsers() 229 ++InsertResult.first->second.Count; in isSafeAndProfitableToSpeculateAroundPHI() 230 // Only compute the cost the first time we see a particular constant. in isSafeAndProfitableToSpeculateAroundPHI() 234 int &MatCost = InsertResult.first->second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI() 282 ConstantInt *IncomingC = IncomingConstantAndCostsAndCount.first; in isSafeAndProfitableToSpeculateAroundPHI() 330 /// Simple helper to walk all the users of a list of phis depth first, and call 334 /// used to make a single depth-first walk across their collective users 339 /// Depth-first an [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceOperand.cpp | 132 InstNumberT OtherStart = (*Other.Range.begin()).first; in endsBefore() 143 if (I1->second <= I2->first) { in overlaps() 147 if (I2->second <= I1->first) { in overlaps() 160 if (OtherBegin < I->first) { in overlapsInst() 189 if (I.first <= Value && in containsValue() 254 // TODO(stichnot): If the use occurs as a source operand in the first in markUse() 257 // may also apply if it's the first instruction of the block that actually in markUse() 651 Str << "[" << I.first << ":" << I.second << ")"; in dump()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | JSON.cpp | 18 return try_emplace(K, nullptr).first->getSecond(); in operator []() 21 return try_emplace(std::move(K), nullptr).first->getSecond(); in operator []() 84 auto R = RHS.find(L.first); in operator ==() 259 // Bare null/true/false are easy - first char identifies them. in parseValue() 350 // Try first to parse as integer, and if so preserve full 64 bits. in parseNumber() 455 uint16_t First; // UTF-16 code unit from the first \u escape. in parseUnicode() 527 return L->first < R->first; in sortedElements() 623 attribute(E->first, E->second); in value()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.cpp | 41 if (i + 1 < v[i].first && i + 1 < v.size() && in addAndInterleaveWithUnsupported() 42 v[i + 1].first != v[i].first + 1) in addAndInterleaveWithUnsupported() 43 result.push_back({v[i].first + 1, Unsupported}); in addAndInterleaveWithUnsupported() 50 assert(v[0].first > 17); in widen_8_16() 57 auto Largest = result.back().first; in widen_8_16()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86LegalizerInfo.cpp | 40 if (i + 1 < v[i].first && i + 1 < v.size() && in addAndInterleaveWithUnsupported() 41 v[i + 1].first != v[i].first + 1) in addAndInterleaveWithUnsupported() 42 result.push_back({v[i].first + 1, Unsupported}); in addAndInterleaveWithUnsupported() 49 assert(v[0].first > 1); in widen_1() 53 auto Largest = result.back().first; in widen_1()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_field.cc | 279 map_iter->key_.CopyFrom(iter->first); in SetMapIteratorValue() 291 Map<MapKey, MapValueRef>::iterator iter = map->find(other_it->first); in MergeFrom() 294 map_val = &map_[other_it->first]; in MergeFrom() 380 const MapKey& map_key = it->first; in SyncRepeatedFieldWithMapNoLock() 539 size += sizeof(it->first) * map_size; in SpaceUsedExcludingSelfNoLock() 542 if (it->first.type() == FieldDescriptor::CPPTYPE_STRING) { in SpaceUsedExcludingSelfNoLock()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluDrawUtil.cpp | 220 static OutputIter namedBindingsToProgramLocations (const glw::Functions& gl, deUint32 program, InputIter first, InputIter end, OutputIter out) in namedBindingsToProgramLocations() argument 222 for (InputIter cur = first; cur != end; ++cur) in namedBindingsToProgramLocations() 254 static bool areVertexArrayLocationsValid (BindingIter first, BindingIter end) in areVertexArrayLocationsValid() argument 257 for (BindingIter cur = first; cur != end; ++cur) in areVertexArrayLocationsValid() 295 static void computeNonStridedBufferLayout (VertexBufferLayout& layout, BindingIter first, BindingIter end) in computeNonStridedBufferLayout() argument 297 for (BindingIter iter = first; iter != end; ++iter) in computeNonStridedBufferLayout()
|
| /kernel/linux/linux-5.10/arch/loongarch/lib/ |
| H A D | dump_tlb.c | 24 static void dump_tlb(int first, int last) in dump_tlb() argument 40 for (i = first; i <= last; i++) { in dump_tlb()
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | patch.c | 74 u16 first = __opcode_thumb32_first(insn); in __patch_text_real() local 83 *addrh0 = __opcode_to_mem_thumb16(first); in __patch_text_real()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dcb_lib.h | 32 struct ice_tx_buf *first); 99 struct ice_tx_buf __always_unused *first) in ice_tx_prepare_vlan_flags_dcb() 98 ice_tx_prepare_vlan_flags_dcb(struct ice_ring __always_unused *tx_ring, struct ice_tx_buf __always_unused *first) ice_tx_prepare_vlan_flags_dcb() argument
|
| /kernel/linux/linux-6.6/arch/loongarch/lib/ |
| H A D | dump_tlb.c | 28 static void dump_tlb(int first, int last) in dump_tlb() argument 44 for (i = first; i <= last; i++) { in dump_tlb()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
| H A D | lib.c | 176 libc.first = start; in parse_proc_maps() 179 vdso.first = start; in parse_proc_maps()
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | patch.c | 74 u16 first = __opcode_thumb32_first(insn); in __patch_text_real() local 83 *addrh0 = __opcode_to_mem_thumb16(first); in __patch_text_real()
|
| /kernel/linux/linux-6.6/arch/mips/lib/ |
| H A D | dump_tlb.c | 66 static void dump_tlb(int first, int last) in dump_tlb() argument 97 for (i = first; i <= last; i++) { in dump_tlb()
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| H A D | syscall.c | 72 SYSCALL_DEFINE5(s390_ipc, uint, call, int, first, unsigned long, second, in SYSCALL_DEFINE5() 85 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
| /kernel/linux/linux-5.10/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson-axg-pmx.c | 37 if (pin >= pmx->pmx_banks[i].first && in meson_axg_pmx_get_bank() 52 shift = pin - bank->first; in meson_pmx_calc_reg_and_offset()
|
| H A D | pinctrl-meson.h | 88 * @first: first pin of the bank 96 * the @regs array refers to the first pin of the bank. 100 unsigned int first; member 147 .first = f, \
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | top.c | 74 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf() local 76 (uint64_t)first->core.attr.sample_period, in perf_top__header_snprintf()
|