Home
last modified time | relevance | path

Searched refs:pair (Results 601 - 625 of 2457) sorted by relevance

1...<<21222324252627282930>>...99

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp62 [](const std::pair<Target, std::string> &LHS, in addParentUmbrella()
76 [](const std::pair<Target, std::string> &LHS, in addUUID()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass.h233 // Yields a pair, (basic_type_ids, basic_type_ids_to_pointers), such that:
241 std::pair<std::vector<uint32_t>, std::map<uint32_t, std::vector<uint32_t>>>
274 // Adds a pair (id_use_descriptor, |replacement_id|) to the vector
281 std::vector<std::pair<protobufs::IdUseDescriptor, uint32_t>>*
294 // Returns the second block in the pair obtained by splitting |block_id| just
H A Dfuzzer_pass_apply_id_synonyms.cpp50 std::vector<std::pair<opt::Instruction*, uint32_t>> uses; in Apply()
58 std::pair<opt::Instruction*, uint32_t>(use_inst, use_index)); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h175 using LoopTripCountTy = std::pair<const Loop *, unsigned>;
176 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>;
/third_party/rust/crates/syn/tests/debug/
H A Dmod.rs122 for pair in self.pairs() { in fmt()
123 let (node, punct) = pair.into_tuple(); in fmt()
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py241 for pair in glob_comment_pairs:
242 insert_copyright(args.author, *pair)
/third_party/gn/src/gn/
H A Dtarget_unittest.cc1129 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
1134 std::pair<std::string_view, Value>("b", b_expected)); in TEST()
1164 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
1169 std::pair<std::string_view, Value>("b", b_expected)); in TEST()
1175 std::pair<std::string_view, Value>("a", a_2_expected)); in TEST()
1206 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
1211 std::pair<std::string_view, Value>("b", b_expected)); in TEST()
1221 std::pair<std::string_view, Value>("a", a_3_expected)); in TEST()
1253 std::pair<std::string_view, Value>("a", a_expected)); in TEST()
1258 std::pair<st in TEST()
[all...]
/third_party/lwip/src/apps/http/
H A Dhttpd.c690 char *pair; in extract_uri_parameters() local
702 pair = params; in extract_uri_parameters()
706 for (loop = 0; (loop < LWIP_HTTPD_MAX_CGI_PARAMETERS) && pair; loop++) { in extract_uri_parameters()
709 http_cgi_params[loop] = pair; in extract_uri_parameters()
711 /* Remember the start of this name=value pair */ in extract_uri_parameters()
712 equals = pair; in extract_uri_parameters()
714 /* Find the start of the next name=value pair and replace the delimiter in extract_uri_parameters()
715 * with a 0 to terminate the previous pair string. */ in extract_uri_parameters()
716 pair = strchr(pair, ' in extract_uri_parameters()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dload-elimination.cc253 for (auto& pair : info_for_node_) { in Lookup()
254 if (pair.first->IsDead()) continue; in Lookup()
255 if (MustAlias(object, pair.first)) return &pair.second; in Lookup()
328 for (auto pair : info_for_node_) { in Print()
329 PrintF(" #%d:%s -> #%d:%s [repr=%s]\n", pair.first->id(), in Print()
330 pair.first->op()->mnemonic(), pair.second.value->id(), in Print()
331 pair.second.value->op()->mnemonic(), in Print()
332 MachineReprToString(pair in Print()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc326 std::pair<std::tuple<K>, V> p) { in apply_impl()
337 slot_type(ctor, Ts&&... ts) : pair(std::forward<Ts>(ts)...) {} in slot_type()
339 std::pair<std::string, std::string> pair; member
343 using init_type = std::pair<std::string, std::string>;
359 construct(alloc, new_slot, std::move(old_slot->pair)); in transfer()
363 static std::pair<std::string, std::string>& element(slot_type* slot) { in element()
364 return slot->pair; in element()
1148 std::vector<std::pair<double, double>> pecentile_ratios;
1149 std::vector<std::pair<doubl
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstream.c232 printf("\nhot chain pair %d:\n", idx); in print_callchain_pair()
268 struct evsel_streams *es, bool pair) in print_stream_callchain()
281 if (pair) { in print_stream_callchain()
293 if (pair) in print_stream_callchain()
267 print_stream_callchain(struct stream *stream, int idx, struct evsel_streams *es, bool pair) print_stream_callchain() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstream.c232 printf("\nhot chain pair %d:\n", idx); in print_callchain_pair()
268 struct evsel_streams *es, bool pair) in print_stream_callchain()
281 if (pair) { in print_stream_callchain()
293 if (pair) in print_stream_callchain()
267 print_stream_callchain(struct stream *stream, int idx, struct evsel_streams *es, bool pair) print_stream_callchain() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDataDrivenCalendarTest.java58 public void calendarTest(TestDataPair pair) { in calendarTest() argument
59 TestData td = pair.td; in calendarTest()
60 DataMap settings = pair.dm; in calendarTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDataDrivenCalendarTest.java61 public void calendarTest(TestDataPair pair) { in calendarTest() argument
62 TestData td = pair.td; in calendarTest()
63 DataMap settings = pair.dm; in calendarTest()
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.cc214 std::vector<std::pair<size_t, uint32_t>> pairs; in operator <<()
221 [=](std::pair<size_t, uint32_t> left, std::pair<size_t, uint32_t> right) { in operator <<()
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h226 std::vector<std::pair<T*, PendingPhantomCallback>>* pending);
249 std::vector<std::pair<Node*, PendingPhantomCallback>>
251 std::vector<std::pair<TracedNode*, PendingPhantomCallback>>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELFObjectFile.cpp71 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile()
382 std::vector<std::pair<DataRefImpl, uint64_t>>
440 std::vector<std::pair<DataRefImpl, uint64_t>> Result; in getPltAddresses()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp120 std::pair<uint32_t, uint32_t> FindOrCreateFloatZeroAndOne( in FindOrCreateFloatZeroAndOne()
137 return std::pair<uint32_t, uint32_t>(constant_zero_id, constant_one_id); in FindOrCreateFloatZeroAndOne()
201 std::pair<uint32_t, uint32_t> zero_one_float_ids = in ForceRenderRed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dforce_render_red.cpp120 std::pair<uint32_t, uint32_t> FindOrCreateFloatZeroAndOne( in FindOrCreateFloatZeroAndOne()
137 return std::pair<uint32_t, uint32_t>(constant_zero_id, constant_one_id); in FindOrCreateFloatZeroAndOne()
201 std::pair<uint32_t, uint32_t> zero_one_float_ids = in ForceRenderRed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h107 DenseMap<std::pair<uint32_t, const BasicBlock *>, uint32_t>;
125 std::pair<uint32_t, bool> assignExpNewValueNum(Expression &exp);
249 SmallVector<std::pair<Instruction *, unsigned>, 4> toSplit;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallPtrSet.h131 std::pair<const void *const *, bool> insert_imp(const void *Ptr) { in insert_imp()
184 std::pair<const void *const *, bool> insert_imp_big(const void *Ptr);
355 /// Ptr. The bool component of the returned pair is true if and only if the
356 /// insertion takes place, and the iterator component of the pair points to
358 std::pair<iterator, bool> insert(PtrType Ptr) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp58 std::pair<size_t, MutableArrayRef<T>>
66 std::pair<size_t, T *> allocateNewObject(Types &&... Args) { in allocateNewObject()
84 std::pair<size_t, MutableArrayRef<T>>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScaledNumber.cpp22 std::pair<uint64_t, int16_t> ScaledNumbers::multiply64(uint64_t LHS, in multiply64()
57 std::pair<uint32_t, int16_t> ScaledNumbers::divide32(uint32_t Dividend, in divide32()
80 std::pair<uint64_t, int16_t> ScaledNumbers::divide64(uint64_t Dividend, in divide64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp118 DenseMap<unsigned, std::pair<unsigned, unsigned> > PeepholeDoubleRegsMap; in runOnMachineFunction()
221 DenseMap<unsigned, std::pair<unsigned, unsigned> >::iterator DI = in runOnMachineFunction()
224 std::pair<unsigned,unsigned> PeepholeSrc = DI->second; in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp68 SmallVectorImpl<std::pair<Use *, Function *>> &Uses, in findUses()
242 SmallVector<std::pair<Use *, Function *>, 0> Uses; in runOnModule()
274 DenseMap<std::pair<Function *, FunctionType *>, Function *> Wrappers; in runOnModule()

Completed in 25 milliseconds

1...<<21222324252627282930>>...99