Home
last modified time | relevance | path

Searched refs:target (Results 2551 - 2575 of 6931) sorted by relevance

1...<<101102103104105106107108109110>>...278

/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H A Dmicron.c132 unsigned int target) in micron_select_target()
137 if (target > 1) in micron_select_target()
140 *spinand->scratchbuf = MICRON_SELECT_DIE(target); in micron_select_target()
131 micron_select_target(struct spinand_device *spinand, unsigned int target) micron_select_target() argument
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uif.c105 switch (sel->target) { in uif_get_selection()
118 sel->pad, sel->target); in uif_get_selection()
142 sel->target != V4L2_SEL_TGT_CROP) in uif_set_selection()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dperf-record.c47 .target = { in test__PERF_RECORD()
87 err = evlist__create_maps(evlist, &opts.target); in test__PERF_RECORD()
99 err = evlist__prepare_workload(evlist, &opts.target, argv, false, NULL); in test__PERF_RECORD()
/kernel/linux/linux-6.6/security/
H A Dinode.c242 * @target: a pointer to a string containing the name of the symlink's target.
262 const char *target, in securityfs_create_symlink()
268 if (target) { in securityfs_create_symlink()
269 link = kstrdup(target, GFP_KERNEL); in securityfs_create_symlink()
260 securityfs_create_symlink(const char *name, struct dentry *parent, const char *target, const struct inode_operations *iops) securityfs_create_symlink() argument
/kernel/linux/linux-6.6/mm/damon/
H A Dlru_sort.c97 * Start of the target memory region in physical address.
106 * End of the target memory region in physical address.
146 static struct damon_target *target; variable
238 return damon_set_region_biggest_system_ram_default(target, in damon_lru_sort_apply_parameters()
335 int err = damon_modules_new_paddr_ctx_target(&ctx, &target); in damon_lru_sort_init()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DConverterPerformanceTest.java47 ByteBuffer target = encoder.encode(source); in setup()
49 // target.array() will probably return what we want, but lets take no chances in setup()
50 encBuffer = new byte[target.limit()]; in setup()
52 encBuffer[i] = target.get(i); in setup()
/third_party/jsframework/runtime/main/reactivity/
H A Dobserver.js18 * <p>Once attached, the observer converts target object's property keys<br>
86 * Augment an target Object or Array by defining hidden properties.
87 * @param {Object|Array} target
90 function copyAugment (target, src, keys) {
93 def(target, key, src[key]);
149 if (Dep.target) {
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c296 int current, int target) in app_system_state_nf()
311 switch (target) { in app_system_state_nf()
323 if (target != current) in app_system_state_nf()
295 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/node/lib/internal/bootstrap/
H A Drealm.js200 const getOwn = (target, property, receiver) => {
201 return ObjectPrototypeHasOwnProperty(target, property) ?
202 ReflectGet(target, property, receiver) :
/third_party/node/src/
H A Dfs_event_wrap.cc52 static void Initialize(Local<Object> target,
94 void FSEventWrap::Initialize(Local<Object> target, in Initialize() argument
120 SetConstructorFunction(context, target, "FSEvent", t); in Initialize()
H A Dspawn_sync.h143 static void Initialize(v8::Local<v8::Object> target,
190 const char** target);
192 char** target);
/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h127 // A transition group is a target and a possibly empty set of sources that can
128 // transition to the target. It is represented as a non-empty vector with the
129 // target at index 0.
138 // transition group's target is kept iff it is in {inferred_maps} or if more
174 CallFeedback(base::Optional<HeapObjectRef> target, float frequency, in CallFeedback() argument
178 target_(target), in CallFeedback()
183 base::Optional<HeapObjectRef> target() const { return target_; } in target() function in v8::internal::compiler::CallFeedback
/third_party/node/deps/v8/src/heap/
H A Dmarking-barrier.cc122 HeapObject target) { in RecordRelocSlot()
124 if (!MarkCompactCollector::ShouldRecordRelocSlot(host, rinfo, target)) return; in RecordRelocSlot()
127 MarkCompactCollector::ProcessRelocInfo(host, rinfo, target); in RecordRelocSlot()
121 RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) RecordRelocSlot() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c74 img->type = fd5_tex_type(prsc->target); in translate_image()
83 if (prsc->target == PIPE_BUFFER) { in translate_image()
108 switch (prsc->target) { in translate_image()
H A Dfd5_texture.c173 if (cso->target == PIPE_BUFFER) { in fd5_sampler_view_create()
196 so->texconst2 |= A5XX_TEX_CONST_2_TYPE(fd5_tex_type(cso->target)); in fd5_sampler_view_create()
198 switch (cso->target) { in fd5_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h239 /* render target format for MSAA */
454 translate_texture_target(unsigned target) in translate_texture_target() argument
456 switch (target) { in translate_texture_target()
469 DBG("Unhandled texture target: %i", target); in translate_texture_target()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c60 if (resource->target != PIPE_BUFFER) in rbug_resource_create()
75 if (rb_resource->base.target != PIPE_BUFFER) in rbug_resource_destroy()
188 if (rb_resource->base.target == PIPE_BUFFER) in rbug_transfer_create()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp128 if (sh->target != TARGET_FETCH) { in r600_sb_bytecode_process()
194 if ((sh->target != TARGET_GS && sh->target != TARGET_HS) || pshader->needs_scratch_space) in r600_sb_bytecode_process()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java129 // Asserts that a node has only one out edge and returns that edge's target.
132 Node target = Iterables.getOnlyElement(nfa.successors(node)); in assertOutEdge()
133 assertThat(nfa.edgeValue(node, target).get()).isEqualTo(edge); in assertOutEdge()
134 return target; in assertOutEdge()
146 // Follows the given edge from a node (which must be in the graph), returning the target node
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.h36 EGLenum target,
99 EGLenum target,
104 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DDisplayMtl.h73 EGLenum target,
88 EGLenum target,
111 EGLenum target,
H A DBufferMtl.h116 gl::BufferBinding target,
121 gl::BufferBinding target,
179 gl::BufferBinding target,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampBase.cpp176 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_2D texture target"); in initAllTextures()
185 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_3D texture target"); in initAllTextures()
194 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_2D_ARRAY texture target"); in initAllTextures()
203 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_CUBE_MAP texture target"); in initAllTextures()
215 "Error binding a texture object to GL_TEXTURE_CUBE_MAP_ARRAY_EXT texture target"); in initAllTextures()
228 "Error binding a texture object to GL_TEXTURE_2D_MULTISAMPLE texture target"); in initAllTextures()
241 "Error binding a texture object to GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES texture target"); in initAllTextures()
253 GLU_EXPECT_NO_ERROR(gl.getError(), "Error binding a texture object to GL_TEXTURE_BUFFER_EXT texture target"); in initAllTextures()
334 /** Returns texture target as literals.
336 * @param target E
340 getTexTargetString(glw::GLenum target) getTexTargetString() argument
[all...]
/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp144 void onPrepareDraws(GrMeshDrawTarget* target) override {
146 this->createProgramInfo(target);
150 QuadHelper helper(target, vertexStride, 1);
187 ERRORF(reporter, "Could not create render target context.");
/third_party/optimized-routines/math/
H A DDir.mk36 math-target-objs := $(math-lib-objs) $(math-test-objs)
37 math-objs := $(math-target-objs) $(math-target-objs:%.o=%.os) $(math-host-objs)

Completed in 21 milliseconds

1...<<101102103104105106107108109110>>...278