/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDHSAKernelDescriptor.h | 36 #define AMDHSA_BITS_ENUM_ENTRY(NAME, SHIFT, WIDTH) \ argument 38 NAME ## _WIDTH = (WIDTH), \ 39 NAME = (((1 << (WIDTH)) - 1) << (SHIFT)) 86 #define COMPUTE_PGM_RSRC1(NAME, SHIFT, WIDTH) \ argument 87 AMDHSA_BITS_ENUM_ENTRY(COMPUTE_PGM_RSRC1_ ## NAME, SHIFT, WIDTH) 89 #define COMPUTE_PGM_RSRC1_GFX6_GFX8(NAME, SHIFT, WIDTH) \ argument 90 AMDHSA_BITS_ENUM_ENTRY(COMPUTE_PGM_RSRC1_GFX6_GFX8_ ## NAME, SHIFT, WIDTH) 92 #define COMPUTE_PGM_RSRC1_GFX6_GFX9(NAME, SHIFT, WIDTH) \ argument 93 AMDHSA_BITS_ENUM_ENTRY(COMPUTE_PGM_RSRC1_GFX6_GFX9_ ## NAME, SHIFT, WIDTH) 95 #define COMPUTE_PGM_RSRC1_GFX6_GFX11(NAME, SHIFT, WIDTH) \ argument [all …]
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 51 #define ATOMIC_ACQ_REL(NAME, WIDTH) \ argument 53 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 55 atomic_##NAME##_##WIDTH(p, v); \ 60 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 63 atomic_##NAME##_##WIDTH(p, v); \ 66 #define ATOMIC_CMPSET_ACQ_REL(WIDTH) \ argument 68 atomic_cmpset_acq_##WIDTH(__volatile uint##WIDTH##_t *p, \ 69 uint##WIDTH##_t cmpval, uint##WIDTH##_t newval) \ 73 retval = atomic_cmpset_##WIDTH(p, cmpval, newval); \ 79 atomic_cmpset_rel_##WIDTH(__volatile uint##WIDTH##_t *p, \ [all …]
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 69 #define ATOMIC_ACQ_REL(NAME, WIDTH) \ argument 71 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 73 atomic_##NAME##_##WIDTH(p, v); \ 78 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\ 81 atomic_##NAME##_##WIDTH(p, v); \
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 779 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ argument 782 static constexpr storage_type NAME##Width = WIDTH; \ 788 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) +WIDTH argument 895 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ argument 1005 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 220 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in getChangesSlow() argument 228 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in dump() argument 235 #define OPTION(NAME, TYPE, WIDTH, PREVIOUS) \ in dump() argument
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | lp.local.h | 63 #define WIDTH 8 /* width of characters */ macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | collapse.sh | 93 for (i = 0; depth != 0 && i < WIDTH; i++)
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1485 #define WIDTH 16 in packet_ok() macro 1487 if (i % WIDTH == 0) in packet_ok() 1492 if (i % WIDTH == WIDTH - 1) in packet_ok() 1495 if (cc % WIDTH != 0) in packet_ok()
|
/freebsd/share/i18n/csmapper/APPLE/ |
H A D | DEVANAGA%UCS.src | 176 # WIDTH NON-JOINER in Unicode. However, this causes problems with 242 # (ZWNJ means ZERO WIDTH NON-JOINER, ZWJ means ZERO WIDTH JOINER)
|
H A D | UCS%DEVANAGA.src | 176 # WIDTH NON-JOINER in Unicode. However, this causes problems with 242 # (ZWNJ means ZERO WIDTH NON-JOINER, ZWJ means ZERO WIDTH JOINER)
|
H A D | GUJARATI%UCS.src | 173 # WIDTH NON-JOINER in Unicode. However, this causes problems with
|
H A D | UCS%GUJARATI.src | 173 # WIDTH NON-JOINER in Unicode. However, this causes problems with
|
H A D | THAI%UCS.src | 165 # WORD JOINER instead of U+FEFF ZERO WIDTH NO-BREAK SPACE (BOM)
|
H A D | UCS%THAI.src | 165 # WORD JOINER instead of U+FEFF ZERO WIDTH NO-BREAK SPACE (BOM)
|
H A D | GURMUKHI%UCS.src | 165 # WIDTH NON-JOINER in Unicode. However, this causes problems with
|
H A D | UCS%GURMUKHI.src | 165 # WIDTH NON-JOINER in Unicode. However, this causes problems with
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibportstate.c | 60 WIDTH, enumerator 468 case WIDTH: in main()
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.c | 31 #define WIDTH 126 macro 123 "-w WIDTH, --width=WIDTH: print a maximum of WIDTH characters on each line.", 211 size_t diffargc = 0, flagc = 0, wval = WIDTH; in main()
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | bootbus.txt | 59 - cavium,bus-width: A cell specifying the WIDTH parameter (in bits) of
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | ISCII-DEV.TXT | 171 # WIDTH NON-JOINER in Unicode. However, this causes problems with 238 # (ZWNJ means ZERO WIDTH NON-JOINER, ZWJ means ZERO WIDTH JOINER)
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 1481 for (scnwidth = WIDTH; --scnwidth;) { in scnline() 1504 for (j = WIDTH; --j;) in scan_out() 1509 nchrs++ >= pp->page_width/(WIDTH+1)-1) in scan_out()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3454.txt | 376 200B; ZERO WIDTH SPACE 378 FEFF; ZERO WIDTH NO-BREAK SPACE 387 200C; ZERO WIDTH NON-JOINER 388 200D; ZERO WIDTH JOINER 595 200B; ZERO WIDTH SPACE 623 200C; ZERO WIDTH NON-JOINER 624 200D; ZERO WIDTH JOINER 632 FEFF; ZERO WIDTH NO-BREAK SPACE 4390 200B; ZERO WIDTH SPACE 4412 200C; ZERO WIDTH NON-JOINER [all …]
|
H A D | rfc4518.txt | 253 ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 39 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, el…
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_types.h | 137 EFX_VAL(_field, WIDTH)
|