Searched refs:WORD (Results 1 - 25 of 134) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dlayout.c74 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*)me
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_code.h37 #define WORD 3 macro
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Delf_types.m462 `WORD, Word, 1',
75 * and a basic type. Basic types include IDENT, HALF, WORD, LWORD,
84 ``c_tag, WORD',
85 `c_un.c_val, WORD',
95 `d_un.d_ptr, WORD',
107 `e_version, WORD',
111 `e_flags, WORD',
124 `e_version, WORD',
128 `e_flags, WORD',
139 `m_info, WORD',
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dpktdrvr.h52 WORD type; /* = 13 for 3C523 */
54 WORD intr; /* user interrupt vector number */
55 WORD handle; /* Handle associated with session */
62 WORD MAClength; /* HiPerformance data, N/A */
63 WORD MTU; /* HiPerformance data, N/A */
64 WORD multicast; /* HiPerformance data, N/A */
65 WORD rcvrBuffers; /* valid for */
66 WORD UMTbufs; /* High Performance drivers only */
67 WORD postEOIintr; /* Usage ?? */
87 WORD prot
[all...]
H A Dndis2.h45 #define CALLBACK(foo) pascal WORD foo
46 #define PAS_PTR(x,arg) typedef FAR WORD pascal (*x) arg
52 #define CALLBACK(foo) WORD foo __attribute__((stdcall))
53 #define PAS_PTR(x,arg) typedef WORD (*x) arg __attribute__((stdcall))
59 #define CALLBACK(foo) WORD pascal foo
60 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
66 #define CALLBACK(foo) WORD pascal foo
67 #define PAS_PTR(x,arg) typedef WORD pascal (_far *x) arg
87 PAS_PTR (ProtMan, (struct _ReqBlock FAR*, WORD));
92 PAS_PTR (SystemRequest, (DWORD, DWORD, WORD, WOR
[all...]
H A Dpktdrvr.c74 WORD r_flags;
75 WORD r_es, r_ds, r_fs, r_gs;
76 WORD r_ip, r_cs, r_sp, r_ss;
82 WORD _rxOutOfs;
83 WORD _rxInOfs;
88 WORD _dummy[2]; /* screenSeg,newInOffset */
90 WORD _fanIndex;
109 extern WORD rxOutOfs; /* offsets into pktRxBuf FIFO queue */
110 extern WORD rxInOfs;
118 #define FIRST_RX_BUF (WORD)
[all...]
H A Dndis2.c77 static WORD frameSize = 0;
78 static WORD headerSize = 0;
87 static WORD protManDS = 0;
100 WORD err_num;
269 CALLBACK (NdisSystemRequest (DWORD param1, DWORD param2, WORD param3,
270 WORD opcode, WORD targetDS))
274 volatile WORD result;
319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macI
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/reloc/
H A Dpicreloc.s5 .WORD bogo+4 ; = 0x4
H A Dr_no_reloc.s10 .WORD 0x0
30 .WORD P'g
/netbsd-6-1-5-RELEASE/usr.sbin/ndiscvt/
H A Dinf-parse.y57 %token <str> WORD
78 | WORD EQUALS assign EOL
80 | WORD COMMA regkey EOL
82 | WORD EOL
88 : WORD
92 | WORD COMMA assign
102 : WORD
106 | WORD COMMA regkey
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D960117-1.c25 typedef unsigned short WORD; typedef
27 WORD
33 WORD
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D960117-1.c25 typedef unsigned short WORD; typedef
27 WORD
33 WORD
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/daicctl/
H A Dxlog.c58 #define WORD(d,o) (((d)[(o)])|((d)[(o)+1])<<8) macro
59 #define DWORD(d,o) (WORD(d,o)|(WORD(d,o+2)<<16))
130 printf("%5d:%04d:%03d - ", WORD(data,OFF_LOG_TIMEH),
131 WORD(data,OFF_LOG_TIMES),
137 n = WORD(data, OFF_PAR_L1_LEN);
144 n = WORD(data, OFF_PAR_L1_LEN);
151 n = WORD(data, OFF_PAR_L1_LEN);
158 n = WORD(data, OFF_PAR_L1_LEN);
165 n = WORD(dat
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.h180 #define _EXTRACTEDn(WIDTH, WORD, START, STOP) \
181 ((((natural##WIDTH)(WORD)) >> (WIDTH - (STOP) - 1)) \
184 /* #define EXTRACTED10(WORD, START, STOP) _EXTRACTEDn(10, WORD, START, STOP) */
185 #define EXTRACTED32(WORD, START, STOP) _EXTRACTEDn(32, WORD, START, STOP)
186 #define EXTRACTED64(WORD, START, STOP) _EXTRACTEDn(64, WORD, START, STOP)
202 #define _SHUFFLEDn(N, WORD, OLD, NEW) \
204 ? (((unsigned##N)(WORD) \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dmovbe-intel.d10 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe bx,WORD PTR \[ecx\]
12 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe WORD PTR \[ecx\],bx
14 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe bx,WORD PTR \[ecx\]
16 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe WORD PTR \[ecx\],bx
18 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe bx,WORD PTR \[ecx\]
20 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe WORD PTR \[ecx\],bx
H A Dx86-64-movbe-intel.d10 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe r13w,WORD PTR \[r9\]
13 [ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe WORD PTR \[r9\],r13w
16 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe r13w,WORD PTR \[r9\]
19 [ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe WORD PTR \[r9\],r13w
22 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe bx,WORD PTR \[rcx\]
25 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe WORD PTR \[rcx\],bx
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dgram.y123 %token <str> PATHNAME QSTRING WORD EMPTYSTRING
191 XMACHINE WORD '\n' { setmachine($2,NULL,NULL,0); } |
192 XMACHINE WORD WORD subarches_opt '\n' { setmachine($2,$3,$4,0); } |
193 IOCONF WORD '\n' { setmachine($2,NULL,NULL,1); } |
201 subarches WORD { $$ = new_nx($2, $1); } |
202 WORD { $$ = new_n($1); };
214 DEVICE_MAJOR WORD device_major_char device_major_block fopts devnodes
238 WORD { $$ = fx_atom($1); };
300 DEVCLASS WORD { (voi
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-parisc.pl440 .WORD 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
441 .WORD 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
442 .WORD 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
443 .WORD 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
444 .WORD 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
445 .WORD 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
446 .WORD 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
447 .WORD 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
448 .WORD 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
449 .WORD
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/win32/
H A Dsocket.c27 WORD wVersionRequested;
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-lineno-nr/
H A Dscanner.l43 WORD [[:alpha:]]+
57 {WORD}
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dhopf6039.h22 typedef unsigned short WORD; typedef
24 #define LOWORD(l) ((WORD)(l))
25 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF))
27 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
114 WORD wAntValue;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dtest1xcoff.asm3 ` define(`WORD',`.llong')
6 ` define(`WORD',`.long')
14 dsym0: WORD 0xdeadbeef
34 xdsym0: WORD 0xbeefed
78 usym0: WORD 0xcafebabe
79 usym1: WORD 0xbaad
81 xusym0: WORD 0xbeefed
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-lineno-r/
H A Dscanner.l43 WORD [[:alpha:]]+
57 {WORD}
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/unsorted/
H A Dss_align.s11 sym1: .WORD 2
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic4x/
H A Ddata.s6 WORD: .word 3200,1+'A',-'A',0F410h,'A' label

Completed in 184 milliseconds

123456