| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | bpf-opc.c | 430 bpf_handle_endianness (bpf_insn_word word, enum bpf_endian endian) in bpf_handle_endianness() 457 bpf_match_insn (bpf_insn_word word, in bpf_match_insn() 480 bpf_extract_src (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_src() 487 bpf_extract_dst (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_dst() 494 bpf_extract_offset16 (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_offset16() 501 bpf_extract_imm32 (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_imm32()
|
| D | hppa-dis.c | 220 extract_3 (unsigned word) in extract_3() 226 extract_5_load (unsigned word) in extract_5_load() 234 extract_5_store (unsigned word) in extract_5_store() 242 extract_5r_store (unsigned word) in extract_5r_store() 250 extract_5R_store (unsigned word) in extract_5R_store() 258 extract_10U_store (unsigned word) in extract_10U_store() 266 extract_5Q_store (unsigned word) in extract_5Q_store() 274 extract_11 (unsigned word) in extract_11() 282 extract_14 (unsigned word) in extract_14() 290 extract_16 (unsigned word) in extract_16() [all …]
|
| D | aarch64-dis-2.c | 27 aarch64_opcode_lookup_1 (uint32_t word) in aarch64_opcode_lookup_1() 32127 aarch64_opcode_lookup (uint32_t word) in aarch64_opcode_lookup()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | bpf-opc.c | 426 bpf_handle_endianness (bpf_insn_word word, enum bpf_endian endian) in bpf_handle_endianness() 453 bpf_match_insn (bpf_insn_word word, in bpf_match_insn() 476 bpf_extract_src (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_src() 483 bpf_extract_dst (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_dst() 490 bpf_extract_offset16 (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_offset16() 497 bpf_extract_imm32 (bpf_insn_word word, enum bpf_endian endian) in bpf_extract_imm32()
|
| D | hppa-dis.c | 220 extract_3 (unsigned word) in extract_3() 226 extract_5_load (unsigned word) in extract_5_load() 234 extract_5_store (unsigned word) in extract_5_store() 242 extract_5r_store (unsigned word) in extract_5r_store() 250 extract_5R_store (unsigned word) in extract_5R_store() 258 extract_10U_store (unsigned word) in extract_10U_store() 266 extract_5Q_store (unsigned word) in extract_5Q_store() 274 extract_11 (unsigned word) in extract_11() 282 extract_14 (unsigned word) in extract_14() 290 extract_16 (unsigned word) in extract_16() [all …]
|
| D | aarch64-dis-2.c | 27 aarch64_opcode_lookup_1 (uint32_t word) in aarch64_opcode_lookup_1() 32809 aarch64_opcode_lookup (uint32_t word) in aarch64_opcode_lookup()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | bits.c | 28 LSMASKED64 (uint64_t word, in LSMASKED64() 49 MASKED32(uint32_t word, in MASKED32() 58 MASKED64(uint64_t word, in MASKED64() 67 MASKED(unsigned_word word, in MASKED() 78 EXTRACTED(unsigned_word word, in EXTRACTED() 97 INSERTED(unsigned_word word, in INSERTED()
|
| /netbsd/src/external/bsd/openpam/dist/t/ |
| D | t_openpam_readword.c | 264 const char *word = "hello"; variable 278 const char *word = "hello"; variable 292 const char *word = "hello"; variable 306 const char *word = "hello"; variable 320 const char *word = "hello"; variable 334 const char *word = "hello"; variable 349 const char *word = "hello#world"; variable 363 const char *word[] = { "hello", "world" }; variable
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-completion.py | 38 def complete(self, text, word): argument 49 def complete(self, text, word): argument 60 def complete(self, text, word): argument 80 def complete(self, text, word): argument 91 def complete(self, text, word): argument 113 def complete(self, text, word): argument 135 def complete(self, text, word): argument 157 def complete(self, text, word): argument 179 def complete(self, text, word): argument 201 def complete(self, text, word): argument [all …]
|
| /netbsd/src/usr.bin/ftp/ |
| D | complete.c | 79 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous() 131 complete_command(char *word, int list) in complete_command() 161 complete_local(char *word, int list) in complete_local() 243 complete_option(char *word, int list) in complete_option() 273 complete_remote(char *word, int list) in complete_remote() 354 static char word[FTPBUFLEN]; in complete() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| D | frame_filters.py | 164 def _complete_frame_filter_list(text, word, all_flag): argument 202 def _complete_frame_filter_name(word, printer_dict): argument 243 def complete(self, text, word): argument 277 def complete(self, text, word): argument 362 def complete(self, text, word): argument 442 def complete(self, text, word): argument
|
| D | type_printers.py | 88 def add_some(self, result, word, printers): argument 93 def complete(self, text, word): argument
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | completer.c | 211 const char *text, const char *word) in filename_completer() 258 const char *text, const char *word) in filename_completer_handle_brkchars() 458 completion_tracker::completes_to_completion_word (const char *word) in completes_to_completion_word() 492 const char *word = completion_find_completion_word (tracker, text, in complete_nested_command_line() local 521 const char *text, const char *word) in complete_files_symbols() 680 const char *word in complete_address_and_linespec_locations() local 728 const char *word, in collect_explicit_location_matches() 997 const char *word in location_completer() local 1080 const char *text, const char *word) in complete_expression() 1112 const char *text, const char *word) in expression_completer() [all …]
|
| D | maint-test-options.c | 376 const char *text, const char *word) in maintenance_test_options_require_delimiter_command_completer() 388 const char *text, const char *word) in maintenance_test_options_unknown_is_error_command_completer() 400 const char *text, const char *word) in maintenance_test_options_unknown_is_operand_command_completer()
|
| D | rs6000-lynx178-tdep.c | 126 gdb_byte word[PPC_MAX_REGISTER_SIZE]; in rs6000_lynx178_push_dummy_call() local 144 gdb_byte word[PPC_MAX_REGISTER_SIZE]; in rs6000_lynx178_push_dummy_call() local
|
| /netbsd/src/usr.bin/mail/ |
| D | complete.c | 248 complete_ambiguous(EditLine *el, char *word, int dolist, StringList *words) in complete_ambiguous() 301 complete_command(EditLine *el, char *word, int dolist) in complete_command() 331 complete_filename(EditLine *el, char *word, int dolist) in complete_filename() 425 find_execs(char *word, char *path, StringList *list) in find_execs() 494 complete_executable(EditLine *el, char *word, int dolist) in complete_executable() 547 complete_set(EditLine *el, char *word, int dolist) in complete_set() 586 complete_alias(EditLine *el, char *word, int dolist) in complete_alias() 630 complete_smopts(EditLine *el, char *word, int dolist) in complete_smopts() 695 complete_thread_key(EditLine *el, char *word, int dolist) in complete_thread_key() 875 char *word; in split_word() local [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-endian.c | 99 sim_endian_split_16 (unsigned_16 word, int w) in sim_endian_split_16() 117 unsigned_16 word; in sim_endian_join_16() local
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| D | sel.c | 54 eval_word(hx509_context context, hx509_env env, struct hx_expr *word) in eval_word() 74 find_variable(hx509_context context, hx509_env env, struct hx_expr *word) in find_variable()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | chew.c | 120 char *word; member 358 exec (dict_type *word) in exec() 1126 nextword (char *string, char **word) in nextword() 1214 lookup_word (char *word) in lookup_word() 1272 dict_type *word; in perform() local 1296 newentry (char *word) in newentry() 1309 add_to_definition (dict_type *entry, pcu word) in add_to_definition() 1354 char *word; in compile() local
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/doc/ |
| D | chew.c | 120 char *word; member 358 exec (dict_type *word) in exec() 1124 nextword (char *string, char **word) in nextword() 1212 lookup_word (char *word) in lookup_word() 1270 dict_type *word; in perform() local 1294 newentry (char *word) in newentry() 1307 add_to_definition (dict_type *entry, pcu word) in add_to_definition() 1352 char *word; in compile() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-cmd.c | 170 const char *text, const char *word) in cmdpy_completer_helper() 230 const char *text, const char *word) in cmdpy_completer_handle_brkchars() 270 const char *text, const char *word) in cmdpy_completer()
|
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_common.h | 49 u16 word[2]; member
|
| /netbsd/src/lib/libskey/ |
| D | put.c | 2123 char *word; in etob() local 2268 static void standard(char *word) in standard()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | line_wrap.c | 82 const char *word; in line_wrap() local
|
| /netbsd/src/sys/arch/powerpc/fpu/ |
| D | fpu_emu.c | 308 uint32_t sign, frac, word; in fpu_to_single() local 464 uint32_t word; in fpu_execute() local
|