OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmp_str
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/camera/tests/
ProCameraTests.cpp
462
#define
CMP_STR
(x, y) \
464
#define CMP_STR_SAME(x)
CMP_STR
(x, x)
469
CMP_STR
(NV16, YCbCr_422_SP);
470
CMP_STR
(NV21, YCrCb_420_SP);
471
CMP_STR
(YUY2, YCbCr_422_I);
472
CMP_STR
(RAW, RAW_SENSOR);
473
CMP_STR
(RGBA, RGBA_8888);
[
all
...]
/external/wpa_supplicant_8/src/utils/
edit.c
421
static int
cmp_str
(const void *a, const void *b)
function
456
qsort(c, count, sizeof(char *),
cmp_str
);
Completed in 2330 milliseconds