| /src/external/gpl3/gdb/dist/sim/d10v/ |
| endian.c | 16 get_word (const uint8_t *x) function
|
| d10v-sim.h | 452 extern uint16_t get_word (const uint8_t *); 460 #define RW(x) get_word (dmem_addr (sd, cpu, x)) 463 #define READ_16(x) get_word(x)
|
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| endian.c | 16 get_word (const uint8_t *x) function
|
| d10v-sim.h | 452 extern uint16_t get_word (const uint8_t *); 460 #define RW(x) get_word (dmem_addr (sd, cpu, x)) 463 #define READ_16(x) get_word(x)
|
| /src/sys/arch/vax/vax/ |
| db_disasm.c | 116 static inline int get_word(inst_buffer * ib); 168 symname, (unsigned short) get_word(&ib)); 235 ib->off = (short) get_word(ib); 368 tmp = (signed short) get_word(ib); 406 tmp = (signed short) get_word(ib); 448 get_word(inst_buffer *ib) function
|
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| command.cpp | 258 int get_word(string &word_buffer) function 776 int res = get_word(command); 784 while ((res = get_word(command)) == 1) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| resrc.c | 190 static int get_word (FILE *, const char *); 638 get_word (FILE *e, const char *msg) 783 get_word (e, real_filename); 784 type = get_word (e, real_filename); 785 count = get_word (e, real_filename); 799 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename); 800 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename); 1184 get_word (e, real_filename); 1185 type = get_word (e, real_filename); 1186 count = get_word (e, real_filename) 637 get_word (FILE *e, const char *msg) function [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| resrc.c | 190 static int get_word (FILE *, const char *); 638 get_word (FILE *e, const char *msg) 783 get_word (e, real_filename); 784 type = get_word (e, real_filename); 785 count = get_word (e, real_filename); 799 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename); 800 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename); 1184 get_word (e, real_filename); 1185 type = get_word (e, real_filename); 1186 count = get_word (e, real_filename) 637 get_word (FILE *e, const char *msg) function [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| histexpand.c | 1479 goto get_word; /* digit sequence is part of a word */ 1517 goto get_word; 1524 get_word:
|