Home
last modified time | relevance | path

Searched refs:combine (Results 76 - 100 of 169) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dpower10-pmu.c31 * | *- sampling mode for marked events *- combine
165 PMU_FORMAT_ATTR(combine, "config:10-11");
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Dmemset.S162 r5:4=combine(r7,r7)
H A Dmemcpy.S348 inc = combine(#32, #-1);
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dpower9-pmu.c32 * | *- sampling mode for marked events *- combine
228 PMU_FORMAT_ATTR(combine, "config:10-11");
H A Dpower10-pmu.c31 * | *- sampling mode for marked events *- combine
216 PMU_FORMAT_ATTR(combine, "config:10-11");
/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite.py73 def combine(self, name, tests): member in TestCombiner
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dnorms.cpp55 UChar32 Norm::combine(UChar32 trail) const { in combine() function in Norm
/third_party/skia/src/gpu/v1/
H A DClipStack.h148 bool combine(const RawElement& other, const SaveRecord& current);
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dnorms.cpp55 UChar32 Norm::combine(UChar32 trail) const { in combine() function in Norm
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_testing.h77 // meant to be called by the framework. Users should call H::combine() and
94 // return H::combine(std::move(state), x.a, x.b);
111 // return H::combine(std::move(state), x.a);
135 // An easy solution to this is to combine the size after combining the range,
139 // return H::combine(
182 return SpyHashState::combine(SpyHashState(), *value); in operator ()()
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs273 main.combine(child); in children_messages()
/third_party/rust/crates/syn/src/
H A Derror.rs270 pub fn combine(&mut self, another: Error) { in combine() functions
464 self.combine(err); in extend()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h211 return H::combine(std::move(h), d.rep_hi_, d.rep_lo_); in AbslHashValue()
710 return H::combine(std::move(h), t.rep_); in AbslHashValue()
1055 return H::combine(std::move(h), tz.cz_); in AbslHashValue()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp2052 EAluOp combine = all ? op2_and_int : op2_or_int; in emit_any_all_icomp() local
2063 ir = new AluInstr(combine, dest, v[0], v[1], AluInstr::last_write); in emit_any_all_icomp()
2069 ir = new AluInstr(combine, v[3], v[0], v[1], AluInstr::last_write); in emit_any_all_icomp()
2071 ir = new AluInstr(combine, dest, v[3], v[2], AluInstr::last_write); in emit_any_all_icomp()
2077 ir = new AluInstr(combine, v[4], v[0], v[1], AluInstr::write); in emit_any_all_icomp()
2079 ir = new AluInstr(combine, v[5], v[2], v[3], AluInstr::last_write); in emit_any_all_icomp()
2081 ir = new AluInstr(combine, dest, v[4], v[5], AluInstr::last_write); in emit_any_all_icomp()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES1.cpp462 TextureCombine combine = FromGLenum<TextureCombine>(ConvertToGLenum(params[0])); in ValidateTexEnvCommon() local
463 switch (combine) in ValidateTexEnvCommon()
495 TextureSrc combine = FromGLenum<TextureSrc>(ConvertToGLenum(params[0])); in ValidateTexEnvCommon() local
496 switch (combine) in ValidateTexEnvCommon()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc177 void PrepareFrameState(Node* node, OutputFrameStateCombine combine,
183 void PrepareFrameState(Node* node, OutputFrameStateCombine combine) { in PrepareFrameState() argument
186 return PrepareFrameState(node, combine, BytecodeOffset(offset), in PrepareFrameState()
568 OutputFrameStateCombine combine,
989 BytecodeOffset bailout_id, OutputFrameStateCombine combine, in Checkpoint()
1006 accumulator_is_live && combine != OutputFrameStateCombine::PokeAt(0) in Checkpoint()
1011 bailout_id, combine, builder()->frame_state_function_info()); in Checkpoint()
1201 Node* node, OutputFrameStateCombine combine, BytecodeOffset bailout_id, in PrepareFrameState()
1211 environment()->Checkpoint(bailout_id, combine, liveness); in PrepareFrameState()
988 Checkpoint( BytecodeOffset bailout_id, OutputFrameStateCombine combine, const BytecodeLivenessState* liveness) Checkpoint() argument
1200 PrepareFrameState( Node* node, OutputFrameStateCombine combine, BytecodeOffset bailout_id, const BytecodeLivenessState* liveness) PrepareFrameState() argument
/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dmemcpy.S348 inc = combine(#32, #-1);
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py250 elif src.combine and mod in enums['combine'].bare_values:
253 val = enums['combine'].bare_values.index(mod)
254 encoded |= (val << src.offset['combine'])
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h372 return H::combine(H::combine_contiguous(std::move(h), v.data(), v.size()), in AbslHashValue()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1122 * If the lead and trail characters combine, then this function returns
1138 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) {
1281 * a Jamo T could combine with.
1289 } else if((compositeAndFwd=combine(compositionsList, c))>=0) {
1290 // The starter and the combining mark (c) do combine.
1363 // If c did not combine, then check if it is a starter.
1367 // It may combine with something, prepare for it.
1423 if(b<0 || 0x10ffff<b) { // combine(list, b) requires a valid code point b
1427 return combine(list, b)>>1;
1429 int32_t compositeAndFwd=combine(lis
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp1122 * If the lead and trail characters combine, then this function returns
1138 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) {
1281 * a Jamo T could combine with.
1289 } else if((compositeAndFwd=combine(compositionsList, c))>=0) {
1290 // The starter and the combining mark (c) do combine.
1363 // If c did not combine, then check if it is a starter.
1367 // It may combine with something, prepare for it.
1423 if(b<0 || 0x10ffff<b) { // combine(list, b) requires a valid code point b
1427 return combine(list, b)>>1;
1429 int32_t compositeAndFwd=combine(lis
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp1122 * If the lead and trail characters combine, then this function returns
1138 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) {
1281 * a Jamo T could combine with.
1289 } else if((compositeAndFwd=combine(compositionsList, c))>=0) {
1290 // The starter and the combining mark (c) do combine.
1363 // If c did not combine, then check if it is a starter.
1367 // It may combine with something, prepare for it.
1423 if(b<0 || 0x10ffff<b) { // combine(list, b) requires a valid code point b
1427 return combine(list, b)>>1;
1429 int32_t compositeAndFwd=combine(lis
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js686 * @param {Boolean} [combine=true] - if `true` or omitted, an optional value can be specified directly after the flag.
688 combineFlagAndOptionalValue(combine = true) {
689 this._combineFlagAndOptionalValue = !!combine;

Completed in 36 milliseconds

1234567