Home
last modified time | relevance | path

Searched refs:target (Results 226 - 250 of 7638) sorted by relevance

12345678910>>...306

/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h78 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument
79 return op.AddressUsesRegister(target); in Clobbers()
105 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument
106 __ jmp(target, distance); in Jump()
109 Label* target, Label::Distance distance) { in JumpIfRoot()
110 __ JumpIfRoot(value, index, target, distance); in JumpIfRoot()
113 Label* target, Label::Distance distance) { in JumpIfNotRoot()
114 __ JumpIfNotRoot(value, index, target, distance); in JumpIfNotRoot()
116 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument
118 __ JumpIfSmi(value, target, distanc in JumpIfSmi()
108 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance distance) JumpIfRoot() argument
112 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance distance) JumpIfNotRoot() argument
120 JumpIfNotSmi(Register value, Label* target, Label::Distance distance) JumpIfNotSmi() argument
147 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance distance) TestAndBranch() argument
154 __ j(AsMasmCondition(cc), target, distance); TestAndBranch() local
157 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance distance) JumpIf() argument
160 __ j(AsMasmCondition(cc), target, distance); JumpIf() local
162 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance distance) JumpIfObjectType() argument
168 __ j(AsMasmCondition(cc), target, distance); JumpIfObjectType() local
170 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance distance) JumpIfInstanceType() argument
180 __ j(AsMasmCondition(cc), target, distance); JumpIfInstanceType() local
182 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance distance) JumpIfPointer() argument
186 __ j(AsMasmCondition(cc), target, distance); JumpIfPointer() local
188 JumpIfSmi(Condition cc, Register lhs, Smi smi, Label* target, Label::Distance distance) JumpIfSmi() argument
191 __ j(AsMasmCondition(cc), target, distance); JumpIfSmi() local
193 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance distance) JumpIfSmi() argument
196 __ j(AsMasmCondition(cc), target, distance); JumpIfSmi() local
199 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument
203 __ j(AsMasmCondition(cc), target, distance); JumpIfImmediate() local
207 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance distance) JumpIfTagged() argument
211 __ j(AsMasmCondition(cc), target, distance); JumpIfTagged() local
213 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance distance) JumpIfTagged() argument
217 __ j(AsMasmCondition(cc), target, distance); JumpIfTagged() local
219 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance distance) JumpIfByte() argument
222 __ j(AsMasmCondition(cc), target, distance); JumpIfByte() local
357 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument
361 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument
370 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument
[all...]
/third_party/gn/infra/recipes/
H A Dgn.py20 'target',
53 def _get_compilation_environment(api, target, cipd_dir):
54 if target.is_linux:
55 triple = '--target=%s' % target.triple
56 if target.triple == 'riscv64-linux-gnu':
67 elif target.is_mac:
68 triple = '--target=%s' % target.triple
145 api.target('linu
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp33 GL_APICALL void GL_APIENTRY glBeginQueryEXT(GLenum target, GLuint name) in glBeginQueryEXT() argument
35 return gl::BeginQueryEXT(target, name); in glBeginQueryEXT()
43 GL_APICALL void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer() argument
45 return gl::BindBuffer(target, buffer); in glBindBuffer()
48 GL_APICALL void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer() argument
50 return gl::BindFramebuffer(target, framebuffer); in glBindFramebuffer()
53 GL_APICALL void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES() argument
55 return gl::BindFramebuffer(target, framebuffer); in glBindFramebufferOES()
58 GL_APICALL void GL_APIENTRY glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer() argument
60 return gl::BindRenderbuffer(target, renderbuffe in glBindRenderbuffer()
63 glBindRenderbufferOES(GLenum target, GLuint renderbuffer) glBindRenderbufferOES() argument
68 glBindTexture(GLenum target, GLuint texture) glBindTexture() argument
98 glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) glBufferData() argument
103 glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) glBufferSubData() argument
108 glCheckFramebufferStatus(GLenum target) glCheckFramebufferStatus() argument
113 glCheckFramebufferStatusOES(GLenum target) glCheckFramebufferStatusOES() argument
148 glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data) glCompressedTexImage2D() argument
154 glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) glCompressedTexSubImage2D() argument
160 glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) glCopyTexImage2D() argument
165 glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage2D() argument
315 glEndQueryEXT(GLenum target) glEndQueryEXT() argument
335 glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) glFramebufferRenderbuffer() argument
340 glFramebufferRenderbufferOES(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) glFramebufferRenderbufferOES() argument
345 glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) glFramebufferTexture2D() argument
350 glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) glFramebufferTexture2DOES() argument
365 glGenerateMipmap(GLenum target) glGenerateMipmap() argument
370 glGenerateMipmapOES(GLenum target) glGenerateMipmapOES() argument
435 glGetBufferParameteriv(GLenum target, GLenum pname, GLint* params) glGetBufferParameteriv() argument
455 glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* params) glGetFramebufferAttachmentParameteriv() argument
460 glGetFramebufferAttachmentParameterivOES(GLenum target, GLenum attachment, GLenum pname, GLint* params) glGetFramebufferAttachmentParameterivOES() argument
485 glGetQueryivEXT(GLenum target, GLenum pname, GLint *params) glGetQueryivEXT() argument
495 glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint* params) glGetRenderbufferParameteriv() argument
500 glGetRenderbufferParameterivOES(GLenum target, GLenum pname, GLint* params) glGetRenderbufferParameterivOES() argument
530 glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) glGetTexParameterfv() argument
535 glGetTexParameteriv(GLenum target, GLenum pname, GLint* params) glGetTexParameteriv() argument
580 glHint(GLenum target, GLenum mode) glHint() argument
676 glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisample() argument
681 glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleANGLE() argument
686 glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorage() argument
691 glRenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageOES() argument
756 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels) glTexImage2D() argument
762 glTexParameterf(GLenum target, GLenum pname, GLfloat param) glTexParameterf() argument
767 glTexParameterfv(GLenum target, GLenum pname, const GLfloat* params) glTexParameterfv() argument
772 glTexParameteri(GLenum target, GLenum pname, GLint param) glTexParameteri() argument
777 glTexParameteriv(GLenum target, GLenum pname, const GLint* params) glTexParameteriv() argument
782 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels) glTexSubImage2D() argument
954 glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels) glTexImage3DOES() argument
960 glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DOES() argument
965 glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage3DOES() argument
970 glCompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage3DOES() argument
975 glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3DOES() argument
980 glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) glFramebufferTexture3DOES() argument
985 glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image) glEGLImageTargetTexture2DOES() argument
990 glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image) glEGLImageTargetRenderbufferStorageOES() argument
1010 glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *data) glTexImage3D() argument
1015 glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) glTexSubImage3D() argument
1020 glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage3D() argument
1025 glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage3D() argument
1030 glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3D() argument
1050 glBeginQuery(GLenum target, GLuint id) glBeginQuery() argument
1055 glEndQuery(GLenum target) glEndQuery() argument
1060 glGetQueryiv(GLenum target, GLenum pname, GLint *params) glGetQueryiv() argument
1070 glUnmapBuffer(GLenum target) glUnmapBuffer() argument
1075 glGetBufferPointerv(GLenum target, GLenum pname, void **params) glGetBufferPointerv() argument
1120 glFramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) glFramebufferTextureLayer() argument
1125 glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) glMapBufferRange() argument
1130 glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length) glFlushMappedBufferRange() argument
1175 glGetIntegeri_v(GLenum target, GLuint index, GLint *data) glGetIntegeri_v() argument
1190 glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) glBindBufferRange() argument
1195 glBindBufferBase(GLenum target, GLuint index, GLuint buffer) glBindBufferBase() argument
1400 glGetInteger64i_v(GLenum target, GLuint index, GLint64 *data) glGetInteger64i_v() argument
1405 glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params) glGetBufferParameteri64v() argument
1465 glBindTransformFeedback(GLenum target, GLuint id) glBindTransformFeedback() argument
1510 glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) glInvalidateFramebuffer() argument
1515 glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) glInvalidateSubFramebuffer() argument
1520 glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) glTexStorage2D() argument
1525 glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) glTexStorage3D() argument
1530 glGetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) glGetInternalformativ() argument
[all...]
H A Dentry_points.h26 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name);
28 void GL_APIENTRY BindBuffer(GLenum target, GLuint buffer);
29 void GL_APIENTRY BindFramebuffer(GLenum target, GLuint framebuffer);
30 void GL_APIENTRY BindRenderbuffer(GLenum target, GLuint renderbuffer);
31 void GL_APIENTRY BindTexture(GLenum target, GLuint texture);
37 void GL_APIENTRY BufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage);
38 void GL_APIENTRY BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data);
39 GLenum GL_APIENTRY CheckFramebufferStatus(GLenum target);
46 void GL_APIENTRY CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height,
48 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, GLin
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-sparc.c2 #include "target.h"
8 static void predefine_sparc(const struct target *self) in predefine_sparc()
20 static void init_sparc32(const struct target *target) in init_sparc32() argument
41 static void predefine_sparc32(const struct target *self) in predefine_sparc32()
46 const struct target target_sparc32 = {
62 static void init_sparc64(const struct target *target) in init_sparc64() argument
68 static void predefine_sparc64(const struct target *self) in predefine_sparc64()
76 const struct target target_sparc6
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdecoratedClassFromExternalModule.js4 function decorate(target: any) { }
13 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
14 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
15 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
16 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17 return c > 3 && r && Object.defineProperty(target, key, r), r;
19 function decorate(target) { }
H A DnewTarget.es5.js4 const a = new.target;
5 const b = () => new.target;
7 static c = function () { return new.target; }
8 d = function () { return new.target; }
14 const e = new.target;
15 const f = () => new.target;
20 const g = new.target;
21 const h = () => new.target;
25 const i = new.target;
26 const j = () => new.target;
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Dgov_bang_bang.c41 if (instance->target == THERMAL_NO_TARGET) in thermal_zone_trip_update()
42 instance->target = 0; in thermal_zone_trip_update()
45 if (instance->target != 0 && instance->target != 1) { in thermal_zone_trip_update()
47 instance->name, instance->target); in thermal_zone_trip_update()
48 instance->target = 1; in thermal_zone_trip_update()
55 if (instance->target == 0 && tz->temperature >= trip_temp) in thermal_zone_trip_update()
56 instance->target = 1; in thermal_zone_trip_update()
57 else if (instance->target == 1 && in thermal_zone_trip_update()
59 instance->target in thermal_zone_trip_update()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Dgov_bang_bang.c34 if (instance->target == THERMAL_NO_TARGET) in thermal_zone_trip_update()
35 instance->target = 0; in thermal_zone_trip_update()
38 if (instance->target != 0 && instance->target != 1) { in thermal_zone_trip_update()
40 instance->name, instance->target); in thermal_zone_trip_update()
41 instance->target = 1; in thermal_zone_trip_update()
48 if (instance->target == 0 && tz->temperature >= trip->temperature) in thermal_zone_trip_update()
49 instance->target = 1; in thermal_zone_trip_update()
50 else if (instance->target == 1 && in thermal_zone_trip_update()
52 instance->target in thermal_zone_trip_update()
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_so.c47 t->target.context = pipe; in llvmpipe_create_so_target()
48 t->target.reference.count = 1; in llvmpipe_create_so_target()
49 pipe_resource_reference(&t->target.buffer, buffer); in llvmpipe_create_so_target()
50 t->target.buffer_offset = buffer_offset; in llvmpipe_create_so_target()
51 t->target.buffer_size = buffer_size; in llvmpipe_create_so_target()
52 return &t->target; in llvmpipe_create_so_target()
57 struct pipe_stream_output_target *target) in llvmpipe_so_target_destroy()
59 pipe_resource_reference(&target->buffer, NULL); in llvmpipe_so_target_destroy()
60 FREE(target); in llvmpipe_so_target_destroy()
66 struct draw_so_target *target in llvmpipe_so_offset() local
56 llvmpipe_so_target_destroy(struct pipe_context *pipe, struct pipe_stream_output_target *target) llvmpipe_so_target_destroy() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dwcstod.c39 const double target = 3.14; in wcstod_0100() local
42 EXPECT_DOUBLE_EQ(val, target); in wcstod_0100()
57 const double target = 3.14; in wcstod_0200() local
59 EXPECT_DOUBLE_EQ(val, target); in wcstod_0200()
71 const double target = 3.14; in wcstod_0300() local
73 EXPECT_DOUBLE_EQ(val, target); in wcstod_0300()
85 const double target = 3.14; in wcstod_0400() local
101 const double target = -3.14; in wcstod_0500() local
103 EXPECT_DOUBLE_EQ(val, target); in wcstod_0500()
116 const double target in wcstod_0600() local
[all...]
H A Dwcstof.c39 const float target = 3.14f; in wcstof_0100() local
42 EXPECT_FLOAT_EQ(val, target); in wcstof_0100()
57 const float target = 3.14f; in wcstof_0200() local
59 EXPECT_FLOAT_EQ(val, target); in wcstof_0200()
71 const float target = 3.14f; in wcstof_0300() local
73 EXPECT_FLOAT_EQ(val, target); in wcstof_0300()
85 const float target = 3.14f; in wcstof_0400() local
101 const float target = -3.14f; in wcstof_0500() local
103 EXPECT_FLOAT_EQ(val, target); in wcstof_0500()
116 const float target in wcstof_0600() local
[all...]
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcall_expression.cc26 CallExpression::Target target; in ToTarget() local
27 target.name = name; in ToTarget()
28 return target; in ToTarget()
31 CallExpression::Target target; in ToTarget() local
32 target.type = type; in ToTarget()
33 return target; in ToTarget()
41 : Base(pid, src), target(ToTarget(name)), args(a) { in CallExpression()
54 : Base(pid, src), target(ToTarget(type)), args(a) { in CallExpression()
71 return target.name in Clone()
72 ? ctx->dst->create<CallExpression>(src, ctx->Clone(target in Clone()
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dptrace_64.c161 static int get_from_target(struct task_struct *target, unsigned long uaddr, in get_from_target() argument
164 if (target == current) { in get_from_target()
168 int len2 = access_process_vm(target, uaddr, kbuf, len, in get_from_target()
176 static int set_to_target(struct task_struct *target, unsigned long uaddr, in set_to_target() argument
179 if (target == current) { in set_to_target()
183 int len2 = access_process_vm(target, uaddr, kbuf, len, in set_to_target()
191 static int regwindow64_get(struct task_struct *target, in regwindow64_get() argument
201 if (get_from_target(target, rw_addr, &win32, sizeof(win32))) in regwindow64_get()
209 if (get_from_target(target, rw_addr, wbuf, sizeof(*wbuf))) in regwindow64_get()
216 static int regwindow64_set(struct task_struct *target, in regwindow64_set() argument
247 genregs64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs64_get() argument
268 genregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs64_set() argument
342 fpregs64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs64_get() argument
372 fpregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs64_set() argument
443 getregs64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getregs64_get() argument
458 setregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setregs64_set() argument
535 genregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs32_get() argument
561 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs32_set() argument
678 fpregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs32_get() argument
700 fpregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs32_set() argument
778 getregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getregs_get() argument
797 setregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setregs_set() argument
831 getfpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getfpregs_get() argument
848 setfpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setfpregs_set() argument
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dptrace_64.c160 static int get_from_target(struct task_struct *target, unsigned long uaddr, in get_from_target() argument
163 if (target == current) { in get_from_target()
167 int len2 = access_process_vm(target, uaddr, kbuf, len, in get_from_target()
175 static int set_to_target(struct task_struct *target, unsigned long uaddr, in set_to_target() argument
178 if (target == current) { in set_to_target()
182 int len2 = access_process_vm(target, uaddr, kbuf, len, in set_to_target()
190 static int regwindow64_get(struct task_struct *target, in regwindow64_get() argument
200 if (get_from_target(target, rw_addr, &win32, sizeof(win32))) in regwindow64_get()
208 if (get_from_target(target, rw_addr, wbuf, sizeof(*wbuf))) in regwindow64_get()
215 static int regwindow64_set(struct task_struct *target, in regwindow64_set() argument
246 genregs64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs64_get() argument
267 genregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs64_set() argument
341 fpregs64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs64_get() argument
371 fpregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs64_set() argument
442 getregs64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getregs64_get() argument
457 setregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setregs64_set() argument
532 genregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs32_get() argument
558 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs32_set() argument
676 fpregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs32_get() argument
698 fpregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs32_set() argument
776 getregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getregs_get() argument
795 setregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setregs_set() argument
829 getfpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getfpregs_get() argument
846 setfpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) setfpregs_set() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp153 void GLContext::texParameteri (deUint32 target, deUint32 pname, int value) in texParameteri() argument
155 m_wrapper->glTexParameteri(target, pname, value); in texParameteri()
158 deUint32 GLContext::checkFramebufferStatus(deUint32 target) in checkFramebufferStatus() argument
160 return m_wrapper->glCheckFramebufferStatus(target); in checkFramebufferStatus()
174 void GLContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() argument
177 m_wrapper->glBindTexture(target, texture); in bindTexture()
194 void GLContext::bindFramebuffer (deUint32 target, deUint32 framebuffer) in bindFramebuffer() argument
200 bool isValidTarget = target == GL_FRAMEBUFFER || target == GL_DRAW_FRAMEBUFFER || target in bindFramebuffer()
240 bindRenderbuffer(deUint32 target, deUint32 renderbuffer) bindRenderbuffer() argument
265 texImage1D(deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) texImage1D() argument
270 texImage2D(deUint32 target, int level, deUint32 internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) texImage2D() argument
275 texImage3D(deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) texImage3D() argument
280 texSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) texSubImage1D() argument
285 texSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) texSubImage2D() argument
290 texSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) texSubImage3D() argument
295 copyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) copyTexImage1D() argument
311 copyTexImage2D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) copyTexImage2D() argument
328 copyTexSubImage1D(deUint32 target, int level, int xoffset, int x, int y, int width) copyTexSubImage1D() argument
343 copyTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) copyTexSubImage2D() argument
358 copyTexSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) copyTexSubImage3D() argument
373 texStorage2D(deUint32 target, int levels, deUint32 internalFormat, int width, int height) texStorage2D() argument
378 texStorage3D(deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) texStorage3D() argument
383 framebufferTexture2D(deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level) framebufferTexture2D() argument
388 framebufferTextureLayer(deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer) framebufferTextureLayer() argument
393 framebufferRenderbuffer(deUint32 target, deUint32 attachment, deUint32 renderbuffertarget, deUint32 renderbuffer) framebufferRenderbuffer() argument
398 getFramebufferAttachmentParameteriv(deUint32 target, deUint32 attachment, deUint32 pname, int* params) getFramebufferAttachmentParameteriv() argument
403 renderbufferStorage(deUint32 target, deUint32 internalformat, int width, int height) renderbufferStorage() argument
408 renderbufferStorageMultisample(deUint32 target, int samples, deUint32 internalFormat, int width, int height) renderbufferStorageMultisample() argument
413 bindBuffer(deUint32 target, deUint32 buffer) bindBuffer() argument
433 bufferData(deUint32 target, deIntptr size, const void* data, deUint32 usage) bufferData() argument
438 bufferSubData(deUint32 target, deIntptr offset, deIntptr size, const void* data) bufferSubData() argument
618 invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) invalidateSubFramebuffer() argument
632 invalidateFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments) invalidateFramebuffer() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Drsmisc.c42 char *target; in acpi_rs_convert_aml_to_resource() local
73 target = NULL; in acpi_rs_convert_aml_to_resource()
153 target = ACPI_ADD_PTR(void, aml, info->value); in acpi_rs_convert_aml_to_resource()
154 item_count = ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource()
175 target = ACPI_ADD_PTR(void, aml, (info->value + 2)); in acpi_rs_convert_aml_to_resource()
176 if (ACPI_GET16(target)) { in acpi_rs_convert_aml_to_resource()
180 target = ACPI_ADD_PTR(void, aml, info->value); in acpi_rs_convert_aml_to_resource()
182 ACPI_GET16(target) - ACPI_GET16(source); in acpi_rs_convert_aml_to_resource()
239 target = (char *)ACPI_ADD_PTR(void, resource, in acpi_rs_convert_aml_to_resource()
242 *(u16 **)destination = ACPI_CAST_PTR(u16, target); in acpi_rs_convert_aml_to_resource()
452 char *target; acpi_rs_convert_resource_to_aml() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dtransitions.cc42 Handle<Name> name, Handle<Map> target, in Insert()
46 target->SetBackPointer(*map); in Insert()
51 ReplaceTransitions(isolate, map, HeapObjectReference::Weak(*target)); in Insert()
57 result->Set(0, *name, HeapObjectReference::Weak(*target)); in Insert()
71 PropertyDetails new_details = GetTargetDetails(*name, *target); in Insert()
74 ReplaceTransitions(isolate, map, HeapObjectReference::Weak(*target)); in Insert()
87 result->Set(0, *name, HeapObjectReference::Weak(*target)); in Insert()
104 PropertyDetails details = GetTargetDetails(*name, *target); in Insert()
119 result->SetRawTarget(insertion_index, HeapObjectReference::Weak(*target)); in Insert()
138 : GetTargetDetails(*name, *target); in Insert()
41 Insert(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Map> target, SimpleTransitionFlag flag) Insert() argument
269 Map target = SearchTransition(*name, PropertyKind::kData, attributes); FindTransitionToDataProperty() local
291 Map target = Map::cast(raw_transitions_->GetHeapObjectAssumeWeak()); ForEachTransitionTo() local
322 IsMatchingMap(Map target, Name name, PropertyKind kind, PropertyAttributes attributes) IsMatchingMap() argument
344 MaybeObject target = array.Get(header + i); CompactPrototypeTransitionArray() local
428 MaybeObject target = GetPrototypeTransition() local
545 Map target = GetSimpleTransition(isolate, map); EnsureHasFullTransitionArray() local
591 MaybeObject target = proto_trans.Get(index); TraverseTransitionTreeInternal() local
619 Map target = old_transitions.GetTarget(i); CheckNewTransitionsAreConsistent() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc1480 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
1488 target = stream->EnsureSpace(target); in _InternalSerialize()
1489 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: in _InternalSerialize()
1490 InternalWriteMessage(1, this->_internal_file(i), target, stream); in _InternalSerialize()
1494 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( in _InternalSerialize()
1495 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize()
1498 return target; in _InternalSerialize()
1921 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
1933 target in _InternalSerialize()
1479 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1920 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
2399 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
2676 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
3078 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
3469 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
3906 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
4363 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
4623 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
4950 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
5302 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
5621 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
5999 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
6705 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
7366 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
7753 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8081 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8342 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8629 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
8891 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
9177 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
9470 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
9838 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
10248 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
10556 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
10820 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
11100 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_data_transformer_test.cpp87 bool Equal(const LogInfo &origin, const LogInfo &target) in Equal() argument
89 if (origin.dataKey != target.dataKey) { in Equal()
92 if (origin.device != target.device) { in Equal()
95 if (origin.flag != target.flag) { in Equal()
98 if (origin.hashKey != target.hashKey) { in Equal()
101 if (origin.originDev != target.originDev) { in Equal()
104 if (origin.timestamp != target.timestamp) { in Equal()
107 if (origin.wTimestamp != target.wTimestamp) { in Equal()
113 bool Equal(const RowDataWithLog &origin, const OptRowDataWithLog &target) in Equal() argument
115 if (!Equal(origin.logInfo, target in Equal()
132 Equal(TableDataWithLog origin, OptTableDataWithLog target) Equal() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.cpp111 uint32_t CommunicatorProxy::GetCommunicatorMtuSize(const std::string &target) const in GetCommunicatorMtuSize()
116 if (devCommMap_.count(target) != 0) { in GetCommunicatorMtuSize()
117 targetCommunicator = devCommMap_.at(target).second; in GetCommunicatorMtuSize()
122 uint32_t mtuSize = targetCommunicator->GetCommunicatorMtuSize(target); in GetCommunicatorMtuSize()
128 return mainComm_->GetCommunicatorMtuSize(target); in GetCommunicatorMtuSize()
142 uint32_t CommunicatorProxy::GetTimeout(const std::string &target) const in GetTimeout()
147 if (devCommMap_.count(target) != 0) { in GetTimeout()
148 targetCommunicator = devCommMap_.at(target).second; in GetTimeout()
153 uint32_t timeout = targetCommunicator->GetTimeout(target); in GetTimeout()
159 return mainComm_->GetTimeout(target); in GetTimeout()
175 GetRemoteCommunicatorVersion(const std::string &target, uint16_t &outVersion) const GetRemoteCommunicatorVersion() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Drouter_scale.sh7 local target
9 target=$(devlink_resource_size_get kvd hash_single)
12 target=$((target * 85 / 100))
14 target=$((target + 1))
17 echo $target
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Drouter_scale.sh7 local target
9 target=$(devlink_resource_size_get kvd)
12 target=$((target * 85 / 100))
14 target=$((target + 1))
17 echo $target
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Drouter_scale.sh7 local target
9 target=$(devlink_resource_size_get kvd hash_single)
12 target=$((target * 85 / 100))
14 target=$((target + 1))
17 echo $target
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Drouter_scale.sh7 local target
9 target=$(devlink_resource_size_get kvd)
12 target=$((target * 85 / 100))
14 target=$((target + 1))
17 echo $target

Completed in 47 milliseconds

12345678910>>...306