Searched refs:unit_offset (Results 1 – 2 of 2) sorted by relevance
122 int unit_offset; in cam_get_device() local222 for (unit_offset = 1; in cam_get_device()223 (unit_offset < (strlen(tmpstr))) in cam_get_device()224 && (isdigit(tmpstr[strlen(tmpstr) - unit_offset])); unit_offset++); in cam_get_device()226 unit_offset--; in cam_get_device()231 *unit = atoi(&tmpstr[strlen(tmpstr) - unit_offset]); in cam_get_device()237 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