Searched refs:SIZE (Results 76 - 100 of 137) sorted by relevance

123456

/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c1446 #define F_MODE_OK(SIZE) \
1447 (SIZE < DI_SIZE \
1448 && SIZE > (DI_SIZE - SIZE + FSSIZE) \
1453 && !IS_IBM_EXTENDED (SIZE))
1558 #define F_MODE_OK(SIZE) \
1559 (SIZE < DI_SIZE \
1560 && SIZE > (DI_SIZE - SIZE + FSSIZE) \
1565 && !IS_IBM_EXTENDED (SIZE))
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp383 enum { SIZE = 256 }; enumerator in enum:char_block::__anon1718
384 char buffer[SIZE];
398 for (int i = 0; i < SIZE; i++)
456 if (tail->used == char_block::SIZE) {
461 // at this point we have a tail which is ready for the next SIZE
463 n = fread(tail->buffer, sizeof(char), char_block::SIZE-tail->used, fp);
/freebsd-11-stable/usr.bin/at/
H A Dat.c89 #define SIZE 255 macro
158 static size_t size = SIZE;
176 size += SIZE;
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c117 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
118 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
119 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \
121 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.l132 SIZE { return kw_SIZE; }
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DDarwin.mk96 SIZE?= size macro
H A DIRIX.mk82 SIZE?= size macro
H A DGeneric.mk92 SIZE?= size macro
H A DNetBSD.mk117 SIZE?= size macro
H A DOpenBSD.mk92 SIZE?= size macro
H A DUnixWare.mk126 SIZE?= size macro
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_read.c106 clp->ibuf + clp->skip, SIZE(clp->ibuf) - clp->skip, &nr, tp)) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_print.c113 SPRINTF(buf, SIZE(buf), L("%6u "), from);
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh73 SIZE=`ls -l ${INDEXFILE} | awk '{ print $5 }'`
H A Dfunctions-disk.sh619 local SIZE="`diskinfo ${1} | awk '{print int($3/(1024*1024)) }'`"
620 if [ "$SIZE" -gt "5" ] ; then
622 rc_nohalt "dd if=/dev/zero of=${1} bs=1m oseek=$((SIZE-4))"
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1864 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
2577 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
2578 mips_declare_common_object (STREAM, NAME, "\n\t.lcomm\t", SIZE, ALIGN, false)
2650 counter by SIZE bytes. */
2653 #define ASM_OUTPUT_SKIP(STREAM,SIZE) \
2654 fprintf (STREAM, "\t.space\t"HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm54 #define SIZE(x) .size SYM(x), . - SYM(x) define
59 #define SIZE(x) define
229 SIZE (__\name)
1156 SIZE (_call_via_\register)
1241 SIZE (\name)
1260 SIZE (_interwork_call_via_\register)
1298 SIZE (_interwork_call_via_lr)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c158 #define SIZE 256 /* decompanding table size */ macro
227 double comp[SIZE]; /* decompanding table */
/freebsd-11-stable/usr.sbin/ctld/
H A Dparse.y66 %token PATH PIDFILE PORT PORTAL_GROUP REDIRECT SEMICOLON SERIAL SIZE STR
1030 lun_size: SIZE STR
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h282 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE) \
283 optimization_options ((LEVEL), (SIZE))
1435 SIZE is the number of bytes of arguments passed on the stack.
1447 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) \
1448 ix86_return_pops_args ((FUNDECL), (FUNTYPE), (SIZE))
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c124 SIZE = 313, enumerator in enum:yytokentype
209 #define SIZE 313 macro
692 "SYST", "SIZE", "MDTM", "EPRT", "EPSV", "UMASK", "IDLE", "CHMOD", "AUTH",
2176 lreply(0, " SIZE");
3036 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
3532 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_search.c335 #define RE_NWSTOP_LEN (SIZE(RE_NWSTOP) - 1)
350 /* An upper bound for the SIZE of the RE under construction. */
H A Dvs_line.c340 ecbp = (cbp = cbuf) + SIZE(cbuf) - 1;
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk44 SIZE?= size macro
214 ${SIZE} ${.TARGET} ; chmod 755 ${.TARGET}
/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.c70 SIZE = 272, enumerator in enum:yytokentype
118 #define SIZE 272 macro
514 "VARNAME", "TYPENAME", "SIZE", "CAP", "ORD", "HIGH", "ABS", "MIN_FUNC",
2303 {"SIZE", SIZE },

Completed in 326 milliseconds

123456