Home
last modified time | relevance | path

Searched refs:last_op (Results 1 - 24 of 24) sorted by relevance

/third_party/libsnd/src/
H A Dsndfile.c1610 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 Dpaf.c356 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 Dcommon.h444 int last_op ; /* Last operation; either SFM_READ or SFM_WRITE */ member
/third_party/curl/lib/vquic/
H A Dvquic.c118 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 Dvquic_int.h44 struct curltime last_op; /* last (attempted) send/recv operation */ member
H A Dcurl_quiche.c1333 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 Dcurl_ngtcp2.c284 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 Dio_uring.h250 uint8_t last_op; /* last opcode supported */ member
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs833 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 Dgen_builtin_symbols.py1824 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 Dgeneral.rs4668 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4666 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4646 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4810 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4880 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs4838 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs4944 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs4752 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs5030 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4726 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs5000 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4695 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4787 pub last_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4704 pub last_op: __u8,

Completed in 191 milliseconds