Home
last modified time | relevance | path

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

123

/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/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()
Dsha2.c68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
/device/generic/goldfish/hals/radio/
DParser.cpp22 Parser& Parser::skip(const char c) { in skip()
41 const char c = *s; in skip() local
Dhexbin.cpp28 uint8_t hex2bin1(const char c) { in hex2bin1()
/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/goldfish/hals/camera/
Dmain.cpp31 const auto cameraAppender = [&availableCameras](HwCameraFactory c){ in main()
/device/google/contexthub/firmware/lib/libc/
Dmemset.c65 u_int c; in bzero() local
/device/google/cuttlefish/host/libs/confui/
Dcbor.cc84 char c = *begin << 1; in CheckUTF8Copy() local
/device/google/cuttlefish/host/libs/config/
Dsecure_hals.cpp59 for (char& c : mode) { in ParseSecureHal() 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/contexthub/firmware/external/freebsd/lib/msun/src/
De_expf.c48 float y,hi=0.0,lo=0.0,c,t,twopk; in __ieee754_expf() local
/device/google/trout/hal/audiocontrol/aidl/1.0/libandroid_audio_controller_test/
Dmain.cpp66 int c; in main() local
/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/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp104 [](char c) { return std::isxdigit(c); }); in IsHexInteger()
109 [](char c) { return std::isdigit(c); }); in IsInteger()
/device/google/contexthub/firmware/lib/libm/
Def_exp.c49 float y,hi,lo,c,t; local
Def_asin.c47 float t,w,p,q,c,r,s; local
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp60 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) argument
61 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) argument
64 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) argument
65 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) argument
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc49 for (auto c: fd_list) { in SubscribersFromCmdline() local
/device/google/cuttlefish/host/libs/msg_queue/
Dmsg_queue.cc44 int c; in GenerateQueueKey() local
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dutils.cpp19 std::vector<std::string> SplitString(const std::string &s, char c) { in SplitString()
/device/generic/goldfish/hals/gnss/
DGnssHwListener.cpp46 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/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c345 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/modem_simulator/
Dmain.cpp42 for (auto c: fd_list) { in ServerFdsFromCmdline() local
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc248 char c = 1; in ~CvdBootStateMachine() local
256 char c = 1; in ~CvdBootStateMachine() local

123