Home | Sort by relevance Sort by last modified time |
/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)); |