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

  /external/webrtc/webrtc/modules/audio_coding/test/
utility.cc 142 _idx(0),
170 double oldVal = _buff[_idx];
172 _buff[_idx] = newVal;
175 _idx++;
178 if (_idx >= _buffLen) {
181 _idx = 0;
207 lim = _idx;
225 lim = _idx;
243 if (_idx > 0) {
244 mean = _sum / (double) _idx;
    [all...]
utility.h 102 uint32_t _idx; member in class:webrtc::CircularBuffer
  /external/python/cpython2/Modules/_sqlite/
row.c 82 Py_ssize_t _idx; local
93 _idx = PyInt_AsLong(idx);
94 if (_idx < 0)
95 _idx += PyTuple_GET_SIZE(self->data);
96 item = PyTuple_GetItem(self->data, _idx);
100 _idx = PyNumber_AsSsize_t(idx, PyExc_IndexError);
101 if (_idx == -1 && PyErr_Occurred())
103 if (_idx < 0)
104 _idx += PyTuple_GET_SIZE(self->data);
105 item = PyTuple_GetItem(self->data, _idx);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 69 long _idx; local
80 _idx = PyInt_AsLong(idx);
81 item = PyTuple_GetItem(self->data, _idx);
85 _idx = PyLong_AsLong(idx);
86 item = PyTuple_GetItem(self->data, _idx);
  /external/python/cpython3/Modules/_sqlite/
row.c 81 Py_ssize_t _idx; local
92 _idx = PyNumber_AsSsize_t(idx, PyExc_IndexError);
93 if (_idx == -1 && PyErr_Occurred())
95 if (_idx < 0)
96 _idx += PyTuple_GET_SIZE(self->data);
97 item = PyTuple_GetItem(self->data, _idx);
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
ring.h 212 #define RING_GET_REQUEST(_r, _idx) \
213 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
215 #define RING_GET_RESPONSE(_r, _idx) \
216 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/
Coreboot.h 250 #define MEM_RANGE_PTR(_rec, _idx) \
252 + (sizeof((_rec)->map[0]) * (_idx)))
  /external/syslinux/gpxe/src/drivers/infiniband/
linda.c 136 #define linda_readq_array8b( _linda, _ptr, _offset, _idx ) \
137 linda_readq ( (_linda), (_ptr), ( (_offset) + ( (_idx) * 8 ) ) )
138 #define linda_readq_array64k( _linda, _ptr, _offset, _idx ) \
139 linda_readq ( (_linda), (_ptr), ( (_offset) + ( (_idx) * 65536 ) ) )
161 #define linda_writeq_array8b( _linda, _ptr, _offset, _idx ) \
162 linda_writeq ( (_linda), (_ptr), ( (_offset) + ( (_idx) * 8 ) ) )
163 #define linda_writeq_array64k( _linda, _ptr, _offset, _idx ) \
164 linda_writeq ( (_linda), (_ptr), ( (_offset) + ( (_idx) * 65536 ) ) )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 369 int _idx = plane_idx - 6; local
370 int cdi = _idx >= 4;
371 int vidx = cdi ? _idx - 4 : _idx;
  /external/opencv/ml/src/
mlann_mlp.cpp 881 CvMat* _idx = 0; local
906 CV_CALL( _idx = cvCreateMat( 1, count, CV_32SC1 ));
908 _idx->data.i[i] = i;
952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt );
956 idx = _idx->data.i[idx];
1042 cvReleaseMat( &_idx );
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 1051 cvSort( const CvArr* _src, CvArr* _dst, CvArr* _idx, int flags )
1062 CvMat istub, *idx = _idx ? cvGetMat(_idx, &istub) : 0;
    [all...]
cxarray.cpp 1985 int* _idx = (int*)cvStackAlloc(n*sizeof(_idx[0])); local
    [all...]
cxdatastructs.cpp     [all...]
  /external/curl/lib/vtls/
nss.c 110 #define PK11_SETATTRS(_attr, _idx, _type, _val, _len) do { \
111 CK_ATTRIBUTE *ptr = (_attr) + ((_idx)++); \
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/annotation-tools/asmx/
serp.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 867 milliseconds