HomeSort by relevance Sort by last modified time
    Searched refs:shift_offset (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 510 bfd_vma shift_offset; local
528 shift_offset = p->offset;
529 n->size = cursor->size - shift_offset;
530 cursor->size = shift_offset;
532 vma += shift_offset;
539 p->offset -= shift_offset;
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 143 int shift_offset; member in struct:AecCore
aec_core.c 890 // With |shift_offset| we gradually rely on the delay estimates. For
891 // positive delays we reduce the correction by |shift_offset| to lower the
896 delay_correction += delay > self->shift_offset ? self->shift_offset : 1;
897 self->shift_offset--;
898 self->shift_offset = (self->shift_offset <= 1 ? 1 : self->shift_offset);
    [all...]
  /external/valgrind/none/tests/ppc32/
jm-insns.c 5535 int i, offs, shift_offset = 0; local
    [all...]

Completed in 81 milliseconds