Home
last modified time | relevance | path

Searched refs:target (Results 6751 - 6775 of 7599) sorted by relevance

1...<<271272273274275276277278279280>>...304

/kernel/linux/linux-6.6/net/9p/
H A Dclient.c2229 int p9_client_readlink(struct p9_fid *fid, char **target) in p9_client_readlink() argument
2242 err = p9pdu_readf(&req->rc, clnt->proto_version, "s", target); in p9_client_readlink()
2247 p9_debug(P9_DEBUG_9P, "<<< RREADLINK target %s\n", *target); in p9_client_readlink()
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c168 int target; in select_blocksize() local
173 target = (samplerate * block_time_ms) / 1000; in select_blocksize()
175 if (target >= ff_flac_blocksize_table[i] && in select_blocksize()
/third_party/gn/src/base/
H A Dvalues.cc1060 DictionaryValue::Iterator::Iterator(const DictionaryValue& target)
1061 : target_(target), it_(target.dict_.begin()) {}
/third_party/glfw/src/
H A Dx11_init.c1142 XcursorPixel* target = native->pixels; in _glfwCreateNativeCursorX11() local
1144 for (int i = 0; i < image->width * image->height; i++, target++, source += 4) in _glfwCreateNativeCursorX11()
1148 *target = (alpha << 24) | in _glfwCreateNativeCursorX11()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1340 public void getStartEndSamples(Set<DecimalQuantity> target) { in getStartEndSamples() argument
1342 target.add(range.start); in getStartEndSamples()
1343 target.add(range.end); in getStartEndSamples()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c1970 usb_alloc_symlink(const char *target) in usb_alloc_symlink() argument
1979 strlcpy(ps->src_path, target, sizeof(ps->src_path)); in usb_alloc_symlink()
1981 strlcpy(ps->dst_path, target, sizeof(ps->dst_path)); in usb_alloc_symlink()
/third_party/mesa3d/include/CL/
H A Dcl_icd.h743 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
747 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
751 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_exec_mask.cpp787 branch.target[0] = block->linear_succs[0]; in add_branch_code()
789 branch.target[0] = block->linear_succs[1]; in add_branch_code()
790 branch.target[1] = block->linear_succs[0]; in add_branch_code()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c82 return res->target == PIPE_BUFFER && !(bind_history & unsupported_bind); in virgl_can_rebind_resource()
359 if (resource->target == PIPE_BUFFER) in virgl_create_surface()
1201 if (dres->b.target == PIPE_BUFFER) in virgl_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c417 _debug_printf("\t\t.target.sid = %u\n", (*cmd).target.sid); in dump_SVGA3dCmdSetRenderTarget()
418 _debug_printf("\t\t.target.face = %u\n", (*cmd).target.face); in dump_SVGA3dCmdSetRenderTarget()
419 _debug_printf("\t\t.target.mipmap = %u\n", (*cmd).target.mipmap); in dump_SVGA3dCmdSetRenderTarget()
/third_party/node/deps/v8/tools/profview/
H A Dprofview.js180 let f = evt.target.files[0];
184 main.setFile(JSON.parse(event.target.result));
188 "File could not be read! Code " + event.target.error.code);
/third_party/node/deps/v8/src/heap/
H A Dheap.h755 void OnMoveEvent(HeapObject target, HeapObject source, int size_in_bytes);
935 std::function<void(HeapObject object, ObjectSlot slot, Object target)>
958 V8_EXPORT_PRIVATE void KeepDuringJob(Handle<HeapObject> target);
2092 // Returns true if the given object is a target of retaining path tracking.
2420 // stores the option of the corresponding target.
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc926 // Backtrack code (branch target for conditional backtracks). in GetCode()
1272 void RegExpMacroAssemblerARM::Pop(Register target) {
1273 DCHECK(target != backtrack_stackpointer());
1274 __ ldr(target,
1309 // and the operating system running on the target allow it.
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc971 // Backtrack code (branch target for conditional backtracks). in GetCode()
1309 void RegExpMacroAssemblerIA32::Pop(Register target) {
1310 DCHECK(target != backtrack_stackpointer());
1311 __ mov(target, Operand(backtrack_stackpointer(), 0));
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc991 // Backtrack code (branch target for conditional backtracks). in GetCode()
1362 void RegExpMacroAssemblerPPC::Pop(Register target) {
1363 DCHECK(target != backtrack_stackpointer());
1364 __ LoadU64(target, MemOperand(backtrack_stackpointer()));
1405 // and the operating system running on the target allow it.
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1018 // Backtrack code (branch target for conditional backtracks). in GetCode()
1396 void RegExpMacroAssemblerX64::Pop(Register target) {
1397 DCHECK(target != backtrack_stackpointer());
1398 __ movsxlq(target, Operand(backtrack_stackpointer(), 0));
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1085 * target argument) however we're required to set the Texture in parse_instruction()
1133 report_error( ctx, "Expected texture target" ); in parse_instruction()
1183 report_error(ctx, "Expected memory qualifier, texture target, or format\n"); in parse_instruction()
1190 uint target; in parse_instruction() local
1194 if (!parse_uint( &cur, &target )) { in parse_instruction()
1199 inst.Label.Label = target; in parse_instruction()
1364 report_error(ctx, "Expected texture target"); in parse_declaration()
1400 report_error(ctx, "Expected texture target"); in parse_declaration()
/third_party/python/Lib/
H A Denum.py1026 target = getattr(possible, method, None)
1027 if target not in {
1033 __new__ = target
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp508 void clearTextures(GLenum target, GLsizei width, GLsizei height, GLint lod, GLenum internalformat, GLenum type,
637 void TestClampModeForInternalFormat::clearTextures(GLenum target, GLsizei width, GLsizei height, GLint lod, in clearTextures() argument
654 gl.texImage2D(target, level, internalformat, width, height, 0, format, type, &tex_buf[0]); in clearTextures()
667 ** returned in textureEpsilon[]. target must be a valid
668 ** texture target.
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp470 << "Invalid storage class for target environment"; in ValidateVariable()
1056 // - the first is the target (write) access and it can't have in ValidateCopyMemoryMemoryAccess()
1086 const auto target = _.FindDef(target_id); in ValidateCopyMemory() local
1087 if (!target) { in ValidateCopyMemory()
1102 const auto target_pointer_type = _.FindDef(target->type_id()); in ValidateCopyMemory()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h962 PipelineHelper *target;
974 : bits(bits), desc(desc), target(pipeline)
1026 *pipelineOut = transition.target;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp470 << "Invalid storage class for target environment"; in ValidateVariable()
1056 // - the first is the target (write) access and it can't have in ValidateCopyMemoryMemoryAccess()
1086 const auto target = _.FindDef(target_id); in ValidateCopyMemory() local
1087 if (!target) { in ValidateCopyMemory()
1102 const auto target_pointer_type = _.FindDef(target->type_id()); in ValidateCopyMemory()
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py1568 t = threading.Thread(target=notification)
1582 t = threading.Thread(target=notification)
1612 t = threading.Thread(target=notification)
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok_impl.c277 const char *target = ptr;
291 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
314 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
/third_party/python/Objects/
H A Dobmalloc.c2930 /* Is target in the list? The list is traversed via the nextpool pointers.
2931 * The list may be NULL-terminated, or circular. Return 1 if target is in
2935 pool_is_in_list(const poolp target, poolp list) in pool_is_in_list() argument
2938 assert(target != NULL); in pool_is_in_list()
2942 if (target == list) in pool_is_in_list()

Completed in 59 milliseconds

1...<<271272273274275276277278279280>>...304