Home
last modified time | relevance | path

Searched refs:out_start (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dload-slice.ll20 ; Load out[out_start + 8].real, this is base + 8 * 8 + 0.
22 ; Add low slice: out[out_start].real, this is base + 0.
24 ; Load out[out_start + 8].imm, this is base + 8 * 8 + 4.
26 ; Add high slice: out[out_start].imm, this is base + 4.
30 ; Put the results back into out[out_start].
35 ; Load out[out_start + 8].real, this is base + 8 * 8 + 0.
37 ; Add low slice: out[out_start].real, this is base + 0.
39 ; Load out[out_start + 8].imm, this is base + 8 * 8 + 4.
41 ; Add high slice: out[out_start].imm, this is base + 4.
45 ; Put the results back into out[out_start].
[all …]
/external/openssh/
Droaming_common.c40 static size_t out_start; variable
85 out_start = 0; in set_out_buffer_size()
124 if (out_start > out_last) in buf_append()
125 out_start += count; in buf_append()
133 out_start = out_last + 1; in buf_append()
201 if (out_start < out_last) in resend_bytes()
202 available = out_last - out_start; in resend_bytes()
/external/llvm/test/CodeGen/AArch64/
Darm64-dagcombiner-load-slicing.ll15 define void @test(%class.Complex* nocapture %out, i64 %out_start) {
17 %arrayidx = getelementptr inbounds %class.Complex, %class.Complex* %out, i64 %out_start
25 %add = add i64 %out_start, 8
47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
49 %arrayidx = getelementptr inbounds %class.Complex_int, %class.Complex_int* %out, i64 %out_start
57 %add = add i64 %out_start, 8
79 define void @test_long(%class.Complex_long* nocapture %out, i64 %out_start) {
81 %arrayidx = getelementptr inbounds %class.Complex_long, %class.Complex_long* %out, i64 %out_start
89 %add = add i64 %out_start, 8
/external/lzma/xz-embedded/
Dxz_dec_stream.c49 size_t out_start; member
234 s->out_start = b->out_pos; in dec_block()
244 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
256 s->crc = xz_crc32(b->out + s->out_start, in dec_block()
257 b->out_pos - s->out_start, s->crc); in dec_block()
260 s->crc = xz_crc64(b->out + s->out_start, in dec_block()
261 b->out_pos - s->out_start, s->crc); in dec_block()
763 size_t out_start; in xz_dec_run() local
770 out_start = b->out_pos; in xz_dec_run()
780 b->out_pos = out_start; in xz_dec_run()
[all …]
/external/toybox/toys/pending/
Dxzcat.c838 size_t out_start; in xz_dec_bcj_run() local
867 out_start = b->out_pos; in xz_dec_bcj_run()
876 bcj_apply(s, b->out, &out_start, b->out_pos); in xz_dec_bcj_run()
886 s->temp.size = b->out_pos - out_start; in xz_dec_bcj_run()
2382 size_t out_start; member
2557 s->out_start = b->out_pos; in dec_block()
2567 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
2579 s->crc = xz_crc32(b->out + s->out_start, in dec_block()
2580 b->out_pos - s->out_start, s->crc); in dec_block()
2583 size_t size = b->out_pos - s->out_start; in dec_block()
[all …]