Home
last modified time | relevance | path

Searched refs:temp_offset (Results 1 – 6 of 6) sorted by relevance

/src/sys/arm/allwinner/
H A Daw_ts.c97 int temp_offset; member
129 sc->temp_data = (READ(sc, TEMP_DATA) * sc->temp_step - sc->temp_offset) in aw_ts_intr()
177 sc->temp_offset = 257000; in aw_ts_attach()
181 sc->temp_offset = 144700; in aw_ts_attach()
/src/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp77 lldb::offset_t temp_offset; in GetAPInt() local
81 temp_offset = be_offset; in GetAPInt()
82 u64 = data.GetU64(&temp_offset); in GetAPInt()
86 temp_offset = be_offset; in GetAPInt()
87 u64 = data.GetMaxU64(&temp_offset, (uint32_t)bytes_left); in GetAPInt()
/src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c194 uint64_t temp_offset; member
253 uint64_t temp_offset; member
620 xar->temp_offset = 0; in xar_write_header()
634 xar->temp_offset = algsize; in xar_write_header()
665 file->data.temp_offset = xar->temp_offset; in xar_write_header()
697 xar->temp_offset += ws; in write_to_temp()
1006 r = xmlwrite_fstring(a, writer, "offset", "%ju", (uintmax_t)heap->temp_offset); in xmlwrite_heap()
1777 xar->toc.temp_offset = xar->temp_offset; in make_toc()
1897 length = xar->temp_offset; in xar_close()
1922 r = copy_out(a, xar->toc.temp_offset, xar->toc.length); in xar_close()
[all …]
H A Darchive_write_set_format_7zip.c206 uint64_t temp_offset; member
675 zip->temp_offset = 0; in write_to_temp()
694 zip->temp_offset += ws; in write_to_temp()
816 if (zip->temp_offset > 0 && in copy_out()
976 length = zip->temp_offset; in _7z_close()
/src/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02.h33 s16 temp_offset; member
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3193 u32 temp_offset[128]; in wlc_lcnphy_clear_papd_comptable() local
3194 tab.tbl_ptr = temp_offset; in wlc_lcnphy_clear_papd_comptable()
3200 memset(temp_offset, 0, sizeof(temp_offset)); in wlc_lcnphy_clear_papd_comptable()
3202 temp_offset[j] = 0x80000; in wlc_lcnphy_clear_papd_comptable()