Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 9 of 9) sorted by relevance

/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h25 #define CONST __attribute__((const)) macro
86 GGLfixed gglPowx(GGLfixed x, GGLfixed y) CONST;
87 GGLfixed gglSqrtx(GGLfixed a) CONST;
88 GGLfixed gglSqrtRecipx(GGLfixed x) CONST;
92 int32_t gglRecipQ(GGLfixed x, int q) CONST;
94 inline GGLfixed gglRecip(GGLfixed x) CONST;
99 inline GGLfixed gglRecip28(GGLfixed x) CONST;
109 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) CONST;
132 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
154 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
[all …]
/system/tools/hidl/c2hal/
DType.h42 CONST, enumerator
79 case Qualifier::CONST: return "const"; in qualifierText()
Dc2hal_y.yy92 %token CONST
519 | CONST { $$ = new Type::Qualifier(Type::Qualifier::CONST); }
DType.cpp134 case Type::Qualifier::CONST: { in getHidlType()
Dc2hal_l.ll196 "const" { return CONST; }
/system/tools/aidl/
Daidl_language_l.ll114 return yy::parser::token::CONST; }
Daidl_language_y.yy113 %token<token> CONST "const"
520 : CONST type identifier '=' const_expr ';' {
/system/core/libpixelflinger/
Dtrap.cpp65 static inline int min(int a, int b) CONST;
66 static inline int max(int a, int b) CONST;
67 static inline int min(int a, int b, int c) CONST;
68 static inline int max(int a, int b, int c) CONST;
Dpixelflinger.cpp73 static inline int min(int a, int b) CONST;
78 static inline int max(int a, int b) CONST;