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

  /bootable/recovery/minadbd/
utils.h 65 #define BUFF_DECL(_buff,_cursor,_end,_size) \
66 char _buff[_size], *_cursor=_buff, *_end = _cursor + (_size)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.cc 140 : _buff(NULL),
147 _buff = new double[len];
148 if (_buff == NULL) {
152 _buff[n] = 0;
159 if (_buff != NULL) {
160 delete[] _buff;
161 _buff = NULL;
169 double oldVal = _buff[_idx];
171 _buff[_idx] = newVal;
210 _sum += _buff[n]
    [all...]
utility.h 101 double* _buff; member in class:webrtc::CircularBuffer

Completed in 164 milliseconds