Home
last modified time | relevance | path

Searched refs:unit_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libcam/
HDcamlib.c119 int unit_offset; in cam_get_device() local
222 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()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDebugNamesDWARFIndex.cpp128 std::optional<uint64_t> unit_offset = entry.getCUOffset(); in GetNonSkeletonUnit() local
129 if (!unit_offset) in GetNonSkeletonUnit()
130 unit_offset = entry.getLocalTUOffset(); in GetNonSkeletonUnit()
131 if (unit_offset) { in GetNonSkeletonUnit()
133 *unit_offset)) in GetNonSkeletonUnit()
HDSymbolFileDWARF.cpp148 dw_offset_t line_offset, dw_offset_t unit_offset) { in ParseLLVMLineTable() argument
172 dw_offset_t unit_offset) { in ParseLLVMLineTablePrologue() argument