Home
last modified time | relevance | path

Searched refs:pair (Results 951 - 975 of 2474) sorted by relevance

1...<<31323334353637383940>>...99

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_join_benchmark.cc61 const std::vector<std::pair<std::string, int>> v(num_pairs, in BM_Join2_KeysAndValues()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_interchange_zero_like_constants.cpp69 std::vector<std::pair<protobufs::IdUseDescriptor, uint32_t>> uses_to_replace; in Apply()
H A Dfuzzer_pass_replace_loads_stores_with_copy_memories.cpp44 std::vector<std::pair<opt::Instruction*, opt::Instruction*>> in Apply()
H A Dtransformation_adjust_branch_weights.cpp36 const std::pair<uint32_t, uint32_t>& branch_weights) { in TransformationAdjustBranchWeights()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMultisampleTests.cpp68 std::pair <std::string, VkSampleCountFlagBits> cases[] = in createInvalidSampleIndexTests()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmarvell.c312 s8 pair; member
2059 static int marvell_vct5_amplitude(struct phy_device *phydev, int pair) in marvell_vct5_amplitude() argument
2065 reg = MII_VCT5_TX_RX_MDI0_COUPLING + pair; in marvell_vct5_amplitude()
2091 int distance, int pair) in marvell_vct5_amplitude_distance()
2117 if (pair != PHY_PAIR_ALL && i != pair) in marvell_vct5_amplitude_distance()
2164 priv->pair); in marvell_vct5_amplitude_graph()
2260 priv->pair = cfg->pair; in marvell_vct5_cable_test_tdr_start()
2308 int pair, boo in marvell_vct7_report_length()
2090 marvell_vct5_amplitude_distance(struct phy_device *phydev, int distance, int pair) marvell_vct5_amplitude_distance() argument
2307 marvell_vct7_report_length(struct phy_device *phydev, int pair, bool meter) marvell_vct7_report_length() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c49 const struct nvkm_vmm_desc *pair = page[-1].desc; in nvkm_vmm_pt_new() local
50 lpte = pten >> (desc->bits - pair->bits); in nvkm_vmm_pt_new()
200 const struct nvkm_vmm_desc *pair = it->page[-1].desc; in nvkm_vmm_unref_sptes() local
201 const u32 sptb = desc->bits - pair->bits; in nvkm_vmm_unref_sptes()
244 pair->func->sparse(vmm, pgt->pt[0], pteb, ptes); in nvkm_vmm_unref_sptes()
246 if (pair->func->invalid) { in nvkm_vmm_unref_sptes()
252 pair->func->invalid(vmm, pgt->pt[0], pteb, ptes); in nvkm_vmm_unref_sptes()
299 const struct nvkm_vmm_desc *pair = it->page[-1].desc; in nvkm_vmm_ref_sptes() local
300 const u32 sptb = desc->bits - pair->bits; in nvkm_vmm_ref_sptes()
351 pair in nvkm_vmm_ref_sptes()
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-cs5535.c165 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event() argument
188 val |= ((pair & 7) << shift); in cs5535_gpio_setup_event()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_mmio.c79 [cc] "+d" (cc), [ioaddr_len] "+&d" (ioaddr_len.pair) in __pcistg_mio_inuser()
223 [ioaddr_len] "+&d" (ioaddr_len.pair), in __pcilg_mio_inuser()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-cs5535.c165 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event() argument
188 val |= ((pair & 7) << shift); in cs5535_gpio_setup_event()
/third_party/gn/src/base/strings/
H A Dstring_split.cc99 // below code will copy the strings directly into the result pair. in AppendStringKeyValue()
211 for (const std::string_view& pair : pairs) { in SplitStringIntoKeyValuePairs()
212 if (!AppendStringKeyValue(pair, key_value_delimiter, key_value_pairs)) { in SplitStringIntoKeyValuePairs()
/third_party/glslang/glslang/Include/
H A DCommon.h180 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<K const, D> > > {
184 class TUnorderedMap : public std::unordered_map<K, D, HASH, PRED, pool_allocator<std::pair<K const, D> > > {
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc168 std::vector<std::pair<std::string, double>> measurements; in TEST()
301 std::vector<std::pair<std::string, double>> measurements; in TEST()
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc144 std::pair<int,int> NupState::convert_order(int subpage) const // {{{ in convert_order()
224 static std::pair<Axis,Position> parsePosition(char a,char b) // {{{ returns ,CENTER(0) on invalid in parsePosition()
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h407 // A type transform to remove constness from the first part of a pair.
409 // and this transform produces a similar but assignable pair.
415 // Partially specialized to remove constness from std::pair<const K, V>.
417 struct RemoveConstFromKey<std::pair<const K, V> > {
418 typedef std::pair<K, V> type;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberrangeformatter.h610 * Extracts the formatted range as a pair of decimal numbers. This endpoint
625 * @return A pair of StringClasses containing the numeric strings.
629 inline std::pair<StringClass, StringClass> getDecimalNumbers(UErrorCode& status) const;
632 * Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was
711 std::pair<StringClass, StringClass> FormattedNumberRange::getDecimalNumbers(UErrorCode& status) const { in getDecimalNumbers()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h154 int Compare(const CIndexToPathPair &pair) const
156 return MyCompare(Index, pair.Index);
/third_party/littlefs/
H A Dlfs.h359 lfs_block_t pair[2]; member
412 lfs_block_t pair[2]; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.h276 Allocator<std::pair<const Key, T>>>;
280 Allocator<std::pair<const Key, T>>>;
/third_party/node/src/
H A Dnode_process_object.cc114 std::pair<std::string_view, std::string_view> in CreateProcessObject()
121 *slot++ = std::pair<std::string_view, std::string_view>( \ in CreateProcessObject()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberrangeformatter.h617 * Extracts the formatted range as a pair of decimal numbers. This endpoint
632 * @return A pair of StringClasses containing the numeric strings.
636 inline std::pair<StringClass, StringClass> getDecimalNumbers(UErrorCode& status) const;
639 * Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was
718 std::pair<StringClass, StringClass> FormattedNumberRange::getDecimalNumbers(UErrorCode& status) const { in getDecimalNumbers()
/third_party/libinput/src/
H A Dutil-strings.h361 char *pair = pairs[idx]; in kv_double_from_string() local
363 char **kv = strv_from_string(pair, kv_separator, &nelem); in kv_double_from_string()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h30 using std::pair;
382 // UnicodeTextRange is a pair of iterators, useful for specifying text
384 typedef pair<UnicodeText::const_iterator,
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.cc413 std::pair<GCEpilogueCallback*, void*> callback_and_data(callback, data); in AddGCEpilogueCallback()
423 std::pair<GCEpilogueCallback*, void*> callback_and_data(callback, data); in RemoveGCEpilogueCallback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask()
81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward()

Completed in 25 milliseconds

1...<<31323334353637383940>>...99