| /third_party/node/deps/v8/src/diagnostics/loong64/ |
| H A D | disasm-loong64.cc | 296 int target = ((offs << n_bits) << (32 - kOffsLowBits - n_bits)) >> in PrintPCOffs16() local 300 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs16() 306 int target = in PrintPCOffs21() local 311 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs21() 317 int target = in PrintPCOffs26() local 322 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs26()
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 248 branch->target = comp->discard_block; in ppir_emit_discard_if() 620 branch->target = jump_block; in ppir_emit_jump() 706 else_branch->target = ppir_get_block(comp, nblock->successors[0]); in ppir_emit_if() 712 else_branch->target = ppir_get_block(comp, nir_if_first_else_block(if_stmt)); in ppir_emit_if() 724 after_branch->target = ppir_get_block(comp, last_then_block->successors[0]); in ppir_emit_if() 755 loop_branch->target = comp->loop_cont_block; in ppir_emit_loop()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_format.c | 266 * for screen target surface. 281 debug_printf("Invalid format %s specified for screen target\n", in svga_translate_screen_target_format_vgpu10() 2205 enum pipe_texture_target target, in svga_is_format_supported() 2290 if (target == PIPE_TEXTURE_CUBE) in svga_is_format_supported() 2292 else if (target == PIPE_TEXTURE_3D) in svga_is_format_supported() 2306 enum pipe_texture_target target, in svga_is_dx_format_supported() 2348 if (bindings & PIPE_BIND_SAMPLER_VIEW && target == PIPE_BUFFER) { in svga_is_dx_format_supported() 2410 switch (target) { in svga_is_dx_format_supported() 2203 svga_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_format_supported() argument 2304 svga_is_dx_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_dx_format_supported() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_msg.c | 122 static int add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF() 127 if (target == NULL) in STACK_OF() 133 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 135 /* Does extension exist in target? */ in STACK_OF() 139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in STACK_OF() 140 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 143 if (!X509v3_add_ext(target, ext, -1)) in STACK_OF()
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_msg.c | 122 static int add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF() 127 if (target == NULL) in STACK_OF() 133 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 135 /* Does extension exist in target? */ in STACK_OF() 139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in STACK_OF() 140 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF() 143 if (!X509v3_add_ext(target, ext, -1)) in STACK_OF()
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | decompose_memory_access.cc | 290 BufferAccess target; // The target for the write member 977 auto* buf = store.target.var->Declaration(); 978 auto* offset = store.target.offset->Build(ctx); 979 auto* buf_ty = store.target.var->Type()->UnwrapRef(); 980 auto* el_ty = store.target.type->UnwrapRef(); 983 store.target.var->As<sem::VariableUser>());
|
| /third_party/python/Python/ |
| H A D | ast.c | 76 if (!validate_expr(state, comp->target, Store) || in validate_comprehension() 663 "MatchAs must specify a target name if a pattern is given"); in validate_pattern() 751 ret = validate_expr(state, stmt->v.AugAssign.target, Store) && in validate_stmt() 755 if (stmt->v.AnnAssign.target->kind != Name_kind && in validate_stmt() 758 "AnnAssign with simple non-Name target"); in validate_stmt() 761 ret = validate_expr(state, stmt->v.AnnAssign.target, Store) && in validate_stmt() 767 ret = validate_expr(state, stmt->v.For.target, Store) && in validate_stmt() 773 ret = validate_expr(state, stmt->v.AsyncFor.target, Store) && in validate_stmt()
|
| /third_party/rust/crates/nix/test/ |
| H A D | test_unistd.rs | 874 let target = tempdir.path().join("a"); in test_symlinkat() 876 symlinkat(&target, None, &linkpath).unwrap(); in test_symlinkat() 879 target.to_str().unwrap() in test_symlinkat() 883 let target = "c"; in test_symlinkat() 885 symlinkat(target, Some(dirfd), linkpath).unwrap(); in test_symlinkat() 891 target in test_symlinkat() 1073 // Attempt link target of symlink of file at relative path in test_linkat_follow_symlink()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsTextureBufferCase.cpp | 661 const tcu::PixelBufferAccess& target, in renderReference() 675 const rr::RenderState renderState(rr::ViewportState(rr::WindowRectangle(0, 0, target.getWidth(), target.getHeight())), subpixelBits); in renderReference() 676 const rr::RenderTarget renderTarget(rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(target)); in renderReference() 764 const tcu::PixelBufferAccess& target) in render() 781 renderReference(renderBits, coordSeed, triangleCount, texture, maxTextureBufferSize, target, subpixelBits); in render() 656 renderReference(RenderBits renderBits, deUint32 coordSeed, int triangleCount, const glu::TextureBuffer& texture, int maxTextureBufferSize, const tcu::PixelBufferAccess& target, int subpixelBits) renderReference() argument 758 render(TestLog& log, glu::RenderContext& renderContext, RenderBits renderBits, de::Random& rng, glu::ShaderProgram& program, glu::TextureBuffer& texture, const tcu::PixelBufferAccess& target) render() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | animation_system.cpp | 212 // target property is an actual vector in Assign() 273 // target property is an actual vector in Add() 322 T& target = Get<T&>(animatedValue); in Interpolate() local 324 target = (result - initial) * interpolation.weight; in Interpolate() 502 track->target = entityManager.GetReferenceCounted(*targetIt); in UpdateStateAndTracks() 755 // For each track batch reset the target properties to initial values, wait for trackValues_ to be filled and start in Update() 759 // Update target properties, this will apply animations on top of current value. in Update() 787 CORE_LOG_D("Cannot find target node for animation track '%s'.", nameHandle->name.data()); in CreatePlayback() 802 // animationEntity must be have an animation component and track count must match target entites, and in CreatePlayback() 803 // target entitie in CreatePlayback() [all...] |
| /foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
| H A D | client_bus_center_manager.c | 150 static int32_t AddJoinLNNCbItem(ConnectionAddr *target, OnJoinLNNResult cb) in AddJoinLNNCbItem() argument 160 item->addr = *target; in AddJoinLNNCbItem() 719 int32_t JoinLNNInner(const char *pkgName, ConnectionAddr *target, OnJoinLNNResult cb) in JoinLNNInner() argument 721 if (target == NULL) { in JoinLNNInner() 722 LNN_LOGE(LNN_STATE, "target is null"); in JoinLNNInner() 737 if (FindJoinLNNCbItem(target, cb) != NULL) { in JoinLNNInner() 742 rc = ServerIpcJoinLNN(pkgName, target, sizeof(*target)); in JoinLNNInner() 746 rc = AddJoinLNNCbItem(target, cb); in JoinLNNInner() 1366 DuplicateTimeSyncResultCbList(&dupList, basicInfo->target in LnnOnTimeSyncResult() [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | avfiltergraph.c | 1184 int avfilter_graph_send_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags) in avfilter_graph_send_command() argument 1192 r = avfilter_graph_send_command(graph, target, cmd, arg, res, res_len, flags | AVFILTER_CMD_FLAG_FAST); in avfilter_graph_send_command() 1202 if (!strcmp(target, "all") || (filter->name && !strcmp(target, filter->name)) || !strcmp(target, filter->filter->name)) { in avfilter_graph_send_command() 1214 int avfilter_graph_queue_command(AVFilterGraph *graph, const char *target, const char *command, const char *arg, int flags, double ts) in avfilter_graph_queue_command() argument 1223 if(filter && (!strcmp(target, "all") || !strcmp(target, filter->name) || !strcmp(target, filter->filter->name))){ in avfilter_graph_queue_command()
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | f_uvc.c | 1479 struct uvc_probe_commit_control1_1 *target; in fuvc_streaming_set() local 1498 target = &fuvc->probe; in fuvc_streaming_set() 1502 target = &fuvc->commit; in fuvc_streaming_set() 1536 target->bFormatIndex = iformat; in fuvc_streaming_set() 1537 target->bFrameIndex = iframe; in fuvc_streaming_set() 1542 target->dwMaxVideoFrameSize = frame->width * frame->height * 2; in fuvc_streaming_set() 1552 target->dwMaxVideoFrameSize = 1843200; in fuvc_streaming_set() 1559 target->dwMaxPayloadTransferSize = STREAM_BUF_SIZE; in fuvc_streaming_set() 1560 target->dwFrameInterval = interval[0]; in fuvc_streaming_set()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 600 assert(view->resource->target != PIPE_BUFFER); in si_decompress_image_color_textures() 650 if (view->texture->target == PIPE_BUFFER) in si_check_render_feedback_textures() 672 if (view->resource->target == PIPE_BUFFER) in si_check_render_feedback_images() 689 if (view->texture->target == PIPE_BUFFER) in si_check_render_feedback_resident_textures() 706 if (view->resource->target == PIPE_BUFFER) in si_check_render_feedback_resident_images() 909 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) { in si_resource_copy_region() 1122 templ.target = PIPE_TEXTURE_2D; in si_msaa_resolve_blit_via_CB() 1285 if (res->target == PIPE_BUFFER) in si_flush_resource()
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
| H A D | Demo.java | 393 String target = (String) targets.next(); in initMenus() 394 Set variantSet = add(new TreeSet(), Transliterator.getAvailableVariants(source, target)); in initMenus() 396 mitem = new MenuItem(target); in initMenus() 397 mitem.addActionListener(new TransliterationListener(source + "-" + target)); in initMenus() 401 Menu variantMenu = new Menu(target); in initMenus() 405 //System.out.println("<" + source + "-" + target + "/" + variant + ">, <" + menuName + ">"); in initMenus() 407 mitem.addActionListener(new TransliterationListener(source + "-" + target + "/" + variant)); in initMenus() 713 // Now write the source/target sets in genTestFile() 1182 UnicodeSet target = translit.getTargetSet(); in setTransliterator() 1183 System.out.println(target in setTransliterator() [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator.cc | 177 Builtin target = Deoptimizer::GetDeoptimizationEntry(deopt_kind); in AssembleDeoptimizerCall() local 178 tasm()->CallForDeoptimization(target, deoptimization_id, exit->label(), in AssembleDeoptimizerCall() 435 void CodeGenerator::AssembleArchJump(RpoNumber target) { in AssembleArchJump() argument 436 if (!IsNextInAssemblyOrder(target)) in AssembleArchJump() 437 AssembleArchJumpRegardlessOfAssemblyOrder(target); in AssembleArchJump() 737 RpoNumber target = ComputeBranchInfo(&branch, instr); in AssembleInstruction() local 738 if (target.IsValid()) { in AssembleInstruction() 740 if (!IsNextInAssemblyOrder(target)) { in AssembleInstruction() 741 AssembleArchJump(target); in AssembleInstruction()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 881 struct fd_stream_output_target *target = variable 884 if (!target) 887 target->stride = info->stride[i]; 891 OUT_RELOC(ring, fd_resource(target->base.buffer)->bo, 0, 0, 0); 892 OUT_RING(ring, target->base.buffer_size + target->base.buffer_offset); 894 struct fd_bo *offset_bo = fd_resource(target->offset_buf)->bo; 901 OUT_RING(ring, target->base.buffer_offset); 904 OUT_RING(ring, target->base.buffer_offset);
|
| /third_party/python/Lib/ |
| H A D | pdb.py | 1625 def _run(self, target: Union[_ModuleTarget, _ScriptTarget]): 1634 self.mainpyfile = self.canonic(target.filename) 1636 # The target has to run in __main__ namespace (or imports from 1638 # the target namespace. 1641 __main__.__dict__.update(target.namespace) 1643 self.run(target.code) 1761 target = cls(args[0]) 1763 target.check() 1775 pdb._run(target) 1780 print("Restarting", target, "wit [all...] |
| /third_party/python/Lib/xml/dom/ |
| H A D | minidom.py | 994 __slots__ = ('target', 'data') 996 def __init__(self, target, data): 997 self.target = target 1007 # nodeName is an alias for target 1009 return self.target 1011 self.target = value 1015 writer.write("%s<?%s %s?>%s" % (indent,self.target, self.data, newl)) 1704 def createProcessingInstruction(self, target, data): 1705 p = ProcessingInstruction(target, dat [all...] |
| /third_party/python/Modules/_io/ |
| H A D | bufferedio.c | 675 _buffered_raw_seek(buffered *self, Py_off_t target, int whence) in _buffered_raw_seek() argument 680 posobj = PyLong_FromOff_t(target); in _buffered_raw_seek() 1195 target as targetobj: object 1204 Py_off_t target, n; in _io__Buffered_seek_impl() local 1230 target = PyNumber_AsOff_t(targetobj, PyExc_ValueError); in _io__Buffered_seek_impl() 1231 if (target == -1 && PyErr_Occurred()) in _io__Buffered_seek_impl() 1251 offset = target - (current - RAW_OFFSET(self)); in _io__Buffered_seek_impl() 1253 offset = target; in _io__Buffered_seek_impl() 1274 target -= RAW_OFFSET(self); in _io__Buffered_seek_impl() 1275 n = _buffered_raw_seek(self, target, whenc in _io__Buffered_seek_impl() [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | wrappers.pb.h | 181 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 318 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 455 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 592 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 729 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 866 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 1003 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 1140 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 1284 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | BlitGL.cpp | 270 gl::TextureTarget target, in copyImageToLUMAWorkaroundTexture() 289 mFunctions->texImage2D(ToGLenum(target), static_cast<GLint>(level), internalFormat, in copyImageToLUMAWorkaroundTexture() 292 return copySubImageToLUMAWorkaroundTexture(context, texture, textureType, target, lumaFormat, in copyImageToLUMAWorkaroundTexture() 299 gl::TextureTarget target, in copySubImageToLUMAWorkaroundTexture() 378 mFunctions->copyTexSubImage3D(ToGLenum(target), static_cast<GLint>(level), in copySubImageToLUMAWorkaroundTexture() 386 ToGLenum(target), static_cast<GLint>(level), destOffset.x, in copySubImageToLUMAWorkaroundTexture() 1013 gl::TextureTarget target, in clearRenderableTextureAlphaToOne() 1017 ASSERT(nativegl::UseTexImage2D(TextureTargetToType(target))); in clearRenderableTextureAlphaToOne() 1027 ToGLenum(target), texture, in clearRenderableTextureAlphaToOne() 267 copyImageToLUMAWorkaroundTexture(const gl::Context *context, GLuint texture, gl::TextureType textureType, gl::TextureTarget target, GLenum lumaFormat, size_t level, const gl::Rectangle &sourceArea, GLenum internalFormat, gl::Framebuffer *source) copyImageToLUMAWorkaroundTexture() argument 296 copySubImageToLUMAWorkaroundTexture(const gl::Context *context, GLuint texture, gl::TextureType textureType, gl::TextureTarget target, GLenum lumaFormat, size_t level, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, gl::Framebuffer *source) copySubImageToLUMAWorkaroundTexture() argument 1011 clearRenderableTextureAlphaToOne(const gl::Context *context, GLuint texture, gl::TextureTarget target, size_t level) clearRenderableTextureAlphaToOne() argument
|
| /third_party/node/deps/v8/src/builtins/mips64/ |
| H A D | builtins-mips64.cc | 48 // -- a1 : target function (preserved for callee) in GenerateTailCallToReturnedCode() 49 // -- a3 : new target (preserved for callee) in GenerateTailCallToReturnedCode() 53 // Push a copy of the target function, the new target and the actual in GenerateTailCallToReturnedCode() 61 // Restore target function, new target and actual argument count. in GenerateTailCallToReturnedCode() 102 // -- a3 : new target in Generate_JSBuiltinsConstructStubHelper() 131 // a3: new target in Generate_JSBuiltinsConstructStubHelper() 154 // -- a3: new target in Generate_JSConstructStubGeneric() 172 // -- sp[0*kPointerSize]: new target in Generate_JSConstructStubGeneric() 1938 Register target = a1; Generate_ReflectApply() local 1997 Register target = a1; Generate_ReflectConstruct() local 2403 Register target = a1; Generate_Call() local 2586 Register target = a1; Generate_Construct() local [all...] |
| /third_party/node/deps/v8/src/builtins/loong64/ |
| H A D | builtins-loong64.cc | 48 // -- a1 : target function (preserved for callee) in GenerateTailCallToReturnedCode() 49 // -- a3 : new target (preserved for callee) in GenerateTailCallToReturnedCode() 53 // Push a copy of the target function, the new target and the actual in GenerateTailCallToReturnedCode() 62 // Restore target function, new target and actual argument count. in GenerateTailCallToReturnedCode() 102 // -- a3 : new target in Generate_JSBuiltinsConstructStubHelper() 131 // a3: new target in Generate_JSBuiltinsConstructStubHelper() 154 // -- a3: new target in Generate_JSConstructStubGeneric() 172 // -- sp[0*kPointerSize]: new target in Generate_JSConstructStubGeneric() 1941 Register target = a1; Generate_ReflectApply() local 2000 Register target = a1; Generate_ReflectConstruct() local 2407 Register target = a1; Generate_Call() local 2591 Register target = a1; Generate_Construct() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-compiler.cc | 3097 // Load the target from the imported_targets array at the offset of in BuildImportCall() 3246 Node* target = gasm_->LoadFromObject(MachineType::Pointer(), ift_targets, in BuildIndirectCall() local 3249 args[0] = target; in BuildIndirectCall() 3310 Node* target = BuildLoadExternalPointerFromObject( in BuildCallRef() local 3312 Node* is_null_target = gasm_->WordEqual(target, gasm_->IntPtrConstant(0)); in BuildCallRef() 3313 gasm_->GotoIfNot(is_null_target, &end_label, target); in BuildCallRef() 3315 // Compute the call target from the (on-heap) wrapper code. The cached in BuildCallRef() 3316 // target can only be null for WasmJSFunctions. in BuildCallRef() 5380 intptr_t target = mcgraph()->machine()->Is64() in AtomicOp() variable 5384 target, RelocInf in AtomicOp() 5393 intptr_t target = mcgraph()->machine()->Is64() AtomicOp() variable [all...] |