Searched refs:SIZE (Results 101 - 125 of 145) sorted by relevance

123456

/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c158 #define SIZE 256 /* decompanding table size */ macro
227 double comp[SIZE]; /* decompanding table */
/freebsd-12-stable/contrib/bmake/mk/sys/
H A DUnixWare.mk124 SIZE ?= size macro
/freebsd-12-stable/usr.sbin/ctld/
H A Dparse.y68 %token PATH PIDFILE PORT PORTAL_GROUP REDIRECT SEMICOLON SERIAL SIZE STR
1093 lun_size: SIZE STR
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-disk.sh621 local SIZE="`diskinfo ${1} | awk '{print int($3/(1024*1024)) }'`"
622 if [ "$SIZE" -gt "5" ] ; then
624 rc_nohalt "dd if=/dev/zero of=${1} bs=1m oseek=$((SIZE-4))"
/freebsd-12-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]);
H A Dftpcmd.y103 CDUP STOU SMNT SYST SIZE MDTM
437 lreply(0, " SIZE");
589 * SIZE is not in RFC959, but Postel has blessed it and
595 | SIZE SP pathname CRLF check_login
980 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
1476 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
/freebsd-12-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;
H A Dv_ex.c161 argv_exp0(sp, &cmd, L("suspend"), SIZE(L("suspend")));
/freebsd-12-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-12-stable/sys/conf/
H A Dkern.pre.mk51 SIZE?= size macro
251 ${SIZE} ${.TARGET} ; chmod 755 ${.TARGET}
/freebsd-12-stable/contrib/opie/
H A Dftpcmd.y176 CDUP STOU SMNT SYST SIZE MDTM
534 * SIZE is not in RFC959, but Postel has blessed it and
540 | SIZE check_login SP pathname CRLF
855 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
1288 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
/freebsd-12-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 },
/freebsd-12-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c292 #define intel_ntb_bar_read(SIZE, bar, offset) \
293 bus_space_read_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
295 #define intel_ntb_bar_write(SIZE, bar, offset, val) \
296 bus_space_write_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
298 #define intel_ntb_reg_read(SIZE, offset) \
299 intel_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset)
300 #define intel_ntb_reg_write(SIZE, offset, val) \
301 intel_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset, val)
302 #define intel_ntb_mw_read(SIZE, offset) \
303 intel_ntb_bar_read(SIZE, intel_ntb_mw_to_ba
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dggc-zone.c134 /* This structure manages small free chunks. The SIZE field is only
179 #define SIZE_BIN_DOWN(SIZE) ((SIZE) / FREE_BIN_DELTA)
763 /* Allocate SIZE bytes of anonymous memory, preferably near PREF,
854 /* Allocate a large page of size SIZE in ZONE. */
969 /* Place the block at PTR of size SIZE on the free list for ZONE. */
1024 of these cases is responsible for setting RESULT and SIZE to
1056 /* We want to round SIZE up, rather than down, but we know it's
1069 /* NOTE: SIZE is only guaranteed to be right if MAX_ALIGNMENT
1269 /* Allocate a SIZE o
[all...]
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.h350 #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) optimization_options(LEVEL,SIZE)
1265 SIZE is the number of bytes of arguments passed on the stack. */
1267 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
/freebsd-12-stable/libexec/ftpd/
H A Dftpcmd.y111 CDUP STOU SMNT SYST SIZE MDTM
675 printf(" SIZE\r\n");
699 * SIZE is not in RFC959, but Postel has blessed it and
705 | SIZE check_login SP pathname CRLF
1060 #define MAXASIZE 10240 /* Deny ASCII SIZE on files larger than that */
1121 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
1616 reply(550, "%s: too large for type A SIZE.", filename);
1632 reply(504, "SIZE not implemented for type %s.",
/freebsd-12-stable/contrib/nvi/cl/
H A Dcl_term.c249 SIZE(keyname), L("function key %d"),
/freebsd-12-stable/share/examples/drivers/
H A Dmake_device_driver.sh438 * SIZE for the memory or ports requests (just a base)
742 int size = 16; /* SIZE of port range used. */
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
/freebsd-12-stable/share/mk/
H A Dlocal.meta.sys.mk201 STRINGS SIZE LLVM_TBLGEN
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c321 #define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp) macro
374 while (dp < edp && SIZE(dp, edp) > sizeof(EFI_DEVICE_PATH)) {
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c284 #define SIZE(X) (sizeof(X) / sizeof(*(X)))
285 #define MASK_FOR(X) ((2U << (SIZE (X) - 1)) - 1)
286 #define PTR_IN(X, P) ((P) >= (X) && (P) < (X) + SIZE (X))
283 #define SIZE macro
/freebsd-12-stable/contrib/binutils/gas/
H A Dread.c50 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \
53 if ((SIZE) >= 8) \
55 else if ((SIZE) >= 4) \
57 else if ((SIZE) >= 2) \
/freebsd-12-stable/lib/libmd/i386/
H A Drmd160.S11 #define SIZE(a,b) .size a,b define
26 #undef SIZE
28 #define SIZE(a,b) define
2017 SIZE(ripemd160_block_x86,.ripemd160_block_x86_end-ripemd160_block_x86)

Completed in 403 milliseconds

123456