| /device/google/atv/audio_proxy/common/ |
| D | AudioProxyVersionMacro.h | 32 #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/google/contexthub/firmware/lib/builtins/ |
| D | fp_extend.h | 22 #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/google/contexthub/lib/nanohub/ |
| D | rsa.c | 114 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/google/cuttlefish/common/libs/fs/ |
| D | shared_fd_stream.cpp | 77 int SharedFDStreambuf::overflow(int c) { in overflow() 93 int SharedFDStreambuf::pbackfail(int c) { in pbackfail()
|
| /device/google/sunfish/json-c/ |
| D | linkhash.c | 158 #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/ |
| D | linkhash.c | 158 #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/ |
| D | linkhash.c | 158 #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/camera/ |
| D | main.cpp | 31 const auto cameraAppender = [&availableCameras](HwCameraFactory c){ in main()
|
| /device/google/contexthub/firmware/os/algos/common/math/ |
| D | vec.c | 84 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/host/frontend/adb_connector/ |
| D | adb_connection_maintainer.cpp | 99 [](char c) { return std::isxdigit(c); }); in IsHexInteger() 104 [](char c) { return std::isdigit(c); }); in IsInteger()
|
| /device/google/cuttlefish/guest/hals/ril/reference-libril/ |
| D | ril_config.cpp | 56 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) argument 57 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) argument 60 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) argument 61 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) argument
|
| /device/google/contexthub/firmware/lib/libc/ |
| D | memset.c | 65 u_int c; in bzero() local
|
| /device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
| D | LaunchItemsDbHelper.java | 103 try (Cursor c = db.query( in readLastOpens() 163 try (Cursor c = db.query( in readOrderPriorities()
|
| /device/google/contexthub/util/nanoapp_cmd/ |
| D | nanoapp_cmd.c | 345 char c = '1'; in downloadNanohub() local 427 char c = '1'; in eraseSharedArea() local 437 char c = '1'; in resetHub() local
|
| /device/google/cuttlefish/host/commands/run_cvd/ |
| D | boot_state_machine.cc | 172 char c = 1; in ~CvdBootStateMachine() local 180 char c = 1; in ~CvdBootStateMachine() local
|
| /device/generic/opengl-transport/host/commands/emugen/ |
| D | main.cpp | 49 int c; in main() local
|
| /device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
| D | e_expf.c | 48 float y,hi=0.0,lo=0.0,c,t,twopk; in __ieee754_expf() local
|
| /device/generic/goldfish/gnss/ |
| D | GnssHwListener.cpp | 46 const char* skipAfter(const char* i, const char* end, const char c) { in skipAfter() 94 void GnssHwListener::consume1(const char c) { in consume1()
|
| /device/google/trout/hal/audiocontrol/aidl/1.0/libandroid_audio_controller_test/ |
| D | main.cpp | 66 int c; in main() local
|
| /device/google/cuttlefish/host/commands/kernel_log_monitor/ |
| D | main.cc | 46 for (auto c: fd_list) { in SubscribersFromCmdline() local
|
| /device/google/contexthub/firmware/lib/libm/ |
| D | ef_exp.c | 49 float y,hi,lo,c,t; local
|
| D | ef_asin.c | 47 float t,w,p,q,c,r,s; local
|
| /device/google/cuttlefish/host/libs/msg_queue/ |
| D | msg_queue.cc | 44 int c; in GenerateQueueKey() local
|
| /device/google/cuttlefish/host/frontend/webrtc_operator/ |
| D | utils.cpp | 19 std::vector<std::string> SplitString(const std::string &s, char c) { in SplitString()
|
| /device/google/cuttlefish/host/commands/modem_simulator/ |
| D | main.cpp | 42 for (auto c: fd_list) { in ServerFdsFromCmdline() local
|