Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 228) sorted by relevance

12345678910

/device/generic/goldfish-opengl/android-emu/android/base/
Dring_buffer.c53 void ring_buffer_init(struct ring_buffer* r) { in ring_buffer_init()
69 bool ring_buffer_can_write(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_write()
75 bool ring_buffer_can_read(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_read()
82 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_write()
121 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read()
160 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write()
177 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read()
207 struct ring_buffer* r, in ring_buffer_view_init()
240 const struct ring_buffer* r, in ring_buffer_view_can_write()
250 const struct ring_buffer* r, in ring_buffer_view_can_read()
[all …]
/device/generic/vulkan-cereal/base/
Dring_buffer.cpp39 void ring_buffer_init(struct ring_buffer* r) { in ring_buffer_init()
55 bool ring_buffer_can_write(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_write()
61 bool ring_buffer_can_read(const struct ring_buffer* r, uint32_t bytes) { in ring_buffer_can_read()
68 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_write()
107 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read()
146 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write()
163 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read()
193 struct ring_buffer* r, in ring_buffer_view_init()
226 const struct ring_buffer* r, in ring_buffer_view_can_write()
236 const struct ring_buffer* r, in ring_buffer_view_can_read()
[all …]
Dring_buffer_unittest.cpp34 ring_buffer r; in TEST() local
60 ring_buffer r; in TEST() local
101 static void writeTest(ring_buffer* r, const uint8_t* data, size_t stepSize, size_t numSteps) { in writeTest()
128 static void readTest(ring_buffer* r, uint8_t* data, size_t stepSize, size_t numSteps) { in readTest()
176 ring_buffer r; in TEST() local
221 ring_buffer r; in TEST() local
241 static void viewWriteTest(ring_buffer* r, ring_buffer_view* v, const uint8_t* data, size_t stepSize… in viewWriteTest()
268 static void viewReadTest(ring_buffer* r, ring_buffer_view* v, uint8_t* data, size_t stepSize, size_… in viewReadTest()
337 ring_buffer r; in TEST() local
360 ring_buffer r; in TEST() local
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/katex/contrib/
Drender-a11y-string.min.js1 !function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("katex… argument
Dauto-render.min.js1rts&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.… function
Dmathtex-script-type.min.js1 …;else if("function"==typeof define&&define.amd)define(["katex"],t);else{var r="object"==typeof exp… argument
Dcopy-tex.min.js1 …f("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var r in n)("object"==type… argument
/device/generic/vulkan-cereal/include/glm/gtx/
Dtransform2.inl9 tmat3x3<T, P> r(1); local
17 tmat3x3<T, P> r(1); local
25 tmat4x4<T, P> r(1); local
34 tmat4x4<T, P> r(1); local
43 tmat4x4<T, P> r(1); local
52 tmat3x3<T, P> r(static_cast<T>(1)); local
63 tmat4x4<T, P> r(static_cast<T>(1)); local
83 tmat3x3<T, P> r(static_cast<T>(1)); local
96 tmat4x4<T, P> r(static_cast<T>(1)); local
Ddual_quaternion.inl59 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r)
73 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r, tquat<T, P> con…
260 tquat<T, P> r = x.real / length2(x.real); local
309 T const r = sqrt(T(1) + trace); local
318 T const r = sqrt(T(1) + x[0].x - x[1].y - x[2].z); local
327 T const r = sqrt(T(1) + x[1].y - x[0].x - x[2].z); local
336 T const r = sqrt(T(1) + x[2].z - x[0].x - x[1].y); local
/device/generic/vulkan-cereal/stream-servers/
DReadbackWorker.cpp44 for (auto& r : mRecordDisplays) { in ~ReadbackWorker() local
56 recordDisplay& r = mRecordDisplays[displayId]; in setRecordDisplay() local
65 recordDisplay& r = mRecordDisplays[displayId]; in setRecordDisplay() local
109 recordDisplay& r = mRecordDisplays[displayId]; in doNextReadback() local
159 recordDisplay& r = mRecordDisplays[displayId]; in flushPipeline() local
189 recordDisplay& r = mRecordDisplays[displayId]; in getPixels() local
/device/generic/vulkan-cereal/fake-android-guest/utils/
DFastStrcmp.h43 static inline int fastcmp(const char* l, const char* r, const size_t s) { in fastcmp()
50 static inline int fasticmp(const char* l, const char* r, const size_t s) { in fasticmp()
59 const char* r = static_cast<const char*>(rv); in fastcmp() local
66 static inline int fastcmp(const char* l, const char* r) { in fastcmp()
71 static inline int fasticmp(const char* l, const char* r) { in fasticmp()
/device/generic/goldfish/camera/
DConverters.h94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | (g)) << 5) | (r)) argument
96 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | (g)) << 8) | (r)) argument
111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) argument
113 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) argument
122 uint8_t r; uint8_t g; uint8_t b; uint8_t a; member
147 #define RGB2Y(r, g, b) (uint8_t)(((66 * (r) + 129 * (g) + 25 * (b) + 128) >> 8) + 16) argument
148 #define RGB2U(r, g, b) (uint8_t)(((-38 * (r) - 74 * (g) + 112 * (b) + 128) >> 8) + 128) argument
149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) argument
153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV()
210 const uint16_t r = (YUV2RO(y,u,v) >> 3) & 0x1f; in YUVToRGB565() local
/device/generic/vulkan-cereal/include/glm/detail/
D_noise.hpp51 GLM_FUNC_QUALIFIER T taylorInvSqrt(T const & r) in taylorInvSqrt()
57 GLM_FUNC_QUALIFIER tvec2<T, P> taylorInvSqrt(tvec2<T, P> const & r) in taylorInvSqrt()
63 GLM_FUNC_QUALIFIER tvec3<T, P> taylorInvSqrt(tvec3<T, P> const & r) in taylorInvSqrt()
69 GLM_FUNC_QUALIFIER tvec4<T, P> taylorInvSqrt(tvec4<T, P> const & r) in taylorInvSqrt()
Dfunc_matrix_simd.inl64 …ned_lowp, tvec4, tvec4>(tvec4<float, aligned_lowp> const & c, tvec4<float, aligned_lowp> const & r)
72 …mp, tvec4, tvec4>(tvec4<float, aligned_mediump> const & c, tvec4<float, aligned_mediump> const & r)
80 …_highp, tvec4, tvec4>(tvec4<float, aligned_highp> const & c, tvec4<float, aligned_highp> const & r)
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DRangeManip.cpp19 bool Range::rangeIntersection(const Range& r,Range& rOut) const { in rangeIntersection() argument
31 bool Range::rangeUnion(const Range& r,Range& rOut) const { in rangeUnion() argument
43 void RangeList::addRange(const Range& r) { in addRange()
76 void RangeList::delRange(const Range& r,RangeList& deleted) { in delRange()
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DANGLETest.h160 GLColor MakeGLColor(TR r, TG g, TB b, TA a) in MakeGLColor()
175 GLColor32F MakeGLColor32F(TR r, TG g, TB b, TA a) in MakeGLColor32F()
194 #define EXPECT_PIXEL_EQ(x, y, r, g, b, a) \ argument
197 #define EXPECT_PIXEL_NE(x, y, r, g, b, a) \ argument
200 #define EXPECT_PIXEL_32F_EQ(x, y, r, g, b, a) \ argument
223 #define EXPECT_PIXEL_NEAR_HELPER(x, y, r, g, b, a, abs_error, ctype, format, type) \ argument
235 #define EXPECT_PIXEL_EQ_HELPER(x, y, r, g, b, a, ctype, format, type) \ argument
247 #define EXPECT_PIXEL_RGB_EQ_HELPER(x, y, r, g, b, ctype, format, type) \ argument
258 #define EXPECT_PIXEL_NEAR(x, y, r, g, b, a, abs_error) \ argument
261 #define EXPECT_PIXEL_32F_NEAR(x, y, r, g, b, a, abs_error) \ argument
[all …]
/device/google/coral/json-c/
Drandom_seed.c95 int r; in get_rdrand_seed() local
160 int r; in get_dev_random_seed() local
191 int r; in get_cryptgenrandom_seed() local
/device/google/redbull/json-c/
Drandom_seed.c95 int r; in get_rdrand_seed() local
160 int r; in get_dev_random_seed() local
191 int r; in get_cryptgenrandom_seed() local
/device/google/sunfish/json-c/
Drandom_seed.c95 int r; in get_rdrand_seed() local
160 int r; in get_dev_random_seed() local
191 int r; in get_cryptgenrandom_seed() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL13.cpp150 GLdouble r) in ValidateMultiTexCoord3d()
160 bool ValidateMultiTexCoord3f(const Context *context, GLenum target, GLfloat s, GLfloat t, GLfloat r) in ValidateMultiTexCoord3f()
170 bool ValidateMultiTexCoord3i(const Context *context, GLenum target, GLint s, GLint t, GLint r) in ValidateMultiTexCoord3i()
180 bool ValidateMultiTexCoord3s(const Context *context, GLenum target, GLshort s, GLshort t, GLshort r) in ValidateMultiTexCoord3s()
194 GLdouble r, in ValidateMultiTexCoord4d()
214 GLint r, in ValidateMultiTexCoord4i()
229 GLshort r, in ValidateMultiTexCoord4s()
/device/google/raviole-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h105 #define SBWCL_8B_STRIDE(w,r) (((128 * (r)) / 100) * (((w) + 31) / 32)) argument
106 #define SBWCL_10B_STRIDE(w,r) (((160 * (r)) / 100) * (((w) + 31) / 32)) argument
107 #define SBWCL_8B_Y_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
108 #define SBWCL_8B_CBCR_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) … argument
109 #define SBWCL_10B_Y_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
110 #define SBWCL_10B_CBCR_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)… argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/bluejay-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h105 #define SBWCL_8B_STRIDE(w,r) (((128 * (r)) / 100) * (((w) + 31) / 32)) argument
106 #define SBWCL_10B_STRIDE(w,r) (((160 * (r)) / 100) * (((w) + 31) / 32)) argument
107 #define SBWCL_8B_Y_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
108 #define SBWCL_8B_CBCR_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) … argument
109 #define SBWCL_10B_Y_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
110 #define SBWCL_10B_CBCR_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)… argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/raviole-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h199 #define SBWCL_8B_STRIDE(w, r) (((128 * (r)) / 100) * (((w) + 31) / 32)) argument
200 #define SBWCL_10B_STRIDE(w, r) (((160 * (r)) / 100) * (((w) + 31) / 32)) argument
202 #define SBWCL_8B_Y_SIZE(w, h, r) \ argument
204 #define SBWCL_8B_CBCR_SIZE(w, h, r) \ argument
207 #define SBWCL_10B_Y_SIZE(w, h, r) \ argument
209 #define SBWCL_10B_CBCR_SIZE(w, h, r) \ argument
212 #define SBWCL_8B_CBCR_BASE(base, w, h, r) \ argument
214 #define SBWCL_10B_CBCR_BASE(base, w, h, r) \ argument
/device/google/lynx-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h105 #define SBWCL_8B_STRIDE(w,r) (((128 * (r)) / 100) * (((w) + 31) / 32)) argument
106 #define SBWCL_10B_STRIDE(w,r) (((160 * (r)) / 100) * (((w) + 31) / 32)) argument
107 #define SBWCL_8B_Y_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
108 #define SBWCL_8B_CBCR_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) … argument
109 #define SBWCL_10B_Y_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
110 #define SBWCL_10B_CBCR_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)… argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/pantah-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h105 #define SBWCL_8B_STRIDE(w,r) (((128 * (r)) / 100) * (((w) + 31) / 32)) argument
106 #define SBWCL_10B_STRIDE(w,r) (((160 * (r)) / 100) * (((w) + 31) / 32)) argument
107 #define SBWCL_8B_Y_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
108 #define SBWCL_8B_CBCR_SIZE(w,h,r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) … argument
109 #define SBWCL_10B_Y_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument
110 #define SBWCL_10B_CBCR_SIZE(w,h,r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)… argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument

12345678910