OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idx2
(Results
26 - 31
of
31
) sorted by null
1
2
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp
469
unsigned char
idx2
= imgMos.Y.ptr[y][x+1];
local
474
imgMos.V.ptr[y][x - o] =
idx2
;
522
unsigned char
idx2
= imgMos.Y.ptr[y+1][x];
local
527
imgMos.V.ptr[y - o][x] =
idx2
;
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c
3414
int32_t idx1,
idx2
;
local
[
all
...]
/external/iptables/libiptc/
libiptc.c
613
unsigned int idx,
idx2
;
local
631
iptcc_bsearch_chain_index(c2->name, &
idx2
, h);
632
if (idx !=
idx2
) {
[
all
...]
/dalvik/libdex/
DexSwapVerify.cpp
1035
u4
idx2
= dexTypeListGetIdx(interfaces, j);
local
[
all
...]
/external/guava/guava/lib/
jdiff.jar
/external/elfutils/src/
ldgeneric.c
3869
size_t
idx2
= *(size_t *) p2;
local
[
all
...]
Completed in 419 milliseconds
1
2