Home
last modified time | relevance | path

Searched refs:skipLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp174 uint64_t skipLength; member
194 if (state.skipLength == target->wordSize) { in flushRebase()
204 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase()
209 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase()
250 if (skip == state.skipLength) { in encodeRebases()
254 state.skipLength = skip; in encodeRebases()
255 } else if (skip < state.skipLength) { in encodeRebases()
263 state.skipLength = skip; in encodeRebases()
268 emitIncrement(skip - state.skipLength, os); in encodeRebases()
270 state.skipLength = target->wordSize; in encodeRebases()
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc.h1024 Cpa32U skipLength; member