Home
last modified time | relevance | path

Searched refs:boundaries (Results 1 – 25 of 160) sorted by relevance

1234567

/openbsd/src/gnu/llvm/lld/COFF/
DICF.cpp231 size_t boundaries[numShards + 1]; in forEachClass() local
232 boundaries[0] = 0; in forEachClass()
233 boundaries[numShards] = chunks.size(); in forEachClass()
235 boundaries[i] = findBoundary((i - 1) * step, chunks.size()); in forEachClass()
238 if (boundaries[i - 1] < boundaries[i]) { in forEachClass()
239 forEachClassRange(boundaries[i - 1], boundaries[i], fn); in forEachClass()
/openbsd/src/gnu/llvm/lld/ELF/
DICF.cpp423 size_t boundaries[numShards + 1]; in forEachClass() local
424 boundaries[0] = 0; in forEachClass()
425 boundaries[numShards] = sections.size(); in forEachClass()
428 boundaries[i] = findBoundary((i - 1) * step, sections.size()); in forEachClass()
432 if (boundaries[i - 1] < boundaries[i]) in forEachClass()
433 forEachClassRange(boundaries[i - 1], boundaries[i], fn); in forEachClass()
/openbsd/src/gnu/llvm/lld/MachO/
DICF.cpp270 size_t boundaries[shards + 1]; in forEachClass() local
271 boundaries[0] = 0; in forEachClass()
272 boundaries[shards] = icfInputs.size(); in forEachClass()
274 boundaries[i] = findBoundary((i - 1) * step, icfInputs.size()); in forEachClass()
277 if (boundaries[i - 1] < boundaries[i]) { in forEachClass()
278 forEachClassRange(boundaries[i - 1], boundaries[i], func); in forEachClass()
/openbsd/src/sys/dev/ic/
Dar5416.c367 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, in ar5416_get_pdadcs() argument
400 AR5416_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); in ar5416_get_pdadcs()
414 boundaries[i] -= delta; in ar5416_get_pdadcs()
415 if (boundaries[i] > AR_MAX_RATE_POWER - overlap) in ar5416_get_pdadcs()
416 boundaries[i] = AR_MAX_RATE_POWER - overlap; in ar5416_get_pdadcs()
432 uint8_t boundaries[AR_PD_GAINS_IN_MASK]; in ar5416_set_power_calib() local
480 ar9280_olpc_get_pdadcs(sc, c, i, boundaries, in ar5416_set_power_calib()
498 boundaries, pdadcs); in ar5416_set_power_calib()
505 boundaries[0]); in ar5416_set_power_calib()
507 boundaries[1]); in ar5416_set_power_calib()
[all …]
Dar9287.c271 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries, in ar9287_get_pdadcs() argument
300 AR9287_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); in ar9287_get_pdadcs()
345 uint8_t boundaries[AR_PD_GAINS_IN_MASK]; in ar9287_set_power_calib() local
409 boundaries, pdadcs); in ar9287_set_power_calib()
416 boundaries[0]); in ar9287_set_power_calib()
418 boundaries[1]); in ar9287_set_power_calib()
420 boundaries[2]); in ar9287_set_power_calib()
422 boundaries[3]); in ar9287_set_power_calib()
Dar9285.c712 int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs) in ar9285_get_pdadcs() argument
738 AR9285_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs); in ar9285_get_pdadcs()
745 uint8_t boundaries[AR_PD_GAINS_IN_MASK]; in ar9285_set_power_calib() local
773 ar9285_get_pdadcs(sc, c, nxpdgains, overlap, boundaries, pdadcs); in ar9285_set_power_calib()
777 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_1, boundaries[0]); in ar9285_set_power_calib()
778 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_2, boundaries[1]); in ar9285_set_power_calib()
779 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_3, boundaries[2]); in ar9285_set_power_calib()
780 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_4, boundaries[3]); in ar9285_set_power_calib()
Dar5008.c2673 int nicepts, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs) in ar5008_get_pdadcs() argument
2693 boundaries[i] = DB(maxpwr[i] + minpwr[i + 1]) / 2; in ar5008_get_pdadcs()
2695 boundaries[i] = DB(maxpwr[i]); in ar5008_get_pdadcs()
2696 if (boundaries[i] > AR_MAX_RATE_POWER) in ar5008_get_pdadcs()
2697 boundaries[i] = AR_MAX_RATE_POWER; in ar5008_get_pdadcs()
2701 delta = boundaries[0] - 23; in ar5008_get_pdadcs()
2702 boundaries[0] = 23; in ar5008_get_pdadcs()
2708 ss = boundaries[i - 1] - DB(minpwr[i]) - in ar5008_get_pdadcs()
2744 tgtidx = boundaries[i] + overlap - DB(minpwr[i]); in ar5008_get_pdadcs()
2768 boundary = boundaries[nxpdgains - 1]; in ar5008_get_pdadcs()
[all …]
Dar9280.c420 int chain, uint8_t *boundaries, uint8_t *pdadcs, uint8_t *txgain) in ar9280_olpc_get_pdadcs() argument
462 boundaries[i] = AR9280_PD_GAIN_BOUNDARY_DEFAULT; in ar9280_olpc_get_pdadcs()
/openbsd/src/regress/lib/libm/msun/
Dnext_test.c168 ATF_TC_WITHOUT_HEAD(boundaries);
169 ATF_TC_BODY(boundaries, tc) in ATF_TC_BODY() argument
285 ATF_TP_ADD_TC(tp, boundaries); in ATF_TP_ADD_TCS()
/openbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Daix.sc3 # unimportant. The native linker aligns the sections on boundaries
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
Daix.sc3 # unimportant. The native linker aligns the sections on boundaries
/openbsd/src/gnu/usr.bin/perl/Porting/
DREADME.y203863 gmtime () boundaries:
66 localtime () boundaries:
/openbsd/src/gnu/usr.bin/gcc/gcc/config/d30v/
Dabi25 must also be aligned to 8 byte boundaries.
68 2) Repeat instructions and delayed branches cannot cross call boundaries.
85 boundaries.
/openbsd/src/sys/arch/amd64/conf/
Dld.script33 * If we want the text/rodata/data sections aligned on 2M boundaries,
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dsysv4.opt92 Allow bit-fields to cross word boundaries
/openbsd/src/sys/arch/i386/conf/
Dld.script34 * If we want the text/rodata/data sections aligned on 2M boundaries,
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5123delta.pod53 garbled by the PerlIO layer, and spurious record boundaries should no longer be
Dperlrebackslash.pod586 implement the Unicode default boundaries, specified in
622 automatically for display, but hard-coded line boundaries are considered
627 before looking for sentence boundaries. Some people view this as a bug
658 It is important to realize when you use these Unicode boundaries,
679 word boundaries.
/openbsd/src/gnu/llvm/clang/docs/
DSanitizerSpecialCaseList.rst24 thread stack, bypassing the frame boundaries);
DControlFlowIntegrity.rst217 shared library boundaries are handled as if the callee was not compiled with
306 library boundaries are no different from calls within a single program or
384 apply across DSO boundaries. As in the regular CFI, each DSO must be
/openbsd/src/gnu/llvm/llvm/docs/
DCFIVerify.rst90 control flow operations across DSO boundaries. Currently, these CFI features are
DBigEndianNEON.rst126 …(just loading it and storing it) would be impossible without a common format across ABI boundaries.
163 …ate bitconverts are created so that vector values get passed over call boundaries as 1-element vec…
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dathlon.md35 ;; The predecode logic is determining boundaries of instructions in the 64
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DREADME.txt132 are never live across safe point boundaries. But the loads cannot be copied
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.opt191 Align doubles at 64-bit boundaries

1234567