OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:haystacksize
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libaaudio/examples/loopback/src/
LoopbackAnalyzer.h
104
static int calculateCorrelations(const float *haystack, int
haystackSize
,
108
int maxCorrelations =
haystackSize
- needleSize;
124
static double findFirstMatch(const float *haystack, int
haystackSize
,
129
int numCorrelations =
haystackSize
- needleSize;
162
static int measureLatencyFromEchos(const float *haystack, int
haystackSize
,
166
printf("measureLatencyFromEchos:
haystackSize
= %d, needleSize = %d\n",
167
haystackSize
, needleSize);
171
haystackSize
,
180
haystackSize
,
189
int remaining =
haystackSize
- first
[
all
...]
/external/python/cpython3/Modules/cjkcodecs/
cjkcodecs.h
323
const struct pair_encodemap *haystack, int
haystacksize
)
329
max =
haystacksize
;
331
for (pos =
haystacksize
>> 1; min != max; pos = (min + max) >> 1) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
cjkcodecs.h
320
const struct pair_encodemap *haystack, int
haystacksize
)
326
max =
haystacksize
;
328
for (pos =
haystacksize
>> 1; min != max; pos = (min + max) >> 1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
cjkcodecs.h
320
const struct pair_encodemap *haystack, int
haystacksize
)
326
max =
haystacksize
;
328
for (pos =
haystacksize
>> 1; min != max; pos = (min + max) >> 1)
/external/python/cpython2/Modules/cjkcodecs/
cjkcodecs.h
320
const struct pair_encodemap *haystack, int
haystacksize
)
326
max =
haystacksize
;
328
for (pos =
haystacksize
>> 1; min != max; pos = (min + max) >> 1) {
Completed in 976 milliseconds