Searched refs:_n (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | getProcAddress.cpp | 191 #define GL_EXTENSION_NAME(_n) __glExtFwd##_n argument 193 #define GL_EXTENSION(_n) \ argument 194 void API_ENTRY(GL_EXTENSION_NAME(_n))() { \ 195 CALL_GL_EXTENSION_API(_n); \ 198 #define GL_EXTENSION_NAME(_n) NULL 200 #define GL_EXTENSION(_n) 244 #define GL_EXTENSION_ARRAY(_n) GL_EXTENSION_NAME(_n), argument
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcCommit.cpp | 204 Rational(void) : _n(0), _d(1) {} in Rational() 205 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {} in Rational() 206 uint32_t numerator(void) { return _n; } in numerator() 208 void setNumerator(uint32_t numerator) { _n = numerator; } in setNumerator() 222 operator double() const { return (double) _n / (double) _d; } in operator double() 226 uint32_t _n; member in Rational 1341 if (((uint64_t) _n * other._d) in operator ==() 1342 == ((uint64_t) _d * other._n)) { return true; } in operator ==() 1349 if (((uint64_t) _n * other._d) in operator <() 1350 < ((uint64_t) _d * other._n)) { return true; } in operator <() [all …]
|
/frameworks/av/media/codec2/core/include/ |
D | _C2MacroUtils.h | 156 #define _C2_MAP__(_n, fn, arg, ...) _C2_MAP_(_n, fn, arg, __VA_ARGS__) argument 158 #define _C2_MAP_(_n, fn, arg, ...) _C2_MAP_##_n (fn, arg, __VA_ARGS__) argument
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_no_password | 35 …��A�7y˰G饮����f嵳�U;�*(���%�{{�4G����>}��а~oLH�>�w� ��?lA<Qb�ݛRZ.��T��_nĹ��k4���78�z��g��C… 83 '$;��I{DMz߷�Ф���H��|?E$v\^E>�N��8 9�>�s��:9����,�ۃ���/8�� 9_n��en���!i�3͌j�Ӧ_����o>my�L�…
|