HomeSort by relevance Sort by last modified time
    Searched full:jt_hexdigit (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/msm8998/json-c/
json_tokener.c 38 #define jt_hexdigit(x) (((x) <= '9') ? (x) - '0' : ((x) & 7) + 9) macro
540 tok->ucs_char += ((unsigned int)jt_hexdigit(c) << ((3-tok->st_pos++)*4));

Completed in 62 milliseconds