Home
last modified time | relevance | path

Searched refs:existing (Results 51 - 75 of 151) sorted by relevance

1234567

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp575 // try to find existing type in makeArrayType()
1536 Id existing = NoResult; in makeNullConstant() local
1540 existing = constant->getResultId(); in makeNullConstant()
1543 if (existing != NoResult) in makeNullConstant()
1544 return existing; in makeNullConstant()
1564 Id existing = 0; in makeBoolConstant() local
1568 existing = constant->getResultId(); in makeBoolConstant()
1571 if (existing) in makeBoolConstant()
1572 return existing; in makeBoolConstant()
1591 Id existing in makeIntConstant() local
1615 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, op1, op2); makeInt64Constant() local
1641 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); makeFloatConstant() local
1668 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, op1, op2); makeDoubleConstant() local
1697 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); makeFloat16Constant() local
1810 Id existing = findCompositeConstant(typeClass, typeId, members); makeCompositeConstant() local
1817 Id existing = findStructConstant(typeId, members); makeCompositeConstant() local
[all...]
/third_party/ltp/lib/newlib_tests/shell/
H A Dtst_check_driver.sh46 tst_res TINFO "check non-existing module detection"
47 EXPECT_FAIL tst_check_drivers not-existing-kernel-module
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c2588 struct bpf_prog_array_item *existing, *new; in bpf_prog_array_copy() local
2592 /* Figure out how many existing progs we need to carry over to in bpf_prog_array_copy()
2596 existing = old_array->items; in bpf_prog_array_copy()
2597 for (; existing->prog; existing++) { in bpf_prog_array_copy()
2598 if (existing->prog == exclude_prog) { in bpf_prog_array_copy()
2602 if (existing->prog != &dummy_bpf_prog.prog) in bpf_prog_array_copy()
2604 if (existing->prog == include_prog) in bpf_prog_array_copy()
2631 existing = old_array->items; in bpf_prog_array_copy()
2632 for (; existing in bpf_prog_array_copy()
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstack_user.c775 static int fs_protocol_compare(struct ocfs2_protocol_version *existing, in fs_protocol_compare() argument
778 if (existing->pv_major != request->pv_major) in fs_protocol_compare()
781 if (existing->pv_minor > request->pv_minor) in fs_protocol_compare()
784 if (existing->pv_minor < request->pv_minor) in fs_protocol_compare()
785 request->pv_minor = existing->pv_minor; in fs_protocol_compare()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstack_user.c761 static int fs_protocol_compare(struct ocfs2_protocol_version *existing, in fs_protocol_compare() argument
764 if (existing->pv_major != request->pv_major) in fs_protocol_compare()
767 if (existing->pv_minor > request->pv_minor) in fs_protocol_compare()
770 if (existing->pv_minor < request->pv_minor) in fs_protocol_compare()
771 request->pv_minor = existing->pv_minor; in fs_protocol_compare()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcore.c2085 struct bpf_prog_array_item *existing; in bpf_prog_array_copy() local
2090 /* Figure out how many existing progs we need to carry over to in bpf_prog_array_copy()
2094 existing = old_array->items; in bpf_prog_array_copy()
2095 for (; existing->prog; existing++) { in bpf_prog_array_copy()
2096 if (existing->prog == exclude_prog) { in bpf_prog_array_copy()
2100 if (existing->prog != &dummy_bpf_prog.prog) in bpf_prog_array_copy()
2102 if (existing->prog == include_prog) in bpf_prog_array_copy()
2128 existing = old_array->items; in bpf_prog_array_copy()
2129 for (; existing in bpf_prog_array_copy()
[all...]
/third_party/python/Tools/scripts/
H A Dstable_abi.py3 By default, the tool only checks existing files/libraries.
368 existing = path.read_text()
370 if generated != existing:
376 generated.splitlines(), existing.splitlines(),
/third_party/ffmpeg/libavutil/tests/
H A Ddict.c124 printf("\nTesting av_dict_set() with existing AVDictionaryEntry.key as key\n"); in main()
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.h57 ir_variable *const existing,
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_isa.py118 def parse_copy(enc, existing):
121 for ex in existing:
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py272 for (i, existing) in enumerate(self.indexed):
273 if existing.try_extend(bucket):
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc259 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
260 if (existing != entries_.end()) { in GetRelocInfoStatusFor()
507 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
508 if (existing != entries_.end()) { in GetRelocInfoStatusFor()
/third_party/node/test/fixtures/wpt/streams/writable-streams/
H A Dstart.any.js139 }, 'controller.error() during async start should cause existing writes to fail');
/third_party/node/src/
H A Dnode_platform.cc383 auto& existing = existing_it->second; in UnregisterIsolate() local
384 if (existing.second) { in UnregisterIsolate()
385 existing.second->Shutdown(); in UnregisterIsolate()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp114 auto existing = id_equations_.find(lhs); in GetEquations() local
115 if (existing == id_equations_.end()) { in GetEquations()
118 return existing->second; in GetEquations()
155 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp114 auto existing = id_equations_.find(lhs); in GetEquations() local
115 if (existing == id_equations_.end()) { in GetEquations()
118 return existing->second; in GetEquations()
155 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go648 if existing := s.lookup(name); existing != nil {
649 return fmt.Errorf("%v '%v' already declared\nFirst declared here: %v", source, name, existing.source)
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp115 auto existing = id_equations_.find(lhs); in GetEquations() local
116 if (existing == id_equations_.end()) { in GetEquations()
119 return existing->second; in GetEquations()
156 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp190 // if there is an existing pair that overlaps the addition, extend it
567 // return true if span overlaps existing and needs to adjust the coincident list
612 *overlaps->append() = check; // partial overlap, extend existing entry in checkOverlap()
694 const SkOpPtT* cs = coinSeg->existing(coinTs, oppSeg); in addOrOverlap()
695 const SkOpPtT* ce = coinSeg->existing(coinTe, oppSeg); in addOrOverlap()
700 const SkOpPtT* os = oppSeg->existing(oppTs, coinSeg); in addOrOverlap()
701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in addOrOverlap()
709 const SkOpPtT* csExisting = !cs ? coinSeg->existing(coinTs, nullptr) : nullptr; in addOrOverlap()
710 const SkOpPtT* ceExisting = !ce ? coinSeg->existing(coinTe, nullptr) : nullptr; in addOrOverlap()
716 const SkOpPtT* osExisting = !os ? oppSeg->existing(oppT in addOrOverlap()
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py775 def existing(a, b): member in SpecSignatureTest.test_skip_attributeerrors.RaiserClass
778 self.assertEqual(RaiserClass.existing(1, 2), 3)
780 self.assertRaises(TypeError, lambda x: s.existing(1, 2, 3))
781 self.assertEqual(s.existing(1, 2), s.existing.return_value)
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c988 struct brcmf_fws_mac_descriptor *entry, *existing; in brcmf_fws_macdesc_indicate() local
1011 existing = brcmf_fws_macdesc_lookup(fws, addr); in brcmf_fws_macdesc_indicate()
1012 if (IS_ERR(existing)) { in brcmf_fws_macdesc_indicate()
1026 if (entry != existing) { in brcmf_fws_macdesc_indicate()
1027 brcmf_dbg(TRACE, "copy mac %s\n", existing->name); in brcmf_fws_macdesc_indicate()
1029 memcpy(entry, existing, in brcmf_fws_macdesc_indicate()
1032 brcmf_fws_macdesc_deinit(existing); in brcmf_fws_macdesc_indicate()
1038 brcmf_dbg(TRACE, "use existing\n"); in brcmf_fws_macdesc_indicate()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c988 struct brcmf_fws_mac_descriptor *entry, *existing; in brcmf_fws_macdesc_indicate() local
1011 existing = brcmf_fws_macdesc_lookup(fws, addr); in brcmf_fws_macdesc_indicate()
1012 if (IS_ERR(existing)) { in brcmf_fws_macdesc_indicate()
1026 if (entry != existing) { in brcmf_fws_macdesc_indicate()
1027 brcmf_dbg(TRACE, "copy mac %s\n", existing->name); in brcmf_fws_macdesc_indicate()
1029 memcpy(entry, existing, in brcmf_fws_macdesc_indicate()
1032 brcmf_fws_macdesc_deinit(existing); in brcmf_fws_macdesc_indicate()
1038 brcmf_dbg(TRACE, "use existing\n"); in brcmf_fws_macdesc_indicate()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Drpmh.c128 goto existing; in cache_rpm_request()
140 existing: in cache_rpm_request()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Drpmh.c122 goto existing; in cache_rpm_request()
134 existing: in cache_rpm_request()
/third_party/ffmpeg/tests/fate/
H A Dvpx.mak122 $(eval $(call FATE_VP9_SUITE,10-show-existing-frame))
123 $(eval $(call FATE_VP9_SUITE,10-show-existing-frame2))

Completed in 35 milliseconds

1234567