/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deSTLUtil.hpp | 115 std::pair<typename M::iterator,bool> ret = map.insert(entry); in insert()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderCase.hpp | 85 virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = DE_NULL;
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdcore.c | 466 * info.pair = i; 484 info->pair = wunit; in mtd_wunit_to_pairing_info() 499 * iterate over all wunits of a given pair (see mtd_wunit_to_pairing_info() 502 * It can also be used to only program the first page of each pair (i.e. 508 * for (info.pair = 0; info.pair < npairs; info.pair++) { 521 if (!info || info->pair < 0 || info->pair >= npairs || in mtd_pairing_info_to_wunit() 528 return info->pair; in mtd_pairing_info_to_wunit() [all...] |
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_easrc.c | 495 ctx = easrc->pair[ctx_id]; in fsl_easrc_prefilter_config() 864 struct fsl_asrc_pair *ctx = easrc->pair[ctx_id]; in fsl_easrc_config_slot() 927 struct fsl_asrc_pair *ctx = easrc->pair[ctx_id]; in fsl_easrc_release_slot() 982 ctx = easrc->pair[ctx_id]; in fsl_easrc_config_context() 1254 if (easrc->pair[i]) in fsl_easrc_request_context() 1271 easrc->pair[index] = ctx; in fsl_easrc_request_context() 1300 easrc->pair[ctx->index] = NULL; in fsl_easrc_release_context() 2059 ctx = easrc->pair[i]; in fsl_easrc_runtime_resume()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 445 * info.pair = i; 463 info->pair = wunit; in mtd_wunit_to_pairing_info() 478 * iterate over all wunits of a given pair (see mtd_wunit_to_pairing_info() 481 * It can also be used to only program the first page of each pair (i.e. 487 * for (info.pair = 0; info.pair < npairs; info.pair++) { 500 if (!info || info->pair < 0 || info->pair >= npairs || in mtd_pairing_info_to_wunit() 507 return info->pair; in mtd_pairing_info_to_wunit() [all...] |
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_easrc.c | 495 ctx = easrc->pair[ctx_id]; in fsl_easrc_prefilter_config() 864 struct fsl_asrc_pair *ctx = easrc->pair[ctx_id]; in fsl_easrc_config_slot() 927 struct fsl_asrc_pair *ctx = easrc->pair[ctx_id]; in fsl_easrc_release_slot() 982 ctx = easrc->pair[ctx_id]; in fsl_easrc_config_context() 1254 if (easrc->pair[i]) in fsl_easrc_request_context() 1271 easrc->pair[index] = ctx; in fsl_easrc_request_context() 1300 easrc->pair[ctx->index] = NULL; in fsl_easrc_release_context() 2052 ctx = easrc->pair[i]; in fsl_easrc_runtime_resume()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 271 std::vector<std::pair<tcu::IVec4, tcu::IVec2>> &auxBuffer) const; 445 std::pair<de::SharedPtr<BufferWithMemory>, VkStridedDeviceAddressRegionKHR> createRaygenShaderBindingTable (VkPipeline pipeline) in createRaygenShaderBindingTable() 456 std::pair<de::SharedPtr<BufferWithMemory>, VkStridedDeviceAddressRegionKHR> createMissShaderBindingTable (VkPipeline pipeline) in createMissShaderBindingTable() 482 std::pair<de::SharedPtr<BufferWithMemory>, VkStridedDeviceAddressRegionKHR> createHitShaderBindingTable (VkPipeline pipeline) in createHitShaderBindingTable() 531 auto makeStdBeginEnd(T* p, deUint32 n) -> std::pair<R, R> 994 std::vector<std::pair<tcu::IVec4, tcu::IVec2>>& auxBuffer) const in computeSamePixelCount() 999 std::transform(image.begin(), image.end(), auxBuffer.begin(), [](const tcu::IVec4& c) -> std::pair<tcu::IVec4, tcu::IVec2> { return { c, tcu::IVec2() }; }); in computeSamePixelCount() 1180 std::vector<std::pair<tcu::IVec4, tcu::IVec2>> auxBuffer(referenceImage.size() * 4); in verifyResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 1176 SmallVector<std::pair<unsigned, TrackingMDNodeRef>, 2> Attachments; 1200 void getAll(SmallVectorImpl<std::pair<unsigned, MDNode *>> &Result) const; 1239 void getAll(SmallVectorImpl<std::pair<unsigned, MDNode *>> &Result) const; 1308 DenseMap<std::pair<const Function *, const BasicBlock *>, BlockAddress *> 1336 DenseMap<std::pair<Type *, uint64_t>, ArrayType*> ArrayTypes; 1337 DenseMap<std::pair<Type *, ElementCount>, VectorType*> VectorTypes; 1339 DenseMap<std::pair<Type*, unsigned>, PointerType*> ASPointerTypes; 1365 DenseMap<std::pair<const char *, unsigned>, unsigned> DiscriminatorTable;
|
/third_party/python/Lib/test/ |
H A D | test_curses.py | 953 for pair in self.bad_pairs(): 954 self.assertRaises(ValueError, curses.pair_content, pair) 974 for pair in self.bad_pairs(): 975 self.assertRaises(ValueError, curses.init_pair, pair, 0, 0) 982 for pair in 0, 1, 255: 983 attr = curses.color_pair(pair) 984 self.assertEqual(curses.pair_number(attr), pair, attr) 985 self.assertEqual(curses.pair_number(attr | curses.A_BOLD), pair)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 168 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() 468 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() 593 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() 615 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() 640 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() 656 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() 677 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() 796 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getMemoryOpCost()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 270 std::vector<std::pair<tcu::IVec4, tcu::IVec2>> &auxBuffer) const; 441 std::pair<de::SharedPtr<BufferWithMemory>, VkStridedDeviceAddressRegionKHR> createRaygenShaderBindingTable (VkPipeline pipeline) in createRaygenShaderBindingTable() 452 std::pair<de::SharedPtr<BufferWithMemory>, VkStridedDeviceAddressRegionKHR> createMissShaderBindingTable (VkPipeline pipeline) in createMissShaderBindingTable() 478 std::pair<de::SharedPtr<BufferWithMemory>, VkStridedDeviceAddressRegionKHR> createHitShaderBindingTable (VkPipeline pipeline) in createHitShaderBindingTable() 527 auto makeStdBeginEnd(T* p, deUint32 n) -> std::pair<R, R> 986 std::vector<std::pair<tcu::IVec4, tcu::IVec2>>& auxBuffer) const in computeSamePixelCount() 991 std::transform(image.begin(), image.end(), auxBuffer.begin(), [](const tcu::IVec4& c) -> std::pair<tcu::IVec4, tcu::IVec2> { return { c, tcu::IVec2() }; }); in computeSamePixelCount() 1172 std::vector<std::pair<tcu::IVec4, tcu::IVec2>> auxBuffer(referenceImage.size() * 4); in verifyResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 139 using LegalizeKind = std::pair<LegalizeTypeAction, EVT>; 492 /// from a pair of smaller values into multiple stores. 570 /// Return true if it is profitable to fold a pair of shifts into a mask. 1204 std::map<std::pair<unsigned, MVT::SimpleValueType>, in getTypeToPromoteTo() 1675 std::pair<int, MVT> getTypeLegalizationCost(const DataLayout &DL, 1993 virtual std::pair<const TargetRegisterClass *, uint8_t> 2510 /// Return true if an FMA operation is faster than a pair of fmul and fadd 2763 /// For each value type pair keep a LegalizeAction that indicates whether a 2800 std::map<std::pair<unsigned, MVT::SimpleValueType>, MVT::SimpleValueType> 3043 /// Returns a pair o [all...] |
/third_party/gn/src/gn/ |
H A D | visual_studio_writer.cc | 226 for (const auto& pair : target->GetDeps(Target::DEPS_ALL)) { in FilterTargets() 227 if (labels.find(pair.label) == labels.end()) { in FilterTargets() 228 targets->push_back(pair.ptr); in FilterTargets() 229 to_process.push(pair.ptr); in FilterTargets() 230 labels.insert(pair.label); in FilterTargets()
|
/third_party/node/deps/v8/src/heap/ |
H A D | paged-spaces.cc | 356 base::Optional<std::pair<Address, size_t>> PagedSpace::ExpandBackground( in ExpandBackground() 605 base::Optional<std::pair<Address, size_t>> PagedSpace::RawRefillLabBackground( in RawRefillLabBackground() 615 base::Optional<std::pair<Address, size_t>> result = in RawRefillLabBackground() 675 base::Optional<std::pair<Address, size_t>> 1069 using LiveBytesPagePair = std::pair<size_t, Page*>; in SortFreeList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 330 SmallVectorImpl<std::pair<SlotIndex, DbgValueLocation>> &NewDefs, 780 SmallVectorImpl<std::pair<SlotIndex, DbgValueLocation>> &NewDefs, in addDefsFromCopies() 789 SmallVector<std::pair<LiveInterval*, const VNInfo*>, 8> CopyValues; in addDefsFromCopies() 853 SmallVector<std::pair<SlotIndex, DbgValueLocation>, 16> Defs; in computeIntervals() 1184 MapVector<MachineOperand, std::pair<bool, unsigned>> NewLocations; in rewriteLocations()
|
H A D | WinEHPrepare.cpp | 79 SmallVectorImpl<std::pair<BasicBlock *, Value *>> &Worklist); 508 SmallVector<std::pair<const Instruction *, int>, 8> Worklist; in calculateClrEHStateNumbers() 737 std::vector<std::pair<BasicBlock *, BasicBlock *>> Orig2Clone; in cloneCommonBlocks() 1116 SmallVector<std::pair<BasicBlock *, Value *>, 4> Worklist; in insertPHIStores() 1151 SmallVectorImpl<std::pair<BasicBlock *, Value *>> &Worklist) { in insertPHIStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 318 const std::pair<Value *, unsigned int> &getNextLeader() const { in getNextLeader() 322 void addPossibleNextLeader(std::pair<Value *, unsigned int> LeaderPair) { in addPossibleNextLeader() 403 std::pair<Value *, unsigned int> NextLeader = {nullptr, ~0U}; 638 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; 673 // Our canonical form for phi arguments is a pair of incoming value, incoming 675 using ValPair = std::pair<Value *, BasicBlock *>; 825 std::pair<unsigned, unsigned> assignDFSNumbers(BasicBlock *, unsigned); 2135 std::pair<T *, unsigned> MinDFS = {nullptr, ~0U}; 2977 std::pair<unsigned, unsigned> NewGVN::assignDFSNumbers(BasicBlock *B, 3195 [&](const std::pair<cons [all...] |
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 472 int8x16x2_t pair = match_system(big_endian) in store_ascii_as_utf16() local 475 vst2q_s8(reinterpret_cast<int8_t *>(p), pair); in store_ascii_as_utf16() local 10700 counter += static_cast<size_t>(p[i] > 0xFFFF); // surrogate pair in utf16_length_from_utf32() 10952 // will not generate a surrogate pair in convert_valid() 10956 // will generate a surrogate pair in convert_valid() 10997 // will not generate a surrogate pair in convert() 11000 // will generate a surrogate pair in convert() 11026 // will not generate a surrogate pair in convert_with_errors() 11029 // will generate a surrogate pair in convert_with_errors() 11103 // must be a surrogate pair in convert_valid() [all...] |
/kernel/linux/linux-5.10/arch/m68k/lib/ |
H A D | udivsi3.S | 144 L1: addl d0,d0 | shift reg pair (p,a) one bit left
|
/kernel/linux/linux-6.6/arch/m68k/lib/ |
H A D | udivsi3.S | 144 L1: addl d0,d0 | shift reg pair (p,a) one bit left
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cs5535.h | 177 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cs5535.h | 177 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme);
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_cfg.cpp | 58 cfgMap_.insert(std::pair<std::string, std::string>(key, value));
in OpenCfg()
|
/third_party/benchmark/test/ |
H A D | register_benchmark_test.cc | 87 std::pair<const char*, const char*> cases[] = { in RegisterFromFunction()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 77 using std::pair;
|