Home
last modified time | relevance | path

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

12345678910

/device/google/fuchsia/bioniccompat/include/
Dstdint.h245 #define __INT8_C(c) __int_c(c, __INT8_C_SUFFIX__) argument
246 #define __INT16_C(c) __int_c(c, __INT16_C_SUFFIX__) argument
247 #define __INT32_C(c) __int_c(c, __INT32_C_SUFFIX__) argument
248 #define __INT64_C(c) __int_c(c, __INT64_C_SUFFIX__) argument
250 #define __UINT8_C(c) __int_c(c, __UINT8_C_SUFFIX__) argument
251 #define __UINT16_C(c) __int_c(c, __UINT16_C_SUFFIX__) argument
252 #define __UINT32_C(c) __int_c(c, __UINT32_C_SUFFIX__) argument
253 #define __UINT64_C(c) __int_c(c, __UINT64_C_SUFFIX__) argument
255 #define __INTMAX_C(c) __int_c(c, __INTMAX_C_SUFFIX__) argument
256 #define __UINTMAX_C(c) __int_c(c, __UINTMAX_C_SUFFIX__) argument
[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/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/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-component.h73 #define xf_component_schedule(c, dts) \ argument
80 #define xf_component_cancel(c) \ argument
/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/generic/vulkan-cereal/stream-servers/
DFrameBuffer.cpp474 EGLConfig c = all_configs[i]; in initialize() local
687 ColorBufferMap::iterator c(m_colorbuffers.find(colorBufferHandle)); in importMemoryToColorBuffer() local
711 ColorBufferMap::iterator c(m_colorbuffers.find(colorBufferHandle)); in setColorBufferInUse() local
1546 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in openColorBuffer() local
1623 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in closeColorBufferLocked() local
1875 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in setWindowSurfaceColorBuffer() local
1915 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in readColorBuffer() local
1933 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in readColorBufferYUV() local
2019 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in swapTexturesAndUpdateColorBuffer() local
2045 ColorBufferMap::iterator c(m_colorbuffers.find(p_colorbuffer)); in updateColorBuffer() local
[all …]
DRendererImpl.cpp144 for (const auto& c : channels) { in stop() local
163 for (const auto& c : mStoppedChannels) { in stop() local
186 for (const auto& c : channels) { in cleanupRenderThreads() local
193 for (const auto& c : channels) { in cleanupRenderThreads() local
218 [](const std::shared_ptr<RenderChannelImpl>& c) { in createRenderChannel()
277 for (const auto& c : mChannels) { in pauseAllPreSave() local
290 for (const auto& c : mChannels) { in resumeAll() local
/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/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()
/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/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/crosshatch/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/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/bonito/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

12345678910