| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | ICF.cpp | 231 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/ |
| D | ICF.cpp | 423 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/ |
| D | ICF.cpp | 270 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/ |
| D | ar5416.c | 367 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 …]
|
| D | ar9287.c | 271 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()
|
| D | ar9285.c | 712 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()
|
| D | ar5008.c | 2673 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 …]
|
| D | ar9280.c | 420 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/ |
| D | next_test.c | 168 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/ |
| D | aix.sc | 3 # unimportant. The native linker aligns the sections on boundaries
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| D | aix.sc | 3 # unimportant. The native linker aligns the sections on boundaries
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | README.y2038 | 63 gmtime () boundaries: 66 localtime () boundaries:
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| D | abi | 25 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/ |
| D | ld.script | 33 * If we want the text/rodata/data sections aligned on 2M boundaries,
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | sysv4.opt | 92 Allow bit-fields to cross word boundaries
|
| /openbsd/src/sys/arch/i386/conf/ |
| D | ld.script | 34 * If we want the text/rodata/data sections aligned on 2M boundaries,
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5123delta.pod | 53 garbled by the PerlIO layer, and spurious record boundaries should no longer be
|
| D | perlrebackslash.pod | 586 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/ |
| D | SanitizerSpecialCaseList.rst | 24 thread stack, bypassing the frame boundaries);
|
| D | ControlFlowIntegrity.rst | 217 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/ |
| D | CFIVerify.rst | 90 control flow operations across DSO boundaries. Currently, these CFI features are
|
| D | BigEndianNEON.rst | 126 …(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/ |
| D | athlon.md | 35 ;; The predecode logic is determining boundaries of instructions in the 64
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | README.txt | 132 are never live across safe point boundaries. But the loads cannot be copied
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.opt | 191 Align doubles at 64-bit boundaries
|