Searched refs:SIZE (Results 51 - 75 of 145) sorted by relevance

123456

/freebsd-12-stable/contrib/gcc/
H A Dexpr.h155 #define ARGS_SIZE_TREE(SIZE) \
156 ((SIZE).var == 0 ? ssize_int ((SIZE).constant) \
157 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \
158 ssize_int ((SIZE).constant)))
161 #define ARGS_SIZE_RTX(SIZE) \
162 ((SIZE).var == 0 ? GEN_INT ((SIZE).constant) \
163 : expand_normal (ARGS_SIZE_TREE (SIZE)))
430 If OBJECT has BLKmode, SIZE i
[all...]
H A Dggc.h243 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
244 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
H A Doutput.h209 /* Assemble code to leave SIZE bytes of zeros. */
237 object. SIZE is the number of bytes in the object and ALIGNED_P
252 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is
260 object and SIZE is the number of bytes it contains. */
261 #define assemble_aligned_integer(SIZE, VALUE) \
262 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1)
302 Generate exactly SIZE bytes of assembler data, padding at the end
303 with zeros if necessary. SIZE must always be specified.
502 and NAME is the name of its SYMBOL_REF. SIZE i
[all...]
H A Ddefaults.h118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
124 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
221 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \
224 HOST_WIDE_INT size_ = (SIZE); \
635 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions.sh217 SIZE=$(( `fetch -s "${FETCHFILE}"` / 1024 ))
231 if [ $SIZE -lt $DSIZE ] ; then DSIZE="$SIZE"; fi
232 echo "SIZE: ${SIZE} DOWNLOADED: ${DSIZE}"
233 echo "SIZE: ${SIZE} DOWNLOADED: ${DSIZE}" >>${LOGOUT}
H A Dfunctions-bsdlabel.sh200 SIZE=`echo $STRING | tr -s '\t' ' ' | cut -d ' ' -f 2`
201 if [ $SIZE -eq 0 ] ; then continue ; fi
202 _aSize=`expr $_aSize - $SIZE`
249 SIZE=`echo $STRING | tr -s '\t' ' ' | cut -d ' ' -f 2`
281 expr $SIZE + 1 >/dev/null 2>/dev/null
292 if [ "$SIZE" = "0" ]
304 SOUT="-s ${SIZE}M"
/freebsd-12-stable/contrib/nvi/common/
H A Dscreen.h113 #define RE_WSTART_LEN (SIZE(RE_WSTART) - 1)
114 #define RE_WSTOP_LEN (SIZE(RE_WSTOP) - 1)
H A Dmultibyte.h113 #define SIZE(w) (sizeof(w) / sizeof(*w)) macro
H A Doptions.c346 (void)SPRINTF(b2, SIZE(b2),
358 (void)SPRINTF(b2, SIZE(b2),
366 (void)SPRINTF(b2, SIZE(b2), L("msgcat=%s"), _PATH_MSGCAT);
370 (void)SPRINTF(b2, SIZE(b2), L("path=%s"), "");
372 (void)SPRINTF(b2, SIZE(b2), L("recdir=%s"), _PATH_PRESERVE);
375 (void)SPRINTF(b2, SIZE(b2),
382 (void)SPRINTF(b2, SIZE(b2), L("tags=%s"), _PATH_TAGS);
392 (void)SPRINTF(b2, SIZE(b2), L("scroll=%ld"), v);
413 (void)SPRINTF(b2, SIZE(b2), L("window=%lu"), v);
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dfreebsd.h202 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
203 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dfreebsd.h337 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
338 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dlinux64.h293 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \
298 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \
H A Dsparc.h1457 SIZE is the number of bytes of arguments passed on the stack. */
1459 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
1793 #define ASM_OUTPUT_DWARF_PCREL(FILE, SIZE, LABEL) \
1795 fputs (integer_asm_op (SIZE, FALSE), FILE); \
1796 fprintf (FILE, "%%r_disp%d(", SIZE * 8); \
2349 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
2350 fprintf (FILE, "\t.skip "HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
2355 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
2358 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",\"bss\"\n", (SIZE)))
2363 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNE
[all...]
/freebsd-12-stable/sys/dev/qat/
H A Dqatvar.h147 #define QAT_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5)
148 #define QAT_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5)
149 #define QAT_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7)
150 #define QAT_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7)
153 #define QAT_RING_SIZE_BYTES_MIN(SIZE) \
154 ((SIZE < QAT_SIZE_TO_RING_SIZE_IN_BYTE
[all...]
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dt-strl.c22 #define SIZE 128 macro
31 char src1[N][SIZE], dst1[SIZE], dst2[SIZE];
/freebsd-12-stable/lib/libc/stdlib/
H A Dradixsort.c71 #define SIZE 512 /* Default stack size. */ macro
135 stack s[SIZE], *sp, *sp0, *sp1, temp;
161 if (sp + nc > s + SIZE) { /* Get more stack. */
257 if (sp + nc > s + SIZE) {
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cache/
H A Dcache_010_neg.ksh99 log_must $ZFS create -V $SIZE $TESTPOOL2/$TESTVOL
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Dsysv4.h440 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \
447 ASM_OUTPUT_SKIP (FILE, SIZE); \
448 if (!flag_inhibit_size_directive && (SIZE) > 0) \
449 ASM_OUTPUT_SIZE_DIRECTIVE (FILE, NAME, SIZE); \
456 (SIZE), (ALIGN) / BITS_PER_UNIT); \
462 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
464 ASM_OUTPUT_ALIGNED_DECL_LOCAL (FILE, DECL, NAME, SIZE, ALIGN); \
/freebsd-12-stable/usr.sbin/ctld/
H A Dtoken.l85 size { return SIZE; }
/freebsd-12-stable/usr.sbin/quot/
H A Dquot.c93 #define SIZE(n) (n) macro
95 #define SIZE(n) ((int)(((quad_t)(n) * 512 + blocksize - 1)/blocksize)) macro
409 ksz = SIZE(sz);
441 SIZE(sz += fp->fsz_sz[i]));
472 printf("%5d",SIZE(usr->space));
478 SIZE(usr->spc30),
479 SIZE(usr->spc60),
480 SIZE(usr->spc90));
/freebsd-12-stable/contrib/libxo/
H A DMakefile.am91 -e "s;__SIZE__;SIZE (textproc/${PACKAGE_FILE}) = $$SIZE;"
102 && SIZE="`ls -l ${PACKAGE_FILE} | awk '{print $$5}'`" \
/freebsd-12-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h63 #define MEMZALLOC(PTR, CAST, SIZE) \
64 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCOP, M_NOWAIT | M_ZERO))
88 #define MEMZALLOC(PTR, CAST, SIZE) \
89 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCOP_INS, M_NOWAIT | M_ZERO))
/freebsd-12-stable/contrib/ngatm/libngatm/
H A Dsscopcust.h53 #define MEMZALLOC(PTR,CAST,SIZE) do { \
54 void *_m = malloc(SIZE); \
56 bzero(_m, SIZE); \
/freebsd-12-stable/usr.sbin/bluetooth/l2control/
H A Dl2cap.c43 #define SIZE(x) (sizeof((x))/sizeof((x)[0])) macro
139 #define con_state2str(x) ((x) >= SIZE(state)? "UNKNOWN" : state[(x)])
197 #define ch_state2str(x) ((x) >= SIZE(state)? "UNKNOWN" : state[(x)])
/freebsd-12-stable/tools/tools/makeroot/
H A Dmakeroot.sh89 s) SIZE="${OPTARG}" ;;
237 if [ -n "${SIZE}" ]; then
238 SIZEFLAG="-s ${SIZE}"

Completed in 309 milliseconds

123456