Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/dev/qat/include/common/
H A Dadf_transport_access_macros.h52 #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 Drmd160.S10 #define SIZE(a,b) .size a,b macro
27 #define SIZE(a,b) macro
H A Dsha.S11 #define SIZE(a,b) .size a,b macro
28 #define SIZE(a,b) macro
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h68 #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 Dntb_hw_intel.c295 #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 Dt-strl.c22 #define SIZE 128 macro
H A Db-strcmp.c20 #define SIZE 512 macro
/freebsd/contrib/one-true-awk/
H A Dmaketab.c111 #define SIZE (LASTTOKEN - FIRSTTOKEN + 1) macro
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbstowcs.c73 #define SIZE 256 macro
H A Dt_mbrtowc.c73 #define SIZE 256 macro
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c112 #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 Defiutil.c116 #define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp) macro
/freebsd/contrib/cortex-strings/src/thumb/
H A Daeabi_idiv.S45 #define SIZE(x) .size SYM(x), . - SYM(x) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhtmintrin.h31 #define _TEXASR_EXTRACT_BITS(TEXASR,BITNUM,SIZE) \ argument
33 #define _TEXASRU_EXTRACT_BITS(TEXASR,BITNUM,SIZE) \ argument
/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2cap.c42 #define SIZE(x) (sizeof((x))/sizeof((x)[0])) macro
/freebsd/usr.sbin/quot/
H A Dquot.c90 #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 Dt_vis.c57 #define SIZE 256 macro
/freebsd/contrib/nvi/common/
H A Dmultibyte.h111 #define SIZE(w) (sizeof(w) / sizeof(*w)) macro
/freebsd/usr.bin/usbhidaction/
H A Dusbhidaction.c70 #define SIZE 4000 macro
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c39 #define SIZE(x) (sizeof((x))/sizeof((x)[0])) macro
/freebsd/lib/libc/stdlib/
H A Dradixsort.c65 #define SIZE 512 /* Default stack size. */ macro
/freebsd/sys/dev/qat_c2xxx/
H A Dqatvar.h144 #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 Dui_openssl.c263 # define SIZE 4 in read_till_nl() macro
/freebsd/crypto/openssl/apps/
H A Denc.c30 #define SIZE (512) macro
/freebsd/usr.bin/at/
H A Dat.c87 #define SIZE 255 macro

12