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

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.local.h66 #define WIDTH 8 /* width of characters */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h29 #define AMDHSA_BITS_ENUM_ENTRY(NAME, SHIFT, WIDTH) \
31 NAME ## _WIDTH = (WIDTH), \
32 NAME = (((1 << (WIDTH)) - 1) << (SHIFT))
75 #define COMPUTE_PGM_RSRC1(NAME, SHIFT, WIDTH) \
76 AMDHSA_BITS_ENUM_ENTRY(COMPUTE_PGM_RSRC1_ ## NAME, SHIFT, WIDTH)
100 #define COMPUTE_PGM_RSRC2(NAME, SHIFT, WIDTH) \
101 AMDHSA_BITS_ENUM_ENTRY(COMPUTE_PGM_RSRC2_ ## NAME, SHIFT, WIDTH)
126 #define COMPUTE_PGM_RSRC3(NAME, SHIFT, WIDTH) \
127 AMDHSA_BITS_ENUM_ENTRY(COMPUTE_PGM_RSRC3_ ## NAME, SHIFT, WIDTH)
135 #define KERNEL_CODE_PROPERTY(NAME, SHIFT, WIDTH) \
[all...]
/freebsd-11-stable/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-11-stable/sys/riscv/include/
H A Datomic.h47 #define ATOMIC_ACQ_REL(NAME, WIDTH) \
49 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
51 atomic_##NAME##_##WIDTH(p, v); \
56 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
59 atomic_##NAME##_##WIDTH(p, v); \
/freebsd-11-stable/sys/mips/include/
H A Datomic.h282 #define ATOMIC_ACQ_REL(NAME, WIDTH) \
284 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
286 atomic_##NAME##_##WIDTH(p, v); \
291 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
294 atomic_##NAME##_##WIDTH(p, v); \
322 #define ATOMIC_STORE_LOAD(WIDTH) \
[all...]
/freebsd-11-stable/sys/arm/include/
H A Datomic-v6.h79 #define ATOMIC_ACQ_REL(NAME, WIDTH) \
81 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
83 atomic_##NAME##_##WIDTH(p, v); \
88 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
91 atomic_##NAME##_##WIDTH(p, v); \
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1441 #define WIDTH 16 macro
1443 if (i % WIDTH == 0)
1448 if (i % WIDTH == WIDTH - 1)
1451 if (cc % WIDTH != 0)
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c60 WIDTH, enumerator in enum:port_ops
102 {"width", &width, 0}, /* WIDTH */
468 case WIDTH:
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c35 #define WIDTH 126 macro
125 "-w WIDTH, --width=WIDTH: print a maximum of WIDTH characters on each line.",
213 size_t diffargc = 0, wflag = WIDTH;
/freebsd-11-stable/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-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1493 for (scnwidth = WIDTH; --scnwidth;) {
1516 for (j = WIDTH; --j;)
1521 nchrs++ >= pp->page_width/(WIDTH+1)-1)
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js39 WIDTH = 'width',
2257 inner.attr(WIDTH, newSize[0]).attr(HEIGHT, newSize[1]);
2643 left: methodX !== 'none' ? calculate( X, Y, methodX, adjust.x, LEFT, RIGHT, WIDTH, targetWidth, elemWidth ) : 0,
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_types.h126 /* Specified attribute (i.e. LBN ow WIDTH) of the specified field */
136 EFX_VAL(_field, WIDTH)

Completed in 287 milliseconds