/third_party/zlib/examples/ |
H A D | 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 bloc 296 uint stored; /* bytes currently in last stored block */ global() member [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | flist.c | 63 /* Stack that contains pointers stored into free list */ 64 pa_atomic_t stored; member 120 pa_atomic_store(&l->stored, -1); in pa_flist_new_with_name() 138 while((elem = stack_pop(l, &l->stored))) in pa_flist_free() 158 stack_push(l, &l->stored, elem); in pa_flist_push() 168 elem = stack_pop(l, &l->stored); in pa_flist_pop()
|
H A D | pid.c | 149 char stored[64]; in proc_name_ours() local 151 if (!(fgets(stored, sizeof(stored), f))) { in proc_name_ours() 163 good = pa_startswith(stored, expected); in proc_name_ours() 170 good = pa_startswith(stored, expected); in proc_name_ours()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.c | 182 setup->fs.stored = NULL; in lp_setup_reset() 733 * adjust last_layer (stored as depth) plus the mip level offsets in lp_setup_set_fs_images() 895 * Just like stored scissor rects need inclusive coords. in lp_setup_set_viewports() 1019 * adjust last_layer (stored as depth) plus the mip level in lp_setup_set_fragment_sampler_views() 1043 * the size (stored as width) plus the base pointer. in lp_setup_set_fragment_sampler_views() 1172 boolean new_scene = (setup->fs.stored == NULL); in try_update_scene_state() 1184 struct lp_jit_viewport *stored; in try_update_scene_state() local 1186 stored = (struct lp_jit_viewport *) in try_update_scene_state() 1189 if (!stored) { in try_update_scene_state() 1194 memcpy(stored, setu in try_update_scene_state() 1205 uint8_t *stored = try_update_scene_state() local 1268 void *stored = lp_scene_alloc(scene, current_size); try_update_scene_state() local 1330 struct lp_rast_state *stored = try_update_scene_state() local [all...] |
H A D | lp_setup_context.h | 66 * Note: "stored" below indicates data which is stored in the bins, 143 const struct lp_rast_state *stored; /**< what's in the scene */ member 168 uint8_t *stored; member
|
H A D | lp_setup_rect.c | 125 setup->fs.stored, in lp_setup_whole_tile() 131 setup->fs.stored, in lp_setup_whole_tile() 138 setup->fs.stored, in lp_setup_whole_tile() 220 setup->fs.stored, in partial()
|
H A D | lp_setup_tri.c | 829 setup->fs.stored, cmd, in lp_setup_bin_triangle() 853 setup->fs.stored, cmd, in lp_setup_bin_triangle() 868 setup->fs.stored, cmd, in lp_setup_bin_triangle() 878 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, setup->fs.stored, cmd, in lp_setup_bin_triangle() 951 setup->fs.stored, cmd, in lp_setup_bin_triangle()
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 17 # where a non-volatile register was stored. 63 # Now we use an expression to describe where our sentinel value is stored: 68 # of cfa-16 (cfa points at old rsp, cfa-8 is our rip, so we stored r12 at
|
/third_party/node/src/ |
H A D | node_blob.cc | 280 BlobBindingData::StoredDataObject stored = in GetDataObject() local 282 if (stored.blob) { in GetDataObject() 286 stored.type.c_str(), in GetDataObject() 288 static_cast<int>(stored.type.length())).ToLocal(&type)) { in GetDataObject() 293 stored.blob->object(), in GetDataObject() 294 Uint32::NewFromUnsigned(env->isolate(), stored.length), in GetDataObject()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_backtrace.tex | 37 The routine returns the number of addresses stored in the array pointed by 39 stored.
|
H A D | unw_getcontext.tex | 21 exact set of registers stored by \Func{unw\_getcontext}() is 24 stack-pointer, will be stored.
|
H A D | libunwind-dynamic.tex | 20 which the current value is stored (callee-saved registers). 135 available. If non-zero, The string stored at this address must be 137 (such as C++ or Java) the string stored at this address should be 171 available. If non-zero, The string stored at this address must be 173 (such as C++ or Java) the string stored at this address should be 177 that needs to be added to the segment-relative values stored in the 338 frame-pointer-relative offset is given by the value stored in member 344 stack-pointer-relative offset is given by the value stored in member
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_namemap.c | 34 unsigned int stored:1; /* If 1, it's stored in a library context */ member 61 /* OSSL_LIB_CTX_METHOD functions for a namemap stored in a library context */ 68 namemap->stored = 1; in stored_namemap_new() 78 /* Pretend it isn't stored, or ossl_namemap_free() will do nothing */ in stored_namemap_free() 79 namemap->stored = 0; in stored_namemap_free() 526 if (namemap == NULL || namemap->stored) in ossl_namemap_free()
|
/third_party/openssl/crypto/ |
H A D | core_namemap.c | 34 unsigned int stored:1; /* If 1, it's stored in a library context */ member 61 /* OSSL_LIB_CTX_METHOD functions for a namemap stored in a library context */ 68 namemap->stored = 1; in stored_namemap_new() 78 /* Pretend it isn't stored, or ossl_namemap_free() will do nothing */ in stored_namemap_free() 79 namemap->stored = 0; in stored_namemap_free() 523 if (namemap == NULL || namemap->stored) in ossl_namemap_free()
|
/third_party/tzdata/ |
H A D | localtime.c | 415 register int stored; in tzloadbody() local 475 for (stored = 4; stored <= 8; stored *= 2) { in tzloadbody() 477 bool skip_datablock = stored == 4 && version; in tzloadbody() 499 = (timecnt * stored /* ats */ in tzloadbody() 503 + leapcnt * (stored + 4) /* lsinfos */ in tzloadbody() 526 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody() 540 p += stored; in tzloadbody() 577 int_fast64_t tr = stored in tzloadbody() [all...] |
/third_party/icu/tools/multi/c/ |
H A D | Makefile | 46 @if [ -f $(BLD)/$*/build.err ]; then echo '###' Error for $* stored in $(BLD)/$*/build.err - remove if you want me to retry; false; fi 51 @if [ -f $(BLD)/r$*/build.err ]; then echo '###' Error for $* stored in $(BLD)/r$*/build.err - remove if you want me to retry; false; fi
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 332 register int stored; in tzload() local 391 for (stored = 4; stored <= 8; stored *= 2) { in tzload() 411 sp->timecnt * stored + /* ats */ in tzload() 415 sp->leapcnt * (stored + 4) + /* lsinfos */ in tzload() 422 = stored == 4 ? detzcode(p) : detzcode64(p); in tzload() 439 p += stored; in tzload() 471 lsisp->ls_trans = (stored == 4) ? in tzload() 473 p += stored; in tzload() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 330 register int stored; in tzload() local 389 for (stored = 4; stored <= 8; stored *= 2) { in tzload() 409 sp->timecnt * stored + /* ats */ in tzload() 413 sp->leapcnt * (stored + 4) + /* lsinfos */ in tzload() 420 = stored == 4 ? detzcode(p) : detzcode64(p); in tzload() 437 p += stored; in tzload() 469 lsisp->ls_trans = (stored == 4) ? in tzload() 471 p += stored; in tzload() [all...] |
/third_party/libabigail/tests/ |
H A D | runtestfedabipkgdiff.py.in | 106 The result of the comparison is stored in an output file, and that
|
/third_party/zlib/contrib/puff/ |
H A D | 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) in stored() function 166 unsigned len; /* length of stored bloc in stored() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1080 // Check value 5 was stored properly. in initPrograms() 2662 const auto& stored = storageBufferData.at(pos); in iterate() local 2664 if (stored != expected) in iterate() 2667 msg << "Unexpected output value found at position " << pos << " (expected " << expected << " but got " << stored << ")"; in iterate() local 2675 const auto& stored = storageBufferData.at(pos); in iterate() local 2676 if (stored != 0u) in iterate() 2679 msg << "Unexpected output value found at position " << pos << " (expected 0 but got " << stored << ")"; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1080 // Check value 5 was stored properly. in initPrograms() 2662 const auto& stored = storageBufferData.at(pos); in iterate() local 2664 if (stored != expected) in iterate() 2667 msg << "Unexpected output value found at position " << pos << " (expected " << expected << " but got " << stored << ")"; in iterate() local 2675 const auto& stored = storageBufferData.at(pos); in iterate() local 2676 if (stored != 0u) in iterate() 2679 msg << "Unexpected output value found at position " << pos << " (expected 0 but got " << stored << ")"; in iterate() local
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_neon.S | 818 @ which would be stored as the last row in the temp buffer, 1062 @ which would be stored as the second row in the temp buffer,
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 696 zipfile, the templates will be stored in a directory. 698 the stored algorithm, `zip` can be set to ``'stored'``. 760 target, "w", dict(deflated=ZIP_DEFLATED, stored=ZIP_STORED)[zip]
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 643 zipfile, the templates will be stored in a directory. 645 the stored algorithm, `zip` can be set to ``'stored'``. 698 stored=ZIP_STORED)[zip])
|