Home
last modified time | relevance | path

Searched refs:target (Results 1176 - 1200 of 6969) sorted by relevance

1...<<41424344454647484950>>...279

/third_party/skia/third_party/externals/tint/src/transform/
H A Drenamer.cc1248 Renamer::Config::Config(Target t) : target(t) {} in Config()
1288 preserve.emplace(call->target.name); in Run()
1295 Target target = Target::kAll; in Run() local
1298 target = cfg->target; in Run()
1303 switch (target) { in Run()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dsubstitute.cc79 char* target = &(*output)[original_size]; in SubstituteAndAppendArray() local
84 target = std::copy(src.begin(), src.end(), target); in SubstituteAndAppendArray()
87 *target++ = '$'; in SubstituteAndAppendArray()
91 *target++ = format[i]; in SubstituteAndAppendArray()
95 assert(target == output->data() + output->size()); in SubstituteAndAppendArray()
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c15 #include "target.h"
462 static struct hardreg *preferred_reg(struct bb_state *state, pseudo_t target) in preferred_reg() argument
466 dst = find_storage_hash(target, state->outputs); in preferred_reg()
487 static struct hardreg *target_reg(struct bb_state *state, pseudo_t pseudo, pseudo_t target) in target_reg() argument
493 /* First, see if we have a preferred target register.. */ in target_reg()
494 reg = preferred_reg(state, target); in target_reg()
624 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name); in fill_reg()
641 static struct hardreg *getreg(struct bb_state *state, pseudo_t pseudo, pseudo_t target) in getreg() argument
648 reg = target_reg(state, pseudo, target); in getreg()
657 static struct hardreg *copy_reg(struct bb_state *state, struct hardreg *src, pseudo_t target) in copy_reg() argument
715 get_register_operand(struct bb_state *state, pseudo_t pseudo, pseudo_t target) get_register_operand() argument
881 target_copy_reg(struct bb_state *state, struct hardreg *src, pseudo_t target) target_copy_reg() argument
1073 struct basic_block *target; generate_branch() local
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dmarkup_oops.pl37 my $target = "0";
159 $target = $1;
162 $target = $1;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
184 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192;
185 if ($target eq "0") {
206 $vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
219 my ($address, $target) = @_;
221 my $ta = "0x".$target;
242 if (InRange($1, $target)) {
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gem_evict.c320 * @target: range (and color) to evict for
323 * This function will try to evict vmas that overlap the target node.
330 struct drm_mm_node *target, in i915_gem_evict_for_node()
335 u64 start = target->start; in i915_gem_evict_for_node()
336 u64 end = start + target->size; in i915_gem_evict_for_node()
344 trace_i915_gem_evict_node(vm, target, flags); in i915_gem_evict_for_node()
390 if (node->start + node->size == target->start) { in i915_gem_evict_for_node()
391 if (node->color == target->color) in i915_gem_evict_for_node()
394 if (node->start == target->start + target in i915_gem_evict_for_node()
328 i915_gem_evict_for_node(struct i915_address_space *vm, struct i915_gem_ww_ctx *ww, struct drm_mm_node *target, unsigned int flags) i915_gem_evict_for_node() argument
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dmarkup_oops.pl37 my $target = "0";
159 $target = $1;
162 $target = $1;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
184 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192;
185 if ($target eq "0") {
206 $vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
219 my ($address, $target) = @_;
221 my $ta = "0x".$target;
242 if (InRange($1, $target)) {
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c160 size_t target, bool *data_ready_now) in vmci_transport_notify_pkt_poll_in()
164 if (vsock_stream_has_data(vsk) >= target) { in vmci_transport_notify_pkt_poll_in()
181 size_t target, bool *space_avail_now) in vmci_transport_notify_pkt_poll_out()
203 size_t target, in vmci_transport_notify_pkt_recv_init()
212 if (PKT_FIELD(vsk, write_notify_min_window) < target + 1) { in vmci_transport_notify_pkt_recv_init()
213 PKT_FIELD(vsk, write_notify_min_window) = target + 1; in vmci_transport_notify_pkt_recv_init()
235 size_t target, in vmci_transport_notify_pkt_recv_pre_block()
255 size_t target, in vmci_transport_notify_pkt_recv_post_dequeue()
391 size_t target, in vmci_transport_notify_pkt_recv_pre_dequeue()
159 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) vmci_transport_notify_pkt_poll_in() argument
180 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) vmci_transport_notify_pkt_poll_out() argument
201 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_init() argument
233 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_pre_block() argument
253 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_post_dequeue() argument
389 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_pre_dequeue() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFrenchTest.java197 private void doTest(char[] source, char[] target, int result) { in doTest() argument
199 String t = new String(target); in doTest()
208 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
232 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
234 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
242 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
244 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
257 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
259 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
H A DCollationKanaTest.java204 private void doTest(char[] source, char[] target, int result){ in doTest() argument
207 String t = new String(target); in doTest()
217 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
241 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
243 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
251 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
253 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
266 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
268 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
/third_party/gn/src/gn/
H A Dswitches.cc155 const char kRootTarget[] = "root-target";
156 const char kRootTarget_HelpShort[] = "--root-target: Override the root target.";
158 R"(--root-target: Override the root target.
160 The root target is the target initially loaded to begin population of the
166 in ".gn". The target name (after the colon) is ignored, only the directory
173 from being loaded if a target in the build references that directory.
180 gn gen //out/Default --root-target
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationFrenchTest.java200 private void doTest(char[] source, char[] target, int result) { in doTest() argument
202 String t = new String(target); in doTest()
211 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
235 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
237 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
245 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
247 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
260 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
262 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
H A DCollationKanaTest.java207 private void doTest(char[] source, char[] target, int result){ in doTest() argument
210 String t = new String(target); in doTest()
220 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
244 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
246 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
254 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
256 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
269 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
271 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampTexParameterIErrors.cpp83 * a texture target.*/ in iterate()
257 * @param target texture target to use for the call;
262 void TextureBorderClampTexParameterIErrorsTest::VerifyGLTexParameterIiv(glw::GLenum target, glw::GLenum pname, in VerifyGLTexParameterIiv() argument
268 gl.texParameterIiv(target, pname, &params); in VerifyGLTexParameterIiv()
276 << "target:" << getTexTargetString(target) << ", pname:" << getPNameString(pname) in VerifyGLTexParameterIiv()
286 * @param target texture target to use for the call;
293 glw::GLenum target, gl in VerifyGLTexParameterIivMultipleAcceptedErrors()
292 VerifyGLTexParameterIivMultipleAcceptedErrors( glw::GLenum target, glw::GLenum pname, glw::GLint params, glw::GLenum expected_error1, glw::GLenum expected_error2) VerifyGLTexParameterIivMultipleAcceptedErrors() argument
322 VerifyGLTexParameterIuiv(glw::GLenum target, glw::GLenum pname, glw::GLuint params, glw::GLenum expected_error) VerifyGLTexParameterIuiv() argument
[all...]
/third_party/vk-gl-cts/scripts/android/
H A Dinstall_apk.py83 stdoutJob = threading.Thread(target=readApplyPrefixAndPrint, args=(process.stdout, linePrefix, sys.stdout))
84 stderrJob = threading.Thread(target=readApplyPrefixAndPrint, args=(process.stderr, linePrefix, sys.stderr))
109 job = threading.Thread(target=applyAndCaptureError, args=(f, args, errorCode))
156 def getAPKPath (buildRootPath, target):
157 package = getPackageAndLibrariesForTarget(target)[0]
160 def getPackageName (target):
161 package = getPackageAndLibrariesForTarget(target)[0]
194 parser.add_argument('--target',
195 dest='target',
196 help='Build target',
[all...]
/kernel/linux/linux-6.6/arch/mips/net/
H A Dbpf_jit_comp.c168 /* Compute the 28-bit jump target address from a BPF program location */
172 unsigned long pc = (unsigned long)&ctx->target[ctx->jit_index]; in get_target()
173 unsigned long addr = (unsigned long)&ctx->target[index]; in get_target()
175 if (!ctx->target) in get_target()
580 int target = ctx->bpf_index + bpf_off + 1; in setup_jmp() local
583 offset = (INDEX(ctx->descriptors[target]) - in setup_jmp()
687 int target = get_target(ctx, ctx->bpf_index + bpf_off + 1); in finish_jmp() local
689 if (target < 0) in finish_jmp()
691 emit(ctx, j, target); in finish_jmp()
828 int target in emit_ja() local
840 int target = get_target(ctx, ctx->program->len); emit_exit() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colormap.c52 float target[MAX_SIZE][4]; member
73 { "type", "set the target type used", OFFSET(target_type), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, FLAGS, "type" },
74 { "relative", "the target colors are relative", 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 1, FLAGS, "type" },
75 { "absolute", "the target colors are absolute", 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 1, FLAGS, "type" },
174 s->target[j][0] = s->target_type == 0 ? s->source[j][0] + s->ttarget[j][0] : s->ttarget[j][0]; in build_map()
175 s->target[j][1] = s->target_type == 0 ? s->source[j][1] + s->ttarget[j][1] : s->ttarget[j][1]; in build_map()
176 s->target[j][2] = s->target_type == 0 ? s->source[j][2] + s->ttarget[j][2] : s->ttarget[j][2]; in build_map()
195 s->icoeff[c][1+c] = s->target[0][c] / div; in build_map()
202 double b[2] = { s->target[0][c], s->target[ in build_map()
427 AVFrame *in, *out, *source, *target; process_frame() local
489 AVFilterLink *target = ctx->inputs[2]; config_output() local
[all...]
/third_party/cJSON/
H A DcJSON_Utils.c198 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * const target) in cJSONUtils_FindPointerFromObjectTo() argument
203 if ((object == NULL) || (target == NULL)) in cJSONUtils_FindPointerFromObjectTo()
208 if (object == target) in cJSONUtils_FindPointerFromObjectTo()
217 unsigned char *target_pointer = (unsigned char*)cJSONUtils_FindPointerFromObjectTo(current_child, target); in cJSONUtils_FindPointerFromObjectTo()
218 /* found the target? */ in cJSONUtils_FindPointerFromObjectTo()
1338 static cJSON *merge_patch(cJSON *target, const cJSON * const patch, const cJSON_bool case_sensitive) in merge_patch() argument
1345 cJSON_Delete(target); in merge_patch()
1349 if (!cJSON_IsObject(target)) in merge_patch()
1351 cJSON_Delete(target); in merge_patch()
1352 target in merge_patch()
1398 cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch) cJSONUtils_MergePatch() argument
1403 cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON * const patch) cJSONUtils_MergePatchCaseSensitive() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv_u32.cpp51 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE()
77 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE()
117 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE()
121 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE()
130 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
158 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
203 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
207 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
234 &args->target, args->targetLimit, in T_UConverter_fromUnicode_UTF32_BE()
240 myTarget = (unsigned char *) args->target; in T_UConverter_fromUnicode_UTF32_BE()
[all...]
/third_party/node/src/
H A Dasync_wrap.cc199 Global<Object> target; member in node::DestroyParam
239 p->target.Reset(isolate, args[0].As<Object>()); in RegisterDestroyHook()
243 p->target.SetWeak(p, AsyncWrap::WeakCallback, WeakCallbackType::kParameter); in RegisterDestroyHook()
353 void AsyncWrap::Initialize(Local<Object> target, in Initialize() argument
361 SetMethod(context, target, "setupHooks", SetupHooks); in Initialize()
362 SetMethod(context, target, "setCallbackTrampoline", SetCallbackTrampoline); in Initialize()
363 SetMethod(context, target, "pushAsyncContext", PushAsyncContext); in Initialize()
364 SetMethod(context, target, "popAsyncContext", PopAsyncContext); in Initialize()
365 SetMethod(context, target, "executionAsyncResource", ExecutionAsyncResource); in Initialize()
366 SetMethod(context, target, "clearAsyncIdStac in Initialize()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u32.cpp51 char16_t *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE()
77 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE()
117 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE()
121 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE()
130 char16_t *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
158 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
203 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
207 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
234 &args->target, args->targetLimit, in T_UConverter_fromUnicode_UTF32_BE()
240 myTarget = (unsigned char *) args->target; in T_UConverter_fromUnicode_UTF32_BE()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc70 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable
71 HandleSlot(host, FullHeapObjectSlot(&target), target);
110 HeapObject target) { in HandleSlot()
115 scavenger_->PageMemoryFence(MaybeObject::FromObject(target)); in HandleSlot()
117 if (Heap::InFromPage(target)) { in HandleSlot()
118 SlotCallbackResult result = scavenger_->ScavengeObject(slot, target); in HandleSlot()
119 bool success = (*slot)->GetHeapObject(&target); in HandleSlot()
124 SLOW_DCHECK(target.IsHeapObject()); in HandleSlot()
132 SLOW_DCHECK(!MarkCompactCollector::IsOnEvacuationCandidate(target)); in HandleSlot()
109 HandleSlot(HeapObject host, THeapObjectSlot slot, HeapObject target) HandleSlot() argument
582 IterateAndScavengePromotedObject(HeapObject target, Map map, int size) IterateAndScavengePromotedObject() argument
676 HeapObject target = entry.heap_object; Process() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u32.cpp51 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE()
77 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE()
117 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE()
121 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE()
130 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
158 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
203 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
207 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
234 &args->target, args->targetLimit, in T_UConverter_fromUnicode_UTF32_BE()
240 myTarget = (unsigned char *) args->target; in T_UConverter_fromUnicode_UTF32_BE()
[all...]
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dmount.h52 int mount(const char *source, const char *target, const char *filesystemtype, \
54 int umount(const char *target);
55 int umount2(const char *target, int flag);
/third_party/mesa3d/src/mesa/main/
H A Dformatquery.h30 _mesa_query_samples_for_format(struct gl_context *ctx, GLenum target,
34 _mesa_query_internal_format_default(struct gl_context *ctx, GLenum target,
39 _mesa_is_multisample_target(GLenum target);
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dtempfile.h10 #define PTS_GET_TMP_FILENAME(target, prefix) \
11 snprintf(target, sizeof(target), \

Completed in 22 milliseconds

1...<<41424344454647484950>>...279