Home
last modified time | relevance | path

Searched defs:d (Results 1 – 14 of 14) sorted by relevance

/hardware/invensense/mlsdk/mllite/
DmlMathFunc.c312 float d[10][10], sum = 0; in inv_matrix_det() local
330 double d[10][10], sum = 0; in inv_matrix_detd() local
368 float d; in inv_angle_diff() local
Dmlsupervisor.c117 float d; in MLUpdateCompassCalibration3DOF() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dethernet.h123 #define ether_copy(s, d) { \ argument
146 #define ETHER_MOVE_HDR(d, s) \ argument
Dvlan.h57 #define ETHERVLAN_MOVE_HDR(d, s) \ argument
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
Dethernet.h123 #define ether_copy(s, d) { \ argument
146 #define ETHER_MOVE_HDR(d, s) \ argument
Dvlan.h57 #define ETHERVLAN_MOVE_HDR(d, s) \ argument
/hardware/invensense/mlsdk/mlutils/
Dmputest.c143 #define CHARS_TO_SHORT(d) ((((short)(d)[0])<<8)+(d)[1]) argument
144 #define CHARS_TO_SHORT_SWAPPED(d) ((((short)(d)[1])<<8)+(d)[0]) argument
146 #define ACCEL_UNPACK(d) d[0], d[1], d[2], d[3], d[4], d[5] argument
148 #define CHECK_NACKS(d) ( \ argument
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
DJFmLog.java28 public static int d(String tag, String msg) { in d() method in JFmLog
/hardware/qcom/media/mm-video/vidc/vdec/inc/
DMap.h158 bool Map<T,T2>::erase(T d) in erase()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
Domx_proxy_camera.c560 DIR *d; in read_DCCdir() local
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
Dwindows_types.h115 #define NdisMoveMemory(d, s, size) os_memoryCopy( NULL, d, s, size ) argument
/hardware/ti/omap4xxx/hwc/
Dhwc.c188 static void dump_dsscomp(struct dsscomp_setup_dispc_data *d) in dump_dsscomp()
842 } d = { .dis = { .ix = 1 } }; in omap4_hwc_set_best_hdmi_mode() local
1407 struct dsscomp_setup_dispc_data d = { in omap4_hwc_reset_screen() local
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf.h75 #define PERF_FOURCC(a,b,c,d) \ argument
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c4706 short d, sign ; in _btoi() local