HomeSort by: relevance | last modified time | path
    Searched refs:stored (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/common/dist/zlib/examples/
gzlog.c 40 - compressed data ending initially with empty stored block
41 - uncompressed data filling out originally empty stored block and
42 subsequent stored blocks as needed (16K max each)
49 stored block and determine where to append the data in the foo.add file, as
95 recovery if interrupted. Multi-byte values are stored little endian
99 for large files is actually the length modulo 2^32.) The stored block
110 - Pointer to first stored block length -- this points to the two-byte length
111 of the first stored block, which is followed by the two-byte, one's
112 complement of that length. The stored block length is preceded by the
113 three-bit header of the stored block, which is the actual start of th
296 uint stored; \/* bytes currently in last stored block *\/ member in struct:log
    [all...]
  /src/usr.bin/make/unit-tests/
varname-make_stack_trace.mk 8 # disabled by default since the stack trace is stored in an environment
opt-debug-file.mk 30 # file, the content of that log file must not be stored in a variable
41 # file, the content of that log file must not be stored in a variable
varname-dot-make-level.mk 36 # versions of make. Older version of make (up to NetBSD 9) stored the internal
var-scope-cmdline.mk 13 # most of the variables are stored. This conflicts with the statement that
var-op-shell.mk 81 # the command "echo '$$$$'". The 4 dollar signs are stored in OUTPUT, and
var-op-assign.mk 8 # and to the right is the variable value. The variable value is stored as-is,
varmod-assign.mk 38 # with the modifier '::=', the last value is stored in the RAN variable.
varname.mk 46 # All variable names of a scope are stored in the same hash table, using a
varmod-loop.mk 112 # The expression in the condition then expands this raw stored value
  /src/games/warp/
config.h.SH 184 * This symbol, if defined, indicates that full names are stored in
188 * This symbol, if defined, indicates that full names are stored in
193 * This symbol, if defined, indicates that full names are stored in
  /src/common/dist/zlib/contrib/puff/
puff.c 21 * works whether integers are stored big endian or little endian.
121 * - Bits are stored in bytes from the least significant bit to the most
148 * Process a stored block.
152 * - After the two-bit stored block type (00), the stored block length and
153 * stored bytes are byte-aligned for fast copying. Therefore any leftover
158 * - The second inverted copy of the stored block length does not have to be
161 * - A stored block can have zero length. This is sometimes used to byte-align
164 local int stored(struct state *s) function in typeref:typename:local int
166 unsigned len; /* length of stored block *
    [all...]
  /src/lib/libc/time/
localtime.c 609 register int stored; local in function:tzloadbody
687 for (stored = 4; stored <= 8; stored *= 2) {
689 bool skip_datablock = stored == 4 && version;
711 = (timecnt * stored /* ats */
715 + leapcnt * (stored + 4) /* lsinfos */
738 = stored == 4 ? detzcode(p) : detzcode64(p);
752 p += stored;
789 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p)
    [all...]
  /src/share/mk/
bsd.files.mk 128 # UUDECODE_FILES - List of files which are stored in the source tree
  /src/usr.sbin/sysinst/
msg.pm.en 41 message raid4 {4 - Striping with parity stored on the last component.}
  /src/distrib/miniroot/
upgrade.sh 199 configuration already stored on the root filesystem. This is required
install.sub 196 echo -n "Enter the pathname where the sets are stored [$_dir] "
1255 There are 2 different ways the file can be stored on tape:
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 275 * given the data stored in Record.
473 * given the data stored in Record.
  /src/sys/arch/hppa/stand/xxboot/
start.S 62 cksum: .word 0 ; 4: checksum will be stored here
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 626 # then stored in either the FP regfile, data regfile, or memory. #
866 # then stored in either the FP regfile, data regfile, or memory. #
1147 # - Correct result has been stored as appropriate #
2408 # - None (correct result has been stored as appropriate) #
2421 # emulation, then the result is stored to the destination register and #
6820 # exponent is extended to 16 bits and the sign is stored in the unused #
7090 # it's b,w,l,s,d,x, or p in size. b,w,l can be stored to either a data #
7365 # NORMs(in range) can be stored out by a simple "fmov.s"
7603 # NORMs(in range) can be stored out by a simple "fmov.d"
13457 # This value is stored in d6.
    [all...]
fpsp.s 626 # then stored in either the FP regfile, data regfile, or memory. #
866 # then stored in either the FP regfile, data regfile, or memory. #
1147 # - Correct result has been stored as appropriate #
2408 # - None (correct result has been stored as appropriate) #
2421 # emulation, then the result is stored to the destination register and #
3966 # - Correct result has been stored as appropriate #
5195 #--NOTE THAT A3 THROUGH A7 ARE STORED IN DOUBLE PRECISION
5248 #--NOTE THAT B4 THROUGH B8 ARE STORED IN DOUBLE PRECISION
5250 #--AND IS THEREFORE STORED AS SINGLE PRECISION.
5615 #--integer quotient will be stored in
    [all...]
fplsp.s 5089 #--NOTE THAT A3 THROUGH A7 ARE STORED IN DOUBLE PRECISION
5142 #--NOTE THAT B4 THROUGH B8 ARE STORED IN DOUBLE PRECISION
5144 #--AND IS THEREFORE STORED AS SINGLE PRECISION.
5509 #--integer quotient will be stored in N
5940 #--integer quotient will be stored in N
6269 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN
6749 # 2.5 Calculate the address of the stored value of #
6810 # where T and t are the stored values for 2^(J/64). #
6811 # Notes: 2^(J/64) is stored as T and t where T+t approximates #
6860 # 8.5 Calculate the address of the stored value
    [all...]
isp.s 1646 # Decode the movep instruction words stored at EXC_OPWORD and #
  /src/sys/arch/mac68k/mac68k/
locore.s 1131 movl %sp@(16),%a0 | addr of stored %psr
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 1525 !! stored [because (x-8)&0x7 == x].

Completed in 42 milliseconds

1 2