/device/google/contexthub/firmware/lib/libm/ |
D | fdlibm.h | 282 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 292 #define GET_HIGH_WORD(i,d) \ argument 301 #define GET_LOW_WORD(i,d) \ argument 310 #define INSERT_WORDS(d,ix0,ix1) \ argument 320 #define SET_HIGH_WORD(d,v) \ argument 330 #define SET_LOW_WORD(d,v) \ argument 349 #define GET_FLOAT_WORD(i,d) \ argument 358 #define SET_FLOAT_WORD(d,i) \ argument
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 93 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 102 #define EXTRACT_WORD64(ix,d) \ argument 111 #define GET_HIGH_WORD(i,d) \ argument 120 #define GET_LOW_WORD(i,d) \ argument 129 #define INSERT_WORDS(d,ix0,ix1) \ argument 138 #define INSERT_WORD64(d,ix) \ argument 147 #define SET_HIGH_WORD(d,v) \ argument 157 #define SET_LOW_WORD(d,v) \ argument 179 #define GET_FLOAT_WORD(i,d) \ argument 188 #define SET_FLOAT_WORD(d,i) \ argument [all …]
|
/device/google/contexthub/firmware/lib/builtins/ |
D | divmoddi4.c | 22 di_int d = __divdi3(a,b); in __divmoddi4() local
|
D | udivmoddi4.c | 30 udwords d; in __udivmoddi4() local
|
/device/google/contexthub/firmware/lib/libc/ |
D | strncpy.c | 45 char *d = dst; in strncpy() local
|
/device/generic/goldfish/hals/gnss/ |
D | GnssPowerIndication.cpp | 58 const double d = mGetRunningTime(); in doRequestGnssPowerStats() local
|
D | GnssHwListener.cpp | 56 const int d = dmm / 100; in convertDMMF() local
|
/device/google/cuttlefish/common/libs/confui/ |
D | packet.h | 110 bool WritePayload(SharedFD d, const std::string& cmd_str, in WritePayload()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_config.cpp | 60 #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
|
D | ril.cpp | 174 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) argument 176 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) argument
|
D | ril_service.cpp | 86 #define CALL_ONREQUEST(a, b, c, d, e) \ argument 90 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) argument
|
/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
|
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
D | MultiDisplayService.java | 98 public void set(int w, int h, int d, int f) { in set() 106 public boolean match(int w, int h, int d, int f) { in match()
|
/device/google/contexthub/firmware/os/algos/ |
D | fusion.c | 137 static int fusion_init_complete(struct Fusion *fusion, int what, const struct Vec3 *d, float dT) { in fusion_init_complete() 558 float d = fabsf(l - NOMINAL_GRAVITY); in fusionHandleAcc() local
|
/device/generic/goldfish/hals/sensors/ |
D | multihal_sensors.cpp | 455 const int64_t d = in batchThread() local
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 513 const struct MagCalBias *d = p->magCalBias; in magCfgData() local 523 const struct MagLocalField *d = p->magLocalField; in magCfgData() local
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3221 const struct MagCalBias *d = p->magCalBias; local 3232 const struct MagLocalField *d = p->magLocalField; local 4317 const struct GyroOtcData *d = data->gyroOtcData; local
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 1011 gralloc_device_t* d = reinterpret_cast<gralloc_device_t*>(dev); in gralloc_device_close() local
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 3720 const struct MagCalBias *d = p->magCalBias; in lsm6dsm_magnCfgData() local 3730 const struct MagLocalField *d = p->magLocalField; in lsm6dsm_magnCfgData() local
|