HomeSort by relevance Sort by last modified time
    Searched full:out_end (Results 1 - 25 of 27) sorted by null

1 2

  /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/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc 50 char *out_end = out + out_size; local
51 while (*s && out < out_end - 1) {
55 while (*base && out < out_end - 1)
  /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)
  /hardware/qcom/audio/hal/msm8960/
platform.h 59 * Note: IN_BEGIN should be same as OUT_END because total number of devices
  /external/wpa_supplicant_8/src/tls/
tlsv1_server.c 264 u8 alert, *out_end, *out_pos, ct; local
270 out_end = out_data + out_len;
274 olen = out_end - out_pos;
329 if (out_pos > out_end) {
  /hardware/qcom/audio/hal/msm8916/
platform.h 91 * Note: IN_BEGIN should be same as OUT_END because total number of devices
  /hardware/qcom/audio/hal/msm8974/
platform.h 84 * Note: IN_BEGIN should be same as OUT_END because total number of devices
  /device/google/dragon/audio/hal/
audio_hw.h 78 * Note: IN_BEGIN should be same as OUT_END because total number of devices
  /device/htc/flounder/audio/hal/
audio_hw.h 91 * 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;
  /external/dhcpcd-6.8.2/
dhcp.c 2018 const uint8_t *out_end; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a     [all...]

Completed in 1279 milliseconds

1 2