/device/google/fuchsia/bioniccompat/include/ |
D | stdint.h | 245 #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/ |
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/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-component.h | 73 #define xf_component_schedule(c, dts) \ argument 80 #define xf_component_cancel(c) \ argument
|
/device/google/crosshatch/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/bonito/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/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | rbtree.c | 73 #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
|
D | tinyvprintf.c | 64 char c, space = ' ', buf[11]; /* largest 32-bit integer output (octal) */ in tiny_vsprintf() local
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | StreamSerializing.h | 98 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/ |
D | vec.c | 83 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/ |
D | ril_config.cpp | 50 #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/ |
D | memset.c | 65 u_int c; in bzero() local
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedQemuCamera.cpp | 76 const char* c = strchr(frame_dims, ','); in Initialize() local
|
/device/generic/goldfish/gnss/ |
D | gnss_hw_listener.cpp | 42 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/ |
D | main.cpp | 49 int c; in main() local
|
/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/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/google/cuttlefish/host/frontend/gcastv2/https/ |
D | RunLoop.cpp | 350 uint8_t c[32]; in run() local 422 uint8_t c = 1; in interrupt() local
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | main.cc | 44 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/frontend/gcastv2/signaling_server/ |
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 | 38 for (auto c: fd_list) { in ServerFdsFromCmdline() local
|
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 49 int c, i; in getHexEncodedByte() local 195 int i, c; in handleConvertKey() local
|