OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_end
(Results
1 - 8
of
8
) sorted by null
/external/tremolo/Tremolo/
dsp.c
56
v->
out_end
=-1;
147
if(v->out_begin>-1 && v->out_begin<v->
out_end
){
148
int n=v->
out_end
-v->out_begin;
166
if(s && v->out_begin+s>v->
out_end
)return(OV_EINVAL);
244
vd->
out_end
=0;
247
vd->
out_end
=ci->blocksizes[vd->lW]/4+ci->blocksizes[vd->W]/4;
294
vd->
out_end
-=(int)(vd->sample_count-vd->granulepos);
298
if(vd->out_begin>vd->
out_end
)
299
vd->out_begin=vd->
out_end
;
316
vd->
out_end
-=extra
[
all
...]
codec_internal.h
65
int
out_end
;
member in struct:vorbis_dsp_state
/external/liblzf/
lzf_c.c
112
u8 *
out_end
= op + out_len;
local
167
if (expect_false (op + 3 + 1 >=
out_end
)) /* first a faster conservative test */
168
if (op - !lit + 3 + 1 >=
out_end
) /* second the exact but rare test */
259
if (expect_false (op >=
out_end
))
272
if (op + 3 >
out_end
) /* at most 3 bytes can be missing here */
lzf_d.c
62
u8 *const
out_end
= op + out_len;
local
72
if (op + ctrl >
out_end
)
129
if (op + len + 2 >
out_end
)
/external/wpa_supplicant_8/src/tls/
tlsv1_server.c
239
u8 alert, *
out_end
, *out_pos, ct;
local
245
out_end
= out_data + out_len;
249
olen =
out_end
- out_pos;
296
if (out_pos >
out_end
) {
/hardware/qcom/audio/hal/
audio_hw.h
69
* Note: IN_BEGIN should be same as
OUT_END
because total number of devices
/external/liblzf/cs/
CLZF.cs
166
//byte *
out_end
= op + out_len;
/external/liblzf/src/org/liblzf/
CLZF.java
166
//byte *
out_end
= op + out_len;
Completed in 7394 milliseconds