Searched refs:WIDTH (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dlp.local.h66 #define WIDTH 8 /* width of characters */ macro
/freebsd-9.3-release/contrib/gcc/config/
H A Ddfp-bit.h54 /* Depending on WIDTH, define a number of macros:
75 #if WIDTH == 32
84 #elif WIDTH == 64
93 #elif WIDTH == 128
109 #if WIDTH == 32
111 #elif WIDTH == 64
113 #elif WIDTH == 128
260 #if WIDTH == 128 || WIDTH_TO == 128
263 #if WIDTH == 64 || WIDTH_TO == 64
266 #if WIDTH
[all...]
H A Ddfp-bit.c48 #if WIDTH == 32 || WIDTH_TO == 32
52 #if WIDTH == 64 || WIDTH_TO == 64
56 #if WIDTH == 128 || WIDTH_TO == 128
/freebsd-9.3-release/sys/mips/include/
H A Datomic.h284 #define ATOMIC_ACQ_REL(NAME, WIDTH) \
286 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
288 atomic_##NAME##_##WIDTH(p, v); \
293 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
296 atomic_##NAME##_##WIDTH(p, v); \
324 #define ATOMIC_STORE_LOAD(WIDTH) \
[all...]
/freebsd-9.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c1308 #define WIDTH 16 macro
1310 if (i % WIDTH == 0)
1315 if (i % WIDTH == WIDTH - 1)
1318 if (cc % WIDTH != 0)
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dpic.y111 %token WIDTH
235 %left HEIGHT RADIUS WIDTH DIAMETER FROM TO AT THICKNESS
734 | object_spec WIDTH expr
H A Dlex.cpp526 { "wid", WIDTH },
527 { "width", WIDTH },
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_sb.h190 #define XFS_SB_WIDTH XFS_SB_MVAL(WIDTH)
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1492 for (scnwidth = WIDTH; --scnwidth;) {
1515 for (j = WIDTH; --j;)
1520 nchrs++ >= pp->page_width/(WIDTH+1)-1)
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_types.h122 /* Specified attribute (i.e. LBN ow WIDTH) of the specified field */
132 EFX_VAL(_field, WIDTH)

Completed in 146 milliseconds