/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_join_benchmark.cc | 61 const std::vector<std::pair<std::string, int>> v(num_pairs, in BM_Join2_KeysAndValues()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_interchange_zero_like_constants.cpp | 69 std::vector<std::pair<protobufs::IdUseDescriptor, uint32_t>> uses_to_replace; in Apply()
|
H A D | fuzzer_pass_replace_loads_stores_with_copy_memories.cpp | 44 std::vector<std::pair<opt::Instruction*, opt::Instruction*>> in Apply()
|
H A D | transformation_adjust_branch_weights.cpp | 36 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 D | vktTextureMultisampleTests.cpp | 68 std::pair <std::string, VkSampleCountFlagBits> cases[] = in createInvalidSampleIndexTests()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | marvell.c | 312 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 D | vmm.c | 49 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 D | gpio-cs5535.c | 165 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 D | pci_mmio.c | 79 [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 D | gpio-cs5535.c | 165 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 D | string_split.cc | 99 // 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 D | Common.h | 180 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 D | perf_counters_gtest.cc | 168 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 D | nup.cc | 144 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 D | gmock-internal-utils.h | 407 // 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 D | numberrangeformatter.h | 610 * 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 D | ArchiveExtractCallback.h | 154 int Compare(const CIndexToPathPair &pair) const
156 return MyCompare(Index, pair.Index);
|
/third_party/littlefs/ |
H A D | lfs.h | 359 lfs_block_t pair[2]; member 412 lfs_block_t pair[2]; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.h | 276 Allocator<std::pair<const Key, T>>>; 280 Allocator<std::pair<const Key, T>>>;
|
/third_party/node/src/ |
H A D | node_process_object.cc | 114 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 D | numberrangeformatter.h | 617 * 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 D | util-strings.h | 361 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 D | unicodetext.h | 30 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 D | local-heap.cc | 413 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 D | LivePhysRegs.cpp | 32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() 81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward()
|