OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uchar2
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h
26
typedef uchar
uchar2
__attribute__((ext_vector_type(2)));
typedef
rsCpuRuntimeStubs.cpp
38
typedef unsigned char
uchar2
__attribute__((ext_vector_type(2)));
typedef
120
static void SC_debugUC2(const char *s, const
uchar2
*c) {
121
ALOGD("
uchar2
%s {%hhu, %hhu} 0x%hhx 0x%hhx", s, c->x, c->y, c->x, c->y);
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
46
typedef unsigned char
uchar2
__attribute__((ext_vector_type(2)));
typedef
745
ELEMENT_AT(
uchar2
, RS_TYPE_UNSIGNED_8, 2)
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c
314
UChar*
uchar2
= 0;
local
[
all
...]
/external/icu4c/test/cintltst/
ccapitst.c
271
UChar*
uchar2
= 0;
local
[
all
...]
Completed in 1441 milliseconds