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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 710 int32_t *indexR, const char **key) {
722 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
733 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
743 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
758 int32_t indexR, const char **key) {
761 if (indexR < 0) {
769 if(indexR<length) {
772 *key=RES_GET_KEY16(pResData, p[indexR]);
774 return p32[indexR];
782 if(indexR<length)
    [all...]
uresbund.cpp 110 int32_t indexR = -1;
115 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
123 *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/msm8994/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 761 milliseconds