Home
last modified time | relevance | path

Searched defs:remain (Results 1 – 25 of 71) sorted by relevance

123

/third_party/rust/crates/rustix/src/backend/libc/thread/
Dsyscalls.rs53 let mut remain = MaybeUninit::<LibcTimespec>::uninit(); in clock_nanosleep_relative() localVariable
124 let remain = Timespec { in clock_nanosleep_relative_old() localVariable
206 let mut remain = MaybeUninit::<LibcTimespec>::uninit(); in nanosleep() localVariable
263 let remain = Timespec { in nanosleep_old() localVariable
/third_party/alsa-utils/topology/nhlt/intel/dmic/
Ddmic-debug.c19 int i, j, lines, remain; in dmic_print_bytes_as_hex() local
43 int i, j, lines, remain; in dmic_print_integers_as_hex() local
66 int i, j, line, lines, remain; in dmic_print_internal() local
/third_party/node/deps/npm/test/lib/utils/completion/
Dinstalled-shallow.js30 const opt = { conf: { argv: { remain: [] } } } property
42 const opt = { conf: { argv: { remain: [] } } } property
52 const opt = { conf: { argv: { remain: [1, 2, 3, 4, 5, 6] } } } property
/third_party/alsa-utils/bat/
Dalsa.c311 int remain = frames; in write_to_pcm() local
515 int remain = frames; in read_from_pcm() local
555 unsigned int remain = bytes_count; in read_from_pcm_loop() local
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DBitBuffer.java85 int remain = 32 - (bitLength & 0x1F); in appendBits() local
/third_party/node/deps/npm/test/lib/commands/
Dteam.js393 remain: ['npm', 'team'], property
410 remain: ['npm', 'team', subcmd], property
424 team.completion({ conf: { argv: { remain: ['npm', 'team', 'missing-subcommand'] } } }), property
Dhelp.js87 const noArgs = await help.completion({ conf: { argv: { remain: [] } } }) property
89 const threeArgs = await help.completion({ conf: { argv: { remain: ['one', 'two', 'three'] } } }) property
Ddist-tag.js370 const match = distTag.completion({ conf: { argv: { remain: ['npm', 'dist-tag'] } } }) property
374 const noMatch = distTag.completion({ conf: { argv: { remain: ['npm', 'dist-tag', 'foobar'] } } }) property
Downer.js621 const res = await owner.completion({ conf: { argv: { remain: argv } } }) property
647 const res = await owner.completion({ conf: { argv: { remain: ['npm', 'owner', 'rm'] } } }) property
653 const res = await owner.completion({ conf: { argv: { remain: ['npm', 'owner', 'rm'] } } }) property
661 const res = await owner.completion({ conf: { argv: { remain: ['npm', 'owner', 'rm'] } } }) property
679 const res = await owner.completion({ conf: { argv: { remain: ['npm', 'owner', 'rm'] } } }) property
/third_party/openssl/crypto/property/
Dproperty_parse.c574 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char()
589 static void put_str(const char *str, char **buf, size_t *remain, size_t *needed) in put_str()
615 static void put_num(int64_t val, char **buf, size_t *remain, size_t *needed) in put_num()
/third_party/node/deps/npm/node_modules/nopt/lib/
Dnopt-lib.js36 remain: [], property
245 function parse (args, data, remain, { argument
/third_party/node/deps/openssl/openssl/crypto/property/
Dproperty_parse.c604 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char()
619 static void put_str(const char *str, char **buf, size_t *remain, size_t *needed) in put_str()
671 static void put_num(int64_t val, char **buf, size_t *remain, size_t *needed) in put_num()
/third_party/ltp/utils/sctp/func_tests/
Dtest_fragments.c268 int remain; in main() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/
Dminimal-ws-client.c49 size_t remain; in callback() local
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c134 void *request, *remain; in do_test() local
/third_party/musl/src/stdio/
Dfopencookie.c24 size_t remain = len, readlen = 0; in cookieread() local
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
Doptions.js103 ({ argv: { remain: _ }, ...o }) => { property
/third_party/mesa3d/src/mesa/main/
Dtexcompress_cpal.c84 GLuint remain, i; in paletted_to_color() local
/third_party/lz4/lib/
Dlz4file.c253 size_t remain = size; in LZ4F_write() local
/third_party/curl/lib/
Dws.c266 curl_off_t remain = dec->payload_len - dec->payload_offset; in ws_dec_pass_payload() local
396 curl_off_t remain = (payload_len - (payload_offset + buflen)); in ws_cw_dec_next() local
856 curl_off_t remain = (payload_len - (payload_offset + buflen)); in ws_client_collect() local
Dmqtt.c220 static int init_connpack(char *packet, char *remain, int remain_pos) in init_connpack()
256 char remain[4] = {0}; in mqtt_connect() local
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_mem.c248 long off, remain; in mem_ctrl() local
/third_party/openssl/crypto/bio/
Dbss_mem.c248 long off, remain; in mem_ctrl() local
/third_party/backends/backend/
Dkodak.c2268 int remain = s->i_bytes - s->bytes_rx; in read_from_scanner() local
2364 int remain = s->bytes_rx - s->bytes_tx; in read_from_buffer() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dlocal_access_chain_convert_test.cpp518 const std::string remain = in TEST_F() local

123