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

/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dlp.local.h66 #define WIDTH 8 /* width of characters */ macro
/freebsd-12-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-12-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-12-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-12-stable/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-12-stable/tools/tools/locale/tools/
H A Dmkwidths.pl105 WIDTH
110 print FOUT "END WIDTH\n";
/freebsd-12-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-12-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1432 #define WIDTH 16 macro
1434 if (i % WIDTH == 0)
1439 if (i % WIDTH == WIDTH - 1)
1442 if (cc % WIDTH != 0)
/freebsd-12-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-12-stable/usr.bin/sdiff/
H A Dsdiff.c34 #define WIDTH 126 macro
124 "-w WIDTH, --width=WIDTH: print a maximum of WIDTH characters on each line.",
212 size_t diffargc = 0, wflag = WIDTH;
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1495 for (scnwidth = WIDTH; --scnwidth;) {
1518 for (j = WIDTH; --j;)
1523 nchrs++ >= pp->page_width/(WIDTH+1)-1)
/freebsd-12-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-12-stable/sys/dev/sfxge/common/
H A Defx_types.h128 /* Specified attribute (i.e. LBN ow WIDTH) of the specified field */
138 EFX_VAL(_field, WIDTH)

Completed in 217 milliseconds