Home
last modified time | relevance | path

Searched refs:oseg (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/qat/
H A Dqat_ocf_mem_pool.c44 int iseg, oseg; in qat_ocf_populate_buf_list_cb() local
46 for (iseg = 0, oseg = skip_seg; in qat_ocf_populate_buf_list_cb()
47 iseg < niseg && oseg < QAT_OCF_MAX_FLATS; in qat_ocf_populate_buf_list_cb()
62 flatBuffer = &buffers->flatBuffers[oseg++]; in qat_ocf_populate_buf_list_cb()
66 buffers->numBuffers = oseg; in qat_ocf_populate_buf_list_cb()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h817 SegmentInfo(const OutputSegment *oseg) : oseg(oseg) {} in SegmentInfo()
819 const OutputSegment *oseg; member
H A DWriter.cpp1232 const OutputSegment *oseg = loc[i].isec->parent->parent; in buildFixupChains() local
1233 uint8_t *buf = buffer->getBufferStart() + oseg->fileOff; in buildFixupChains()
1237 while (i < count && loc[i].isec->parent->parent == oseg && in buildFixupChains()
H A DSyntheticSections.cpp2360 segInfo->segment_offset = oseg->addr - in.header->addr; in writeTo()
2426 segStarts[seg.oseg->index] = curOffset() - header->starts_offset; in writeTo()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1323 int iseg, oseg; in qat_crypto_populate_buf_list() local
1325 for (iseg = 0, oseg = noseg; iseg < niseg && oseg < QAT_MAXSEG; in qat_crypto_populate_buf_list()
1341 flatbuf = &buffers->flat_bufs[oseg++]; in qat_crypto_populate_buf_list()
1345 buffers->num_buffers = oseg; in qat_crypto_populate_buf_list()