Home
last modified time | relevance | path

Searched refs:target (Results 876 - 900 of 7744) sorted by relevance

1...<<31323334353637383940>>...310

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc240 void Fork(Label& target) { in Fork() argument
241 LabelledInstrImpl(RegExpInstruction::Opcode::FORK, target); in Fork()
244 void Jmp(Label& target) { in Jmp() argument
245 LabelledInstrImpl(RegExpInstruction::Opcode::JMP, target); in Jmp()
252 void Bind(Label& target) { in Bind() argument
253 DCHECK_EQ(target.state_, Label::UNBOUND); in Bind()
257 while (target.unbound_patch_list_begin_ != -1) { in Bind()
258 RegExpInstruction& inst = code_[target.unbound_patch_list_begin_]; in Bind()
262 target.unbound_patch_list_begin_ = inst.payload.pc; in Bind()
266 target in Bind()
273 LabelledInstrImpl(RegExpInstruction::Opcode op, Label& target) LabelledInstrImpl() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c53 nop_glBindMultiTextureEXT(GLenum texunit, GLenum target, GLuint texture) in nop_glBindMultiTextureEXT() argument
138 nop_glMultiTexCoord1hNV(GLenum target, GLhalfNV s) in nop_glMultiTexCoord1hNV() argument
144 nop_glMultiTexCoord1hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord1hvNV() argument
150 nop_glMultiTexCoord2hNV(GLenum target, GLhalfNV s, GLhalfNV t) in nop_glMultiTexCoord2hNV() argument
156 nop_glMultiTexCoord2hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord2hvNV() argument
162 nop_glMultiTexCoord3hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r) in nop_glMultiTexCoord3hNV() argument
168 nop_glMultiTexCoord3hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord3hvNV() argument
174 nop_glMultiTexCoord4hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q) in nop_glMultiTexCoord4hNV() argument
180 nop_glMultiTexCoord4hvNV(GLenum target, const GLhalfNV *v) in nop_glMultiTexCoord4hvNV() argument
192 nop_glMultiTexEnvfEXT(GLenum texunit, GLenum target, GLenu argument
198 nop_glMultiTexEnvfvEXT(GLenum texunit, GLenum target, GLenum pname, const GLfloat *params) nop_glMultiTexEnvfvEXT() argument
204 nop_glMultiTexEnviEXT(GLenum texunit, GLenum target, GLenum pname, GLint param) nop_glMultiTexEnviEXT() argument
234 nop_glNamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat *params) nop_glNamedProgramLocalParameter4fvEXT() argument
240 nop_glNamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params) nop_glNamedProgramLocalParameters4fvEXT() argument
330 nop_glTextureParameterfEXT(GLuint texture, GLenum target, GLenum pname, GLfloat param) nop_glTextureParameterfEXT() argument
336 nop_glTextureParameterfvEXT(GLuint texture, GLenum target, GLenum pname, const GLfloat *params) nop_glTextureParameterfvEXT() argument
342 nop_glTextureParameteriEXT(GLuint texture, GLenum target, GLenum pname, GLint param) nop_glTextureParameteriEXT() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol.cpp444 const UChar *target, in ucol_strcoll()
449 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, source=%p, target=%p", coll, source, target); in ucol_strcoll()
451 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vh ", target, targetLength); in ucol_strcoll()
456 compare(source, sourceLength, target, targetLength, status); in ucol_strcoll()
466 const char *target, in ucol_strcollUTF8()
472 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, source=%p, target=%p", coll, source, target); in ucol_strcollUTF8()
474 UTRACE_DATA2(UTRACE_VERBOSE, "target strin in ucol_strcollUTF8()
441 ucol_strcoll( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_strcoll() argument
462 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument
492 ucol_greater( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greater() argument
504 ucol_greaterOrEqual( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greaterOrEqual() argument
516 ucol_equal( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_equal() argument
616 ucol_equals(const UCollator *source, const UCollator *target) ucol_equals() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_options.c33 static int bond_option_arp_ip_target_add(struct bonding *bond, __be32 target);
34 static int bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target);
735 * @bond: target bond device
776 * @bond: target bond device
802 * @bond: target bond device
1000 int *target) in _bond_option_delay_set()
1017 *target = value / bond->params.miimon; in _bond_option_delay_set()
1020 *target * bond->params.miimon); in _bond_option_delay_set()
1098 __be32 target, in _bond_options_arp_ip_target_set()
1108 targets[slot] = target; in _bond_options_arp_ip_target_set()
997 _bond_option_delay_set(struct bonding *bond, const struct bond_opt_value *newval, const char *name, int *target) _bond_option_delay_set() argument
1097 _bond_options_arp_ip_target_set(struct bonding *bond, int slot, __be32 target, unsigned long last_rx) _bond_options_arp_ip_target_set() argument
1112 _bond_option_arp_ip_target_add(struct bonding *bond, __be32 target) _bond_option_arp_ip_target_add() argument
1142 bond_option_arp_ip_target_add(struct bonding *bond, __be32 target) bond_option_arp_ip_target_add() argument
1147 bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target) bond_option_arp_ip_target_rem() argument
1198 __be32 target; bond_option_arp_ip_targets_set() local
1221 _bond_options_ns_ip6_target_set(struct bonding *bond, int slot, struct in6_addr *target, unsigned long last_rx) _bond_options_ns_ip6_target_set() argument
1248 struct in6_addr *target = (struct in6_addr *)newval->extra; bond_option_ns_ip6_targets_set() local
[all...]
/third_party/skia/bench/
H A Dnanobench.cpp284 static double time(int loops, Benchmark* bench, Target* target) { in time() argument
285 SkCanvas* canvas = target->getCanvas(); in time()
291 canvas = target->beginTiming(canvas); in time()
293 target->endTiming(); in time()
329 static bool write_canvas_png(Target* target, const SkString& filename) { in write_canvas_png() argument
334 if (target->getCanvas() && in write_canvas_png()
335 kUnknown_SkColorType == target->getCanvas()->imageInfo().colorType()) { in write_canvas_png()
341 if (!target->capturePixels(&bmp)) { in write_canvas_png()
363 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench() argument
375 bench_plus_overhead = time(1, bench, target); in setup_cpu_bench()
407 setup_gpu_bench(Target* target, Benchmark* bench, int maxGpuFrameLag) setup_gpu_bench() argument
558 Target* target = nullptr; is_enabled() local
603 cleanup_run(Target* target) cleanup_run() argument
1280 Target* target = is_enabled(b, configs[i]); global() local
[all...]
/kernel/linux/common_modules/tzdriver/core/
H A Dsecs_power_ctrl.h35 static void secs_suspend_status(uint64_t target) in secs_suspend_status() argument
38 tloge("WARNING irq during suspend! No = %lld\n", target); in secs_suspend_status()
52 static void secs_suspend_status(uint64_t target) in secs_suspend_status() argument
54 (void)target; in secs_suspend_status()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Drif_counter_scale.sh9 local target
27 target=$((max_rifs < max_cnts ? max_rifs : max_cnts))
30 echo $target
32 echo $((target + 1))
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Drif_counter_scale.sh9 local target
27 target=$((max_rifs < max_cnts ? max_rifs : max_cnts))
30 echo $target
32 echo $((target + 1))
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2.h21 static inline int umount2_retry(const char *target, int flags) in umount2_retry() argument
26 ret = umount2(target, flags); in umount2_retry()
32 target, flags, i); in umount2_retry()
38 target, flags); in umount2_retry()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_aarch64.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
23 target(arg); in marl_fiber_trampoline()
30 void (*target)(void*), in marl_fiber_set_target()
34 ctx->r0 = (uintptr_t)target; in marl_fiber_set_target()
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_arm.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
23 target(arg); in marl_fiber_trampoline()
30 void (*target)(void*), in marl_fiber_set_target()
34 ctx->r0 = (uintptr_t)target; in marl_fiber_set_target()
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_x64.c24 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
25 target(arg); in marl_fiber_trampoline()
32 void (*target)(void*), in marl_fiber_set_target()
36 ctx->RDI = (uintptr_t)target; in marl_fiber_set_target()
39 stack_top[-2] = 0; // No return target. in marl_fiber_set_target()
29 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_x86.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
23 target(arg); in marl_fiber_trampoline()
30 void (*target)(void*), in marl_fiber_set_target()
37 // stack is still 16-byte aligned when the return target is stack-popped by in marl_fiber_set_target()
43 stack_top[-4] = (uintptr_t)target; in marl_fiber_set_target()
44 stack_top[-5] = 0; // No return target. in marl_fiber_set_target()
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
/third_party/typescript/tests/baselines/reference/
H A DdecoratorWithUnderscoreMethod.js4 return function (target: any, propKey: string, descr: PropertyDescriptor): void {
5 console.log(target[propKey]);
20 return function (target, propKey, descr) {
21 console.log(target[propKey]);
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp161 void TiXmlNode::CopyTo( TiXmlNode* target ) const in CopyTo()
163 target->SetValue (value.c_str() ); in CopyTo()
164 target->userData = userData; in CopyTo()
165 target->location = location; in CopyTo()
853 void TiXmlElement::CopyTo( TiXmlElement* target ) const in CopyTo()
856 TiXmlNode::CopyTo( target ); in CopyTo()
865 target->SetAttribute( attribute->Name(), attribute->Value() ); in CopyTo()
871 target->LinkEndChild( node->Clone() ); in CopyTo()
1115 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const
1117 TiXmlNode::CopyTo( target );
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp189 AbilityInfo target = {}; in StartAbility() local
190 status = bundleMsClient_.QueryAbilityInfo(want, &target); in StartAbility()
193 status = abilityWorker_.StartAbility(*want, target, bundleInfo, callingUid); in StartAbility()
194 ClearAbilityInfo(&target); in StartAbility()
276 AbilityInfo target = {}; in ConnectAbility() local
277 status = bundleMsClient_.QueryAbilityInfo(want, &target); in ConnectAbility()
280 status = abilityWorker_.ConnectAbility(*transParam, target, bundleInfo); in ConnectAbility()
281 ClearAbilityInfo(&target); in ConnectAbility()
327 AbilityInfo target = {}; in TerminateService() local
328 status = bundleMsClient_.QueryAbilityInfo(want, &target); in TerminateService()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp50 LOGI("[Comm][RegConnect] Label=%.3s, online target=%s{private}.", VEC_TO_STR(commLabel_), entry.c_str()); in RegOnConnectCallback()
73 uint32_t Communicator::GetCommunicatorMtuSize(const std::string &target) const in GetCommunicatorMtuSize()
75 return commAggrHandle_->GetCommunicatorAggregatorMtuSize(target); in GetCommunicatorMtuSize()
88 uint32_t Communicator::GetTimeout(const std::string &target) const in GetTimeout()
90 return commAggrHandle_->GetCommunicatorAggregatorTimeout(target); in GetTimeout()
180 void Communicator::OnConnectChange(const std::string &target, bool isConnect) in OnConnectChange() argument
183 if (target.size() == 0) { in OnConnectChange()
188 onlineTargets_.insert(target); in OnConnectChange()
190 onlineTargets_.erase(target); in OnConnectChange()
192 LOGI("[Comm][Connect] Label=%.3s, target in OnConnectChange()
214 GetRemoteCommunicatorVersion(const std::string &target, uint16_t &outVersion) const GetRemoteCommunicatorVersion() argument
[all...]
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dptrace.c19 static int genregs_get(struct task_struct *target, in genregs_get() argument
23 const struct pt_regs *ptregs = task_pt_regs(target); in genregs_get()
24 const struct callee_regs *cregs = task_callee_regs(target); in genregs_get()
65 membuf_store(&to, target->thread.fault_address); // efa in genregs_get()
68 stop_pc_val = target->thread.fault_address; in genregs_get()
78 static int genregs_set(struct task_struct *target, in genregs_set() argument
83 const struct pt_regs *ptregs = task_pt_regs(target); in genregs_set()
84 const struct callee_regs *cregs = task_callee_regs(target); in genregs_set()
158 static int arcv2regs_get(struct task_struct *target, in arcv2regs_get() argument
162 const struct pt_regs *regs = task_pt_regs(target); in arcv2regs_get()
176 arcv2regs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) arcv2regs_set() argument
[all...]
/kernel/linux/linux-5.10/security/yama/
H A Dyama_lsm.c47 struct task_struct *target; member
57 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()
62 info->access, target_cmd, info->target->pid, agent_cmd, in __report_access()
69 put_task_struct(info->target); in __report_access()
74 static void report_access(const char *access, struct task_struct *target, in report_access() argument
80 assert_spin_locked(&target->alloc_lock); /* for target->comm */ in report_access()
88 access, target->comm, target->pid, in report_access()
97 get_task_struct(target); in report_access()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf.h155 xfs_buftarg_t *b_target; /* buffer target (device) */
196 struct xfs_buf *xfs_buf_incore(struct xfs_buftarg *target,
200 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
202 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
205 void xfs_buf_readahead_map(struct xfs_buftarg *target,
211 struct xfs_buftarg *target, in xfs_buf_get()
218 return xfs_buf_get_map(target, &map, 1, 0, bpp); in xfs_buf_get()
223 struct xfs_buftarg *target, in xfs_buf_read()
232 return xfs_buf_read_map(target, &map, 1, flags, bpp, ops, in xfs_buf_read()
238 struct xfs_buftarg *target, in xfs_buf_readahead()
210 xfs_buf_get( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, struct xfs_buf **bpp) xfs_buf_get() argument
222 xfs_buf_read( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) xfs_buf_read() argument
237 xfs_buf_readahead( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, const struct xfs_buf_ops *ops) xfs_buf_readahead() argument
[all...]
/kernel/linux/linux-6.6/security/yama/
H A Dyama_lsm.c47 struct task_struct *target; member
57 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()
62 info->access, target_cmd, info->target->pid, agent_cmd, in __report_access()
69 put_task_struct(info->target); in __report_access()
74 static void report_access(const char *access, struct task_struct *target, in report_access() argument
80 assert_spin_locked(&target->alloc_lock); /* for target->comm */ in report_access()
88 access, target->comm, target->pid, in report_access()
97 get_task_struct(target); in report_access()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dliveness.c16 static void phi_defines(struct instruction * phi_node, pseudo_t target, in phi_defines() argument
27 defines(def->bb, target); in phi_defines()
73 USES(src1); USES(src2); DEFINES(target); in track_instruction_usage()
80 USES(src); DEFINES(target); in track_instruction_usage()
84 USES(src1); USES(src2); USES(src3); DEFINES(target); in track_instruction_usage()
89 USES(src); DEFINES(target); in track_instruction_usage()
93 USES(src); USES(target); in track_instruction_usage()
99 DEFINES(target); in track_instruction_usage()
105 phi_defines(insn, insn->target, def); in track_instruction_usage()
118 if (insn->target ! in track_instruction_usage()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h299 if (view->target == PIPE_BUFFER) in fd_sampler_first_level()
307 if (view->target == PIPE_BUFFER) in fd_sampler_last_level()
343 struct fd_ringbuffer *target) in __OUT_IB()
345 if (target->cur == target->start) in __OUT_IB()
348 unsigned count = fd_ringbuffer_cmd_count(target); in __OUT_IB()
362 dwords = fd_ringbuffer_emit_reloc_ring_full(ring, target, i) / 4; in __OUT_IB()
372 __OUT_IB5(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in __OUT_IB5() argument
374 if (target->cur == target in __OUT_IB5()
342 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, struct fd_ringbuffer *target) __OUT_IB() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.cc194 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
201 target = stream->EnsureSpace(target); in _InternalSerialize()
202 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->_internal_seconds(), target); in _InternalSerialize()
207 target = stream->EnsureSpace(target); in _InternalSerialize()
208 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_nanos(), target); in _InternalSerialize()
212 target in _InternalSerialize()
193 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
H A Dtimestamp.pb.cc194 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
201 target = stream->EnsureSpace(target); in _InternalSerialize()
202 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->_internal_seconds(), target); in _InternalSerialize()
207 target = stream->EnsureSpace(target); in _InternalSerialize()
208 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_nanos(), target); in _InternalSerialize()
212 target in _InternalSerialize()
193 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]

Completed in 18 milliseconds

1...<<31323334353637383940>>...310