OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPAN
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils.old/dist/zlib/examples/
zran.c
16
its entirety, and an index built with access points about every
SPAN
bytes
18
be read randomly, having to decompress on the average
SPAN
/2 uncompressed
135
int deflate_index_build(FILE *in, off_t
span
, struct deflate_index **built)
220
(totout == 0 || totout - last >
span
)) {
403
#define
SPAN
1048576L /* desired distance between access points */
441
len = deflate_index_build(in,
SPAN
, &index);
/src/external/gpl3/gdb.old/dist/zlib/examples/
zran.c
16
its entirety, and an index built with access points about every
SPAN
bytes
18
be read randomly, having to decompress on the average
SPAN
/2 uncompressed
135
int deflate_index_build(FILE *in, off_t
span
, struct deflate_index **built)
220
(totout == 0 || totout - last >
span
)) {
403
#define
SPAN
1048576L /* desired distance between access points */
441
len = deflate_index_build(in,
SPAN
, &index);
/src/external/gpl3/binutils/dist/zlib/examples/
zran.c
22
// its entirety, and an index built with access points about every
SPAN
bytes
24
// be read randomly, having to decompress on the average
SPAN
/2 uncompressed
132
int deflate_index_build(FILE *in, off_t
span
, struct deflate_index **built) {
192
(index == NULL || totout - last >=
span
)) {
195
// very start for the first access point, or there has been
span
or
458
#define
SPAN
1048576L // desired distance between access points
491
int len = deflate_index_build(in,
SPAN
, &index);
/src/external/gpl3/gdb/dist/zlib/examples/
zran.c
22
// its entirety, and an index built with access points about every
SPAN
bytes
24
// be read randomly, having to decompress on the average
SPAN
/2 uncompressed
132
int deflate_index_build(FILE *in, off_t
span
, struct deflate_index **built) {
192
(index == NULL || totout - last >=
span
)) {
195
// very start for the first access point, or there has been
span
or
458
#define
SPAN
1048576L // desired distance between access points
491
int len = deflate_index_build(in,
SPAN
, &index);
/src/common/dist/zlib/examples/
zran.c
29
// its entirety, and an index built with access points about every
SPAN
bytes
31
// be read randomly, having to decompress on the average
SPAN
/2 uncompressed
129
int deflate_index_build(FILE *in, off_t
span
, struct deflate_index **built) {
206
(index->have == 0 || totout - last >=
span
)) {
209
// very start for the first access point, or there has been
span
or
471
#define
SPAN
1048576L // desired distance between access points
504
int len = deflate_index_build(in,
SPAN
, &index);
/src/external/bsd/ntp/dist/ntpd/
refclock_chu.c
233
#define
SPAN
800. /* min envelope
span
*/
309
double
span
; /* shift register envelope
span
*/
member in struct:surv
836
* eight survivors and determines the
span
, slice level and
867
*
span
and correct start bit and two stop bits.
870
up->surv[i].
span
<
SPAN
)
887
up->maxsignal = up->surv[j].
span
;
899
* samples. It then computes the slice level and
span
over these sample
[
all
...]
Completed in 26 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026