Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/netbsd-src/sys/kern/
H A Dkern_scdebug.c111 #define SCDEBUG_KERNHIST_FUNC(a) KERNHIST_FUNC(a) argument
112 #define SCDEBUG_KERNHIST_CALLED(a) KERNHIST_CALLED(a) argument
113 #define SCDEBUG_KERNHIST_LOG(a,b,c,d,e,f) KERNHIST_LOG(a,b,c,d,e,f) argument
115 #define SCDEBUG_KERNHIST_FUNC(a) {} /* nothing */ argument
116 #define SCDEBUG_KERNHIST_CALLED(a) {} /* nothing */ argument
117 #define SCDEBUG_KERNHIST_LOG(a,b,c,d,e,f) {} /* nothing */ argument
124 #define CODE_NOT_OK(code, em) ((int)(code) < 0) argument
126 #define CODE_NOT_OK(code, em) (((int)(code) < 0) || \ argument
131 scdebug_call(register_t code, const register_t args[]) in scdebug_call()
242 scdebug_ret(register_t code, int error, const register_t retval[]) in scdebug_ret()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format.c42 struct { int code; int (*setter)(struct archive *); } codes[] = member
69 archive_write_set_format(struct archive *a, int code) in archive_write_set_format()
83 __archive_write_entry_filetype_unsupported(struct archive *a, in __archive_write_entry_filetype_unsupported()
H A Darchive_write_add_filter.c41 struct { int code; int (*setter)(struct archive *); } codes[] = member
60 archive_write_add_filter(struct archive *a, int code) in archive_write_add_filter()
H A Darchive_read_set_format.c37 archive_read_set_format(struct archive *_a, int code) in archive_read_set_format()
41 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_format() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_set_error.c29 test(struct archive *a, int code, const char *msg) in test()
39 struct archive* a = archive_read_new(); in DEFINE_TEST() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc53 gimplify_build3 (gimple_stmt_iterator *gsi, enum tree_code code, in gimplify_build3()
54 tree type, tree a, tree b, tree c) in gimplify_build3()
67 gimplify_build2 (gimple_stmt_iterator *gsi, enum tree_code code, in gimplify_build2()
68 tree type, tree a, tree b) in gimplify_build2()
81 gimplify_build1 (gimple_stmt_iterator *gsi, enum tree_code code, tree type, in gimplify_build1()
82 tree a) in gimplify_build1()
123 HOST_WIDE_INT a[WIDE_INT_MAX_ELTS]; in build_replicated_const() local
201 do_unop (gimple_stmt_iterator *gsi, tree inner_type, tree a, in do_unop()
203 enum tree_code code, tree type ATTRIBUTE_UNUSED) in do_unop()
210 do_binop (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, in do_binop()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c60 #define OVERFLOW_SUM_SIGN(a, b, sum) ((~((a) ^ (b)) & ((a) ^ (sum))) < 0) argument
346 div_and_round_double (unsigned code, int uns, in div_and_round_double()
800 const double_int &a = *this; variable
821 const double_int &a = *this; in mul_with_sign() local
847 const double_int &a = *this; variable
869 const double_int &a = *this; in add_with_sign() local
881 const double_int &a = *this; variable
917 const double_int &a = *this; variable
937 double_int::divmod_with_overflow (double_int b, bool uns, unsigned code, in divmod_with_overflow()
940 const double_int &a = *this; in divmod_with_overflow() local
[all …]
H A Dtree-vect-generic.c78 HOST_WIDE_INT a[WIDE_INT_MAX_ELTS]; in build_replicated_const() local
157 do_unop (gimple_stmt_iterator *gsi, tree inner_type, tree a, in do_unop()
159 enum tree_code code, tree type ATTRIBUTE_UNUSED) in do_unop()
166 do_binop (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, in do_binop()
167 tree bitpos, tree bitsize, enum tree_code code, in do_binop()
184 do_compare (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, in do_compare()
185 tree bitpos, tree bitsize, enum tree_code code, tree type) in do_compare()
213 do_plus_minus (gimple_stmt_iterator *gsi, tree word_type, tree a, tree b, in do_plus_minus()
215 enum tree_code code, tree type ATTRIBUTE_UNUSED) in do_plus_minus()
312 tree a, tree b, enum tree_code code) in expand_vector_parallel()
[all …]
/netbsd-src/sys/arch/aarch64/aarch64/
H A Daarch32_syscall.c84 uint32_t code = tf->tf_reg[SYSCALL_CODE_REG]; in EMULNAME() local
93 uint32_t code = tf->tf_esr & 0xffff; /* XXX: 16-23bits are omitted */ in EMULNAME() local
170 #define KDTRACE_ENTRY(a) (a) in EMULNAME() argument
172 #define KDTRACE_ENTRY(a) (0) in EMULNAME() argument
/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dfunc_call.c8 static long SLJIT_CALL print_num(long a) in print_num()
25 static int func_call(long a, long b, long c) in func_call()
27 void *code; in func_call() local
H A Dtemp_var.c8 static long SLJIT_CALL print_arr(long *a, long n) in print_arr()
29 static int temp_var(long a, long b, long c) in temp_var()
31 void *code; in temp_var() local
H A Dfirst_program.c8 static int add3(long a, long b, long c) in add3()
10 void *code; in add3() local
H A Dloop.c22 static int loop(long a, long b) in loop()
24 void *code; in loop() local
H A Dbranch.c19 static int branch(long a, long b, long c) in branch()
21 void *code; in branch() local
H A Darray_access.c8 static long SLJIT_CALL print_num(long a) in print_num()
29 void *code; in array_access() local
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-i386.c30 bfd_i386_compatible (const bfd_arch_info_type *a, in bfd_i386_compatible()
47 bfd_arch_i386_fill (bfd_size_type count, bool code, in bfd_arch_i386_fill()
105 bool code) in bfd_arch_i386_short_nop_fill()
115 bool code) in bfd_arch_i386_long_nop_fill()
H A Dcpu-ia64-opc.c32 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) argument
63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg()
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg()
81 ins_immu (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immu()
100 ext_immu (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immu()
118 ia64_insn *code) in ins_immu5b()
126 ext_immu5b (const struct ia64_operand *self, ia64_insn code, in ext_immu5b()
140 ins_immus8 (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immus8()
148 ext_immus8 (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immus8()
162 ia64_insn *code, int scale) in ins_imms_scaled()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcpu-i386.c30 bfd_i386_compatible (const bfd_arch_info_type *a, in bfd_i386_compatible()
47 bfd_arch_i386_fill (bfd_size_type count, bool code, in bfd_arch_i386_fill()
105 bool code) in bfd_arch_i386_short_nop_fill()
115 bool code) in bfd_arch_i386_long_nop_fill()
H A Dcpu-ia64-opc.c32 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) argument
63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg()
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg()
81 ins_immu (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immu()
100 ext_immu (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immu()
118 ia64_insn *code) in ins_immu5b()
126 ext_immu5b (const struct ia64_operand *self, ia64_insn code, in ext_immu5b()
140 ins_immus8 (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immus8()
148 ext_immus8 (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immus8()
162 ia64_insn *code, int scale) in ins_imms_scaled()
[all …]
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip.css13 a, a:link, a:visited, a:active { color: #336699; } selector
64 code, tt, pre { font-size: 120%; } selector
65 code, tt { color: #761596; } selector
/netbsd-src/sys/sys/
H A Dsyscallvar.h73 register_t *rval, int code) in sy_invoke()
80 #define KDTRACE_ENTRY(a) (a) in sy_invoke() argument
82 #define KDTRACE_ENTRY(a) (0) in sy_invoke() argument
/netbsd-src/sys/arch/sparc64/sparc64/
H A Demul.c46 # define DPRINTF(a) uprintf a argument
48 # define DPRINTF(a) argument
115 decodeaddr(struct trapframe64 *tf, union instr *code, void *val) in decodeaddr()
132 muldiv(struct trapframe64 *tf, union instr *code, int32_t *rd, int32_t *rs1, in muldiv()
243 union instr code; in fixalign() local
379 union instr code; in emulinstr() local
/netbsd-src/sys/arch/sparc/sparc/
H A Demul.c45 # define DPRINTF(a) uprintf a argument
47 # define DPRINTF(a) argument
115 decodeaddr(struct trapframe *tf, union instr *code, void *val) in decodeaddr()
134 union instr *code, int32_t *rd, int32_t *rs1, int32_t *rs2) in muldiv()
246 union instr code; in fixalign() local
387 union instr code; in emulinstr() local
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirp_ho.c62 #define Max(a,b) ((a) > (b) ? (a) : (b)) argument
176 int code; in ho_byname2() local
229 int code; in ho_byaddr() local
292 int code; in ho_next() local
334 int code; in ho_rewind() local
/netbsd-src/sys/arch/hp300/stand/common/
H A Dite_sti.c50 uint8_t *code; member
117 uint8_t *va, *code; in sti_iteinit_common() local
214 } a; in sti_putc() local
254 } a; in sti_do_cursor() local
277 } a; in sti_clear() local
299 } a; in sti_scroll() local
336 } a; in sti_init() local
356 } a; in sti_inqcfg() local

12345678910>>...23