/freebsd/sys/dev/qat/include/common/ |
H A D | adf_transport_access_macros.h | 52 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) argument 53 #define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5) argument 54 #define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7) argument 55 #define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7) argument 61 #define ADF_RING_SIZE_BYTES_MIN(SIZE) \ argument 65 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument 66 #define ADF_SIZE_TO_POW(SIZE) \ argument
|
/freebsd/lib/libmd/i386/ |
H A D | rmd160.S | 10 #define SIZE(a,b) .size a,b macro 27 #define SIZE(a,b) macro
|
H A D | sha.S | 11 #define SIZE(a,b) .size a,b macro 28 #define SIZE(a,b) macro
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_amd.h | 68 #define amd_ntb_bar_read(SIZE, bar, offset) \ argument 71 #define amd_ntb_bar_write(SIZE, bar, offset, val) \ argument 74 #define amd_ntb_reg_read(SIZE, offset) \ argument 76 #define amd_ntb_reg_write(SIZE, offset, val) \ argument 78 #define amd_ntb_peer_reg_read(SIZE, offset) \ argument 80 #define amd_ntb_peer_reg_write(SIZE, offset, val) \ argument
|
H A D | ntb_hw_intel.c | 295 #define intel_ntb_bar_read(SIZE, bar, offset) \ argument 298 #define intel_ntb_bar_write(SIZE, bar, offset, val) \ argument 301 #define intel_ntb_reg_read(SIZE, offset) \ argument 303 #define intel_ntb_reg_write(SIZE, offset, val) \ argument 305 #define intel_ntb_mw_read(SIZE, offset) \ argument 308 #define intel_ntb_mw_write(SIZE, offset, val) \ argument
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-strl.c | 22 #define SIZE 128 macro
|
H A D | b-strcmp.c | 20 #define SIZE 512 macro
|
/freebsd/contrib/one-true-awk/ |
H A D | maketab.c | 111 #define SIZE (LASTTOKEN - FIRSTTOKEN + 1) macro
|
/freebsd/contrib/netbsd-tests/lib/libc/locale/ |
H A D | t_mbstowcs.c | 73 #define SIZE 256 macro
|
H A D | t_mbrtowc.c | 73 #define SIZE 256 macro
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb_pci.c | 112 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument 114 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
|
/freebsd/usr.sbin/efivar/ |
H A D | efiutil.c | 116 #define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp) macro
|
/freebsd/contrib/cortex-strings/src/thumb/ |
H A D | aeabi_idiv.S | 45 #define SIZE(x) .size SYM(x), . - SYM(x) macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | htmintrin.h | 31 #define _TEXASR_EXTRACT_BITS(TEXASR,BITNUM,SIZE) \ argument 33 #define _TEXASRU_EXTRACT_BITS(TEXASR,BITNUM,SIZE) \ argument
|
/freebsd/usr.sbin/bluetooth/l2control/ |
H A D | l2cap.c | 42 #define SIZE(x) (sizeof((x))/sizeof((x)[0])) macro
|
/freebsd/usr.sbin/quot/ |
H A D | quot.c | 90 #define SIZE(n) (n) macro 92 #define SIZE(n) ((int)(((quad_t)(n) * 512 + blocksize - 1)/blocksize)) macro
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_vis.c | 57 #define SIZE 256 macro
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 111 #define SIZE(w) (sizeof(w) / sizeof(*w)) macro
|
/freebsd/usr.bin/usbhidaction/ |
H A D | usbhidaction.c | 70 #define SIZE 4000 macro
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | util.c | 39 #define SIZE(x) (sizeof((x))/sizeof((x)[0])) macro
|
/freebsd/lib/libc/stdlib/ |
H A D | radixsort.c | 65 #define SIZE 512 /* Default stack size. */ macro
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qatvar.h | 144 #define QAT_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) argument 145 #define QAT_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5) argument 146 #define QAT_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7) argument 147 #define QAT_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7) argument 150 #define QAT_RING_SIZE_BYTES_MIN(SIZE) \ argument 153 #define QAT_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument 154 #define QAT_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ argument
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_openssl.c | 263 # define SIZE 4 in read_till_nl() macro
|
/freebsd/crypto/openssl/apps/ |
H A D | enc.c | 30 #define SIZE (512) macro
|
/freebsd/usr.bin/at/ |
H A D | at.c | 87 #define SIZE 255 macro
|