Home
last modified time | relevance | path

Searched defs:word (Results 1 – 25 of 84) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dhppa-dis.c219 extract_3 (unsigned word) in extract_3()
225 extract_5_load (unsigned word) in extract_5_load()
233 extract_5_store (unsigned word) in extract_5_store()
241 extract_5r_store (unsigned word) in extract_5r_store()
249 extract_5R_store (unsigned word) in extract_5R_store()
257 extract_10U_store (unsigned word) in extract_10U_store()
265 extract_5Q_store (unsigned word) in extract_5Q_store()
273 extract_11 (unsigned word) in extract_11()
281 extract_14 (unsigned word) in extract_14()
289 extract_16 (unsigned word) in extract_16()
[all …]
Darc-dis.c60 #define BIT(word,n) ((word) & (1 << n)) argument
61 #define BITS(word,s,e) (((word) << (31 - e)) >> (s + (31 - e))) argument
62 #define OPCODE(word) (BITS ((word), 27, 31)) argument
63 #define FIELDA(word) (BITS ((word), 21, 26)) argument
64 #define FIELDB(word) (BITS ((word), 15, 20)) argument
65 #define FIELDC(word) (BITS ((word), 9, 14)) argument
69 #define FIELDD(word) (BITS (((signed int)word), 0, 8)) argument
/mirbsd/src/usr.bin/ftp/
Dcomplete.c79 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous()
131 complete_command(char *word, int list) in complete_command()
157 complete_local(char *word, int list) in complete_local()
210 complete_remote(char *word, int list) in complete_remote()
290 static char word[FTPBUFLEN]; in complete() local
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcompleter.c119 filename_completer (char *text, char *word) in filename_completer()
202 location_completer (char *text, char *word) in location_completer()
343 command_completer (char *text, char *word) in command_completer()
387 char *word; in complete_line() local
Dppc-sysv-tdep.c245 gdb_byte word[MAX_REGISTER_SIZE]; in ppc_sysv_abi_push_dummy_call() local
442 int word = 0; in do_ppc_sysv_return_value() local
465 int word = 0; in do_ppc_sysv_return_value() local
757 ULONGEST word = unpack_long (type, val); in ppc64_sysv_abi_push_dummy_call() local
Dhppa-tdep.c99 hppa_get_field (unsigned word, int from, int to) in hppa_get_field()
107 hppa_extract_5_load (unsigned word) in hppa_extract_5_load()
115 hppa_extract_5r_store (unsigned word) in hppa_extract_5r_store()
123 hppa_extract_5R_store (unsigned word) in hppa_extract_5R_store()
131 hppa_extract_14 (unsigned word) in hppa_extract_14()
139 hppa_extract_21 (unsigned word) in hppa_extract_21()
161 hppa_extract_17 (unsigned word) in hppa_extract_17()
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dchew.c283 char *word; member
356 exec (word) in exec() argument
1123 nextword (string, word) in nextword() argument
1212 lookup_word (word) in lookup_word() argument
1238 dict_type *word; in perform() local
1262 newentry (word) in newentry() argument
1276 add_to_definition (entry, word) in add_to_definition() argument
1317 char *word; local
/mirbsd/src/usr.bin/locate/locate/
Dutil.c208 tolower_word(word) in tolower_word() argument
269 int word; local
/mirbsd/src/usr.bin/make/
Ddir.c394 DirMatchFilesi(const char *word, const char *eword, Path *p, Lst expansions) in DirMatchFilesi()
424 PathMatchFilesi(const char *word, const char *eword, Lst path, Lst expansions) in PathMatchFilesi()
433 DirPrintWord(void *word) in DirPrintWord()
450 DirExpandWildi(const char *word, const char *eword, Lst path, Lst expansions) in DirExpandWildi()
516 DirExpandCurlyi(const char *word, const char *eword, Lst path, Lst expansions) in DirExpandCurlyi()
606 Dir_Expandi(const char *word, const char *eword, Lst path, Lst expansions) in Dir_Expandi()
Dvarmodifiers.c266 VarHead(struct Name *word, bool addSpace, Buffer buf, void *dummy UNUSED) in VarHead()
293 VarTail(struct Name *word, bool addSpace, Buffer buf, void *dummy UNUSED) in VarTail()
314 VarSuffix(struct Name *word, bool addSpace, Buffer buf, void *dummy UNUSED) in VarSuffix()
336 VarRoot(struct Name *word, bool addSpace, Buffer buf, void *dummy UNUSED) in VarRoot()
357 VarMatch(struct Name *word, bool addSpace, Buffer buf, in VarMatch()
378 VarNoMatch(struct Name *word, bool addSpace, Buffer buf, in VarNoMatch()
393 VarUniq(struct Name *word, bool addSpace, Buffer buf, void *lastp) in VarUniq()
411 VarLoop(struct Name *word, bool addSpace, Buffer buf, void *vp) in VarLoop()
592 VarSYSVMatch(struct Name *word, bool addSpace, Buffer buf, in VarSYSVMatch()
666 VarSubstitute(struct Name *word, bool addSpace, Buffer buf, in VarSubstitute()
[all …]
/mirbsd/src/lib/libskey/
Dput.c369 char *word; in etob() local
492 standard(char *word) in standard()
/mirbsd/src/usr.bin/yacc/
Dclosure.c147 unsigned word; in closure() local
238 unsigned word; in print_EFF() local
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_expr_eval.c164 char *word; in ssl_expr_eval_comp() local
176 char *word; in ssl_expr_eval_comp() local
/mirbsd/src/sys/ddb/
Ddb_hangman.c138 db_hang(tries, word, sabc) in db_hang() argument
184 char *word; local
/mirbsd/src/sys/arch/sparc/dev/
Dcgtworeg.h65 u_short word[CG2_HEIGHT][CG2_WIDTH/(CG2_N_PLANE * sizeof(u_short))]; member
149 u_short word; member
158 u_short word; member
174 u_short word; member
236 u_short word; member
257 u_short word; member
/mirbsd/src/usr.bin/mail/
Dlex.c294 char word[LINESIZE]; in execute() local
550 lex(char *word) in lex()
Dhead.c103 char word[LINESIZE]; in parse() local
/mirbsd/src/gnu/usr.sbin/sendmail/include/sm/
Dbitops.h55 # define bitset(bit, word) (((word) & (bit)) != 0) argument
/mirbsd/src/usr.bin/awk/
Dlex.c43 const char *word; member
467 int word(char *w) in word() function
/mirbsd/src/usr.bin/elf2olf/
Delf2olf.c59 #define word(x,y)((y == ELFDATA2LSB) ? ntohl(htonl(x)) : ntohl(x)) macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-i960.c150 int word = bfd_get_32 (abfd, (bfd_byte *)data + reloc_entry->address); local
497 unsigned long word; local
Dbout.c548 int word = bfd_get_32 (abfd, src); in calljx_callback() local
588 int word = bfd_get_32 (abfd, (bfd_byte *) data + srcidx); in callj_callback() local
1306 long int word = bfd_get_32 (input_bfd, in b_out_bfd_get_relocated_section_contents() local
1326 long int word = bfd_get_32 (input_bfd, in b_out_bfd_get_relocated_section_contents() local
/mirbsd/src/usr.bin/less/
Dcmdbuf.c730 char *word; in delimit_word() local
817 char *word; in init_compl() local
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dx86_64-gcc.c61 #define mul_add(r,a,word,carry) do { \ argument
78 #define mul(r,a,word,carry) do { \ argument
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmacro.c162 char **arglist, *word; in get_brace_args() local
243 char *word; in get_macro_args() local
498 char *word = NULL; in define_macro() local

1234