Searched refs:hh (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 334 AVL_HANDLE hh = l_tree->root; in L_() 339 if (AVL_GET_BALANCE_FACTOR(hh) != 0) { in L_() 340 unbal = hh; in L_() 345 cmp = AVL_COMPARE_NODE_NODE(h, hh); in L_() 349 return(hh); in L_() 351 parent = hh; in L_() 354 hh = AVL_GET_GREATER(hh, 1); in L_() 357 hh = AVL_GET_LESS(hh, 1); in L_() 363 } while (hh != AVL_NULL); in L_() 374 hh = l_tree->root; in L_() [all …]
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 40 hh = tv.tv_sec/3600%24; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 38 int hh, mm, ss; \ 40 hh = tv.tv_sec/3600%24; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_log.cpp | 226 int hh, mm, ss; in get_timestamp() local 228 hh = tv.tv_sec/3600%24; in get_timestamp() 231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/gps/utils/ |
D | loc_log.cpp | 232 int hh, mm, ss; in get_timestamp() local 234 hh = tv.tv_sec/3600%24; in get_timestamp() 237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDec_Utils.c | 1736 OMX_U8 TOCentry, hh=0, *TOCframetype=0; in WBAMR_DEC_HandleDataBuf_FromApp() local 1783 … TOCframetype = (OMX_U8*)realloc(TOCframetype, ((hh + 1) * sizeof(OMX_U8))); in WBAMR_DEC_HandleDataBuf_FromApp() 1790 TOCframetype[hh]= TOCentry & 0x7C; in WBAMR_DEC_HandleDataBuf_FromApp() 1791 hh++; in WBAMR_DEC_HandleDataBuf_FromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDec_Utils.c | 1726 OMX_U8 TOCentry, hh=0, *TOCframetype=0; in NBAMRDECHandleDataBuf_FromApp() local 1779 … TOCframetype = (OMX_U8*)realloc(TOCframetype, ((hh + 1) * sizeof(OMX_U8))); in NBAMRDECHandleDataBuf_FromApp() 1786 TOCframetype[hh]= TOCentry & 0x7C; in NBAMRDECHandleDataBuf_FromApp() 1787 hh++; in NBAMRDECHandleDataBuf_FromApp()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 507 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 615 # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
|