HomeSort by relevance Sort by last modified time
    Searched defs:indexR (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 590 int32_t *indexR, const char **key) {
602 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
613 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
623 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
638 int32_t indexR, const char **key) {
641 U_ASSERT(indexR>=0); /* to ensure the index is not negative */
647 if(indexR<length) {
650 *key=RES_GET_KEY16(pResData, p[indexR]);
652 return p32[indexR];
660 if(indexR<length)
    [all...]
uresbund.cpp 108 int32_t indexR = -1;
113 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
121 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 571 milliseconds