Home
last modified time | relevance | path

Searched defs:to (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.h118 #define DW(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %d\n", … argument
119 #define DWH(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %08x\n… argument
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dgv_sven_devh.c216 volatile struct SVENEvent *to, in sven_fw_copy_event_to_host_mem()
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c166 #define BAD_STATE_ABORT(from, to) \ argument
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.cpp44 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.cpp43 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.cpp43 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/gps/msm8909/utils/
DLocTimer.cpp643 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8998/utils/
DLocTimer.cpp646 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp641 double getDeltaSeconds(struct timespec from, struct timespec to) { in getDeltaSeconds()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp79 #define IS_NOT_ALIGNED( num, to) (num & (to-1)) argument
80 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp159 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp149 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument