Home
last modified time | relevance | path

Searched refs:target (Results 151 - 175 of 7864) sorted by relevance

12345678910>>...315

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp407 void RSRenderParams::OnCanvasDrawingSurfaceChange(const std::unique_ptr<RSRenderParams>& target) in OnCanvasDrawingSurfaceChange() argument
412 target->canvasDrawingNodeSurfaceChanged_ = true; in OnCanvasDrawingSurfaceChange()
413 target->surfaceParams_.width = surfaceParams_.width; in OnCanvasDrawingSurfaceChange()
414 target->surfaceParams_.height = surfaceParams_.height; in OnCanvasDrawingSurfaceChange()
456 void RSRenderParams::OnSync(const std::unique_ptr<RSRenderParams>& target) in OnSync() argument
459 target->matrix_.Swap(matrix_); in OnSync()
463 target->drawingCacheType_ = drawingCacheType_; in OnSync()
466 target->alpha_ = alpha_; in OnSync()
467 target->boundsRect_ = boundsRect_; in OnSync()
468 target in OnSync()
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dptrace.c50 static void init_fp_ctx(struct task_struct *target) in init_fp_ctx() argument
52 /* The target already has context */ in init_fp_ctx()
53 if (tsk_used_math(target)) in init_fp_ctx()
57 memset(&target->thread.fpu.fpr, ~0, sizeof(target->thread.fpu.fpr)); in init_fp_ctx()
58 set_stopped_child_used_math(target); in init_fp_ctx()
75 static int gpr_get(struct task_struct *target, in gpr_get() argument
80 struct pt_regs *regs = task_pt_regs(target); in gpr_get()
90 static int gpr_set(struct task_struct *target, in gpr_set() argument
99 struct pt_regs *regs = task_pt_regs(target); in gpr_set()
121 gfpr_get(struct task_struct *target, struct membuf *to) gfpr_get() argument
127 gfpr_get_simd(struct task_struct *target, struct membuf *to) gfpr_get_simd() argument
145 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpr_get() argument
164 gfpr_set(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) gfpr_set() argument
173 gfpr_set_simd(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) gfpr_set_simd() argument
197 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument
229 cfg_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) cfg_get() argument
248 cfg_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) cfg_set() argument
258 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) copy_pad_fprs() argument
278 simd_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) simd_get() argument
308 simd_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) simd_set() argument
343 lbt_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) lbt_get() argument
359 lbt_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) lbt_set() argument
661 hw_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) hw_break_get() argument
702 hw_break_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) hw_break_set() argument
943 read_user(struct task_struct *target, unsigned long addr, unsigned long __user *data) read_user() argument
968 write_user(struct task_struct *target, unsigned long addr, unsigned long data) write_user() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryReader.java363 public void readDoubleList(List<Double> target) throws IOException { in readDoubleList() argument
364 if (target instanceof DoubleArrayList) { in readDoubleList()
365 DoubleArrayList plist = (DoubleArrayList) target; in readDoubleList()
401 target.add(Double.longBitsToDouble(readLittleEndian64_NoCheck())); in readDoubleList()
406 target.add(readDouble()); in readDoubleList()
427 public void readFloatList(List<Float> target) throws IOException { in readFloatList() argument
428 if (target instanceof FloatArrayList) { in readFloatList()
429 FloatArrayList plist = (FloatArrayList) target; in readFloatList()
465 target.add(Float.intBitsToFloat(readLittleEndian32_NoCheck())); in readFloatList()
470 target in readFloatList()
491 readUInt64List(List<Long> target) readUInt64List() argument
555 readInt64List(List<Long> target) readInt64List() argument
619 readInt32List(List<Integer> target) readInt32List() argument
683 readFixed64List(List<Long> target) readFixed64List() argument
747 readFixed32List(List<Integer> target) readFixed32List() argument
811 readBoolList(List<Boolean> target) readBoolList() argument
875 readStringList(List<String> target) readStringList() argument
880 readStringListRequireUtf8(List<String> target) readStringListRequireUtf8() argument
884 readStringListInternal(List<String> target, boolean requireUtf8) readStringListInternal() argument
927 readMessageList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readMessageList() argument
935 readMessageList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readMessageList() argument
960 readGroupList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument
968 readGroupList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readGroupList() argument
993 readBytesList(List<ByteString> target) readBytesList() argument
1016 readUInt32List(List<Integer> target) readUInt32List() argument
1078 readEnumList(List<Integer> target) readEnumList() argument
1140 readSFixed32List(List<Integer> target) readSFixed32List() argument
1204 readSFixed64List(List<Long> target) readSFixed64List() argument
1268 readSInt32List(List<Integer> target) readSInt32List() argument
1330 readSInt64List(List<Long> target) readSInt64List() argument
1393 readMap( Map<K, V> target, MapEntryLite.Metadata<K, V> metadata, ExtensionRegistryLite extensionRegistry) readMap() argument
[all...]
H A DCodedInputStreamReader.java286 public void readDoubleList(List<Double> target) throws IOException { in readDoubleList() argument
287 if (target instanceof DoubleArrayList) { in readDoubleList()
288 DoubleArrayList plist = (DoubleArrayList) target; in readDoubleList()
321 target.add(input.readDouble()); in readDoubleList()
326 target.add(input.readDouble()); in readDoubleList()
344 public void readFloatList(List<Float> target) throws IOException { in readFloatList() argument
345 if (target instanceof FloatArrayList) { in readFloatList()
346 FloatArrayList plist = (FloatArrayList) target; in readFloatList()
379 target.add(input.readFloat()); in readFloatList()
384 target in readFloatList()
402 readUInt64List(List<Long> target) readUInt64List() argument
460 readInt64List(List<Long> target) readInt64List() argument
518 readInt32List(List<Integer> target) readInt32List() argument
576 readFixed64List(List<Long> target) readFixed64List() argument
634 readFixed32List(List<Integer> target) readFixed32List() argument
692 readBoolList(List<Boolean> target) readBoolList() argument
750 readStringList(List<String> target) readStringList() argument
755 readStringListRequireUtf8(List<String> target) readStringListRequireUtf8() argument
759 readStringListInternal(List<String> target, boolean requireUtf8) readStringListInternal() argument
795 readMessageList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readMessageList() argument
803 readMessageList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readMessageList() argument
825 readGroupList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument
833 readGroupList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readGroupList() argument
855 readBytesList(List<ByteString> target) readBytesList() argument
875 readUInt32List(List<Integer> target) readUInt32List() argument
933 readEnumList(List<Integer> target) readEnumList() argument
991 readSFixed32List(List<Integer> target) readSFixed32List() argument
1049 readSFixed64List(List<Long> target) readSFixed64List() argument
1107 readSInt32List(List<Integer> target) readSInt32List() argument
1165 readSInt64List(List<Long> target) readSInt64List() argument
1231 readMap( Map<K, V> target, MapEntryLite.Metadata<K, V> metadata, ExtensionRegistryLite extensionRegistry) readMap() argument
[all...]
/third_party/gn/src/gn/
H A Dtarget_public_pair.h12 // C++ and Rust target resolution requires computing uniquified and
14 // the target's dependency tree.
35 TargetPublicPair(const Target* target, bool is_public) in TargetPublicPair() argument
36 : target_(target), is_public_(is_public) {} in TargetPublicPair()
40 const Target* target() const { return target_; } in target() function in TargetPublicPair
41 void set_target(const Target* target) { target_ = target; } in set_target() argument
47 // that only use the target for lookups / comparisons. E.g.
57 return std::hash<const Target*>()(p.target());
63 return a.target()
97 Append(const Target* target, bool is_public) Append() argument
[all...]
H A Dbundle_data.cc14 #include "gn/target.h"
38 void BundleData::AddBundleData(const Target* target, bool is_create_bundle) { in AddBundleData() argument
39 DCHECK_EQ(target->output_type(), Target::BUNDLE_DATA); in AddBundleData()
41 if (pattern.Matches(target->label())) in AddBundleData()
46 if (target->bundle_data().product_type() == product_type_) { in AddBundleData()
47 bundle_deps_.push_back(target); in AddBundleData()
49 forwarded_bundle_deps_.push_back(target); in AddBundleData()
54 bundle_deps_.push_back(target); in AddBundleData()
56 forwarded_bundle_deps_.push_back(target); in AddBundleData()
61 // target (propertie in OnTargetResolved()
111 GetOutputFiles(const Settings* settings, const Target* target, OutputFiles* outputs, Err* err) const GetOutputFiles() argument
123 GetOutputsAsSourceFiles(const Settings* settings, const Target* target, SourceFiles* outputs_as_source, Err* err) const GetOutputsAsSourceFiles() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Drsdump.c180 u8 *target = NULL; in acpi_rs_dump_descriptor() local
190 previous_target = target; in acpi_rs_dump_descriptor()
191 target = ACPI_ADD_PTR(u8, resource, table->offset); in acpi_rs_dump_descriptor()
214 acpi_rs_out_string(name, ACPI_CAST_PTR(char, target)); in acpi_rs_dump_descriptor()
223 table->pointer[*target]); in acpi_rs_dump_descriptor()
225 acpi_rs_out_integer8(name, ACPI_GET8(target)); in acpi_rs_dump_descriptor()
231 acpi_rs_out_integer16(name, ACPI_GET16(target)); in acpi_rs_dump_descriptor()
236 acpi_rs_out_integer32(name, ACPI_GET32(target)); in acpi_rs_dump_descriptor()
241 acpi_rs_out_integer64(name, ACPI_GET64(target)); in acpi_rs_dump_descriptor()
249 table->pointer[*target in acpi_rs_dump_descriptor()
303 target); acpi_rs_dump_descriptor() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatusor_test.cc121 StatusOr<int> target; in TEST() local
122 target = source; in TEST()
123 EXPECT_EQ(source.status(), target.status()); in TEST()
124 EXPECT_EQ(source.ValueOrDie(), target.ValueOrDie()); in TEST()
129 StatusOr<int> target; in TEST() local
130 target = source; in TEST()
131 EXPECT_EQ(source.status(), target.status()); in TEST()
137 StatusOr<double> target; in TEST() local
138 target = source; in TEST()
139 EXPECT_EQ(source.status(), target in TEST()
145 StatusOr<double> target; TEST() local
221 StatusOr<const int*> target; TEST() local
229 StatusOr<int*> target; TEST() local
237 StatusOr<Base2*> target; TEST() local
246 StatusOr<Base2*> target; TEST() local
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java390 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush){ in encodeLoop() argument
398 targetCapacity = target.limit() - target.position(); in encodeLoop()
418 labelType = fastSingle(source, target, offsets); in encodeLoop()
421 labelType = getTrail(source, target, offsets); in encodeLoop()
424 labelType = regularLoop(source, target, offsets); in encodeLoop()
432 private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in fastSingle() argument
445 target.put((byte)c); in fastSingle()
455 target.put((byte)PACK_SINGLE_DIFF(diff)); in fastSingle()
469 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffe argument
488 regularLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets) regularLoop() argument
794 decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) decodeLoop() argument
844 fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets) fastSingle() argument
883 getTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets) getTrail() argument
919 afterGetTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets) afterGetTrail() argument
1037 endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets) endLoop() argument
[all...]
H A DCharsetUTF7.java188 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
229 //targetCapacity=target.remaining(); in decodeLoop()
230 //Commented out because length of source may be larger than target when it comes to bytes in decodeLoop()
244 if (target.hasRemaining()) { // Check to make sure that there is room in target. in decodeLoop()
245 target.put(b); in decodeLoop()
265 if (source.hasRemaining() && target.position() >= target.limit()) { in decodeLoop()
266 /* target is full */ in decodeLoop()
281 if (target in decodeLoop()
495 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dgenmipmap.c46 GLenum target) in _mesa_is_valid_generate_texture_mipmap_target()
50 switch (target) { in _mesa_is_valid_generate_texture_mipmap_target()
116 struct gl_texture_object *texObj, GLenum target, in generate_texture_mipmap()
139 srcImage = _mesa_select_tex_image(texObj, target, texObj->Attrib.BaseLevel); in generate_texture_mipmap()
177 if (target == GL_TEXTURE_CUBE_MAP) { in generate_texture_mipmap()
185 st_generate_mipmap(ctx, target, texObj); in generate_texture_mipmap()
196 _mesa_GenerateMipmap_no_error(GLenum target) in _mesa_GenerateMipmap_no_error() argument
200 struct gl_texture_object *texObj = _mesa_get_current_tex_object(ctx, target); in _mesa_GenerateMipmap_no_error()
201 generate_texture_mipmap(ctx, texObj, target, NULL); in _mesa_GenerateMipmap_no_error()
205 _mesa_GenerateMipmap(GLenum target) in _mesa_GenerateMipmap() argument
45 _mesa_is_valid_generate_texture_mipmap_target(struct gl_context *ctx, GLenum target) _mesa_is_valid_generate_texture_mipmap_target() argument
115 generate_texture_mipmap(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, const char* caller) generate_texture_mipmap() argument
264 _mesa_GenerateTextureMipmapEXT(GLuint texture, GLenum target) _mesa_GenerateTextureMipmapEXT() argument
277 _mesa_GenerateMultiTexMipmapEXT(GLenum texunit, GLenum target) _mesa_GenerateMultiTexMipmapEXT() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdecoratorReferenceOnOtherProperty.js40 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
41 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
42 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
43 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;
44 return c > 3 && r && Object.defineProperty(target, key, r), r;
50 return function (target, key) { decorator(target, key, paramIndex); }
74 var __decorate = (this && this.__decorate) || function (decorators, target, ke
[all...]
/third_party/rust/crates/log/
H A Dbuild.rs1 //! This build script detects target platforms that lack proper support for
8 let target = match rustc_target() { in main()
9 Some(target) => target, in main()
13 if target_has_atomic_cas(&target) { in main()
17 if target_has_atomics(&target) { in main()
24 fn target_has_atomic_cas(target: &str) -> bool { in target_has_atomic_cas()
25 match &target[..] { in target_has_atomic_cas()
34 fn target_has_atomics(target: &str) -> bool { in target_has_atomics()
35 match &target[ in target_has_atomics()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp83 void GL_APIENTRY glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexEnvfv() argument
85 return GL_GetTexEnvfv(target, pname, params); in glGetTexEnvfv()
88 void GL_APIENTRY glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexParameterfv() argument
90 return GL_GetTexParameterfv(target, pname, params); in glGetTexParameterfv()
138 void GL_APIENTRY glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f() argument
140 return GL_MultiTexCoord4f(target, s, t, r, q); in glMultiTexCoord4f()
183 void GL_APIENTRY glTexEnvf(GLenum target, GLenum pname, GLfloat param) in glTexEnvf() argument
185 return GL_TexEnvf(target, pname, param); in glTexEnvf()
188 void GL_APIENTRY glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params) in glTexEnvfv() argument
190 return GL_TexEnvfv(target, pnam in glTexEnvfv()
193 glTexParameterf(GLenum target, GLenum pname, GLfloat param) glTexParameterf() argument
198 glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params) glTexParameterfv() argument
218 glBindBuffer(GLenum target, GLuint buffer) glBindBuffer() argument
223 glBindTexture(GLenum target, GLuint texture) glBindTexture() argument
233 glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) glBufferData() argument
238 glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) glBufferSubData() argument
293 glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage2D() argument
306 glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage2D() argument
320 glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) glCopyTexImage2D() argument
332 glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage2D() argument
439 glGetBufferParameteriv(GLenum target, GLenum pname, GLint *params) glGetBufferParameteriv() argument
494 glGetTexEnviv(GLenum target, GLenum pname, GLint *params) glGetTexEnviv() argument
499 glGetTexEnvxv(GLenum target, GLenum pname, GLfixed *params) glGetTexEnvxv() argument
504 glGetTexParameteriv(GLenum target, GLenum pname, GLint *params) glGetTexParameteriv() argument
509 glGetTexParameterxv(GLenum target, GLenum pname, GLfixed *params) glGetTexParameterxv() argument
514 glHint(GLenum target, GLenum mode) glHint() argument
710 glTexEnvi(GLenum target, GLenum pname, GLint param) glTexEnvi() argument
715 glTexEnvx(GLenum target, GLenum pname, GLfixed param) glTexEnvx() argument
720 glTexEnviv(GLenum target, GLenum pname, const GLint *params) glTexEnviv() argument
725 glTexEnvxv(GLenum target, GLenum pname, const GLfixed *params) glTexEnvxv() argument
730 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2D() argument
744 glTexParameteri(GLenum target, GLenum pname, GLint param) glTexParameteri() argument
749 glTexParameterx(GLenum target, GLenum pname, GLfixed param) glTexParameterx() argument
754 glTexParameteriv(GLenum target, GLenum pname, const GLint *params) glTexParameteriv() argument
759 glTexParameterxv(GLenum target, GLenum pname, const GLfixed *params) glTexParameterxv() argument
764 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2D() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DTypeExtensions.cs52 internal static bool IsAssignableFrom(this Type target, Type c) in IsAssignableFrom() argument
54 return target.GetTypeInfo().IsAssignableFrom(c.GetTypeInfo()); in IsAssignableFrom()
62 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() argument
65 while (target != null) in GetProperty()
67 var typeInfo = target.GetTypeInfo(); in GetProperty()
73 target = typeInfo.BaseType; in GetProperty()
89 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod() argument
92 while (target != null) in GetMethod()
94 var typeInfo = target.GetTypeInfo(); in GetMethod()
100 target in GetMethod()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drsdump.c177 u8 *target = NULL; in acpi_rs_dump_descriptor() local
187 previous_target = target; in acpi_rs_dump_descriptor()
188 target = ACPI_ADD_PTR(u8, resource, table->offset); in acpi_rs_dump_descriptor()
211 acpi_rs_out_string(name, ACPI_CAST_PTR(char, target)); in acpi_rs_dump_descriptor()
220 table->pointer[*target]); in acpi_rs_dump_descriptor()
222 acpi_rs_out_integer8(name, ACPI_GET8(target)); in acpi_rs_dump_descriptor()
228 acpi_rs_out_integer16(name, ACPI_GET16(target)); in acpi_rs_dump_descriptor()
233 acpi_rs_out_integer32(name, ACPI_GET32(target)); in acpi_rs_dump_descriptor()
238 acpi_rs_out_integer64(name, ACPI_GET64(target)); in acpi_rs_dump_descriptor()
246 table->pointer[*target in acpi_rs_dump_descriptor()
295 target); acpi_rs_dump_descriptor() local
[all...]
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pid.c36 s32 target; in wf_pid_run() local
66 /* Calculate target */ in wf_pid_run()
67 target = (s32)((integ * (s64)st->param.gr + deriv * (s64)st->param.gd + in wf_pid_run()
70 target += st->target; in wf_pid_run()
71 target = max(target, st->param.min); in wf_pid_run()
72 target = min(target, st->param.max); in wf_pid_run()
73 st->target in wf_pid_run()
91 s32 error, target, sval, adj; wf_cpu_pid_run() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c16 int target; member
51 nfp_cpp_mutex_validate(u16 interface, int *target, unsigned long long address) in nfp_cpp_mutex_validate() argument
62 if (*target != NFP_CPP_TARGET_MU) in nfp_cpp_mutex_validate()
71 * @target: NFP CPP target ID (ie NFP_CPP_TARGET_CLS or NFP_CPP_TARGET_MU)
72 * @address: Offset into the address space of the NFP CPP target ID
75 * The CPP target:address must point to a 64-bit aligned location, and
87 int target, unsigned long long address, u32 key) in nfp_cpp_mutex_init()
89 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_init()
93 err = nfp_cpp_mutex_validate(interface, &target, addres in nfp_cpp_mutex_init()
86 nfp_cpp_mutex_init(struct nfp_cpp *cpp, int target, unsigned long long address, u32 key) nfp_cpp_mutex_init() argument
123 nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target, unsigned long long address, u32 key) nfp_cpp_mutex_alloc() argument
341 nfp_cpp_mutex_reclaim(struct nfp_cpp *cpp, int target, unsigned long long address) nfp_cpp_mutex_reclaim() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c16 int target; member
51 nfp_cpp_mutex_validate(u16 interface, int *target, unsigned long long address) in nfp_cpp_mutex_validate() argument
62 if (*target != NFP_CPP_TARGET_MU) in nfp_cpp_mutex_validate()
71 * @target: NFP CPP target ID (ie NFP_CPP_TARGET_CLS or NFP_CPP_TARGET_MU)
72 * @address: Offset into the address space of the NFP CPP target ID
75 * The CPP target:address must point to a 64-bit aligned location, and
87 int target, unsigned long long address, u32 key) in nfp_cpp_mutex_init()
89 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */ in nfp_cpp_mutex_init()
93 err = nfp_cpp_mutex_validate(interface, &target, addres in nfp_cpp_mutex_init()
86 nfp_cpp_mutex_init(struct nfp_cpp *cpp, int target, unsigned long long address, u32 key) nfp_cpp_mutex_init() argument
123 nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target, unsigned long long address, u32 key) nfp_cpp_mutex_alloc() argument
341 nfp_cpp_mutex_reclaim(struct nfp_cpp *cpp, int target, unsigned long long address) nfp_cpp_mutex_reclaim() argument
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_pid.c36 s32 target; in wf_pid_run() local
66 /* Calculate target */ in wf_pid_run()
67 target = (s32)((integ * (s64)st->param.gr + deriv * (s64)st->param.gd + in wf_pid_run()
70 target += st->target; in wf_pid_run()
71 target = max(target, st->param.min); in wf_pid_run()
72 target = min(target, st->param.max); in wf_pid_run()
73 st->target in wf_pid_run()
91 s32 error, target, sval, adj; wf_cpu_pid_run() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp26 NodeId id, std::weak_ptr<RSSurfaceRenderNode> target, NodeId targetId, const std::weak_ptr<RSContext>& context) in RSProxyRenderNode()
27 : RSRenderNode(id, context), target_(target), targetId_(targetId) in RSProxyRenderNode()
38 ROSEN_LOGD("RSProxyRenderNode::~RSProxyRenderNode, proxy id:%{public}" PRIu64 " target:%{public}" PRIu64, in ~RSProxyRenderNode()
71 if (auto target = target_.lock()) { in SetContextMatrix()
72 target->SetContextMatrix(matrix, false); in SetContextMatrix()
86 if (auto target = target_.lock()) { in SetContextAlpha()
87 target->SetContextAlpha(alpha, false); in SetContextAlpha()
101 if (auto target = target_.lock()) { in SetContextClipRegion()
102 target->SetContextClipRegion(clipRegion, false); in SetContextClipRegion()
130 // if target d in CleanUp()
25 RSProxyRenderNode( NodeId id, std::weak_ptr<RSSurfaceRenderNode> target, NodeId targetId, const std::weak_ptr<RSContext>& context) RSProxyRenderNode() argument
131 auto target = target_.lock(); CleanUp() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java55 * replacing contents of the target buffer.
57 * @param target the resulting normalized text
59 public StringBuffer normalize(String source, StringBuffer target) { in normalize() argument
61 // First decompose the source into target, in normalize()
65 internalDecompose(source, target); in normalize()
67 internalCompose(target); in normalize()
70 return target; in normalize()
76 * @return target the resulting normalized text
93 * replacing contents of the target buffer.
99 * @param target th
101 internalDecompose(String source, StringBuffer target) internalDecompose() argument
141 internalCompose(StringBuffer target) internalCompose() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java52 * replacing contents of the target buffer.
54 * @param target the resulting normalized text
56 public StringBuffer normalize(String source, StringBuffer target) { in normalize() argument
58 // First decompose the source into target, in normalize()
62 internalDecompose(source, target); in normalize()
64 internalCompose(target); in normalize()
67 return target; in normalize()
73 * @return target the resulting normalized text
90 * replacing contents of the target buffer.
96 * @param target th
98 internalDecompose(String source, StringBuffer target) internalDecompose() argument
138 internalCompose(StringBuffer target) internalCompose() argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dptrace_32.c48 static int regwindow32_get(struct task_struct *target, in regwindow32_get() argument
55 if (target == current) { in regwindow32_get()
59 if (access_process_vm(target, reg_window, uregs, size, in regwindow32_get()
66 static int regwindow32_set(struct task_struct *target, in regwindow32_set() argument
73 if (target == current) { in regwindow32_set()
77 if (access_process_vm(target, reg_window, uregs, size, in regwindow32_set()
84 static int genregs32_get(struct task_struct *target, in genregs32_get() argument
88 const struct pt_regs *regs = target->thread.kregs; in genregs32_get()
91 if (target == current) in genregs32_get()
97 if (regwindow32_get(target, reg in genregs32_get()
107 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
166 fpregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs32_get() argument
182 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
244 getregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getregs_get() argument
260 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
287 getfpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getfpregs_get() argument
300 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_32.c47 static int regwindow32_get(struct task_struct *target, in regwindow32_get() argument
54 if (target == current) { in regwindow32_get()
58 if (access_process_vm(target, reg_window, uregs, size, in regwindow32_get()
65 static int regwindow32_set(struct task_struct *target, in regwindow32_set() argument
72 if (target == current) { in regwindow32_set()
76 if (access_process_vm(target, reg_window, uregs, size, in regwindow32_set()
83 static int genregs32_get(struct task_struct *target, in genregs32_get() argument
87 const struct pt_regs *regs = target->thread.kregs; in genregs32_get()
90 if (target == current) in genregs32_get()
96 if (regwindow32_get(target, reg in genregs32_get()
106 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
166 fpregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs32_get() argument
182 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
244 getregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getregs_get() argument
260 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
287 getfpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) getfpregs_get() argument
300 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...]

Completed in 16 milliseconds

12345678910>>...315