Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 1125) sorted by relevance

12345678910>>...45

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-ia64-opc.c63 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()
185 ext_imms_scaled (const struct ia64_operand *self, ia64_insn code, in ext_imms_scaled()
[all …]
H A Delf32-ip2k.c52 #define IS_PAGE_OPCODE(code) \ argument
61 #define IS_JMP_OPCODE(code) \ argument
70 #define IS_SNC_OPCODE(code) \ argument
79 #define IS_INC_1SP_OPCODE(code) \ argument
88 #define IS_ADD_2SP_W_OPCODE(code) \ argument
98 #define IS_ADD_W_WREG_OPCODE(code) \ argument
107 #define IS_ADD_PCL_W_OPCODE(code) \ argument
123 #define IS_SKIP_OPCODE(code) \ argument
180 bfd_reloc_code_real_type code) in ip2k_reloc_type_lookup()
237 ip2k_is_opcode (bfd_byte *code, const struct ip2k_opcode *opcodes) in ip2k_is_opcode()
[all …]
H A Delf32-m68hc11.c346 bfd_reloc_code_real_type code) in bfd_elf32_bfd_reloc_type_lookup()
476 unsigned char code; member
517 find_relaxable_insn (unsigned char code) in find_relaxable_insn()
547 unsigned char code; in m68hc11_relax_group() local
749 unsigned char code; in m68hc11_elf_relax_section() local
882 unsigned char code; in m68hc11_elf_relax_section() local
930 unsigned char code; in m68hc11_elf_relax_section() local
1006 unsigned char code; in m68hc11_elf_relax_section() local
1131 unsigned char code; in m68hc11_elf_relax_delete_bytes() local
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcpu-ia64-opc.c63 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()
117 ins_immus8 (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immus8()
125 ext_immus8 (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immus8()
139 ia64_insn *code, int scale) in ins_imms_scaled()
162 ext_imms_scaled (const struct ia64_operand *self, ia64_insn code, in ext_imms_scaled()
184 ins_imms (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_imms()
190 ins_immsu4 (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immsu4()
[all …]
H A Delf32-ip2k.c97 #define IS_PAGE_OPCODE(code) \ argument
106 #define IS_JMP_OPCODE(code) \ argument
115 #define IS_CALL_OPCODE(code) \ argument
124 #define IS_SNC_OPCODE(code) \ argument
133 #define IS_INC_1SP_OPCODE(code) \ argument
142 #define IS_ADD_2SP_W_OPCODE(code) \ argument
152 #define IS_ADD_W_WREG_OPCODE(code) \ argument
161 #define IS_ADD_PCL_W_OPCODE(code) \ argument
177 #define IS_SKIP_OPCODE(code) \ argument
232 ip2k_reloc_type_lookup (abfd, code) in ip2k_reloc_type_lookup() argument
[all …]
H A Delf32-m68hc11.c345 bfd_reloc_code_real_type code) in bfd_elf32_bfd_reloc_type_lookup()
475 unsigned char code; member
516 find_relaxable_insn (unsigned char code) in find_relaxable_insn()
546 unsigned char code; in m68hc11_relax_group() local
759 unsigned char code; in m68hc11_elf_relax_section() local
892 unsigned char code; in m68hc11_elf_relax_section() local
940 unsigned char code; in m68hc11_elf_relax_section() local
1016 unsigned char code; in m68hc11_elf_relax_section() local
1141 unsigned char code; in m68hc11_elf_relax_delete_bytes() local
/openbsd-src/lib/libmenu/
H A Dmenu.priv.h140 #define returnItem(code) TRACE_RETURN1(code,item) argument
141 #define returnItemPtr(code) TRACE_RETURN1(code,item_ptr) argument
142 #define returnItemOpts(code) TRACE_RETURN1(code,item_opts) argument
143 #define returnMenu(code) TRACE_RETURN1(code,menu) argument
144 #define returnMenuHook(code) TRACE_RETURN1(code,menu_hook) argument
145 #define returnMenuOpts(code) TRACE_RETURN1(code,menu_opts) argument
156 #define returnItem(code) return code argument
157 #define returnItemPtr(code) return code argument
158 #define returnItemOpts(code) return code argument
159 #define returnMenu(code) return code argument
[all …]
H A Dm_trace.c46 _nc_retrace_item_ptr(ITEM ** code) in _nc_retrace_item_ptr()
53 _nc_retrace_item_opts(Item_Options code) in _nc_retrace_item_opts()
60 _nc_retrace_menu(MENU * code) in _nc_retrace_menu()
67 _nc_retrace_menu_hook(Menu_Hook code) in _nc_retrace_menu_hook()
74 _nc_retrace_menu_opts(Menu_Options code) in _nc_retrace_menu_opts()
/openbsd-src/lib/libcurses/trace/
H A Dlib_trace.c309 _nc_retrace_bool(int code) in _nc_retrace_bool()
317 _nc_retrace_char(int code) in _nc_retrace_char()
325 _nc_retrace_int(int code) in _nc_retrace_int()
333 _nc_retrace_unsigned(unsigned code) in _nc_retrace_unsigned()
341 _nc_retrace_ptr(char *code) in _nc_retrace_ptr()
349 _nc_retrace_cptr(const char *code) in _nc_retrace_cptr()
357 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) in _nc_retrace_cvoid_ptr()
365 _nc_retrace_void_ptr(void *code) in _nc_retrace_void_ptr()
373 _nc_retrace_sp(SCREEN *code) in _nc_retrace_sp()
381 _nc_retrace_win(WINDOW *code) in _nc_retrace_win()
/openbsd-src/lib/libform/
H A Dform.priv.h232 #define returnField(code) TRACE_RETURN1(code,field) argument
233 #define returnFieldPtr(code) TRACE_RETURN1(code,field_ptr) argument
234 #define returnForm(code) TRACE_RETURN1(code,form) argument
235 #define returnFieldType(code) TRACE_RETURN1(code,field_type) argument
236 #define returnFormHook(code) TRACE_RETURN1(code,form_hook) argument
246 #define returnFieldPtr(code) return code argument
247 #define returnFieldType(code) return code argument
248 #define returnField(code) return code argument
249 #define returnForm(code) return code argument
250 #define returnFormHook(code) return code argument
H A Df_trace.c46 _nc_retrace_field(FIELD *code) in _nc_retrace_field()
53 _nc_retrace_field_type(FIELDTYPE *code) in _nc_retrace_field_type()
60 _nc_retrace_form(FORM *code) in _nc_retrace_form()
67 _nc_retrace_form_hook(Form_Hook code) in _nc_retrace_form_hook()
/openbsd-src/lib/libcurses/base/
H A Dlib_scanw.c52 int code = ERR; in NCURSES_EXPORT() local
67 int code = ERR; in vw_scanw() local
81 int code; in scanw() local
95 int code; in wscanw() local
109 int code; in mvscanw() local
121 int code; in mvwscanw() local
H A Dlib_printw.c51 int code; in NCURSES_EXPORT() local
72 int code; in wprintw() local
92 int code; in mvprintw() local
115 int code; in mvwprintw() local
139 int code = ERR; in vwprintw() local
157 int code = ERR; in vw_printw() local
H A Dlib_addstr.c56 int code = ERR; in NCURSES_EXPORT() local
88 int code = OK; in waddchnstr() local
140 int code = OK; in wadd_wchnstr() local
229 int code = ERR; in waddnwstr() local
H A Dlib_driver.c56 int code = ERR; in _nc_get_driver() local
99 int code = ERR; in NCURSES_SP_NAME() local
115 int code = ERR; in NCURSES_SP_NAME() local
134 int code = ERR; in NCURSES_SP_NAME() local
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-radius.c51 int code; member
80 int code; member
153 static void r_print_att(int code, int len, const u_char *data) { in r_print_att()
189 static void r_print_int(int code, int len, const u_char *data) { in r_print_int()
198 static void r_print_address(int code, int len, const u_char *data) { in r_print_address()
207 static void r_print_string(int code, int len, const u_char *data) { in r_print_string()
225 static void r_print_hex(int code, int len, const u_char *data) { in r_print_hex()
/openbsd-src/usr.bin/tmux/
H A Dtty-term.c362 struct tty_code *code; in tty_term_apply() local
526 struct tty_code *code; tty_term_create() local
744 tty_term_has(struct tty_term * term,enum tty_code_code code) tty_term_has() argument
750 tty_term_string(struct tty_term * term,enum tty_code_code code) tty_term_string() argument
760 tty_term_string_i(struct tty_term * term,enum tty_code_code code,int a) tty_term_string_i() argument
773 tty_term_string_ii(struct tty_term * term,enum tty_code_code code,int a,int b) tty_term_string_ii() argument
786 tty_term_string_iii(struct tty_term * term,enum tty_code_code code,int a,int b,int c) tty_term_string_iii() argument
800 tty_term_string_s(struct tty_term * term,enum tty_code_code code,const char * a) tty_term_string_s() argument
813 tty_term_string_ss(struct tty_term * term,enum tty_code_code code,const char * a,const char * b) tty_term_string_ss() argument
827 tty_term_number(struct tty_term * term,enum tty_code_code code) tty_term_number() argument
837 tty_term_flag(struct tty_term * term,enum tty_code_code code) tty_term_flag() argument
847 tty_term_describe(struct tty_term * term,enum tty_code_code code) tty_term_describe() argument
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Ddouble-int.c210 double_int_divmod (double_int a, double_int b, bool uns, unsigned code, in double_int_divmod()
223 double_int_sdivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_sdivmod()
231 double_int_udivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_udivmod()
241 double_int_div (double_int a, double_int b, bool uns, unsigned code) in double_int_div()
251 double_int_sdiv (double_int a, double_int b, unsigned code) in double_int_sdiv()
259 double_int_udiv (double_int a, double_int b, unsigned code) in double_int_udiv()
269 double_int_mod (double_int a, double_int b, bool uns, unsigned code) in double_int_mod()
280 double_int_smod (double_int a, double_int b, unsigned code) in double_int_smod()
288 double_int_umod (double_int a, double_int b, unsigned code) in double_int_umod()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-pretty-print.c92 const enum tree_code code = TREE_CODE (t); local
576 enum tree_code code = TREE_CODE (TREE_TYPE (e)); local
596 const enum tree_code code = TREE_CODE (type); local
632 enum tree_code code = TREE_CODE (e); local
777 enum tree_code code = TREE_CODE (e); local
854 enum tree_code code = TREE_CODE (e); local
883 enum tree_code code = TREE_CODE (e); local
909 enum tree_code code = TREE_CODE (e); local
931 enum tree_code code = TREE_CODE (e); local
963 enum tree_code code = TREE_CODE (e); local
[all …]
/openbsd-src/sys/sys/
H A Dsyscall_mi.h56 pin_check(struct proc * p,register_t code) pin_check() argument
133 mi_syscall(struct proc * p,register_t code,const struct sysent * callp,register_t * argp,register_t retval[2]) mi_syscall() argument
190 mi_syscall_return(struct proc * p,register_t code,int error,const register_t retval[2]) mi_syscall_return() argument
221 int code = (p->p_flag & P_THREAD) ? SYS___tfork : mi_child_return() local
[all...]
/openbsd-src/usr.sbin/smtpd/
H A Desc.c28 enum enhanced_status_code code; member
98 esc_code(enum enhanced_status_class class, enum enhanced_status_code code) in esc_code()
108 esc_description(enum enhanced_status_code code) in esc_description()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
227 unsigned code, const DataTy &data) { in emit()
256 unsigned code, StringRef data) { in emit()
263 unsigned code, const ArrayTy &array) { in emit()
275 unsigned code, ElementDataTy element, DataTy... data) { in emit()
282 unsigned code, std::nullopt_t) { in emit()
311 unsigned code, StringRef data) { in emit()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dpdp11-dis.c81 print_operand (bfd_vma *memaddr, int code, disassemble_info *info) in print_operand()
173 print_foperand (bfd_vma *memaddr, int code, disassemble_info *info) in print_foperand()
332 int code = opcode & 0xff; in print_insn_pdp11() local
340 int code = opcode & 0x3f; in print_insn_pdp11() local
348 int code = opcode & 7; in print_insn_pdp11() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dpdp11-dis.c100 print_operand (memaddr, code, info) in print_operand() argument
192 print_foperand (memaddr, code, info) in print_foperand() argument
355 int code = opcode & 0xff; local
363 int code = opcode & 0x3f; local
371 int code = opcode & 7; local
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-reader.c175 int code = get_attribute (jcf); variable
381 int code = get_attribute (jcf); variable
411 int code = get_attribute (jcf); variable
434 int code = jcf_parse_one_method (jcf); variable
456 int code = get_attribute (jcf); variable

12345678910>>...45