Home
last modified time | relevance | path

Searched refs:target (Results 2701 - 2725 of 7639) sorted by relevance

1...<<101102103104105106107108109110>>...306

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h44 } target; member
191 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
195 * Can we draw an arrow from the jump to its target, for instance? I.e.
196 * is the jump and its target in the same function?
291 u8 target; member
/kernel/linux/linux-5.10/kernel/
H A Dcapability.c122 struct task_struct *target; in cap_get_target_pid() local
126 target = find_task_by_vpid(pid); in cap_get_target_pid()
127 if (!target) in cap_get_target_pid()
130 ret = security_capget(target, pEp, pIp, pPp); in cap_get_target_pid()
142 * target pid data
207 * target pid data
286 * @ns: target user namespace
326 * @ns: target user namespace
/kernel/linux/linux-5.10/include/linux/
H A Djump_label.h42 * At runtime we can change the branch target by setting the key
45 * these calls then we run-time modify the branch target via a
124 s32 target; member
135 return (unsigned long)&entry->target + entry->target; in jump_entry_target()
154 return entry->target; in jump_entry_target()
/kernel/linux/linux-6.6/fs/ntfs3/lib/
H A Dlzx_decompress.c146 static void undo_e8_translation(void *target, s32 input_pos) in undo_e8_translation() argument
150 abs_offset = get_unaligned_le32(target); in undo_e8_translation()
155 put_unaligned_le32(rel_offset, target); in undo_e8_translation()
161 put_unaligned_le32(rel_offset, target); in undo_e8_translation()
/kernel/linux/linux-6.6/include/linux/
H A Djump_label.h42 * At runtime we can change the branch target by setting the key
45 * these calls then we run-time modify the branch target via a
119 s32 target; member
130 return (unsigned long)&entry->target + entry->target; in jump_entry_target()
149 return entry->target; in jump_entry_target()
/kernel/linux/linux-6.6/kernel/
H A Dcapability.c115 const struct task_struct *target; in cap_get_target_pid() local
119 target = find_task_by_vpid(pid); in cap_get_target_pid()
120 if (!target) in cap_get_target_pid()
123 ret = security_capget(target, pEp, pIp, pPp); in cap_get_target_pid()
135 * target pid data
205 * target pid data
272 * @ns: target user namespace
312 * @ns: target user namespace
/kernel/linux/linux-6.6/drivers/hid/surface-hid/
H A Dsurface_hid.c60 rqst.target_id = shid->uid.target; in ssam_hid_get_descriptor()
125 rqst.target_id = shid->uid.target; in ssam_hid_set_raw_report()
143 rqst.target_id = shid->uid.target; in ssam_hid_get_raw_report()
212 shid->notif.event.reg = SSAM_EVENT_REGISTRY_REG(sdev->uid.target); in surface_hid_probe()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h44 } target; member
192 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
196 * Can we draw an arrow from the jump to its target, for instance? I.e.
197 * is the jump and its target in the same function?
291 u8 target; member
/kernel/linux/linux-6.6/net/sched/
H A Dsch_codel.c149 u32 target = nla_get_u32(tb[TCA_CODEL_TARGET]); in codel_change() local
151 q->params.target = ((u64)target * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change()
223 codel_time_to_us(q->params.target)) || in codel_dump()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_CT.c324 .target = xt_ct_target_v0,
336 .target = xt_ct_target_v1,
348 .target = xt_ct_target_v1,
370 .target = notrack_tg,
401 MODULE_DESCRIPTION("Xtables: connection tracking target");
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h147 #define xbpf_prog_attach(prog, target, type, flags) \
150 bpf_prog_attach((prog), (target), (type), (flags)); \
156 #define xbpf_prog_detach2(prog, target, type) \
158 int __ret = bpf_prog_detach2((prog), (target), (type)); \
/third_party/ffmpeg/libavcodec/
H A Dmvcdec.c90 #define PIX16(target, true, false) \ in decode_mvc1()
91 i = (mask & target) ? true : false; \ in decode_mvc1()
119 #define PIX32(target, true, false) \
120 AV_WN32A(dst, (mask & target) ? v[true] : v[false]); \
/third_party/ffmpeg/libavformat/
H A Dimg2enc.c43 char target[4][1024]; member
181 av_strlcpy(img->target[i], filename, sizeof(img->target[i])); in write_packet()
224 int ret = ff_rename(img->tmp[i], img->target[i], s); in write_packet()
/third_party/gn/src/gn/
H A Dninja_action_target_writer.cc17 #include "gn/target.h"
19 NinjaActionTargetWriter::NinjaActionTargetWriter(const Target* target, in NinjaActionTargetWriter() argument
21 : NinjaTargetWriter(target, out), in NinjaActionTargetWriter()
23 target->settings()->build_settings()->build_dir(), in NinjaActionTargetWriter()
24 target->settings()->build_settings()->root_path_utf8(), in NinjaActionTargetWriter()
94 // As in WriteSourceRules, we want to force this target to rebuild any in Run()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h268 * @param target the string that is to be compared with the source string.
271 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
272 * than target
276 const UnicodeString& target,
283 * @param target the string that is to be compared with the source string.
287 * length) is greater than target; UCOL_EQUAL if source (up to specified
288 * length) is equal to target; UCOL_LESS if source (up to the specified
289 * length) is less than target.
293 const UnicodeString& target,
[all...]
/third_party/icu/icu4c/source/common/
H A Dustr_wcs.cpp294 UChar* target = NULL; in _strFromWCS() local
434 pTarget = target= dest; in _strFromWCS()
451 count+= pTarget - target; in _strFromWCS()
454 target = uStack; in _strFromWCS()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c517 enum tgsi_texture_type target = is_array ? TGSI_TEXTURE_2D_ARRAY_MSAA : TGSI_TEXTURE_2D_MSAA; in si_create_fmask_expand_cs() local
527 struct ureg_src image = ureg_DECL_image(ureg, 0, target, 0, true, false); in si_create_fmask_expand_cs()
547 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &sample[i], 1, srcs, 2, TGSI_MEMORY_RESTRICT, target, in si_create_fmask_expand_cs()
558 target, 0); in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c102 templat.target = buffer->target; in hgl_st_framebuffer_validate_textures()
244 buffer->target = PIPE_TEXTURE_2D; in hgl_create_st_framebuffer()
246 buffer->target = PIPE_TEXTURE_RECT; in hgl_create_st_framebuffer()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_image_view.c68 /* resolve target to resource dimension */ in svga_create_uav_image()
69 resourceDim = svga_resource_type(res->target); in svga_create_uav_image()
146 templ.target = PIPE_BUFFER; in svga_set_shader_images()
191 if (img->resource->target == PIPE_BUFFER) { in svga_set_shader_images()
281 if (res->target == PIPE_BUFFER) { in svga_validate_image_view_resources()
/third_party/node/src/crypto/
H A Dcrypto_random.cc226 void Initialize(Environment* env, Local<Object> target) { in Initialize() argument
227 RandomBytesJob::Initialize(env, target); in Initialize()
228 RandomPrimeJob::Initialize(env, target); in Initialize()
229 CheckPrimeJob::Initialize(env, target); in Initialize()
/third_party/node/src/
H A Dnode_contextify.h21 static void Init(Environment* env, v8::Local<v8::Object> target);
61 static void Init(Environment* env, v8::Local<v8::Object> target);
164 static void Init(Environment* env, v8::Local<v8::Object> target);
185 v8::Local<v8::Object> target,
H A Dnode_watchdog.cc125 void TraceSigintWatchdog::Init(Environment* env, Local<Object> target) { in Init() argument
136 env->context(), target, "TraceSigintWatchdog", constructor); in Init()
426 static void Initialize(Local<Object> target, in Initialize() argument
431 TraceSigintWatchdog::Init(env, target); in Initialize()
H A Dpipe_wrap.cc66 void PipeWrap::Initialize(Local<Object> target, in Initialize() argument
90 SetConstructorFunction(context, target, "Pipe", t); in Initialize()
96 SetConstructorFunction(context, target, "PipeConnectWrap", cwt); in Initialize()
105 target->Set(context, in Initialize()
/third_party/node/test/fixtures/wpt/dom/abort/resources/
H A Dabort-signal-any-tests.js29 assert_equals(e.target, cloneSignal,
30 `The event target is the signal returned by ${desc}`);
52 assert_equals(e.target, combinedSignal,
53 `The event target is the signal returned by ${desc}`);
/third_party/node/deps/icu-small/source/common/
H A Dustr_wcs.cpp294 char16_t* target = nullptr; in _strFromWCS() local
434 pTarget = target= dest; in _strFromWCS()
451 count+= pTarget - target; in _strFromWCS()
454 target = uStack; in _strFromWCS()

Completed in 20 milliseconds

1...<<101102103104105106107108109110>>...306