Home
last modified time | relevance | path

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

12345

/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/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()
/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/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/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
/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/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Drbtree.c73 #define RB_SET_C(t, n, c) \ argument
82 #define RB_SET_P_C(t, n, p, c) \ argument
88 #define RB_SET_P_L_C(t, n, p, l, c) \ argument
94 #define RB_SET_P_R_C(t, n, p, r, c) \ argument
100 #define RB_SET_P_L_R_C(t, n, p, l, r, c)\ argument
Dtinyvprintf.c64 char c, space = ' ', buf[11]; /* largest 32-bit integer output (octal) */ in tiny_vsprintf() local
/device/generic/goldfish-opengl/android-emu/android/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/google/contexthub/firmware/os/algos/common/math/
Dvec.c83 void vecScalarMul(float *u, const float *v, float c, size_t dim) { in vecScalarMul()
92 void vecScalarMulInPlace(float *v, float c, size_t dim) { in vecScalarMulInPlace()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp50 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) argument
51 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) argument
54 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) argument
55 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) argument
/device/google/contexthub/firmware/lib/libc/
Dmemset.c65 u_int c; in bzero() local
/device/google/cuttlefish/guest/hals/camera/
DEmulatedQemuCamera.cpp76 const char* c = strchr(frame_dims, ','); in Initialize() local
/device/generic/goldfish/gnss/
Dgnss_hw_listener.cpp42 const char* skipAfter(const char* i, const char* end, const char c) { in skipAfter()
72 void GnssHwListener::consume(char c) { in consume()
/device/generic/opengl-transport/host/commands/emugen/
Dmain.cpp49 int c; in main() local
/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/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/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp350 uint8_t c[32]; in run() local
422 uint8_t c = 1; in interrupt() local
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc44 for (auto c: fd_list) { in SubscribersFromCmdline() local
/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/host/frontend/gcastv2/signaling_server/
Dutils.cpp19 std::vector<std::string> SplitString(const std::string &s, char c) { in SplitString()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp38 for (auto c: fd_list) { in ServerFdsFromCmdline() local
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c49 int c, i; in getHexEncodedByte() local
195 int i, c; in handleConvertKey() local

12345