Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 264) sorted by relevance

1234567891011

/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock-cardinalities_test.cc63 Cardinality c; in TEST() local
69 Cardinality c = Exactly(1); in TEST() local
82 const Cardinality c = AtMost(5); in TEST() local
110 const Cardinality c = AnyNumber(); in TEST() local
127 const Cardinality c = AnyNumber(); in TEST() local
141 const Cardinality c = AtLeast(0); in TEST() local
155 const Cardinality c = AtLeast(2); in TEST() local
182 const Cardinality c = AtLeast(2); in TEST() local
196 const Cardinality c = AtMost(0); in TEST() local
210 const Cardinality c = AtMost(2); in TEST() local
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/fit/
DThreadChecker.h79 #define DECLARE_THREAD_CHECKER(c) android::base::fit::ThreadChecker c argument
80 #define DCHECK_IS_THREAD_VALID(c) assert((c).isThreadValid()) argument
82 #define DECLARE_THREAD_CHECKER(c) argument
83 #define DCHECK_IS_THREAD_VALID(c) ((void)0) argument
/device/google/atv/audio_proxy/common/
DAudioProxyVersionMacro.h32 #define CONCAT_3(a, b, c) a##b##c argument
33 #define EXPAND_CONCAT_3(a, b, c) CONCAT_3(a, b, c) argument
37 #define CONCAT_4(a, b, c, d) a##b##c##d argument
38 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-printers.cc148 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii()
154 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
203 static CharFormat PrintAsStringLiteralTo(char32_t c, ostream* os) { in PrintAsStringLiteralTo()
248 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
253 static CharFormat PrintAsStringLiteralTo(char8_t c, ostream* os) { in PrintAsStringLiteralTo()
258 static CharFormat PrintAsStringLiteralTo(char16_t c, ostream* os) { in PrintAsStringLiteralTo()
262 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
270 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
294 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()
295 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()
[all …]
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXthreads.h185 # define xcondition_init(c) tis_cond_init(c) argument
186 # define xcondition_clear(c) tis_cond_destroy(c) argument
187 # define xcondition_wait(c,m) tis_cond_wait(c,m) argument
188 # define xcondition_signal(c) tis_cond_signal(c) argument
189 # define xcondition_broadcast(c) tis_cond_broadcast(c) argument
216 # define xcondition_init(c) cond_init(c, 0, 0) argument
217 # define xcondition_clear(c) cond_destroy(c) argument
218 # define xcondition_wait(c,m) cond_wait(c,m) argument
219 # define xcondition_signal(c) cond_signal(c) argument
220 # define xcondition_broadcast(c) cond_broadcast(c) argument
[all …]
DXos.h67 # define index(s,c) (strchr((s),(c))) argument
70 # define rindex(s,c) (strrchr((s),(c))) argument
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend.h22 #define SRC_REP_C(c) c ## UL argument
29 #define SRC_REP_C(c) c ## ULL argument
56 #define DST_REP_C(c) c ## UL argument
62 #define DST_REP_C(c) c ## ULL argument
/device/generic/vulkan-cereal/include/glm/gtx/
Dassociated_min_max.inl58 T z, U c
70 vecType<T, P> const & z, vecType<U, P> const & c
85 T z, U c,
103 vecType<T, P> const & z, vecType<U, P> const & c,
125 T z, vecType<U, P> const & c,
148 vecType<T, P> const & z, U c,
219 T z, U c
232 vecType<T, P> const & z, vecType<U, P> const & c
247 T z, vecType<U, P> const & c
262 vecType<T, P> const & z, U c
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/tests/preprocessor_tests/
Didentifier_test.cpp130 for (char c = 'a'; c <= 'z'; ++c) in TEST_F() local
135 for (char c = 'A'; c <= 'Z'; ++c) in TEST_F() local
140 for (char c = '0'; c <= '9'; ++c) in TEST_F() local
Dchar_test.cpp26 bool isPunctuator(char c) in isPunctuator()
36 bool isWhitespace(char c) in isWhitespace()
/device/google/contexthub/lib/nanohub/
Drsa.c114 uint32_t j, c; in biMulIterative() local
168 const uint32_t* rsaPubOpIterative(struct RsaState* state, const uint32_t *a, const uint32_t *c, uin… in rsaPubOpIterative()
214 const uint32_t* rsaPubOp(struct RsaState* state, const uint32_t *a, const uint32_t *c) in rsaPubOp()
244 …int32_t* rsaPrivOp(struct RsaState* state, const uint32_t *a, const uint32_t *b, const uint32_t *c) in rsaPrivOp()
/device/generic/vulkan-cereal/include/glm/detail/
Dtype_vec4_simd.inl430 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float a, float b, float c,…
435 …IFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float a, float b, float c, float d) :
440 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float a, float b, float c
446 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,…
452 …IFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_mediump>::tvec4(int32 a, int32 b, int32 c, int32 d) :
458 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 a, int32 b, int32 c
464 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,…
470 …IFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(int32 a, int32 b, int32 c, int32 d) :
476 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(int32 a, int32 b, int32 c
Dfunc_matrix_simd.inl64 …wp> outerProduct<float, aligned_lowp, tvec4, tvec4>(tvec4<float, aligned_lowp> const & c, tvec4<fl…
72 …uterProduct<float, aligned_mediump, tvec4, tvec4>(tvec4<float, aligned_mediump> const & c, tvec4<f…
80 …> outerProduct<float, aligned_highp, tvec4, tvec4>(tvec4<float, aligned_highp> const & c, tvec4<fl…
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DGLSnapshotSerializers.h20 void loadContainer(android::base::Stream* stream, Container& c) { in loadContainer()
39 void saveContainer(android::base::Stream* stream, const Container& c) { in saveContainer()
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dstring_utils.h32 inline char Lowercase(char c) { in Lowercase()
36 inline char Uppercase(char c) { in Uppercase()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd_stream.cpp77 int SharedFDStreambuf::overflow(int c) { in overflow()
93 int SharedFDStreambuf::pbackfail(int c) { in pbackfail()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DRefBase.cpp118 #define BAD_STRONG(c) \ argument
121 #define BAD_WEAK(c) ((c) == 0 || ((c) & (~MAX_COUNT)) != 0) argument
362 const int32_t c = refs->mStrong.fetch_add(1, std::memory_order_relaxed); in incStrong() local
379 const int32_t c = refs->mStrong.fetch_sub(1, std::memory_order_release); in decStrong() local
415 const int32_t c = refs->mStrong.fetch_add(1, std::memory_order_relaxed); in forceIncStrong() local
451 const int32_t c = impl->mWeak.fetch_sub(1, std::memory_order_release); in decWeak() local
/device/generic/vulkan-cereal/stream-servers/
DFrameBuffer.cpp567 EGLConfig c = all_configs[i]; in initialize() local
908 ColorBufferMap::iterator c(m_colorbuffers.find(colorBufferHandle)); in importMemoryToColorBuffer() local
934 ColorBufferMap::iterator c(m_colorbuffers.find(colorBufferHandle)); in setColorBufferInUse() local
1817 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in openColorBuffer() local
1894 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in closeColorBufferLocked() local
2150 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in setWindowSurfaceColorBuffer() local
2190 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in readColorBuffer() local
2208 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in readColorBufferYUV() local
2293 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in swapTexturesAndUpdateColorBuffer() local
2319 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in updateColorBuffer() local
[all …]
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dendpoint_codec.cc36 ArrayType& c = *cptr; in BlueContract() local
44 ArrayType InvertBlueContract(const ArrayType& c) { in InvertBlueContract()
79 RgbColor StripAlpha(const RgbaColor& c) { in StripAlpha()
84 void Quantize(ContainerType* const c, size_t max_value) { in Quantize()
91 ArrayType QuantizeColor(const ArrayType& c, size_t max_value) { in QuantizeColor()
98 void Unquantize(ContainerType* const c, size_t max_value) { in Unquantize()
105 ArrayType UnquantizeColor(const ArrayType& c, size_t max_value) { in UnquantizeColor()
113 const int AverageRGB(const ContainerType& c) { in AverageRGB()
Dquantization.cc32 int b = 0, c = 0; in GetUnquantizedTritValue() local
89 int b = 0, c = 0; in GetUnquantizedQuintValue() local
141 int b = 0, c = 0; in GetUnquantizedTritWeight() local
181 int b = 0, c = 0; in GetUnquantizedQuintWeight() local
/device/google/redbull/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
193 #define final(a,b,c) \ argument
234 uint32_t a,b,c; /* internal state */ in hashlittle() local
482 struct lh_entry *c; in lh_table_free() local
/device/google/coral/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
193 #define final(a,b,c) \ argument
234 uint32_t a,b,c; /* internal state */ in hashlittle() local
482 struct lh_entry *c; in lh_table_free() local
/device/google/sunfish/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
193 #define final(a,b,c) \ argument
234 uint32_t a,b,c; /* internal state */ in hashlittle() local
482 struct lh_entry *c; in lh_table_free() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBsrv.h108 #define XkbSetCauseKey(c,k,e) { (c)->kc= (k),(c)->event= (e),\ argument
111 #define XkbSetCauseReq(c,j,n,cl) { (c)->kc= (c)->event= 0,\ argument
114 #define XkbSetCauseCoreReq(c,e,cl) XkbSetCauseReq(c,e,0,cl) argument
115 #define XkbSetCauseXkbReq(c,e,cl) XkbSetCauseReq(c,XkbReqCode,e,cl) argument
116 #define XkbSetCauseUnknown(c) XkbSetCauseKey(c,0,0) argument
224 #define _XkbWantsDetectableAutoRepeat(c)\ argument
304 #define _XkbLibError(c,l,d) \ argument
307 #define _XkbErrCode3(a,b,c) _XkbErrCode2(a,(((unsigned int)(b))<<16)|(c)) argument
308 #define _XkbErrCode4(a,b,c,d) _XkbErrCode3(a,b,((((unsigned int)(c))<<8)|(d))) argument
321 #define _XkbCoreKeycodeInRange(c,k) (((k)>=(c)->curKeySyms.minKeyCode)&&\ argument
[all …]
/device/generic/vulkan-cereal/third-party/angle/util/windows/third_party/StackWalker/src/
DStackWalker.h207 #define GET_CURRENT_CONTEXT_STACKWALKER_CODEPLEX(c, contextFlags) \ argument
227 #define GET_CURRENT_CONTEXT_STACKWALKER_CODEPLEX(c, contextFlags) \ argument
244 #define GET_CURRENT_CONTEXT_STACKWALKER_CODEPLEX(c, contextFlags) \ argument

1234567891011