/third_party/curl/lib/ |
H A D | bufq.c | 174 if(pool->spare) { in bufcp_take() 175 chunk = pool->spare; in bufcp_take() 176 pool->spare = chunk->next; in bufcp_take() 201 chunk->next = pool->spare; in bufcp_put() 202 pool->spare = chunk; in bufcp_put() 209 chunk_list_free(&pool->spare); in Curl_bufcp_free() 245 chunk_list_free(&q->spare); in Curl_bufq_free() 256 chunk->next = q->spare; in Curl_bufq_reset() 257 q->spare = chunk; in Curl_bufq_reset() 278 if(q->spare) { in Curl_bufq_space() [all...] |
H A D | bufq.h | 54 struct buf_chunk *spare; /* list of available spare chunks */ member 56 size_t spare_count; /* current number of spare chunks in list */ 88 * read empty in its `spare` list. Option `BUFQ_OPT_NO_SPARES` will 91 * When providing a pool to a bufq, all chunk creation and spare handling 97 struct buf_chunk *spare; /* list of free chunks, unless `pool` */ member 99 size_t chunk_count; /* current number of chunks in `head+spare` */ 116 * Do not keep spare chunks.
|
/third_party/curl/tests/unit/ |
H A D | unit2601.c | 80 chunk = q->spare; in dump_bufq() 114 fail_unless(q.spare == NULL, "init: spare not NULL"); in check_bufq()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_mp750.c | 624 unsigned size, dpi, spare; in mp750_scan() local 651 spare = 2 * calc_component_shifting (s) + 2 * mp->stripe_shift; /* FIXME: or maybe (2*... + 1)? */ in mp750_scan() 652 mp->raw_height = s->param->h + spare; in mp750_scan() 660 size = 8 + 2 * IMAGE_BLOCK_SIZE + spare * mp->line_size; in mp750_scan() 666 mp->imgbuf_ofs = spare * mp->line_size; in mp750_scan()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | stat.h | 55 uint64_t spare[14]; member
|
/third_party/curl/src/ |
H A D | tool_vms.c | 204 const int spare[8] = {0}; variable
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | vms_decc_init.c | 151 const int spare[8] = { 0 }; variable
|
/third_party/openssl/apps/ |
H A D | vms_decc_init.c | 151 const int spare[8] = { 0 }; variable
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 281 uint32_t spare[6]; member 838 uint32_t spare[10]; member
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 106 __u32 spare[6]; member
|
/third_party/musl/src/stat/ |
H A D | fstatat.c | 32 uint64_t spare[14]; member
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 344 SkScalar spare; in compute_aa_rects() local 348 spare = std::min(w, h); in compute_aa_rects() 351 *isDegenerate = spare <= 0; in compute_aa_rects()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-armv4-large.pl | 268 bcs .L_done @ [+((12+3)*5+2)*4], spare 300 bytes 289 b .L_20_39_or_60_79 @ [+4], spare 300 bytes
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-armv4-large.pl | 268 bcs .L_done @ [+((12+3)*5+2)*4], spare 300 bytes 289 b .L_20_39_or_60_79 @ [+4], spare 300 bytes
|
/third_party/node/deps/v8/tools/ |
H A D | windbg.js | 736 print(`${prefix} from the spare block at ${hex(location)}`);
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | neutrino.rs | 176 spare: [u32; 7],
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha1-armv4-large.S | 360 bcs .L_done @ [+((12+3)*5+2)*4], spare 300 bytes 461 b .L_20_39_or_60_79 @ [+4], spare 300 bytes
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha1-armv4-large.S | 360 bcs .L_done @ [+((12+3)*5+2)*4], spare 300 bytes 461 b .L_20_39_or_60_79 @ [+4], spare 300 bytes
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 648 /// spare space to grow if_index, see if_var.h 690 /// spare space to grow if_index, see if_var.h 869 pub spare: ::c_int,
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | [all...] |