Home
last modified time | relevance | path

Searched refs:target (Results 2851 - 2875 of 6969) sorted by relevance

1...<<111112113114115116117118119120>>...279

/third_party/skia/src/sksl/ir/
H A DSkSLExpression.h176 virtual CoercionCost coercionCost(const Type& target) const { in coercionCost()
177 return this->type().coercionCost(target); in coercionCost()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DMultiviewTest.h46 // Attach multiview textures to the framebuffer denoted by target. If there are multiple color
48 void AttachMultiviewTextures(GLenum target,
55 void AttachMultiviewTextures(GLenum target,
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dverify_os2.cc119 bool VerifyOS_2(Table* original, Table* target) { in VerifyOS_2() argument
121 EXPECT_TRUE(VerifyOS_2(target)); in VerifyOS_2()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducnv_err.h200 char *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member
201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
216 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member
217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
/third_party/unity/auto/
H A Dunity_test_summary.rb29 results = @targets.map { |target| target.tr('\\', '/') }
/third_party/typescript/tests/baselines/reference/
H A DAPISample_compile.js45 target: ts.ScriptTarget.ES5, module: ts.ModuleKind.CommonJS
79 target: ts.ScriptTarget.ES5, module: ts.ModuleKind.CommonJS
/third_party/skia/third_party/externals/freetype/builds/cmake/
H A Dtestbuild.sh63 --target install)
69 --target install \
/third_party/python/Lib/test/
H A Dtest_syslog.py72 threads = [threading.Thread(target=opener)]
73 threads += [threading.Thread(target=logger) for k in range(10)]
/third_party/python/Lib/importlib/
H A D__init__.py165 target = module
166 spec = module.__spec__ = _bootstrap._find_spec(name, pkgpath, target)
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnonsecure_base.h114 auto target = absl::MakeSpan(reinterpret_cast<uint32_t*>(buffer.data()), in generate_impl() local
116 RandenPool<uint32_t>::Fill(target); in generate_impl()
/third_party/skia/modules/skottie/src/animator/
H A DTextKeyframeAnimator.cpp66 explicit TextAnimatorBuilder(TextValue* target) in TextAnimatorBuilder() argument
68 , fTarget(target) {} in TextAnimatorBuilder()
H A DScalarKeyframeAnimator.cpp66 explicit ScalarAnimatorBuilder(ScalarValue* target) in ScalarAnimatorBuilder() argument
68 , fTarget(target) {} in ScalarAnimatorBuilder()
/third_party/rust/crates/proc-macro2/
H A Dbuild.rs164 if let Some(target) = env::var_os("TARGET") { in compile_probe()
165 cmd.arg("--target").arg(target); in compile_probe()
/third_party/spirv-tools/source/opt/
H A Dmerge_return_pass.h200 // Adds an unconditional branch in |block| that branches to |target|. It also
203 void BranchToBlock(BasicBlock* block, uint32_t target);
220 // depending on the value in |return_flag_|. The continue target in
261 // Modifies existing OpPhi instruction in |target| block to account for the
264 // The CFG must not include the edge from |new_source| to |target| yet.
265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
290 // target that simply branches back to the header, or a merge block containing
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c84 u32 insn_ldr; /* load target */
85 u32 insn_br; /* branch to target */
86 u64 target; /* target value */ member
89 #define PLT_TARGET_SIZE sizeof_field(struct bpf_plt, target)
90 #define PLT_TARGET_OFFSET offsetof(struct bpf_plt, target)
179 static inline void emit_call(u64 target, struct jit_ctx *ctx) in emit_call() argument
183 emit_addr_mov_i64(tmp, target, ctx); in emit_call()
629 * ldr tmp, target
631 * target
2075 is_long_jump(void *ip, void *target) is_long_jump() argument
2090 void *target; gen_branch_or_nop() local
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtda18271-maps.c946 u8 target; member
951 { .rfmax = 46000, .target = 0x04, .limit = 1800 },
952 { .rfmax = 52200, .target = 0x0a, .limit = 1500 },
953 { .rfmax = 70100, .target = 0x01, .limit = 4000 },
954 { .rfmax = 136800, .target = 0x18, .limit = 4000 },
955 { .rfmax = 156700, .target = 0x18, .limit = 4000 },
956 { .rfmax = 186250, .target = 0x0a, .limit = 4000 },
957 { .rfmax = 230000, .target = 0x0a, .limit = 4000 },
958 { .rfmax = 345000, .target = 0x18, .limit = 4000 },
959 { .rfmax = 426000, .target
[all...]
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dtda18271-maps.c946 u8 target; member
951 { .rfmax = 46000, .target = 0x04, .limit = 1800 },
952 { .rfmax = 52200, .target = 0x0a, .limit = 1500 },
953 { .rfmax = 70100, .target = 0x01, .limit = 4000 },
954 { .rfmax = 136800, .target = 0x18, .limit = 4000 },
955 { .rfmax = 156700, .target = 0x18, .limit = 4000 },
956 { .rfmax = 186250, .target = 0x0a, .limit = 4000 },
957 { .rfmax = 230000, .target = 0x0a, .limit = 4000 },
958 { .rfmax = 345000, .target = 0x18, .limit = 4000 },
959 { .rfmax = 426000, .target
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Devlist.c15 #include "target.h"
1035 int evlist__create_maps(struct evlist *evlist, struct target *target) in evlist__create_maps() argument
1037 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps()
1043 * will override '--per-thread'. target->per_thread = false and in evlist__create_maps()
1044 * target->system_wide = true. in evlist__create_maps()
1047 * target->per_thread = true and target->system_wide = false. in evlist__create_maps()
1049 * So target in evlist__create_maps()
1409 evlist__prepare_workload(struct evlist *evlist, struct target *target, const char *argv[], bool pipe_output, void (*exec_error)(int signo, siginfo_t *info, void *ucontext)) evlist__prepare_workload() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c2455 uint32_t target; in ecma_builtin_array_prototype_object_copy_within() local
2457 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (args[0], len, &target))) in ecma_builtin_array_prototype_object_copy_within()
2491 if (target >= len || start >= end || end == 0) in ecma_builtin_array_prototype_object_copy_within()
2497 uint32_t count = JERRY_MIN (end - start, len - target); in ecma_builtin_array_prototype_object_copy_within()
2501 if (start < target && target < start + count) in ecma_builtin_array_prototype_object_copy_within()
2504 target = target + count - 1; in ecma_builtin_array_prototype_object_copy_within()
2522 ecma_free_value_if_not_object (buffer_p[target]); in ecma_builtin_array_prototype_object_copy_within()
2524 buffer_p[target] in ecma_builtin_array_prototype_object_copy_within()
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c701 debug_printf(" .target = %s\n", in dump_cs_variant_key()
702 util_str_tex_target(texture->target, TRUE)); in dump_cs_variant_key()
716 debug_printf(" .target = %s\n", in dump_cs_variant_key()
717 util_str_tex_target(image->target, TRUE)); in dump_cs_variant_key()
1009 if (res->target == PIPE_TEXTURE_1D_ARRAY || in lp_csctx_set_sampler_views()
1010 res->target == PIPE_TEXTURE_2D_ARRAY || in lp_csctx_set_sampler_views()
1011 res->target == PIPE_TEXTURE_CUBE || in lp_csctx_set_sampler_views()
1012 res->target == PIPE_TEXTURE_CUBE_ARRAY || in lp_csctx_set_sampler_views()
1013 (res->target == PIPE_TEXTURE_3D && view->target in lp_csctx_set_sampler_views()
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc2834 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2836 bc1nez(target, kDoubleCompareReg); in CallRecordWriteStub()
2838 bc1t(target); in CallRecordWriteStub()
2845 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2847 bc1eqz(target, kDoubleCompareReg); in CallRecordWriteStub()
2849 bc1f(target); in CallRecordWriteStub()
2856 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub()
2858 target->is_bound() ? !is_near(target) : is_trampoline_emitted(); in CallRecordWriteStub()
2862 BranchLong(target, b in CallRecordWriteStub()
4249 Jump(Register target, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4273 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4290 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4329 Call(Register target, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4368 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4436 PatchAndJump(Address target) CallRecordWriteStub() argument
4456 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument
4669 Call(Label* target) CallRecordWriteStub() argument
4671 LoadAddress(Register dst, Label* target) CallRecordWriteStub() argument
6108 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmmaster.c112 u8 target);
1304 * on error, the caller should assume the target node is "dead"
2543 struct dlm_lock_resource *res, u8 target) in dlm_migrate_lockres()
2561 target); in dlm_migrate_lockres()
2585 namelen, target, dlm->node_num); in dlm_migrate_lockres()
2606 if (dlm_mark_lockres_migrating(dlm, res, target) < 0) { in dlm_migrate_lockres()
2608 "the target went down.\n", res->lockname.len, in dlm_migrate_lockres()
2609 res->lockname.name, target); in dlm_migrate_lockres()
2637 * at this point, we have a migration target, an mle in dlm_migrate_lockres()
2648 * this serves as notice to the target nod in dlm_migrate_lockres()
2542 dlm_migrate_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, u8 target) dlm_migrate_lockres() argument
2767 u8 target = O2NM_MAX_NODES; global() variable
2832 dlm_mark_lockres_migrating(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, u8 target) dlm_mark_lockres_migrating() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmmaster.c110 u8 target);
1302 * on error, the caller should assume the target node is "dead"
2541 struct dlm_lock_resource *res, u8 target) in dlm_migrate_lockres()
2559 target); in dlm_migrate_lockres()
2583 namelen, target, dlm->node_num); in dlm_migrate_lockres()
2604 if (dlm_mark_lockres_migrating(dlm, res, target) < 0) { in dlm_migrate_lockres()
2606 "the target went down.\n", res->lockname.len, in dlm_migrate_lockres()
2607 res->lockname.name, target); in dlm_migrate_lockres()
2635 * at this point, we have a migration target, an mle in dlm_migrate_lockres()
2646 * this serves as notice to the target nod in dlm_migrate_lockres()
2540 dlm_migrate_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, u8 target) dlm_migrate_lockres() argument
2765 u8 target = O2NM_MAX_NODES; global() variable
2830 dlm_mark_lockres_migrating(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, u8 target) dlm_mark_lockres_migrating() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c1325 void pa_sink_render_into(pa_sink*s, pa_memchunk *target) { in pa_sink_render_into() argument
1333 pa_assert(target); in pa_sink_render_into()
1334 pa_assert(target->memblock); in pa_sink_render_into()
1335 pa_assert(target->length > 0); in pa_sink_render_into()
1336 pa_assert(pa_frame_aligned(target->length, &s->sample_spec)); in pa_sink_render_into()
1342 pa_silence_memchunk(target, &s->sample_spec); in pa_sink_render_into()
1348 length = target->length; in pa_sink_render_into()
1358 if (target->length > length) in pa_sink_render_into()
1359 target->length = length; in pa_sink_render_into()
1361 pa_silence_memchunk(target, in pa_sink_render_into()
1410 pa_sink_render_into_full(pa_sink *s, pa_memchunk *target) pa_sink_render_into_full() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp156 BufferBinding target) in UpdateBufferBinding()
160 if (target == BufferBinding::TransformFeedback) in UpdateBufferBinding()
178 BufferBinding target, in UpdateIndexedBufferBinding()
184 if (target == BufferBinding::TransformFeedback) in UpdateIndexedBufferBinding()
1756 // BindRenderbuffer had been executed with the target RENDERBUFFER and name of zero. in detachRenderbuffer()
1825 Framebuffer *State::getTargetFramebuffer(GLenum target) const in getTargetFramebuffer()
1827 switch (target) in getTargetFramebuffer()
2107 BufferBinding target, in setIndexedBufferBinding()
2113 setBufferBinding(context, target, buffer); in setIndexedBufferBinding()
2115 switch (target) in setIndexedBufferBinding()
153 UpdateBufferBinding(const Context *context, BindingPointer<Buffer> *binding, Buffer *buffer, BufferBinding target) UpdateBufferBinding() argument
175 UpdateIndexedBufferBinding(const Context *context, OffsetBindingPointer<Buffer> *binding, Buffer *buffer, BufferBinding target, GLintptr offset, GLsizeiptr size) UpdateIndexedBufferBinding() argument
2106 setIndexedBufferBinding(const Context *context, BufferBinding target, GLuint index, Buffer *buffer, GLintptr offset, GLsizeiptr size) setIndexedBufferBinding() argument
[all...]

Completed in 35 milliseconds

1...<<111112113114115116117118119120>>...279