Home
last modified time | relevance | path

Searched refs:current (Results 876 - 900 of 5849) sorted by relevance

1...<<31323334353637383940>>...234

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc_1_1.c38 #define RADEON_ENC_CS(value) (enc->cs.current.buf[enc->cs.current.cdw++] = (value))
41 uint32_t *begin = &enc->cs.current.buf[enc->cs.current.cdw++]; \
50 *begin = (&enc->cs.current.buf[enc->cs.current.cdw] - begin) * 4; \
79 enc->cs.current.buf[enc->cs.current.cdw] = 0; in radeon_uvd_enc_output_one_byte()
80 enc->cs.current.buf[enc->cs.current in radeon_uvd_enc_output_one_byte()
[all...]
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dcurrent.h12 * Register used to hold the current task pointer while in the kernel.
19 * Dedicate r31 to keeping the current task pointer
21 register struct task_struct *current asm("r31");
23 # define get_current() current
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dcurrent.h12 * Register used to hold the current task pointer while in the kernel.
19 * Dedicate r31 to keeping the current task pointer
21 register struct task_struct *current asm("r31");
23 # define get_current() current
/kernel/linux/linux-5.10/mm/
H A Dmempolicy.c615 * stopped walking current vma. in queue_pages_hugetlb()
715 /* queue pages from current vma */ in queue_pages_test_walk()
879 task_lock(current); in do_set_mempolicy()
880 old = current->mempolicy; in do_set_mempolicy()
881 current->mempolicy = new; in do_set_mempolicy()
883 current->il_prev = MAX_NUMNODES-1; in do_set_mempolicy()
884 task_unlock(current); in do_set_mempolicy()
939 struct mm_struct *mm = current->mm; in do_get_mempolicy()
941 struct mempolicy *pol = current->mempolicy, *pol_refcount = NULL; in do_get_mempolicy()
951 task_lock(current); in do_get_mempolicy()
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp100 sel->current = shader; in compile_nir()
440 mode = (enum pipe_prim_type)last_vertex_stage->current->nir->info.gs.output_primitive; in get_provoking_vertex()
462 if (!fs || !fs->current) in has_flat_varyings()
465 nir_foreach_variable_with_modes(input, fs->current->nir, in has_flat_varyings()
579 if (!fs || !fs->current) in fill_flat_varyings()
582 nir_foreach_variable_with_modes(input, fs->current->nir, in fill_flat_varyings()
886 uint64_t mask = prev->current->nir->info.outputs_written & ~system_out_values; in d3d12_fill_shader_key()
887 fill_varyings(&key->required_varying_inputs, prev->current->nir, in d3d12_fill_shader_key()
889 key->prev_varying_outputs = prev->current->nir->info.outputs_written; in d3d12_fill_shader_key()
892 uint32_t patch_mask = prev->current in d3d12_fill_shader_key()
1235 get_prev_shader(struct d3d12_context *ctx, pipe_shader_type current) get_prev_shader() argument
1260 get_next_shader(struct d3d12_context *ctx, pipe_shader_type current) get_next_shader() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dtraps.c155 struct task_struct *tsk = current; in do_trap()
317 (void *)fault_address, current->stack, in handle_stack_overflow()
318 (char *)current->stack + THREAD_SIZE - 1); in handle_stack_overflow()
348 struct task_struct *tsk = current; in DEFINE_IDTENTRY_DF()
528 struct thread_struct *t = &current->thread; in fixup_iopl_exception()
547 current->comm, task_pid_nr(current), ip); in fixup_iopl_exception()
579 tsk = current; in DEFINE_IDTENTRY_ERRORCODE()
723 * trust it and switch to the current kernel stack in vc_switch_off_ist()
738 if (!get_stack_info_noinstr(stack, current, in vc_switch_off_ist()
[all...]
/third_party/alsa-lib/src/
H A Dconf.c376 values in the current compound are used as configuration for the function.
492 struct filedesc *current; member
639 struct filedesc *current) in input_stdio_open()
653 while (current) { in input_stdio_open()
654 list_for_each(pos, &current->include_paths) { in input_stdio_open()
664 current = current->next; in input_stdio_open()
755 fd = input->current; in get_char()
769 input->current = fd->next; in get_char()
820 err = add_include_path(input->current, st in get_char_skip_comments()
638 input_stdio_open(snd_input_t **inputp, const char *file, struct filedesc *current) input_stdio_open() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLanguageTag.java171 String s = itr.current(); in parse()
194 String s = itr.current(); in parseLanguage()
213 String s = itr.current(); in parseExtlangs()
241 String s = itr.current(); in parseScript()
259 String s = itr.current(); in parseRegion()
278 String s = itr.current(); in parseVariants()
306 String s = itr.current(); in parseExtensions()
314 s = itr.current(); in parseExtensions()
356 String s = itr.current(); in parsePrivateuse()
363 s = itr.current(); in parsePrivateuse()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java100 protected int current = 0; field in TrieMap.Matcher
128 return bytesTrie.current().hasValue() ? intToValue[bytesTrie.getValue()] : null; in get()
221 this.current = start; in set()
229 return current; in getEnd()
233 * Finds the next match. Returns false when there are no possible further matches from the current start
234 * point. Once that happens, call nextStart(); Call getValue to get the current value.
239 while (current < text.length()) { in next()
240 char c = text.charAt(current++); in next()
265 current = start; in nextStart()
404 this.current in set()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLanguageTag.java216 String s = itr.current(); in parse()
239 String s = itr.current(); in parseLanguage()
258 String s = itr.current(); in parseExtlangs()
286 String s = itr.current(); in parseScript()
304 String s = itr.current(); in parseRegion()
323 String s = itr.current(); in parseVariants()
351 String s = itr.current(); in parseExtensions()
359 s = itr.current(); in parseExtensions()
401 String s = itr.current(); in parsePrivateuse()
408 s = itr.current(); in parsePrivateuse()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java99 protected int current = 0; field in TrieMap.Matcher
127 return bytesTrie.current().hasValue() ? intToValue[bytesTrie.getValue()] : null; in get()
220 this.current = start; in set()
228 return current; in getEnd()
232 * Finds the next match. Returns false when there are no possible further matches from the current start
233 * point. Once that happens, call nextStart(); Call getValue to get the current value.
238 while (current < text.length()) { in next()
239 char c = text.charAt(current++); in next()
264 current = start; in nextStart()
403 this.current in set()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c316 struct stream *current; in init_stream() local
325 current = input_streams + stream; in init_stream()
326 memset(current, 0, sizeof(*current)); in init_stream()
327 current->name = name; in init_stream()
328 current->fd = fd; in init_stream()
329 current->next_path = next_path; in init_stream()
330 current->path = NULL; in init_stream()
331 current->constant = CONSTANT_FILE_MAYBE; in init_stream()
333 current in init_stream()
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dbigint.h428 // {start == end} would indicate an empty string). Returns the current
498 CharIt FromStringAccumulator::ParsePowerTwo(CharIt current, CharIt end, in ParsePowerTwo() argument
508 digit_t d; // Numeric value of the current character {c}. in ParsePowerTwo()
509 uint32_t c = *current; in ParsePowerTwo()
519 ++current; in ParsePowerTwo()
520 if (current == end) { in ParsePowerTwo()
525 if (!AddPart(part)) return current; in ParsePowerTwo()
530 return current; in ParsePowerTwo()
536 CharIt current = start; in Parse() local
554 digit_t d; // Numeric value of the current characte in Parse()
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dcurrent.h7 register struct task_struct *current __asm__("%a2");
14 * current and lose _current_task.
25 #define current get_current() macro
H A Dflat.h13 if (current->mm) \
14 (regs)->d5 = current->mm->start_data; \
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dcurrent.h2 /* include/asm/current.h
8 * Derived from "include/asm-s390/current.h" by
10 * Derived from "include/asm-i386/current.h"
18 register struct task_struct *current asm("g4");
32 #define current __get_current() macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dcurrent.h17 #define current (curr_arc) macro
20 #include <asm-generic/current.h>
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dstackprotector.h30 current->stack_canary = canary; in boot_init_stack_canary()
31 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dstackprotector.h17 current->stack_canary = canary; in boot_init_stack_canary()
18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dflat.h13 if (current->mm) \
14 (regs)->d5 = current->mm->start_data; \
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dcurrent.h17 #define current (curr_arc) macro
20 #include <asm-generic/current.h>
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dstackprotector.h32 current->stack_canary = canary; in boot_init_stack_canary()
34 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dstackprotector.h17 current->stack_canary = canary; in boot_init_stack_canary()
18 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dstackprotector.h18 current->stack_canary = canary; in boot_init_stack_canary()
20 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dcurrent.h2 /* include/asm/current.h
8 * Derived from "include/asm-s390/current.h" by
10 * Derived from "include/asm-i386/current.h"
18 register struct task_struct *current asm("g4");
32 #define current __get_current() macro

Completed in 19 milliseconds

1...<<31323334353637383940>>...234