Searched refs:unit_offset (Results 1 – 2 of 2) sorted by relevance
121 int unit_offset; in cam_get_device() local224 for (unit_offset = 1; in cam_get_device()225 (unit_offset < (strlen(tmpstr))) in cam_get_device()226 && (isdigit(tmpstr[strlen(tmpstr) - unit_offset])); unit_offset++); in cam_get_device()228 unit_offset--; in cam_get_device()233 *unit = atoi(&tmpstr[strlen(tmpstr) - unit_offset]); in cam_get_device()239 tmpstr[strlen(tmpstr) - unit_offset] = '\0'; in cam_get_device()
160 dw_offset_t unit_offset) { in ParseLLVMLineTable() argument184 dw_offset_t unit_offset) { in ParseLLVMLineTablePrologue() argument