Home
last modified time | relevance | path

Searched refs:target (Results 1351 - 1375 of 7599) sorted by relevance

1...<<51525354555657585960>>...304

/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_cb.cpp32 /* need to update the offsets when the target moves. */
50 &args->target, args->targetLimit, in ucnv_cbFromUWriteBytes()
81 oldTarget = args->target; in ucnv_cbFromUWriteUChars()
84 &args->target, in ucnv_cbFromUWriteUChars()
94 while (args->target != oldTarget) /* if it moved at all.. */ in ucnv_cbFromUWriteUChars()
106 /* && (*source < sourceLimit && args->target >= args->targetLimit) in ucnv_cbFromUWriteUChars()
109 /* Overflowed the target. Now, we'll write into the charErrorBuffer. in ucnv_cbFromUWriteUChars()
119 /* start the new target at the first free slot in the errbuff.. */ in ucnv_cbFromUWriteUChars()
241 &args->target, args->targetLimit, in ucnv_cbToUWriteUChars()
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/spirv-tools/source/fuzz/
H A Dtransformation_replace_copy_memory_with_load_store.cpp65 // Get types of ids used as a source and target of |copy_memory_instruction|. in Apply()
66 auto target = ir_context->get_def_use_mgr()->GetDef( in Apply() local
71 ir_context->get_def_use_mgr()->GetDef(target->type_id())->opcode(); in Apply()
76 (void)target; in Apply()
85 // Integrity check: |source| and |target| must point to the same type. in Apply()
87 ir_context, target->type_id()); in Apply()
105 {{SPV_OPERAND_TYPE_ID, {target->result_id()}}, in Apply()
/third_party/spirv-tools/source/opt/
H A Dcontrol_dependence.h34 // target is dependent on.
38 // The label of the target of this dependence, i.e. the block which is
41 // The label of the target of the *branch* for this dependence.
49 // branch 1 -> 2, so in this case the branch target ID would be 2.
52 // Create a direct control dependence from BB ID |source| to |target|.
53 ControlDependence(uint32_t source, uint32_t target) in ControlDependence() argument
55 target_bb_id_(target), in ControlDependence()
56 branch_target_bb_id_(target) {} in ControlDependence()
57 // Create a control dependence from BB ID |source| to |target| through the
59 ControlDependence(uint32_t source, uint32_t target, uint32_ argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp16 void Context::compressedTexImage1D(GLenum target, in compressedTexImage1D() argument
27 void Context::compressedTexSubImage1D(GLenum target, in compressedTexSubImage1D() argument
58 void Context::multiTexCoord1d(GLenum target, GLdouble s) in multiTexCoord1d() argument
63 void Context::multiTexCoord1dv(GLenum target, const GLdouble *v) in multiTexCoord1dv() argument
68 void Context::multiTexCoord1f(GLenum target, GLfloat s) in multiTexCoord1f() argument
73 void Context::multiTexCoord1fv(GLenum target, const GLfloat *v) in multiTexCoord1fv() argument
78 void Context::multiTexCoord1i(GLenum target, GLint s) in multiTexCoord1i() argument
83 void Context::multiTexCoord1iv(GLenum target, const GLint *v) in multiTexCoord1iv() argument
88 void Context::multiTexCoord1s(GLenum target, GLshort s) in multiTexCoord1s() argument
93 void Context::multiTexCoord1sv(GLenum target, cons argument
98 multiTexCoord2d(GLenum target, GLdouble s, GLdouble t) multiTexCoord2d() argument
103 multiTexCoord2dv(GLenum target, const GLdouble *v) multiTexCoord2dv() argument
108 multiTexCoord2f(GLenum target, GLfloat s, GLfloat t) multiTexCoord2f() argument
113 multiTexCoord2fv(GLenum target, const GLfloat *v) multiTexCoord2fv() argument
118 multiTexCoord2i(GLenum target, GLint s, GLint t) multiTexCoord2i() argument
123 multiTexCoord2iv(GLenum target, const GLint *v) multiTexCoord2iv() argument
128 multiTexCoord2s(GLenum target, GLshort s, GLshort t) multiTexCoord2s() argument
133 multiTexCoord2sv(GLenum target, const GLshort *v) multiTexCoord2sv() argument
138 multiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r) multiTexCoord3d() argument
143 multiTexCoord3dv(GLenum target, const GLdouble *v) multiTexCoord3dv() argument
148 multiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r) multiTexCoord3f() argument
153 multiTexCoord3fv(GLenum target, const GLfloat *v) multiTexCoord3fv() argument
158 multiTexCoord3i(GLenum target, GLint s, GLint t, GLint r) multiTexCoord3i() argument
163 multiTexCoord3iv(GLenum target, const GLint *v) multiTexCoord3iv() argument
168 multiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r) multiTexCoord3s() argument
173 multiTexCoord3sv(GLenum target, const GLshort *v) multiTexCoord3sv() argument
178 multiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) multiTexCoord4d() argument
183 multiTexCoord4dv(GLenum target, const GLdouble *v) multiTexCoord4dv() argument
188 multiTexCoord4fv(GLenum target, const GLfloat *v) multiTexCoord4fv() argument
193 multiTexCoord4i(GLenum target, GLint s, GLint t, GLint r, GLint q) multiTexCoord4i() argument
198 multiTexCoord4iv(GLenum target, const GLint *v) multiTexCoord4iv() argument
203 multiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) multiTexCoord4s() argument
208 multiTexCoord4sv(GLenum target, const GLshort *v) multiTexCoord4sv() argument
363 clampColor(GLenum target, GLenum clamp) clampColor() argument
373 framebufferTexture1D(GLenum target, GLenum attachment, TextureTarget textarget, TextureID texture, GLint level) framebufferTexture1D() argument
676 getBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, void *data) getBufferSubData() argument
1042 getMapdv(GLenum target, GLenum query, GLdouble *v) getMapdv() argument
1047 getMapfv(GLenum target, GLenum query, GLfloat *v) getMapfv() argument
1052 getMapiv(GLenum target, GLenum query, GLint *v) getMapiv() argument
1183 map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) map1d() argument
1193 map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) map1f() argument
1203 map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) map2d() argument
1217 map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) map2f() argument
1747 texImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) texImage1D() argument
1895 copyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) copyTexImage1D() argument
1906 copyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) copyTexSubImage1D() argument
1956 texSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) texSubImage1D() argument
1977 texImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) texImage2DMultisample() argument
1987 texImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) texImage3DMultisample() argument
2200 beginQueryIndexed(GLenum target, GLuint index, QueryID id) beginQueryIndexed() argument
2215 endQueryIndexed(GLenum target, GLuint index) endQueryIndexed() argument
2257 getQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint *params) getQueryIndexediv() argument
2418 getDoublei_v(GLenum target, GLuint index, GLdouble *data) getDoublei_v() argument
2423 getFloati_v(GLenum target, GLuint index, GLfloat *data) getFloati_v() argument
2690 clearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) clearBufferData() argument
2699 clearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) clearBufferSubData() argument
2710 getInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) getInternalformati64v() argument
2753 textureView(TextureID texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) textureView() argument
2773 bindBuffersBase(GLenum target, GLuint first, GLsizei count, const BufferID *buffers) bindBuffersBase() argument
2778 bindBuffersRange(GLenum target, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) bindBuffersRange() argument
2857 checkNamedFramebufferStatus(FramebufferID framebuffer, GLenum target) checkNamedFramebufferStatus() argument
3014 createQueries(GLenum target, GLsizei n, GLuint *ids) createQueries() argument
3029 createTextures(GLenum target, GLsizei n, GLuint *textures) createTextures() argument
3241 getnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) getnColorTable() argument
3250 getnCompressedTexImage(GLenum target, GLint lod, GLsizei bufSize, void *pixels) getnCompressedTexImage() argument
3255 getnConvolutionFilter(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *image) getnConvolutionFilter() argument
3264 getnHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) getnHistogram() argument
3274 getnMapdv(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v) getnMapdv() argument
3279 getnMapfv(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v) getnMapfv() argument
3284 getnMapiv(GLenum target, GLenum query, GLsizei bufSize, GLint *v) getnMapiv() argument
3289 getnMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) getnMinmax() argument
3319 getnSeparableFilter(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void *row, GLsizei columnBufSize, void *column, void *span) getnSeparableFilter() argument
3331 getnTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) getnTexImage() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp137 static int gl_target_to_binding_index(GrGLenum target) { in gl_target_to_binding_index() argument
138 switch (target) { in gl_target_to_binding_index()
146 SK_ABORT("Unexpected GL texture target."); in gl_target_to_binding_index()
149 GrGpuResource::UniqueID GrGLGpu::TextureUnitBindings::boundID(GrGLenum target) const { in boundID()
150 return fTargetBindings[gl_target_to_binding_index(target)].fBoundResourceID; in boundID()
153 bool GrGLGpu::TextureUnitBindings::hasBeenModified(GrGLenum target) const { in hasBeenModified()
154 return fTargetBindings[gl_target_to_binding_index(target)].fHasBeenModified; in hasBeenModified()
157 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID() argument
158 int targetIndex = gl_target_to_binding_index(target); in setBoundID()
163 void GrGLGpu::TextureUnitBindings::invalidateForScratchUse(GrGLenum target) { in invalidateForScratchUse() argument
965 uploadColorTypeTexData(GrGLFormat textureFormat, GrColorType textureColorType, SkISize texDims, GrGLenum target, SkIRect dstRect, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount) uploadColorTypeTexData() argument
993 uploadColorToTex(GrGLFormat textureFormat, SkISize texDims, GrGLenum target, std::array<float, 4> color, uint32_t levelMask) uploadColorToTex() argument
1033 uploadTexData(SkISize texDims, GrGLenum target, SkIRect dstRect, GrGLenum externalFormat, GrGLenum externalType, size_t bpp, const GrMipLevel texels[], int mipLevelCount) uploadTexData() argument
1080 uploadCompressedTexData(SkImage::CompressionType compressionType, GrGLFormat format, SkISize dimensions, GrMipmapped mipMapped, GrGLenum target, const void* data, size_t dataSize) uploadCompressedTexData() argument
1333 set_initial_texture_params( const GrGLInterface* interface, GrGLenum target) set_initial_texture_params() argument
1709 createTexture(SkISize dimensions, GrGLFormat format, GrGLenum target, GrRenderable renderable, GrGLTextureParameters::SamplerOverriddenState* initialState, int mipLevelCount) createTexture() argument
1975 clear(const GrScissorState& scissor, std::array<float, 4> color, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clear() argument
2098 clearStencilClip(const GrScissorState& scissor, bool insideStencilMask, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clearStencilClip() argument
2259 flushRenderTarget(GrGLRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin, const SkIRect& bounds) flushRenderTarget() argument
2265 flushRenderTarget(GrGLRenderTarget* target, bool useMultisampleFBO) flushRenderTarget() argument
2270 flushRenderTargetNoColorWrites(GrGLRenderTarget* target, bool useMultisampleFBO) flushRenderTargetNoColorWrites() argument
2365 onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) onResolveRenderTarget() argument
2655 GrGLenum target = texture->target(); bindTexture() local
2854 bindTextureToScratchUnit(GrGLenum target, GrGLint textureID) bindTextureToScratchUnit() argument
2954 GrGLenum target = texture->target(); bindSurfaceFBOForPixelOps() local
2999 bindFramebuffer(GrGLenum target, GrGLuint fboid) bindFramebuffer() argument
3484 GrGLenum target = glTex->target(); onRegenerateMipMapLevels() local
[all...]
/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-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...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Druntimetype.h49 bool IsType(RuntimeType* target) in IsType() argument
51 if (target == nullptr) { in IsType()
55 if (strcmp(this->GetTypeName(), target->GetTypeName())) { in IsType()
59 if (parent->IsType(target)) { in IsType()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.h45 uint32_t GetCommunicatorMtuSize(const std::string &target) const override;
48 uint32_t GetTimeout(const std::string &target) const override;
51 // Get the protocol version of remote target. Return -E_NOT_FOUND if no record.
52 int GetRemoteCommunicatorVersion(const std::string &target, uint16_t &outVersion) const override;
62 void OnConnectChange(const std::string &target, bool isConnect);
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Drandomalloc.c98 efi_physical_addr_t target; in efi_random_alloc() local
106 target = round_up(md->phys_addr, align) + target_slot * align; in efi_random_alloc()
110 EFI_LOADER_DATA, pages, &target); in efi_random_alloc()
112 *addr = target; in efi_random_alloc()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dmqueue-lat.c63 struct timespec start, end, now, target; in mqueue_lat_test() local
81 target = now; in mqueue_lat_test()
82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test()
84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test()
/kernel/linux/linux-5.10/net/bridge/netfilter/
H A Debt_redirect.c34 return info->target; in ebt_redirect_tg()
42 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_redirect_tg_check()
51 if (ebt_invalid_target(info->target)) in ebt_redirect_tg_check()
62 .target = ebt_redirect_tg,
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dmqueue-lat.c63 struct timespec start, end, now, target; in mqueue_lat_test() local
81 target = now; in mqueue_lat_test()
82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test()
84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test()
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Debt_redirect.c34 return info->target; in ebt_redirect_tg()
42 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_redirect_tg_check()
51 if (ebt_invalid_target(info->target)) in ebt_redirect_tg_check()
62 .target = ebt_redirect_tg,
/third_party/glfw/tests/
H A Dicon.c75 unsigned char* target = pixels; in set_icon() local
83 memcpy(target, icon_colors[icon_color], 4); in set_icon()
85 memset(target, 0, 4); in set_icon()
87 target += 4; in set_icon()
/third_party/jerryscript/targets/mbedos5/
H A DMakefile19 BOARD=$(subst [mbed] ,,$(shell mbed target))
56 mbed target $(BOARD)
62 mbed target $(BOARD)
86 mbed target $(BOARD)
/third_party/node/lib/internal/bootstrap/
H A Dbrowser.js91 function exposeNamespace(target, name, namespaceObject) {
92 ObjectDefineProperty(target, name, {
101 function exposeGetterAndSetter(target, name, getter, setter = undefined) {
102 ObjectDefineProperty(target, name, {
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_02.c19 * - EINVAL when target is a symbolic link
20 * - succeed when target is a mount point
53 static int umount2_retry(const char *target, int flags) in umount2_retry() argument
58 ret = umount2(target, flags); in umount2_retry()
63 target, flags, i); in umount2_retry()
69 target, flags); in umount2_retry()

Completed in 24 milliseconds

1...<<51525354555657585960>>...304