HomeSort by: relevance | last modified time | path
    Searched defs:EXTRA (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/distrib/notes/mac68k/
Makefile 4 EXTRA= ${.CURDIR}/contrib
  /src/share/doc/papers/px/
Makefile 8 EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n \
  /src/share/doc/papers/relengr/
Makefile 8 EXTRA= ref.bib tmac.srefs
  /src/share/doc/papers/bus_dma/
Makefile 5 EXTRA= figure1.pic figure2.pic figure3.pic
7 DPSRCS= ${SRCS} ${EXTRA} Makefile
  /src/share/doc/papers/memfs/
Makefile 8 EXTRA= ref.bib A.t tmac.srefs
  /src/share/doc/papers/sysperf/
Makefile 8 EXTRA= a1.t a2.t
  /src/external/lgpl3/gmp/dist/
gen-bases.c 121 #define EXTRA 16
131 mpz_setbit (t, prec + EXTRA);
136 mpz_setbit (two, prec + EXTRA + 1);
141 mpz_mul_2exp (b, b, prec+EXTRA);
145 mpz_mul_2exp (b, b, prec+EXTRA);
149 mpz_tdiv_q_2exp (t2, t2, prec+EXTRA);
  /src/external/lgpl3/gmp/dist/mpn/generic/
rootrem.c 286 Newton iteration will first compute sizes[ni-1] extra bits,
295 fits in un limbs, the number of extra limbs needed is bounded by
299 #define EXTRA 2 + (mp_size_t) (0.585 * (double) k / (double) GMP_NUMB_BITS)
301 qp, un + EXTRA, /* will contain quotient and remainder
303 wp, un + EXTRA); /* will contain S^(k-1), k*S^(k-1),
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 26 OS, /* i: waiting for extra flags and operating system (gzip) */
27 EXLEN, /* i: waiting for extra length (gzip) */
28 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
102 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/common/dist/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /src/common/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
108 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 21 * - Remove unnecessary second byte pull from length extra in inffast.c
36 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
113 OS, /* i: waiting for extra flags and operating system (gzip) */
114 EXLEN, /* i: waiting for extra length (gzip) */
115 EXTRA, /* i: waiting for extra bytes (gzip) */
129 LENEXT, /* i: waiting for length extra bits */
131 DISTEXT, /* i: waiting for distance extra bits */
150 is the number of extra bits to get after the code. bits is
156 unsigned char op; /* operation, extra bits, table bits *
223 unsigned extra; \/* extra bits needed *\/ member in struct:inflate_state
784 const unsigned short FAR *extra; \/* extra bits table to use *\/ local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
symtab.cc 576 #define EXTRA 16
580 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA);
581 snprintf (s, l + EXTRA, "%s/%d", fname, order);
  /src/external/gpl3/gcc.old/dist/gcc/
symtab.cc 576 #define EXTRA 16
580 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA);
581 snprintf (s, l + EXTRA, "%s/%d", fname, order);
  /src/sbin/ping6/
ping6.c 155 #define EXTRA 256 /* for AH and various other headers. weird. */
669 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
671 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
676 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 2363 #ifndef EXTRA
2364 #define EXTRA 0
2366 asymbol *ptrs[NSECS + 4 + EXTRA + 1];
3758 fprintf (file, _(" -n --no-delete Keep temp files (repeat for extra preservation).\n"));
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 2362 #ifndef EXTRA
2363 #define EXTRA 0
2365 asymbol *ptrs[NSECS + 4 + EXTRA + 1];
3757 fprintf (file, _(" -n --no-delete Keep temp files (repeat for extra preservation).\n"));

Completed in 73 milliseconds

1 2