Searched defs:WORD (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dwintypes.h43 typedef uint16_t WORD; typedef
66 WORD data3[2]; \
/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.h33 typedef unsigned short WORD; typedef
54 #define MPROGS0 (150 * sizeof(WORD)) /* 300 for pdp11, 600 for 32-bits */
/illumos-gate/usr/src/head/
H A Dmon.h66 typedef unsigned short WORD; typedef
69 #define MPROGS0 (150 * sizeof (WORD)) /* 300 for pdp11, 600 for 32-bits */
72 extern void monitor(int (*)(void), int (*)(void), WORD *, size_t, size_t);
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c60 #define WORD sizeof(union store) macro
89 nw = (nbytes+WORD+WORD-1)/WORD + 1; /*need one more than asked for*/
119 temp = ((temp+BLOCK/WORD)/(BLOCK/WORD))*(BLOCK/WORD);
123 q = (union store *)sbrk(temp*WORD);
130 ialloc((char *)q, (unsigned)temp*WORD);
172 r = q + (nbytes/WORD)
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h62 #define WORDSIZE (sizeof (WORD))
63 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
75 typedef int WORD; typedef
108 } WORD; typedef in typeref:union:_w_
112 WORD t_s; /* size of this element */
113 WORD t_p; /* parent node */
114 WORD t_l; /* left child */
115 WORD t_r; /* right child */
116 WORD t_n; /* next in link list */
117 WORD t_
[all...]
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h61 #define WORDSIZE (sizeof (WORD))
62 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
79 } WORD; typedef in typeref:union:_w_
83 WORD t_s; /* size of this element */
84 WORD t_p; /* parent node */
85 WORD t_l; /* left child */
86 WORD t_r; /* right child */
87 WORD t_n; /* next in link list */
88 WORD t_d; /* dummy to reserve space for self-pointer */
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c857 #define WORD 257 /* Token for a string */ macro
902 if (t != WORD)
918 case WORD:
989 return(WORD);
/illumos-gate/usr/src/cmd/lms/
H A Dtypes.h59 typedef unsigned short WORD; typedef
68 typedef WORD *PWORD;
69 typedef WORD *LPWORD;

Completed in 49 milliseconds