Home
last modified time | relevance | path

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

123456789

/device/generic/goldfish-opengl/android-emu/aemu/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/generic/vulkan-cereal/third-party/glm/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/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/third-party/glm/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/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/stream-servers/gl/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/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/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/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/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/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/generic/goldfish-opengl/android-emu/aemu/base/containers/
DLookup.h149 bool contains(const T& c, const typename T::key_type& key) { in contains()
157 bool containsAnyOf(const T& c, in containsAnyOf()
/device/generic/goldfish-opengl/android-emu/aemu/base/files/
DStreamSerializing.h98 void saveCollection(Stream* stream, const Collection& c, SaveFunc&& saver) { in saveCollection()
106 void loadCollection(Stream* stream, Collection* c, LoadFunc&& loader) { in loadCollection()
/device/generic/vulkan-cereal/stream-servers/
DRendererImpl.cpp164 for (const auto& c : channels) { in stop() local
183 for (const auto& c : mStoppedChannels) { in stop() local
206 for (const auto& c : channels) { in cleanupRenderThreads() local
213 for (const auto& c : channels) { in cleanupRenderThreads() local
238 [](const std::shared_ptr<RenderChannelImpl>& c) { in createRenderChannel()
308 for (const auto& c : mChannels) { in pauseAllPreSave() local
321 for (const auto& c : mChannels) { in resumeAll() local
/device/google/contexthub/firmware/os/algos/common/math/
Dvec.c84 void vecScalarMul(float *u, const float *v, float c, size_t dim) { in vecScalarMul()
93 void vecScalarMulInPlace(float *v, float c, size_t dim) { in vecScalarMulInPlace()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp54 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) argument
55 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) argument
58 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) argument
59 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) argument
/device/generic/goldfish/camera/
Dmain.cpp31 const auto cameraAppender = [&availableCameras](HwCameraFactory c){ in main()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemsDbHelper.java103 try (Cursor c = db.query( in readLastOpens()
163 try (Cursor c = db.query( in readOrderPriorities()
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp173 int c = b & 0xf; in convert4To8() local
179 int c = b & 0x1f; in convert5To8() local
185 int c = b & 0x3f; in convert6To8() local
191 int c = b & 0x7f; in convert7To8() local
202 int c = b & 0xff; in convert8To4() local
208 int c = b & 0xff; in convert8To5() local
281 for (int c = 0; c < 3; c++) { in etc2_T_H_index() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp173 int c = b & 0xf; in convert4To8() local
179 int c = b & 0x1f; in convert5To8() local
185 int c = b & 0x3f; in convert6To8() local
191 int c = b & 0x7f; in convert7To8() local
202 int c = b & 0xff; in convert8To4() local
208 int c = b & 0xff; in convert8To5() local
281 for (int c = 0; c < 3; c++) { in etc2_T_H_index() local

123456789