Searched refs:last_op (Results 1 - 24 of 24) sorted by relevance
/third_party/libsnd/src/ |
H A D | sndfile.c | 1610 psf->last_op = new_mode ; in sf_seek() 1728 if (psf->last_op != SFM_READ) in sf_read_raw() 1743 psf->last_op = SFM_READ ; in sf_read_raw() 1786 if (psf->last_op != SFM_READ) in sf_read_short() 1801 psf->last_op = SFM_READ ; in sf_read_short() 1836 if (psf->last_op != SFM_READ) in sf_readf_short() 1851 psf->last_op = SFM_READ ; in sf_readf_short() 1894 if (psf->last_op != SFM_READ) in sf_read_int() 1909 psf->last_op = SFM_READ ; in sf_read_int() 1944 if (psf->last_op ! in sf_readf_int() [all...] |
H A D | paf.c | 356 psf->last_op = 0 ; in paf24_init() 431 if (psf->last_op == SFM_WRITE && ppaf24->write_count) in paf24_seek() 446 if (psf->last_op == SFM_WRITE && ppaf24->write_count) in paf24_seek()
|
H A D | common.h | 444 int last_op ; /* Last operation; either SFM_READ or SFM_WRITE */ member
|
/third_party/curl/lib/vquic/ |
H A D | vquic.c | 118 qctx->last_op = Curl_now(); in vquic_ctx_update_time() 273 qctx->last_io = qctx->last_op; in vquic_send_packets() 552 qctx->first_byte_at = qctx->last_op; in vquic_recv_packets() 554 qctx->last_io = qctx->last_op; in vquic_recv_packets()
|
H A D | vquic_int.h | 44 struct curltime last_op; /* last (attempted) send/recv operation */ member
|
H A D | curl_quiche.c | 1333 Curl_timediff(ctx->q.last_op, ctx->reconnect_at) < 0) { in cf_quiche_connect() 1343 ctx->started_at = ctx->q.last_op; in cf_quiche_connect() 1358 ctx->handshake_at = ctx->q.last_op; in cf_quiche_connect()
|
H A D | curl_ngtcp2.c | 284 pktx->ts = ctx->q.last_op.tv_sec * NGTCP2_SECONDS + in pktx_update_time() 285 ctx->q.last_op.tv_usec * NGTCP2_MICROSECONDS; in pktx_update_time()
|
/third_party/ltp/include/lapi/ |
H A D | io_uring.h | 250 uint8_t last_op; /* last opcode supported */ member
|
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 833 pub last_op: IoringOp, 1137 check_struct!(io_uring_probe, last_op, ops_len, resv, resv2, ops); in io_uring_layouts()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | gen_builtin_symbols.py | 1824 last_op = functions.find_op(last_op_index, -1, first_op_index - 1) 1826 template_args = {'first_op': first_op, 'last_op': last_op, 'group_name': group_name} 1829 return op >= {first_op} && op <= {last_op};
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4668 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4666 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 4646 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 4810 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 4880 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 4838 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 4944 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 4752 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 5030 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 4726 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 5000 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 4695 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 4787 pub last_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 4704 pub last_op: __u8,
|
Completed in 221 milliseconds