Home
last modified time | relevance | path

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/
Dcavl_impl.h334 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/
Dplatform_lib_macros.h38 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/
Dplatform_lib_macros.h38 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/
Dloc_log.cpp226 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/
Dloc_log.cpp232 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/
DOMX_WbAmrDec_Utils.c1736 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/
DOMX_AmrDec_Utils.c1726 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/
Dlibs.doxy_template507 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
/hardware/intel/common/libva/doc/
DDoxyfile615 # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh