/src/sys/arch/hpcmips/stand/pbsdboot/ |
layout.c | 74 if (*(WORD*)mem == 0xffff) { 76 mem += sizeof(WORD); 77 debug_printf(TEXT("Dlg: menu=%04x\n"), *(WORD*)mem); 78 mem += sizeof(WORD); 80 if (*(WORD*)mem == 0x0000) { 82 mem += sizeof(WORD); 87 while (*(WORD*)mem) { /* zero terminated */ 88 mem += sizeof(WORD); 90 mem += sizeof(WORD); 96 if (*(WORD*)mem == 0xffff) [all...] |
/src/usr.sbin/gspa/gspa/ |
gsp_code.h | 37 #define WORD 3
|
gsp_pseu.c | 84 case WORD: 101 perr("Word value too large"); 133 val = (val + 8) & ~15; /* round to word */
|
gsp_inst.c | 125 {".WORD",WORD, PSEUDO, {0, 0, 0, 0}}, 609 perr("Displacement too large (word)"); 640 perr("Displacement too large (word)");
|
/src/usr.bin/config/ |
gram.y | 192 %token <str> PATHNAME QSTRING WORD EMPTYSTRING 284 XMACHINE WORD '\n' { setmachine($2,NULL,NULL,0); } 285 | XMACHINE WORD WORD '\n' { setmachine($2,$3,NULL,0); } 286 | XMACHINE WORD WORD subarches '\n' { setmachine($2,$3,$4,0); } 287 | IOCONF WORD '\n' { setmachine($2,NULL,NULL,1); } 293 WORD { $$ = new_n($1); } 294 | subarches WORD { $$ = new_nx($2, $1); } 365 DEVICE_MAJOR WORD device_major_char device_major_block fopts devnode [all...] |
/src/sys/arch/sparc/fpu/ |
fpu_div.c | 100 * dispense with the multi-word arithmetic and just build it one word 101 * at a time, writing each result word when it is done. 230 #define WORD(r, i) /* calculate r->fp_mant[i] */ \ 259 WORD(x, 1); 260 WORD(x, 2); 261 WORD(x, 3);
|
/src/sys/dev/microcode/aic7xxx/ |
aicasm_macro_scan.l | 71 WORD [A-Za-z_][-A-Za-z_0-9]* 132 {WORD}[(] {
|
aicasm_scan.l | 80 WORD [A-Za-z_][-A-Za-z_0-9]* 282 <MACRODEF>{WORD}{SPACE} { 295 <MACRODEF>{WORD}\( { 308 <MACROARGLIST>{WORD} { 383 {WORD}\( { 420 {WORD} {
|
/src/sys/arch/m68k/fpe/ |
fpu_div.c | 100 * dispense with the multi-word arithmetic and just build it one word 101 * at a time, writing each result word when it is done. 234 #define WORD(r, i) /* calculate r->fp_mant[i] */ \ 261 WORD(x, 1); 262 WORD(x, 2);
|
/src/sys/arch/powerpc/fpu/ |
fpu_div.c | 104 * dispense with the multi-word arithmetic and just build it one word 105 * at a time, writing each result word when it is done. 259 #define WORD(r, i) /* calculate r->fp_mant[i] */ \ 288 WORD(x, 1); 289 WORD(x, 2); 290 WORD(x, 3);
|
/src/usr.bin/make/unit-tests/ |
dollar.mk | 8 WORD= word 56 $T 'S,$$,word,' ''${DOLLAR_XY:S,$,word,:Q} 57 $T 'S,$$X,word,' ''${DOLLAR_XY:S,$X,word,:Q} 58 $T 'S,$$$$X,word,' ''${DOLLAR_XY:S,$$X,word,:Q} 59 $T 'S,$$$$$$X,word,' ''${DOLLAR_XY:S,$$$X,word,:Q [all...] |
cond-func-empty.mk | 14 WORD= word 28 # The :S modifier replaces the empty value with an actual word. After 116 # The value of the following expression is " word", which is not empty. To be 119 .if empty(:U word) 130 # The variable WORD has the value "word", which does not count as empty. 131 .if empty(WORD) 145 # The argument expands to "WORD", and that variable is defined at the 155 # expect+1: warning: Invalid character " " in variable name " WORD " [all...] |
/src/sys/arch/i386/i386/ |
db_disasm.c | 51 #define WORD 1 66 #define Ew 3 /* address, word size */ 69 #define Rw 6 /* word register, in 'reg' field */ 86 #define Iw 23 /* word immediate, unsigned */ 440 /*0*/ { "fiadd", WORD, 0, 0 }, 441 /*1*/ { "fimul", WORD, 0, 0 }, 442 /*2*/ { "ficom", WORD, 0, 0 }, 443 /*3*/ { "ficomp", WORD, 0, 0 }, 444 /*4*/ { "fisub", WORD, op1(X), db_Esca4 }, 445 /*5*/ { "fisubr", WORD, 0, 0 } [all...] |
/src/sys/arch/amd64/amd64/ |
db_disasm.c | 61 #define WORD 1 84 #define Ew 3 /* address, word size */ 87 #define Rw 6 /* word register, in 'reg' field */ 104 #define Iw 23 /* word immediate, unsigned */ 117 #define Iq 36 /* word immediate, maybe 64bits */ 472 /*0*/ { "fiadd", WORD, 0, 0 }, 473 /*1*/ { "fimul", WORD, 0, 0 }, 474 /*2*/ { "ficom", WORD, 0, 0 }, 475 /*3*/ { "ficomp", WORD, 0, 0 }, 476 /*4*/ { "fisub", WORD, op1(X), db_Esca4 } [all...] |
/src/sys/arch/hpc/stand/hpcboot/ |
file_http.h | 57 int (*_wsa_startup)(WORD, LPWSADATA);
|
file_http.cpp | 38 static int WCE210_WSAStartup(WORD, LPWSADATA); 86 WCE210_WSAStartup(WORD ver, LPWSADATA data) 154 WORD version = MAKEWORD(1, 1);
|
/src/common/dist/zlib/contrib/untgz/ |
untgz.c | 219 st.wYear = (WORD)loctm->tm_year + 1900; 220 st.wMonth = (WORD)loctm->tm_mon + 1; 221 st.wDayOfWeek = (WORD)loctm->tm_wday; 222 st.wDay = (WORD)loctm->tm_mday; 223 st.wHour = (WORD)loctm->tm_hour; 224 st.wMinute = (WORD)loctm->tm_min; 225 st.wSecond = (WORD)loctm->tm_sec;
|
/src/sys/arch/hpc/stand/hpcboot/menu/ |
tabwindow.h | 58 BOOL focusManagerHook(WORD, UINT, HWND);
|
tabwindow.cpp | 78 TabWindowBase::focusManagerHook(WORD vk, UINT flags, HWND prev)
|
/src/common/dist/zlib/contrib/minizip/ |
miniunz.c | 92 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
|
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception_win.cc | 522 case 0x10b70f: // 0f b7 10 : movzx edx, WORD PTR [rax] 896 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals);
|
/src/sys/external/bsd/acpica/dist/tests/misc/ |
grammar.asl | 1369 Store ("++++++++ Word BufferField I/O PASS", Debug) 3123 SMWD, 16, // 16-bit WORD 3133 //And with Word Data 3150 //Check with 1 And 1 on Word data 3174 //Check with 0 And 0 on Word data 3205 //Check with 1 And 0 on Word data 3252 //Check with 1 Ored with 1 on Word data 3282 //Check with 0 Ored with 0 on Word data 3313 //Check with 1 Ored with 0 on Word data 3427 SMWD, 16, // 16-bit WORD [all...] |
/src/sys/arch/m68k/060sp/dist/ |
fpsp.s | 392 set EXC_EXTWORD, LV+2 # saved extension word 393 set EXC_CMDREG, LV+2 # saved extension word 394 set EXC_OPWORD, LV+0 # saved operation word 540 set WORD, 2 # len(word) == 2 bytes 680 # bit five of the fp extension word separates the monadic and dyadic operations 918 # bit five of the fp ext word separates the monadic and dyadic operations 1110 # _imem_read_{word,long}() - read instruction word/longword # 1289 # bit five of the fp extension word separates the monadic and dyadic operations [all...] |
pfpsp.s | 392 set EXC_EXTWORD, LV+2 # saved extension word 393 set EXC_CMDREG, LV+2 # saved extension word 394 set EXC_OPWORD, LV+0 # saved operation word 540 set WORD, 2 # len(word) == 2 bytes 680 # bit five of the fp extension word separates the monadic and dyadic operations 918 # bit five of the fp ext word separates the monadic and dyadic operations 1110 # _imem_read_{word,long}() - read instruction word/longword # 1289 # bit five of the fp extension word separates the monadic and dyadic operations [all...] |
fplsp.s | 372 set EXC_EXTWORD, LV+2 # saved extension word 373 set EXC_CMDREG, LV+2 # saved extension word 374 set EXC_OPWORD, LV+0 # saved operation word 520 set WORD, 2 # len(word) == 2 bytes 5041 mov.l (%a0),%d1 # put exp in hi word 9309 swap %d0 # put exponent in high word 10925 clr.l %d1 # clear top word
|