Searched defs:CONST (Results 1 - 4 of 4) sorted by relevance

/system/tools/hidl/c2hal/
H A DType.h42 CONST, enumerator in enum:android::Type::Qualifier::Qualification
79 case Qualifier::CONST: return "const";
/system/core/libpixelflinger/include/private/pixelflinger/
H A 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;
89 GGLfixed gglFastDivx(GGLfixed n, GGLfixed d) CONST;
93 int32_t gglRecipQ(GGLfixed x, int q) CONST;
95 inline GGLfixed gglRecip(GGLfixed x) CONST;
100 inline GGLfixed gglRecip28(GGLfixed x) CONST;
110 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) CONST;
133 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
[all...]
/system/core/libpixelflinger/
H A Dpixelflinger.cpp73 static inline int min(int a, int b) CONST; member in namespace:android
78 static inline int max(int a, int b) CONST; member in namespace:android
H A Dtrap.cpp65 static inline int min(int a, int b) CONST; member in namespace:android
66 static inline int max(int a, int b) CONST; member in namespace:android
67 static inline int min(int a, int b, int c) CONST; member in namespace:android
68 static inline int max(int a, int b, int c) CONST; member in namespace:android

Completed in 605 milliseconds