OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int4_t
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Index/
print-type.c
11
typedef int __attribute__((vector_size(16)))
int4_t
;
typedef
44
// CHECK: TypedefDecl=
int4_t
:11:46 (Definition) [type=
int4_t
] [typekind=Typedef] [canonicaltype=__attribute__((__vector_size__(4 * sizeof(int)))) int] [canonicaltypekind=Vector] [isPOD=1]
/art/runtime/
dex_instruction-inl.h
150
inline
int4_t
Instruction::VRegB_11n() const {
152
return static_cast<
int4_t
>((InstB() << 28) >> 28);
dex_instruction.h
25
typedef int8_t
int4_t
;
typedef
248
int4_t
VRegB_11n() const;
/art/runtime/interpreter/
interpreter.cc
[
all
...]
Completed in 183 milliseconds