HomeSort by: relevance | last modified time | path
    Searched defs:stored (Results 1 - 20 of 20) sorted by relevancy

  /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/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/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/gcc.old/dist/libsanitizer/tsan/
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/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/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/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/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/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/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/gcc/dist/libsanitizer/tsan/
tsan_rtl_access.cpp 197 bool stored = false; local
202 if (!(typ & kAccessCheckOnly) && !stored)
212 stored = true;
223 // We did not find any races and had already stored
225 if (LIKELY(stored))
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-im.cc 133 bitmap stored; /* The set of loops in that this memory location member in class:im_mem_ref
134 is stored to. */
248 /* The set of memory references stored in each loop. */
251 /* The set of memory references stored in each loop, including subloops . */
703 if (ref->stored && bitmap_bit_p (ref->stored, loop->num))
709 if ((!ref->stored || !bitmap_bit_p (ref->stored, aloop->num))
1248 data stored in LIM_DATA structures associated with each statement. Callback
1513 ref->stored = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-im.cc 131 bitmap stored; /* The set of loops in that this memory location member in class:im_mem_ref
132 is stored to. */
246 /* The set of memory references stored in each loop. */
249 /* The set of memory references stored in each loop, including subloops . */
674 if (ref->stored && bitmap_bit_p (ref->stored, loop->num))
680 if ((!ref->stored || !bitmap_bit_p (ref->stored, aloop->num))
1203 data stored in LIM_DATA structures associated with each statement. Callback
1465 ref->stored = NULL
    [all...]
  /src/lib/libc/time/
localtime.c 1006 register int stored; local
1141 for (stored = 4; stored <= 8; stored *= 2) {
1143 bool skip_datablock = stored == 4 && version;
1165 = (timecnt * stored /* ats */
1169 + leapcnt * (stored + 4) /* lsinfos */
1192 = stored == 4 ? detzcode(p) : detzcode64(p);
1206 p += stored;
1243 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p)
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.c 4732 // read out the stored msb of the dataset id. increment the msb and generate the dataset id.
4762 // read out the stored msb of the dataset id. increment the msb and generate the dataset id.
4844 bool stored = domain->dataset_id_committed; local
4863 if ((!stored || !keep) && domain->dataset_id_committed) {
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 365 to a pointer to memory where the pointer type should be stored.
438 stored. If *TYPEPTR is zero, update it to point to the reference
534 should be stored. If *TYPEPTR is zero, update it to point to the
2511 stored -- this function sets the Nth element in FLAGS if the
2543 variant to be handled. FLAGS is where the results are stored --
2611 fields are stored in RESOLVED_TYPE. ADDR_STACK holds information
5470 struct type_pair *stored = new type_pair (type, new_type);
5472 *slot = stored;
5464 struct type_pair *stored = new type_pair (type, new_type); local

Completed in 56 milliseconds