Home
last modified time | relevance | path

Searched refs:target (Results 101 - 125 of 7860) sorted by relevance

12345678910>>...315

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DConvertUTF.cpp149 UTF16* target = *targetStart; in ConvertUTF32toUTF16() local
152 if (target >= targetEnd) { in ConvertUTF32toUTF16()
164 *target++ = UNI_REPLACEMENT_CHAR; in ConvertUTF32toUTF16()
167 *target++ = (UTF16)ch; /* normal case */ in ConvertUTF32toUTF16()
173 *target++ = UNI_REPLACEMENT_CHAR; in ConvertUTF32toUTF16()
176 /* target is a character in range 0xFFFF - 0x10FFFF. */ in ConvertUTF32toUTF16()
177 if (target + 1 >= targetEnd) { in ConvertUTF32toUTF16()
182 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START); in ConvertUTF32toUTF16()
183 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()
187 *targetStart = target; in ConvertUTF32toUTF16()
198 UTF32* target = *targetStart; ConvertUTF16toUTF32() local
252 UTF8* target = *targetStart; ConvertUTF16toUTF8() local
322 UTF8* target = *targetStart; ConvertUTF32toUTF8() local
546 UTF16* target = *targetStart; ConvertUTF8toUTF16() local
620 UTF32* target = *targetStart; ConvertUTF8toUTF32Impl() local
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF8.java50 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument
56 if (!target.hasRemaining()) { in decodeLoop()
61 if (source.hasArray() && target.hasArray()) { in decodeLoop()
62 /* source and target are backed by arrays, so use the arrays for optimal performance */ in decodeLoop()
66 char[] targetArray = target.array(); in decodeLoop()
67 int targetIndex = target.arrayOffset() + target.position(); in decodeLoop()
68 int targetLimit = target.arrayOffset() + target.limit(); in decodeLoop()
182 target in decodeLoop()
328 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
560 encodeFourBytes(CharBuffer source, ByteBuffer target, int char32) encodeFourBytes() argument
[all...]
H A DCharsetASCII.java40 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument
46 if (!target.hasRemaining()) { in decodeLoop()
53 int oldTarget = target.position(); in decodeLoop()
55 if (source.hasArray() && target.hasArray()) { in decodeLoop()
67 char[] targetArray = target.array(); in decodeLoop()
68 int targetOffset = target.arrayOffset(); in decodeLoop()
70 int targetLength = target.limit() - oldTarget; in decodeLoop()
80 cr = decodeLoopCoreOptimized(source, target, sourceArray, targetArray, sourceIndex, offset, limit); in decodeLoop()
84 target.position(oldTarget + sourceLength); in decodeLoop()
88 target in decodeLoop()
111 decodeLoopCoreOptimized(ByteBuffer source, CharBuffer target, byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) decodeLoopCoreOptimized() argument
135 decodeLoopCoreUnoptimized(ByteBuffer source, CharBuffer target) decodeLoopCoreUnoptimized() argument
190 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
271 encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, boolean flush) encodeLoopCoreOptimized() argument
296 encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) encodeLoopCoreUnoptimized() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-spe.c19 int evr_active(struct task_struct *target, const struct user_regset *regset) in evr_active() argument
21 flush_spe_to_thread(target); in evr_active()
22 return target->thread.used_spe ? regset->n : 0; in evr_active()
25 int evr_get(struct task_struct *target, const struct user_regset *regset, in evr_get() argument
28 flush_spe_to_thread(target); in evr_get()
30 membuf_write(&to, &target->thread.evr, sizeof(target->thread.evr)); in evr_get()
35 return membuf_write(&to, &target->thread.acc, in evr_get()
39 int evr_set(struct task_struct *target, const struct user_regset *regset, in evr_set() argument
45 flush_spe_to_thread(target); in evr_set()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-spe.c19 int evr_active(struct task_struct *target, const struct user_regset *regset) in evr_active() argument
21 flush_spe_to_thread(target); in evr_active()
22 return target->thread.used_spe ? regset->n : 0; in evr_active()
25 int evr_get(struct task_struct *target, const struct user_regset *regset, in evr_get() argument
28 flush_spe_to_thread(target); in evr_get()
30 membuf_write(&to, &target->thread.evr, sizeof(target->thread.evr)); in evr_get()
35 return membuf_write(&to, &target->thread.acc, in evr_get()
39 int evr_set(struct task_struct *target, const struct user_regset *regset, in evr_set() argument
45 flush_spe_to_thread(target); in evr_set()
[all...]
H A Dptrace-decl.h73 int fpr_set(struct task_struct *target, const struct user_regset *regset,
79 int vsr_active(struct task_struct *target, const struct user_regset *regset);
81 int vsr_set(struct task_struct *target, const struct user_regset *regset,
87 int vr_active(struct task_struct *target, const struct user_regset *regset);
89 int vr_set(struct task_struct *target, const struct user_regset *regset,
95 int evr_active(struct task_struct *target, const struct user_regset *regset);
97 int evr_set(struct task_struct *target, const struct user_regset *regset,
103 int gpr32_get_common(struct task_struct *target,
107 int gpr32_set_common(struct task_struct *target,
121 int tm_cgpr_active(struct task_struct *target, cons
[all...]
H A Dptrace-view.c218 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get() argument
225 if (target->thread.regs == NULL) in gpr_get()
228 membuf_write(&to, target->thread.regs, sizeof(struct user_pt_regs)); in gpr_get()
230 membuf_store(&to_msr, get_user_msr(target)); in gpr_get()
238 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
245 if (target->thread.regs == NULL) in gpr_set()
249 target->thread.regs, in gpr_set()
257 ret = set_user_msr(target, reg); in gpr_set()
265 &target->thread.regs->orig_gpr3, in gpr_set()
279 ret = set_user_trap(target, re in gpr_set()
290 ppr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ppr_get() argument
299 ppr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) ppr_set() argument
310 dscr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) dscr_get() argument
315 dscr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) dscr_set() argument
324 tar_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tar_get() argument
329 tar_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tar_set() argument
337 ebb_active(struct task_struct *target, const struct user_regset *regset) ebb_active() argument
348 ebb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ebb_get() argument
364 ebb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) ebb_set() argument
395 pmu_active(struct task_struct *target, const struct user_regset *regset) pmu_active() argument
403 pmu_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pmu_get() argument
418 pmu_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pmu_set() argument
458 dexcr_active(struct task_struct *target, const struct user_regset *regset) dexcr_active() argument
466 dexcr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) dexcr_get() argument
487 hashkeyr_active(struct task_struct *target, const struct user_regset *regset) hashkeyr_active() argument
495 hashkeyr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) hashkeyr_get() argument
504 hashkeyr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) hashkeyr_set() argument
518 pkey_active(struct task_struct *target, const struct user_regset *regset) pkey_active() argument
526 pkey_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pkey_get() argument
538 pkey_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pkey_set() argument
705 gpr32_get_common(struct task_struct *target, const struct user_regset *regset, struct membuf to, unsigned long *regs) gpr32_get_common() argument
719 gpr32_set_common_kernel(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, unsigned long *regs) gpr32_set_common_kernel() argument
757 gpr32_set_common_user(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void __user *ubuf, unsigned long *regs) gpr32_set_common_user() argument
811 gpr32_set_common(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, unsigned long *regs) gpr32_set_common() argument
823 gpr32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) gpr32_get() argument
834 gpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpr32_set() argument
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dptrace.c41 static void init_fp_ctx(struct task_struct *target) in init_fp_ctx() argument
43 /* The target already has context */ in init_fp_ctx()
44 if (tsk_used_math(target)) in init_fp_ctx()
48 memset(&target->thread.fpu.fpr, ~0, sizeof(target->thread.fpu.fpr)); in init_fp_ctx()
49 set_stopped_child_used_math(target); in init_fp_ctx()
66 static int gpr_get(struct task_struct *target, in gpr_get() argument
71 struct pt_regs *regs = task_pt_regs(target); in gpr_get()
81 static int gpr_set(struct task_struct *target, in gpr_set() argument
90 struct pt_regs *regs = task_pt_regs(target); in gpr_set()
112 gfpr_get(struct task_struct *target, struct membuf *to) gfpr_get() argument
118 gfpr_get_simd(struct task_struct *target, struct membuf *to) gfpr_get_simd() argument
136 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpr_get() argument
155 gfpr_set(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) gfpr_set() argument
164 gfpr_set_simd(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) gfpr_set_simd() argument
188 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument
220 cfg_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) cfg_get() argument
239 cfg_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) cfg_set() argument
248 lbt_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) lbt_get() argument
263 lbt_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) lbt_set() argument
282 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) copy_pad_fprs() argument
302 simd_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) simd_get() argument
332 simd_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) simd_set() argument
519 read_user(struct task_struct *target, unsigned long addr, unsigned long __user *data) read_user() argument
544 write_user(struct task_struct *target, unsigned long addr, unsigned long data) write_user() argument
[all...]
/third_party/gn/src/gn/
H A Dcommand_refs.cc23 #include "gn/target.h"
37 for (auto* target : setup->builder().GetAllResolvedTargets()) { in FillDepMap()
38 for (const auto& dep_pair : target->GetDeps(Target::DEPS_ALL)) in FillDepMap()
39 dep_map->insert(std::make_pair(dep_pair.ptr, target)); in FillDepMap()
45 const Target* target,
49 // Prints the target and its dependencies in tree form. If the set is non-null,
56 const Target* target, in RecursivePrintTarget()
63 OutputString(indent + target->label().GetUserVisibleName( in RecursivePrintTarget()
64 !target->settings()->is_default())); in RecursivePrintTarget()
68 if (!seen_targets->add(target)) { in RecursivePrintTarget()
55 RecursivePrintTarget(const DepMap& dep_map, const Target* target, TargetSet* seen_targets, int indent_level) RecursivePrintTarget() argument
88 RecursivePrintTargetDeps(const DepMap& dep_map, const Target* target, TargetSet* seen_targets, int indent_level) RecursivePrintTargetDeps() argument
109 RecursiveCollectRefs(const DepMap& dep_map, const Target* target, TargetSet* results) RecursiveCollectRefs() argument
118 RecursiveCollectChildRefs(const DepMap& dep_map, const Target* target, TargetSet* results) RecursiveCollectChildRefs() argument
128 TargetReferencesConfig(const Target* target, const Config* config) TargetReferencesConfig() argument
[all...]
H A Dsubstitution_writer.h36 // - Target substitutions: These are specific to the target+tool combination
42 // parts of the source file) as well as the target substitutions.
45 // includes the target substitutions.
48 // cflags, ldflags, libraries, etc. These are written by the ninja target
51 // The methods which take a target as an argument can accept null target
52 // pointer if there is no target context, in which case the substitutions
53 // requiring target context will not work.
87 // The target can be null (see class comment above).
88 static SourceFile ApplyPatternToSource(const Target* target,
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.c33 convert_sfu_char(const __u16 src_char, char *target) in convert_sfu_char() argument
42 *target = ':'; in convert_sfu_char()
45 *target = '*'; in convert_sfu_char()
48 *target = '?'; in convert_sfu_char()
51 *target = '|'; in convert_sfu_char()
54 *target = '>'; in convert_sfu_char()
57 *target = '<'; in convert_sfu_char()
67 convert_sfm_char(const __u16 src_char, char *target) in convert_sfm_char() argument
70 *target = src_char - 0xF000; in convert_sfm_char()
75 *target in convert_sfm_char()
120 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, int maptype) cifs_mapchar() argument
455 cifsConvertToUTF16(__le16 *target, const char *source, int srclen, const struct nls_table *cp, int map_chars) cifsConvertToUTF16() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_unicode.c31 convert_sfu_char(const __u16 src_char, char *target) in convert_sfu_char() argument
40 *target = ':'; in convert_sfu_char()
43 *target = '*'; in convert_sfu_char()
46 *target = '?'; in convert_sfu_char()
49 *target = '|'; in convert_sfu_char()
52 *target = '>'; in convert_sfu_char()
55 *target = '<'; in convert_sfu_char()
65 convert_sfm_char(const __u16 src_char, char *target) in convert_sfm_char() argument
68 *target = src_char - 0xF000; in convert_sfm_char()
73 *target in convert_sfm_char()
118 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, int maptype) cifs_mapchar() argument
453 cifsConvertToUTF16(__le16 *target, const char *source, int srclen, const struct nls_table *cp, int map_chars) cifsConvertToUTF16() argument
[all...]
/third_party/musl/libc-test/src/functionalext/locale/
H A Dwcstod_l.c114 const double target = 123.45; in wcstod_l_0200() local
118 EXPECT_DOUBLE_EQ(num, target); in wcstod_l_0200()
133 const double target = 123.45; in wcstod_l_0300() local
137 EXPECT_DOUBLE_EQ(num, target); in wcstod_l_0300()
152 const double target = -123.45; in wcstod_l_0400() local
156 EXPECT_DOUBLE_EQ(num, target); in wcstod_l_0400()
171 const double target = 123.45; in wcstod_l_0500() local
175 EXPECT_DOUBLE_EQ(num, target); in wcstod_l_0500()
190 const double target = 0; in wcstod_l_0600() local
194 EXPECT_DOUBLE_EQ(num, target); in wcstod_l_0600()
209 const double target = INFINITY; wcstod_l_0700() local
224 const double target = INFINITY; wcstod_l_0800() local
239 const double target = INFINITY; wcstod_l_0900() local
258 const double target = -INFINITY; wcstod_l_1000() local
273 const double target = NAN; wcstod_l_1100() local
290 const double target = NAN; wcstod_l_1200() local
308 const double target = 0; wcstod_l_1300() local
327 const double target = 0; wcstod_l_1400() local
343 const double target = 0; wcstod_l_1500() local
362 const double target = 123.45; wcstod_l_1600() local
382 const double target = 1234.56; wcstod_l_1700() local
401 const double target = 0; wcstod_l_1800() local
420 const double target = 123.45; wcstod_l_1900() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A Dfortify.c15 struct target { in lkdtm_FORTIFY_STR_OBJECT() struct
18 } target[3] = {}; in lkdtm_FORTIFY_STR_OBJECT() local
28 strncpy(target[0].a, target[1].a, size); in lkdtm_FORTIFY_STR_OBJECT()
31 fortify_scratch_space = target[0].a[3]; in lkdtm_FORTIFY_STR_OBJECT()
39 struct target { in lkdtm_FORTIFY_STR_MEMBER() struct
42 } target; in lkdtm_FORTIFY_STR_MEMBER() local
53 * strncpy(target.a, src, 20); will hit a compile error because the in lkdtm_FORTIFY_STR_MEMBER()
54 * compiler knows at build time that target.a < 20 bytes. Use a in lkdtm_FORTIFY_STR_MEMBER()
57 strncpy(target in lkdtm_FORTIFY_STR_MEMBER()
71 struct target { lkdtm_FORTIFY_MEM_OBJECT() struct
74 } target = {}; lkdtm_FORTIFY_MEM_OBJECT() local
104 struct target { lkdtm_FORTIFY_MEM_MEMBER() struct
107 } target; lkdtm_FORTIFY_MEM_MEMBER() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp32 PendingWant::PendingWant(const sptr<AAFwk::IWantSender> &target) in PendingWant() argument
33 : target_(target), cancelReceiver_(nullptr), whitelistToken_(nullptr) in PendingWant()
36 PendingWant::PendingWant(const sptr<AAFwk::IWantSender> &target, const sptr<IRemoteObject> whitelistToken) in PendingWant() argument
37 : target_(target), cancelReceiver_(nullptr), whitelistToken_(whitelistToken) in PendingWant()
40 WantAgentConstant::OperationType PendingWant::GetType(sptr<AAFwk::IWantSender> target) in GetType() argument
43 WantAgentClient::GetInstance().GetPendingWantType(target, operationType); in GetType()
81 sptr<IWantSender> target = nullptr; in GetAbility() local
82 ErrCode result = WantAgentClient::GetInstance().GetWantSender(wantSenderInfo, nullptr, target); in GetAbility()
86 pendingWant = std::make_shared<PendingWant>(target); in GetAbility()
126 sptr<IWantSender> target in GetAbilities() local
166 sptr<IWantSender> target = nullptr; GetCommonEventAsUser() local
227 sptr<IWantSender> target = nullptr; BuildServicePendingWant() local
236 Cancel(const sptr<AAFwk::IWantSender> &target) Cancel() argument
241 Send(const sptr<AAFwk::IWantSender> &target) Send() argument
246 Send(int resultCode, const sptr<AAFwk::IWantSender> &target) Send() argument
251 Send(int resultCode, const std::shared_ptr<Want> &want, const sptr<AAFwk::IWantSender> &target) Send() argument
257 Send( int resultCode, const sptr<CompletedDispatcher> &onCompleted, const sptr<AAFwk::IWantSender> &target) Send() argument
263 Send(int resultCode, const std::shared_ptr<Want> &want, const sptr<CompletedDispatcher> &onCompleted, const sptr<AAFwk::IWantSender> &target) Send() argument
269 Send(int resultCode, const std::shared_ptr<Want> &want, const sptr<CompletedDispatcher> &onCompleted, const std::string &requiredPermission, const sptr<AAFwk::IWantSender> &target) Send() argument
276 Send(int resultCode, const std::shared_ptr<Want> &want, const sptr<CompletedDispatcher> &onCompleted, const std::string &requiredPermission, const std::shared_ptr<WantParams> &options, const std::shared_ptr<StartOptions> &startOptions, const sptr<AAFwk::IWantSender> &target) Send() argument
289 SendAndReturnResult(int resultCode, const std::shared_ptr<Want> &want, const sptr<CompletedDispatcher> &onCompleted, const std::string &requiredPermission, const std::shared_ptr<WantParams> &options, const std::shared_ptr<StartOptions> &startOptions, const sptr<AAFwk::IWantSender> &target) SendAndReturnResult() argument
339 SetTarget(const sptr<AAFwk::IWantSender> &target) SetTarget() argument
359 RegisterCancelListener( const std::shared_ptr<CancelListener> &cancelListener, const sptr<AAFwk::IWantSender> &target) RegisterCancelListener() argument
391 UnregisterCancelListener( const std::shared_ptr<CancelListener> &cancelListener, const sptr<AAFwk::IWantSender> &target) UnregisterCancelListener() argument
410 GetHashCode(const sptr<AAFwk::IWantSender> &target, int &code) GetHashCode() argument
415 GetUid(const sptr<AAFwk::IWantSender> &target, int32_t &uid) GetUid() argument
420 GetBundleName(const sptr<AAFwk::IWantSender> &target, std::string &bundleName) GetBundleName() argument
425 GetWant(const sptr<AAFwk::IWantSender> &target) GetWant() argument
450 sptr<AAFwk::IWantSender> target = Unmarshalling() local
461 GetWantSenderInfo(const sptr<AAFwk::IWantSender> &target) GetWantSenderInfo() argument
468 GetType(const sptr<AAFwk::IWantSender> &target, int32_t &operType) GetType() argument
474 GetWant(const sptr<AAFwk::IWantSender> &target, std::shared_ptr<AAFwk::Want> &want) GetWant() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c321 static int kfd_dbg_set_workaround(struct kfd_process *target, bool enable) in kfd_dbg_set_workaround() argument
323 struct process_queue_manager *pqm = &target->pqm; in kfd_dbg_set_workaround()
340 target->runtime_info.runtime_state = r == -EBUSY ? in kfd_dbg_set_workaround()
485 static void kfd_dbg_clear_process_address_watch(struct kfd_process *target) in kfd_dbg_clear_process_address_watch() argument
489 for (i = 0; i < target->n_pdds; i++) in kfd_dbg_clear_process_address_watch()
491 kfd_dbg_trap_clear_dev_address_watch(target->pdds[i], j); in kfd_dbg_clear_process_address_watch()
494 int kfd_dbg_trap_set_flags(struct kfd_process *target, uint32_t *flags) in kfd_dbg_trap_set_flags() argument
496 uint32_t prev_flags = target->dbg_flags; in kfd_dbg_trap_set_flags()
499 for (i = 0; i < target->n_pdds; i++) { in kfd_dbg_trap_set_flags()
500 if (!kfd_dbg_is_per_vmid_supported(target in kfd_dbg_trap_set_flags()
556 kfd_dbg_trap_deactivate(struct kfd_process *target, bool unwind, int unwind_count) kfd_dbg_trap_deactivate() argument
609 kfd_dbg_clean_exception_status(struct kfd_process *target) kfd_dbg_clean_exception_status() argument
634 kfd_dbg_trap_disable(struct kfd_process *target) kfd_dbg_trap_disable() argument
663 kfd_dbg_trap_activate(struct kfd_process *target) kfd_dbg_trap_activate() argument
738 kfd_dbg_trap_enable(struct kfd_process *target, uint32_t fd, void __user *runtime_info, uint32_t *runtime_size) kfd_dbg_trap_enable() argument
819 kfd_dbg_trap_set_wave_launch_override(struct kfd_process *target, uint32_t trap_override, uint32_t trap_mask_bits, uint32_t trap_mask_request, uint32_t *trap_mask_prev, uint32_t *trap_mask_supported) kfd_dbg_trap_set_wave_launch_override() argument
862 kfd_dbg_trap_set_wave_launch_mode(struct kfd_process *target, uint8_t wave_launch_mode) kfd_dbg_trap_set_wave_launch_mode() argument
894 kfd_dbg_trap_query_exception_info(struct kfd_process *target, uint32_t source_id, uint32_t exception_code, bool clear_exception, void __user *info, uint32_t *info_size) kfd_dbg_trap_query_exception_info() argument
1014 kfd_dbg_trap_device_snapshot(struct kfd_process *target, uint64_t exception_clear_mask, void __user *user_info, uint32_t *number_of_device_infos, uint32_t *entry_size) kfd_dbg_trap_device_snapshot() argument
1086 kfd_dbg_set_enabled_debug_exception_mask(struct kfd_process *target, uint64_t exception_set_mask) kfd_dbg_set_enabled_debug_exception_mask() argument
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dnew-target.js17 assert (new.target === undefined);
22 return new.target;
28 /* new.target is only valid inside functions */
30 eval ("new.target");
38 eval_other ("new.target");
47 assert (new.target === arrow);
48 var mth = () => { return new.target; }
59 assert (isNaN (-new.target));
68 callback_object.value = new.target.value;
79 /* test new.target wit
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dfind_normal.rs7 pub fn get_openssl(target: &str) -> (Vec<PathBuf>, PathBuf) { in get_openssl()
14 let openssl_dir = env("OPENSSL_DIR").unwrap_or_else(|| find_openssl_dir(target)); in get_openssl()
72 fn find_openssl_dir(target: &str) -> OsString { in find_openssl_dir()
75 if host == target && target.ends_with("-apple-darwin") { in find_openssl_dir()
76 let homebrew_dir = match target { in find_openssl_dir()
96 if host == target && (target.contains("freebsd") || target.contains("openbsd")) { in find_openssl_dir()
101 if host == target in find_openssl_dir()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.h89 tgsi_is_shadow_target(enum tgsi_texture_type target);
93 tgsi_is_msaa_target(enum tgsi_texture_type target) in tgsi_is_msaa_target() argument
95 return (target == TGSI_TEXTURE_2D_MSAA || in tgsi_is_msaa_target()
96 target == TGSI_TEXTURE_2D_ARRAY_MSAA); in tgsi_is_msaa_target()
100 tgsi_is_array_sampler(enum tgsi_texture_type target) in tgsi_is_array_sampler() argument
102 return target == TGSI_TEXTURE_1D_ARRAY || in tgsi_is_array_sampler()
103 target == TGSI_TEXTURE_SHADOW1D_ARRAY || in tgsi_is_array_sampler()
104 target == TGSI_TEXTURE_2D_ARRAY || in tgsi_is_array_sampler()
105 target == TGSI_TEXTURE_SHADOW2D_ARRAY || in tgsi_is_array_sampler()
106 target in tgsi_is_array_sampler()
[all...]
/third_party/ninja/misc/
H A Dwrite_fake_manifests.py108 def write_target_ninja(ninja, target, src_dir):
110 if target.has_compile_depends:
112 'obj', target.dir_path, target.name + '.stamp')
113 ninja.build(compile_depends, 'stamp', target.src_obj_pairs[0][0])
116 ninja.variable('defines', target.defines)
121 for src, obj in target.src_obj_pairs:
125 deps = [dep.output for dep in target.deps]
126 libs = [dep.output for dep in target.deps if dep.kind == LIB]
127 if target
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dptrace.c473 static int hw_break_get(struct task_struct *target, in hw_break_get() argument
491 ret = ptrace_hbp_get_addr(note_type, target, idx, &addr); in hw_break_get()
494 ret = ptrace_hbp_get_ctrl(note_type, target, idx, &ctrl); in hw_break_get()
505 static int hw_break_set(struct task_struct *target, in hw_break_set() argument
528 ret = ptrace_hbp_set_addr(note_type, target, idx, addr); in hw_break_set()
539 ret = ptrace_hbp_set_ctrl(note_type, target, idx, ctrl); in hw_break_set()
554 static int gpr_get(struct task_struct *target, in gpr_get() argument
558 struct user_pt_regs *uregs = &task_pt_regs(target)->user_regs; in gpr_get()
562 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
567 struct user_pt_regs newregs = task_pt_regs(target) in gpr_set()
580 fpr_active(struct task_struct *target, const struct user_regset *regset) fpr_active() argument
590 __fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) __fpr_get() argument
603 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpr_get() argument
615 __fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, unsigned int start_pos) __fpr_set() argument
642 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument
661 tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tls_get() argument
678 tls_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tls_set() argument
700 system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) system_call_get() argument
707 system_call_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) system_call_set() argument
725 sve_init_header_from_task(struct user_sve_header *header, struct task_struct *target, enum vec_type type) sve_init_header_from_task() argument
781 sve_get_common(struct task_struct *target, const struct user_regset *regset, struct membuf to, enum vec_type type) sve_get_common() argument
833 sve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) sve_get() argument
843 sve_set_common(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, enum vec_type type) sve_set_common() argument
980 sve_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) sve_set() argument
996 ssve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ssve_get() argument
1006 ssve_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) ssve_set() argument
1018 za_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) za_get() argument
1067 za_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) za_set() argument
1152 zt_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) zt_get() argument
1172 zt_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) zt_set() argument
1209 pac_mask_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_mask_get() argument
1230 pac_enabled_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_enabled_keys_get() argument
1242 pac_enabled_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pac_enabled_keys_set() argument
1296 pac_address_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_address_keys_get() argument
1311 pac_address_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pac_address_keys_set() argument
1345 pac_generic_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pac_generic_keys_get() argument
1360 pac_generic_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pac_generic_keys_set() argument
1385 tagged_addr_ctrl_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tagged_addr_ctrl_get() argument
1397 tagged_addr_ctrl_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tagged_addr_ctrl_set() argument
1621 compat_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_gpr_get() argument
1632 compat_gpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_gpr_set() argument
1694 compat_vfp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_vfp_get() argument
1719 compat_vfp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_vfp_set() argument
1750 compat_tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) compat_tls_get() argument
1757 compat_tls_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) compat_tls_set() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c427 char *target; in read_raw() local
446 target = buffer + clustersz*i; in read_raw()
450 memcpy(target, store->data, clustersz); in read_raw()
461 clustersz, target) != clustersz)) { in read_raw()
471 dump(target, clustersz); in read_raw()
863 char *buffer, const char *data, u32 target, u32 length) in change_resident()
876 printf("-> inode %lld lcn 0x%llx target 0x%x length %d\n", in change_resident()
878 (long long)lcn, (int)target, (int)length); in change_resident()
884 dump(&buffer[target], length); in change_resident()
890 if ((target in change_resident()
862 change_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length) change_resident() argument
916 change_resident_expect(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, const char *expected, u32 target, u32 length, ATTR_TYPES type) change_resident_expect() argument
969 change_index_value(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length) change_index_value() argument
1014 add_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length, u32 oldlength) add_resident() argument
1094 expand_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length, u32 oldlength) expand_resident() argument
1176 insert_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length) insert_resident() argument
1259 remove_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length) remove_resident() argument
1345 delete_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length, u32 oldlength) delete_resident() argument
1403 shrink_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length, u32 oldlength) shrink_resident() argument
1484 update_index(ntfs_volume *vol, const struct ACTION_RECORD *action, char *buffer, const char *data, u32 target, u32 length) update_index() argument
1828 u32 target; redo_action37() local
1866 u32 target; redo_add_index() local
1931 u32 target; redo_add_root_index() local
2009 u32 target; redo_create_file() local
2060 u32 target; redo_create_attribute() local
2083 u32 target; redo_delete_attribute() local
2107 u32 target; redo_delete_file() local
2160 u32 target; redo_delete_index() local
2223 u32 target; redo_delete_root_index() local
2409 u32 target; redo_sizes() local
2431 u32 target; redo_update_index() local
2454 u32 target; redo_update_index_value() local
2476 u32 target; redo_update_mapping() local
2562 u32 target; redo_update_resident() local
2631 u32 target; redo_update_root_index() local
2663 u32 target; redo_update_root_vcn() local
2692 u32 target; redo_update_value() local
2756 u32 target; redo_update_vcn() local
2781 u32 target; redo_write_end() local
2849 u32 target; redo_write_index() local
2938 u32 target; undo_add_index() local
3003 u32 target; undo_add_root_index() local
3061 u32 target; undo_create_attribute() local
3083 u32 target; undo_delete_attribute() local
3107 u32 target; undo_delete_index() local
3176 u32 target; undo_delete_root_index() local
3247 u32 target; undo_create_file() local
3299 u32 target; undo_delete_file() local
3481 u32 target; undo_sizes() local
3519 u32 target; undo_update_index() local
3543 u32 target; undo_update_index_value() local
3588 u32 target; undo_update_vcn() local
3615 u32 target; undo_update_mapping() local
3702 u32 target; undo_update_resident() local
3768 u32 target; undo_update_root_index() local
3795 u32 target; undo_update_root_vcn() local
3824 u32 target; undo_update_value() local
3883 u32 target; undo_write_end() local
3950 u32 target; undo_write_index() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv_u16.cpp56 char *target; in _UTF16BEFromUnicodeWithOffsets() local
77 &pArgs->target, pArgs->targetLimit, in _UTF16BEFromUnicodeWithOffsets()
83 target=pArgs->target; in _UTF16BEFromUnicodeWithOffsets()
84 if(target >= pArgs->targetLimit) { in _UTF16BEFromUnicodeWithOffsets()
89 targetCapacity=(uint32_t)(pArgs->targetLimit-target); in _UTF16BEFromUnicodeWithOffsets()
99 target[0]=(uint8_t)(c>>8); in _UTF16BEFromUnicodeWithOffsets()
100 target[1]=(uint8_t)c; in _UTF16BEFromUnicodeWithOffsets()
101 target[2]=(uint8_t)(trail>>8); in _UTF16BEFromUnicodeWithOffsets()
102 target[ in _UTF16BEFromUnicodeWithOffsets()
260 UChar *target; _UTF16BEToUnicodeWithOffsets() local
657 char *target; _UTF16LEFromUnicodeWithOffsets() local
861 UChar *target; _UTF16LEToUnicodeWithOffsets() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u16.cpp56 char *target; in _UTF16BEFromUnicodeWithOffsets() local
77 &pArgs->target, pArgs->targetLimit, in _UTF16BEFromUnicodeWithOffsets()
83 target=pArgs->target; in _UTF16BEFromUnicodeWithOffsets()
84 if(target >= pArgs->targetLimit) { in _UTF16BEFromUnicodeWithOffsets()
89 targetCapacity=(uint32_t)(pArgs->targetLimit-target); in _UTF16BEFromUnicodeWithOffsets()
99 target[0]=(uint8_t)(c>>8); in _UTF16BEFromUnicodeWithOffsets()
100 target[1]=(uint8_t)c; in _UTF16BEFromUnicodeWithOffsets()
101 target[2]=(uint8_t)(trail>>8); in _UTF16BEFromUnicodeWithOffsets()
102 target[ in _UTF16BEFromUnicodeWithOffsets()
260 char16_t *target; _UTF16BEToUnicodeWithOffsets() local
657 char *target; _UTF16LEFromUnicodeWithOffsets() local
861 char16_t *target; _UTF16LEToUnicodeWithOffsets() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u16.cpp56 char *target; in _UTF16BEFromUnicodeWithOffsets() local
77 &pArgs->target, pArgs->targetLimit, in _UTF16BEFromUnicodeWithOffsets()
83 target=pArgs->target; in _UTF16BEFromUnicodeWithOffsets()
84 if(target >= pArgs->targetLimit) { in _UTF16BEFromUnicodeWithOffsets()
89 targetCapacity=(uint32_t)(pArgs->targetLimit-target); in _UTF16BEFromUnicodeWithOffsets()
99 target[0]=(uint8_t)(c>>8); in _UTF16BEFromUnicodeWithOffsets()
100 target[1]=(uint8_t)c; in _UTF16BEFromUnicodeWithOffsets()
101 target[2]=(uint8_t)(trail>>8); in _UTF16BEFromUnicodeWithOffsets()
102 target[ in _UTF16BEFromUnicodeWithOffsets()
260 UChar *target; _UTF16BEToUnicodeWithOffsets() local
657 char *target; _UTF16LEFromUnicodeWithOffsets() local
861 UChar *target; _UTF16LEToUnicodeWithOffsets() local
[all...]

Completed in 17 milliseconds

12345678910>>...315