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

1 2 3 4 5 6

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_update_shadow_word.inc 20 if (!stored) {
22 stored = true;
32 stored = true;
39 stored = true;
tsan_rtl_access.cpp 183 bool stored = false; local
208 if (stored) {
214 if (stored) {
220 if (stored) {
227 // we did not find any races and had already stored
229 if (LIKELY(stored))
  /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/external/gpl3/binutils/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/external/gpl3/binutils.old/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/external/gpl3/gdb.old/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/external/gpl3/gdb/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/external/mpl/bind/dist/bin/tests/system/nsupdate/
tests_update_sig.py 22 zone DB stored every SIG rdataset under typepair (SIG, 0) instead of
125 # Confirm nothing of type SIG was stored.
128 stored = any(rrset.rdtype == dns.rdatatype.SIG for rrset in res.answer)
129 assert not stored, "SIG record was stored despite REFUSED response"
179 rndc dumpdb is used to inspect the secondary's stored state
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 95 the number of registers loaded/stored and are expressed by a simple integer
115 const int stored; /* DFmode. */ member in struct:mem_cost_table
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h 89 the number of registers loaded/stored and are expressed by a simple integer
109 const int stored; /* DFmode. */ member in struct:mem_cost_table
  /src/crypto/external/apache2/openssl/dist/crypto/
core_namemap.c 33 unsigned int stored : 1; /* If 1, it's stored in a library context */
53 /* OSSL_LIB_CTX_METHOD functions for a namemap stored in a library context */
60 namemap->stored = 1;
70 /* Pretend it isn't stored, or ossl_namemap_free() will do nothing */
71 namemap->stored = 0;
549 if (namemap == NULL || namemap->stored)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_vaes_avx512.inc 109 * (note, the hash is stored reflected)
133 /* Add remaining AAD to the hash (note, the hash is stored reflected) */
  /src/crypto/external/bsd/openssl/dist/crypto/
core_namemap.c 34 unsigned int stored:1; /* If 1, it's stored in a library context */ member in struct:ossl_namemap_st
61 /* OSSL_LIB_CTX_METHOD functions for a namemap stored in a library context */
68 namemap->stored = 1;
78 /* Pretend it isn't stored, or ossl_namemap_free() will do nothing */
79 namemap->stored = 0;
526 if (namemap == NULL || namemap->stored)
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
smoothstep.sh 69 * to 1 in 0 <= x <= 1. The table is stored as integer fixed point values so
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
smoothstep.sh 69 * to 1 in 0 <= x <= 1. The table is stored as integer fixed point values so
  /src/usr.bin/make/unit-tests/
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-make_stack_trace.mk 8 # disabled by default since the stack trace is stored in an environment
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
sha512-riscv64-zvkb-zvknhb.S 9 # H is stored as {a,b,c,d},{e,f,g,h}, but we need {f,e,b,a},{h,g,d,c}
  /src/external/gpl3/binutils/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
166 unsigned len; /* length of stored block *
    [all...]
  /src/external/gpl3/binutils.old/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
166 unsigned len; /* length of stored block *
    [all...]
  /src/external/gpl3/gdb.old/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
166 unsigned len; /* length of stored block *
    [all...]
  /src/external/gpl3/gdb/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
166 unsigned len; /* length of stored block *
    [all...]
  /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
166 unsigned len; /* length of stored block *
    [all...]
  /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/lib/libc/time/
localtime.c 1032 register int stored; local
1178 for (stored = 4; stored <= 8; stored *= 2) {
1180 bool skip_datablock = stored == 4 && version;
1202 = (timecnt * stored /* ats */
1206 + leapcnt * (stored + 4) /* lsinfos */
1230 = stored == 4 ? detzcode(p) : detzcode64(p);
1244 p += stored;
1288 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p)
    [all...]

Completed in 52 milliseconds

1 2 3 4 5 6