Home
last modified time | relevance | path

Searched refs:spare (Results 1 - 20 of 20) sorted by relevance

/third_party/curl/lib/
H A Dbufq.c174 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 Dbufq.h54 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 Dunit2601.c80 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 Dpixma_mp750.c624 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 Dstat.h55 uint64_t spare[14]; member
/third_party/curl/src/
H A Dtool_vms.c204 const int spare[8] = {0}; variable
/third_party/node/deps/openssl/openssl/apps/
H A Dvms_decc_init.c151 const int spare[8] = { 0 }; variable
/third_party/openssl/apps/
H A Dvms_decc_init.c151 const int spare[8] = { 0 }; variable
/third_party/libfuse/include/
H A Dfuse_kernel.h281 uint32_t spare[6]; member
838 uint32_t spare[10]; member
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h106 __u32 spare[6]; member
/third_party/musl/src/stat/
H A Dfstatat.c32 uint64_t spare[14]; member
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp344 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 Dsha1-armv4-large.pl268 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 Dsha1-armv4-large.pl268 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 Dwindbg.js736 print(`${prefix} from the spare block at ${hex(location)}`);
/third_party/rust/crates/libc/src/unix/nto/
H A Dneutrino.rs176 spare: [u32; 7],
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha1-armv4-large.S360 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 Dsha1-armv4-large.S360 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 Dmod.rs648 /// 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 Drust-library.rs[all...]

Completed in 67 milliseconds