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

12

/freebsd-10.0-release/lib/libelf/
H A Delf_types.m466 `WORD, Word, 600102',
79 * and a basic type. Basic types include IDENT, HALF, WORD, LWORD,
88 ``c_tag, WORD',
89 `c_un.c_val, WORD',
99 `d_un.d_ptr, WORD',
111 `e_version, WORD',
115 `e_flags, WORD',
128 `e_version, WORD',
132 `e_flags, WORD',
143 `m_info, WORD',
[all...]
/freebsd-10.0-release/usr.sbin/ndiscvt/
H A Dinf-parse.y50 %token <str> WORD
71 | WORD EQUALS assign EOL
73 | WORD COMMA regkey EOL
75 | WORD EOL
81 : WORD
85 | WORD COMMA assign
97 : WORD
101 | WORD COMMA regkey
/freebsd-10.0-release/crypto/openssl/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...]
/freebsd-10.0-release/contrib/ntp/include/
H A Dhopf6039.h20 typedef unsigned short WORD; typedef
22 #define LOWORD(l) ((WORD)(l))
23 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF))
25 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
112 WORD wAntValue;
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl169 .WORD 0x428a2f98,0xd728ae22,0x71374491,0x23ef65cd
170 .WORD 0xb5c0fbcf,0xec4d3b2f,0xe9b5dba5,0x8189dbbc
171 .WORD 0x3956c25b,0xf348b538,0x59f111f1,0xb605d019
172 .WORD 0x923f82a4,0xaf194f9b,0xab1c5ed5,0xda6d8118
173 .WORD 0xd807aa98,0xa3030242,0x12835b01,0x45706fbe
174 .WORD 0x243185be,0x4ee4b28c,0x550c7dc3,0xd5ffb4e2
175 .WORD 0x72be5d74,0xf27b896f,0x80deb1fe,0x3b1696b1
176 .WORD 0x9bdc06a7,0x25c71235,0xc19bf174,0xcf692694
177 .WORD 0xe49b69c1,0x9ef14ad2,0xefbe4786,0x384f25e3
178 .WORD
[all...]
/freebsd-10.0-release/lib/libc/sparc64/fpu/
H A Dfpu_div.c235 #define WORD(r, i) /* calculate r->fp_mant[i] */ \ macro
264 WORD(x, 1);
265 WORD(x, 2);
266 WORD(x, 3);
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_scan.l71 WORD [A-Za-z_][-A-Za-z_0-9]*
133 {WORD}[(] {
H A Daicasm_scan.l78 WORD [A-Za-z_][-A-Za-z_0-9]*
282 <MACRODEF>{WORD}{SPACE} {
295 <MACRODEF>{WORD}\( {
308 <MACROARGLIST>{WORD} {
391 {WORD}\( {
428 {WORD} {
/freebsd-10.0-release/sys/dev/si/
H A Dsi.h47 typedef uint16_t WORD; /* Type cast for unsigned 16 bit */ typedef
57 WORD int_count;
58 WORD revision;
61 WORD int_pending;
62 WORD int_counter;
71 WORD sm_next; /* Next module */
98 WORD next; /* Next Channel */
99 WORD addr_uart; /* Uart address */
100 WORD module; /* address of module struct */
/freebsd-10.0-release/sys/powerpc/fpu/
H A Dfpu_div.c256 #define WORD(r, i) /* calculate r->fp_mant[i] */ \ macro
285 WORD(x, 1);
286 WORD(x, 2);
287 WORD(x, 3);
/freebsd-10.0-release/sys/amd64/vmm/io/
H A Dvdev.h34 WORD = 2, enumerator in enum:__anon5896
/freebsd-10.0-release/sys/amd64/amd64/
H A Ddb_disasm.c44 #define WORD 1 macro
521 /*4*/ { "", WORD, op1(X), db_Escb4 },
523 /*6*/ { "", WORD, 0, 0 },
550 /*0*/ { "fiadd", WORD, op2(ST,STI), "faddp" },
551 /*1*/ { "fimul", WORD, op2(ST,STI), "fmulp" },
552 /*2*/ { "ficom", WORD, 0, 0 },
553 /*3*/ { "ficomp", WORD, op1(X), db_Esce3 },
554 /*4*/ { "fisub", WORD, op2(ST,STI), "fsubrp" },
555 /*5*/ { "fisubr", WORD, op2(ST,STI), "fsubp" },
556 /*6*/ { "fidiv", WORD, op
[all...]
/freebsd-10.0-release/sys/i386/i386/
H A Ddb_disasm.c43 #define WORD 1 macro
447 /*4*/ { "", WORD, op1(X), db_Escb4 },
449 /*6*/ { "", WORD, 0, 0 },
476 /*0*/ { "fiadd", WORD, op2(ST,STI), "faddp" },
477 /*1*/ { "fimul", WORD, op2(ST,STI), "fmulp" },
478 /*2*/ { "ficom", WORD, 0, 0 },
479 /*3*/ { "ficomp", WORD, op1(X), db_Esce3 },
480 /*4*/ { "fisub", WORD, op2(ST,STI), "fsubrp" },
481 /*5*/ { "fisubr", WORD, op2(ST,STI), "fsubp" },
482 /*6*/ { "fidiv", WORD, op
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-dos.h19 typedef unsigned short WORD; typedef
169 WORD flags; /* Low-level status flags. */
/freebsd-10.0-release/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl23 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[1]=~/\bxmm[0-7]\b/i);
24 $arg[1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i);
71 sub ::WP { &get_mem("WORD",@_); }
/freebsd-10.0-release/sys/dev/hptmv/
H A Dhptintf.h503 WORD ValidFields; /* mark valid fields below */
504 WORD DeviceId; /* 0x5A3E */
505 WORD Temperature; /* Read: temperature sensor value. Write: temperature limit */
506 WORD FanStatus; /* Fan status */
507 WORD BeeperControl; /* bit4: beeper control bit. bit0-3: frequency bits */
508 WORD LED1Control; /* bit4: twinkling control bit. bit0-3: frequency bits */
509 WORD LED2Control; /* bit4: twinkling control bit. bit0-3: frequency bits */
510 WORD PowerStatus; /* 1: has power 2: no power */
H A DmvOs.h54 typedef unsigned short WORD; typedef
H A Dosbsd.h274 #define shortswap(w) ((WORD)((w)>>8 | ((w) & 0xFF)<<8))
/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh2.c20 #define WORD 256 macro
171 musthave(WORD, 0);
201 case WORD:
265 musthave(WORD, 0);
290 musthave(WORD, 0);
412 musthave(WORD, cf);
431 while ((c = yylex(0)) == WORD)
719 return(WORD);
/freebsd-10.0-release/contrib/gcc/
H A Dsys-types.h211 typedef int WORD; typedef
/freebsd-10.0-release/sys/dev/asr/
H A Dosd_util.h187 #define WORD unsigned short macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dwince-stub.c136 /* Get a an ID (possibly) and a WORD from the host gdb.
139 static WORD
142 WORD n;
198 putword (LPCWSTR huh, int s, gdb_wince_id what, WORD n)
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_log.c257 WORD evtype= EVENTLOG_ERROR_TYPE;
/freebsd-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl621 .WORD `0x0000<<16`,0,`0x1C20<<16`,0,`0x3840<<16`,0,`0x2460<<16`,0
622 .WORD `0x7080<<16`,0,`0x6CA0<<16`,0,`0x48C0<<16`,0,`0x54E0<<16`,0
623 .WORD `0xE100<<16`,0,`0xFD20<<16`,0,`0xD940<<16`,0,`0xC560<<16`,0
624 .WORD `0x9180<<16`,0,`0x8DA0<<16`,0,`0xA9C0<<16`,0,`0xB5E0<<16`,0
640 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
647 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
658 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
673 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
680 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
693 sprintf "\t.WORD\t0
[all...]
/freebsd-10.0-release/contrib/less/
H A Dscreen.c121 static WORD curr_attr;
123 static WORD *whitescreen;
135 #define MAKEATTR(fg,bg) ((WORD)((fg)|((bg)<<4)))
1956 whitescreen = (WORD *)
1957 malloc(sc_height * sc_width * sizeof(WORD));
1962 whitescreen[n] = (WORD)((nm_fg_color << 4) | nm_bg_color);

Completed in 381 milliseconds

12