Home
last modified time | relevance | path

Searched +defs:val +defs:mod (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp35 HMODULE mod = LoadLibraryA("dxcompiler_xs.dll"); in load_dxil_mod() local
93 get_validator_version(IDxcValidator *val) in get_validator_version()
112 get_dll_version(HMODULE mod) in get_dll_version()
152 get_filtered_validator_version(HMODULE mod, enum dxil_validator_version raw) in get_filtered_validator_version()
174 struct dxil_validator *val = rzalloc(ctx, struct dxil_validator); in dxil_create_validator() local
238 dxil_destroy_validator(struct dxil_validator *val) in dxil_destroy_validator()
303 dxil_validate_module(struct dxil_validator *val, void *data, size_t size, char **error) in dxil_validate_module()
344 dxil_disasm_module(struct dxil_validator *val, void *data, size_t size) in dxil_disasm_module()
374 dxil_get_validator_version(struct dxil_validator *val) in dxil_get_validator_version()
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Ddecode.c153 int *mod, in fetch_decode_modrm()
429 u8 val) in store_data_byte()
451 u16 val) in store_data_word()
473 u32 val) in store_data_long()
496 u8 val) in store_data_byte_abs()
519 u16 val) in store_data_word_abs()
542 u32 val) in store_data_long_abs()
789 int mod) in decode_sib_address()
1138 unsigned int decode_rmXX_address(int mod, int rm) in decode_rmXX_address()
H A Dops.c203 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local
244 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local
312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local
348 int mod, rl, rh; in x86emuOp_genop_word_R_RM() local
951 int mod, rl, rh; in x86emuOp_imul_word_IMM() local
1079 int mod, rl, rh; in x86emuOp_imul_byte_IMM() local
1275 int mod, rl, rh; in x86emuOp_opc80_byte_RM_IMM() local
1354 int mod, rl, rh; in x86emuOp_opc81_word_RM_IMM() local
1460 int mod, rl, rh; in x86emuOp_opc82_byte_RM_IMM() local
1537 int mod, rl, rh; in x86emuOp_opc83_word_RM_IMM() local
[all …]
/aosp_15_r20/external/elfutils/src/
H A Daddr2line.c320 print_dwarf_function (Dwfl_Module *mod, Dwarf_Addr addr) in print_dwarf_function()
365 Dwarf_Word val; in print_dwarf_function() local
423 print_addrsym (Dwfl_Module *mod, GElf_Addr addr) in print_addrsym()
472 see_one_module (Dwfl_Module *mod, in see_one_module()
486 find_symbol (Dwfl_Module *mod, in find_symbol()
527 Dwfl_Module *mod = NULL; in adjust_to_section() local
589 get_addr_width (Dwfl_Module *mod) in get_addr_width()
626 unsigned int val; in show_int() local
684 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr); in handle_address() local
766 Dwarf_Word val; in handle_address() local
H A Dstack.c109 get_addr_width (Dwfl_Module *mod) in get_addr_width()
132 module_callback (Dwfl_Module *mod, void **userdata __attribute__((unused)), in module_callback()
221 Dwarf_Addr pc_adjusted, Dwfl_Module *mod, in print_frame()
285 Dwarf_Word val; in print_frame() local
324 Dwarf_Addr pc_adjusted, Dwfl_Module *mod, in print_inline_frames()
379 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); in print_frames() local
436 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted); in print_frames() local
/aosp_15_r20/external/pytorch/torch/_dynamo/repro/
H A Dafter_aot.py465 def repro_common(options, mod, load_args): argument
521 def repro_minifier_query(options, mod, load_args): argument
532 def repro_minify(options, mod, load_args): argument
569 def repro_analyze(options, mod, load_args): argument
587 def save_hook(name, val): argument
614 def check_hook(name, val): argument
631 def __init__(self, mod, subdir) -> None: argument
705 def repro_get_args(options, mod, load_args): argument
710 def repro_run(options, mod, load_args): argument
744 mod, argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dmod_analysis_tests.cpp28 nir_mod_analysis_comp0(nir_def *val, nir_alu_type val_type, unsigned div, unsigned *mod) in nir_mod_analysis_comp0()
72 unsigned mod = INT32_MAX; in TEST_F() local
84 unsigned mod = INT32_MAX; in TEST_F() local
101 unsigned mod = INT32_MAX; in TEST_F() local
117 unsigned mod = INT32_MAX; in TEST_F() local
137 unsigned mod = INT32_MAX; in TEST_F() local
153 unsigned mod = INT32_MAX; in TEST_F() local
173 unsigned mod = INT32_MAX; in TEST_F() local
194 unsigned mod = INT32_MAX; in TEST_F() local
213 unsigned mod = INT32_MAX; in TEST_F() local
[all …]
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module_rw_engine.cc79 static void debug_printf(Module *mod, IRBuilder<> &B, const string &fmt, vector<Value *> args) { in debug_printf()
247 string BPFModule::make_reader(Module *mod, Type *type) { in make_reader()
319 string BPFModule::make_writer(Module *mod, Type *type) { in make_writer()
381 Module *mod = &*m; in finalize_rw() local
448 StatusTuple BPFModule::sscanf(string fn_name, const char *str, void *val) { in annotate()
462 const void *val) { in annotate()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dreplay_record.py70 def add_local_mod(self, name, mod): argument
75 def record_module_access(self, mod, name, val): argument
92 def _add_mod(self, mod): argument
/aosp_15_r20/external/elfutils/libdwfl/
H A Dlink_map.c52 uint64_t val = read_8ubyte_unaligned_noncvt (valp); in do_check64() local
79 uint32_t val = read_4ubyte_unaligned_noncvt (valp); in do_check32() local
177 Dwfl_Module *mod; in integrated_memory_callback() local
415 Dwfl_Module *mod = NULL; in report_r_debug() local
536 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, in consider_executable()
707 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next) in find_executable() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
D_iomodule.c439 PyObject *exc, *val, *tb, *close_result; in _io_open_impl() local
575 PyObject *mod = PyState_FindModule(&_PyIO_Module); in _PyIO_get_module_state() local
587 iomodule_traverse(PyObject *mod, visitproc visit, void *arg) { in iomodule_traverse()
598 iomodule_clear(PyObject *mod) { in iomodule_clear()
609 iomodule_free(PyObject *mod) { in iomodule_free()
/aosp_15_r20/external/libxkbcommon/src/compose/
H A Dparser.c125 lex(struct scanner *s, union lvalue *val) in lex()
443 xkb_mod_index_t mod; in resolve_modifier() member
512 union lvalue val; in parse() local
611 xkb_mod_index_t mod; in parse() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java127 public UnsignedInteger plus(UnsignedInteger val) { in plus()
137 public UnsignedInteger minus(UnsignedInteger val) { in minus()
149 public UnsignedInteger times(UnsignedInteger val) { in times()
160 public UnsignedInteger dividedBy(UnsignedInteger val) { in dividedBy()
170 public UnsignedInteger mod(UnsignedInteger val) { in mod() method in UnsignedInteger
H A DUnsignedLong.java133 public UnsignedLong plus(UnsignedLong val) { in plus()
143 public UnsignedLong minus(UnsignedLong val) { in minus()
153 public UnsignedLong times(UnsignedLong val) { in times()
162 public UnsignedLong dividedBy(UnsignedLong val) { in dividedBy()
171 public UnsignedLong mod(UnsignedLong val) { in mod() method in UnsignedLong
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java127 public UnsignedInteger plus(UnsignedInteger val) { in plus()
137 public UnsignedInteger minus(UnsignedInteger val) { in minus()
149 public UnsignedInteger times(UnsignedInteger val) { in times()
160 public UnsignedInteger dividedBy(UnsignedInteger val) { in dividedBy()
170 public UnsignedInteger mod(UnsignedInteger val) { in mod() method in UnsignedInteger
H A DUnsignedLong.java133 public UnsignedLong plus(UnsignedLong val) { in plus()
143 public UnsignedLong minus(UnsignedLong val) { in minus()
153 public UnsignedLong times(UnsignedLong val) { in times()
162 public UnsignedLong dividedBy(UnsignedLong val) { in dividedBy()
171 public UnsignedLong mod(UnsignedLong val) { in mod() method in UnsignedLong
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_bpf.c92 static void attach_ebpf(int fd, uint16_t mod) in attach_ebpf()
131 static void attach_cbpf(int fd, uint16_t mod) in attach_cbpf()
150 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod, in build_recv_group() argument
211 static void test_recv_order(const struct test_params p, int fd[], int mod) in test_recv_order()
415 int val, size; in enable_fastopen() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp177 ImmediateValue val; in isImmdLoad() local
1062 uint64_t val = imm0.reg.data.u64; in opnd() local
1311 Value *mod = bld.mkOp2v(OP_AND, TYPE_U32, bld.getSSA(), abs, in opnd() local
1730 Modifier mod; in visit() local
1897 Modifier mod[4]; in tryADDToMADOrSAD() local
1992 Modifier mod = rcp->src(0).mod * si->src(0).mod; in handleRCP() local
2268 int32_t val = insn->getSrc(2)->asImm()->reg.data.s32; in handleSUCLAMP() local
2574 Modifier mod; in visit() local
3591 ImmediateValue val; in handleMADforNV50() local
3634 ImmediateValue val; in handleMADforNVC0() local
/aosp_15_r20/external/compiler-rt/lib/stats/
H A Dstats.cc35 void WriteLE(fd_t fd, uptr val) { in WriteLE()
65 const LoadedModule *mod = Symbolizer::GetOrInit()->FindModuleForAddress( in WriteModuleReport() local
86 unsigned __sanitizer_stats_register(StatModule **mod) { in __sanitizer_stats_register()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/
DBigInteger.java309 public BigInteger(byte[] val, int off, int len) { in BigInteger()
338 public BigInteger(byte[] val) { in BigInteger()
350 private BigInteger(int[] val) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
1201 private BigInteger(long val) { in BigInteger()
1225 private static BigInteger valueOf(int val[]) { in valueOf()
1454 private static int[] subtract(long val, int[] little) { in subtract()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/
H A DBigInteger.java309 public BigInteger(byte[] val, int off, int len) { in BigInteger()
338 public BigInteger(byte[] val) { in BigInteger()
350 private BigInteger(int[] val) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
1201 private BigInteger(long val) { in BigInteger()
1225 private static BigInteger valueOf(int val[]) { in valueOf()
1454 private static int[] subtract(long val, int[] little) { in subtract()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/
DBigInteger.java309 public BigInteger(byte[] val, int off, int len) { in BigInteger()
338 public BigInteger(byte[] val) { in BigInteger()
350 private BigInteger(int[] val) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
1201 private BigInteger(long val) { in BigInteger()
1225 private static BigInteger valueOf(int val[]) { in valueOf()
1454 private static int[] subtract(long val, int[] little) { in subtract()
[all …]
/aosp_15_r20/external/toybox/toys/pending/
H A Dmodprobe.c55 static char *path2mod(char *file, char *mod) in path2mod()
135 static struct module_s *get_mod(char *mod, uint8_t add) in get_mod()
309 struct module_s *mod; in find_dep() local
362 struct module_s *mod = get_mod(name, 1); in add_mod() local
383 char *fmt, *var, *val; in add_cmdopt() local
/aosp_15_r20/external/kmod/tools/
H A Dmodprobe.c195 const char *val; in show_config() local
222 struct kmod_module *mod; in show_modversions() local
250 struct kmod_module *mod; in show_exports() local
330 static int rmmod_do_remove_module(struct kmod_module *mod) in rmmod_do_remove_module()
409 static int rmmod_do_module(struct kmod_module *mod, int flags) in rmmod_do_module()
523 struct kmod_module *mod = kmod_module_get_module(l); in rmmod() local
573 static int insmod_insert(struct kmod_module *mod, int flags, in insmod_insert()
618 struct kmod_module *mod = NULL; in insmod() local
/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue_print.c127 static inline void rogue_print_val(FILE *fp, unsigned val) in rogue_print_val()
217 uint64_t mod = dst->mod; in rogue_print_alu_dst() local
229 uint64_t mod = src->mod; in rogue_print_alu_src() local
239 uint64_t mod = alu->mod; in rogue_print_alu_mods() local
298 uint64_t mod = backend->mod; in rogue_print_backend_mods() local
336 uint64_t mod = ctrl->mod; in rogue_print_ctrl_mods() local

12345678910>>...40