/freebsd-src/contrib/sendmail/src/ |
H A D | mime.c | 52 /* types of MIME boundaries */ 81 ** boundaries -- the currently pending message boundaries. 101 mime8to7(mci, header, e, boundaries, flags, level) in mime8to7() argument 105 char **boundaries; 143 sm_dprintf("mime8to7: flags = %x, boundaries =", flags); 144 if (boundaries[0] == NULL) 148 for (i = 0; boundaries[i] != NULL; i++) 149 sm_dprintf(" %s", boundaries[i]); 302 if (boundaries[i] == NULL) 317 boundaries[i] = bbuf; [all …]
|
/freebsd-src/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280_olc.c | 179 /* Prior to writing the boundaries or the pdadc vs. power table in ar9280ChangeGainBoundarySettings() 181 * vs. power table needs to be checked and the curve boundaries in ar9280ChangeGainBoundarySettings() 238 * This effectively disables the gain boundaries leaving it 351 /* Fetch the gain boundaries and the PDADC values */ in ar9280SetPowerCalTable() 369 * Prior to writing the boundaries or the pdadc vs. power table in ar9280SetPowerCalTable() 371 * vs. power table needs to be checked and the curve boundaries in ar9280SetPowerCalTable() 379 /* Set gain boundaries for either open- or closed-loop TPC */ in ar9280SetPowerCalTable()
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | ICF.cpp | 244 size_t boundaries[numShards + 1]; in forEachClass() 245 boundaries[0] = 0; in forEachClass() 246 boundaries[numShards] = chunks.size(); in forEachClass() 248 boundaries[i] = findBoundary((i - 1) * step, chunks.size()); 251 if (boundaries[i - 1] < boundaries[i]) { 252 forEachClassRange(boundaries[i - 1], boundaries[i], fn); in run() 235 size_t boundaries[numShards + 1]; forEachClass() local
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A 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()
|
/freebsd-src/lib/msun/tests/ |
H A D | next_test.c | 164 ATF_TC_WITHOUT_HEAD(boundaries); 165 ATF_TC_BODY(boundaries, tc) in ATF_TC_BODY() argument 168 * Tests at word boundaries, normalization boundaries, etc. in ATF_TC_BODY() 281 ATF_TP_ADD_TC(tp, boundaries); in ATF_TP_ADD_TCS()
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | ICF.cpp | 429 size_t boundaries[numShards + 1]; in forEachClass() 430 boundaries[0] = 0; in forEachClass() 431 boundaries[numShards] = sections.size(); in forEachClass() 434 boundaries[i] = findBoundary((i - 1) * step, sections.size()); in forEachClass() 438 if (boundaries[i - 1] < boundaries[i]) 439 forEachClassRange(boundaries[i - 1], boundaries[i], fn); 423 size_t boundaries[numShards + 1]; forEachClass() local
|
/freebsd-src/contrib/ncurses/man/ |
H A D | curs_touch.3x | 91 if the line number is outside the window boundaries. 106 if the line number is outside the window boundaries.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineScheduler.h | 102 /// can be maintained past BB boundaries when appropariate. 127 // transferrred over scheduling boundaries.
|
/freebsd-src/contrib/netbsd-tests/dev/cgd/ |
H A D | t_cgd.sh | 133 # packetizing the input on bogus boundaries and using the 140 # on sector boundaries. Doesn't work because dd can't be
|
/freebsd-src/sys/dev/ixl/ |
H A D | i40e_lan_hmc.h | 45 * boundaries. If we do not have the width of the variable set to the correct 78 * boundaries. If we do not have the width of the variable set to the correct
|
/freebsd-src/contrib/netbsd-tests/lib/libc/regex/data/ |
H A D | word_bound.in | 1 # word boundaries (ick)
|
/freebsd-src/lib/libc/net/ |
H A D | inet6_opt_init.3 | 209 boundaries as described in Appendix B of RFC 2460. 291 It is expected that each field is aligned on its natural boundaries as
|
/freebsd-src/lib/libregex/tests/ |
H A D | gnuext.in | 18 # Word boundaries (\b, \B, \<, \>, \`, \')
|
/freebsd-src/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | sync_synchronize.S | 29 // tell linker it can break up file at label boundaries
|
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | dep-colon-bug-cross-file.mk | 15 # add commands to an existing target, even across file boundaries.
|
/freebsd-src/sys/contrib/zstd/lib/compress/ |
H A D | hist.c | 146 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_countFast_wksp() 158 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_count_wksp()
|
/freebsd-src/sys/contrib/openzfs/man/man8/ |
H A D | zpool-checkpoint.8 | 51 In addition, it may break reservation boundaries if the pool lacks free
|
/freebsd-src/share/man/man3/ |
H A D | end.3 | 35 .Nd end boundaries of image segments
|
/freebsd-src/sys/contrib/device-tree/Bindings/misc/ |
H A D | qcom,fastrpc.txt | 5 invocations across DSP and APPS boundaries. This enables developers
|
/freebsd-src/sys/geom/ |
H A D | notes | 97 stripesize is the width of any natural request boundaries for the 100 trivially overrun these boundaries.
|
/freebsd-src/lib/libc/posix1e/ |
H A D | acl_from_text.c | 208 /* Outer loop: delimit at \n boundaries. */ in acl_from_text() 215 /* Inner loop: delimit at ',' boundaries. */ in acl_from_text()
|
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | hist.c | 150 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_countFast_wksp() 170 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_count_wksp()
|
/freebsd-src/share/doc/psd/21.ipc/ |
H A D | 2.t | 58 boundaries, but only if some translation process is 95 sequenced, and unduplicated flow of data without record boundaries. 111 socket is that record boundaries in data are preserved. Datagram 127 with the exception that record boundaries are preserved. This
|
/freebsd-src/share/doc/usd/13.viref/ |
H A D | vi.cmd.roff | 320 Additional paragraph boundaries can be defined using the 330 Additional section boundaries can be defined using the 2176 section boundaries. 2194 section boundaries back, 2195 or the first line of the file if no more section boundaries exist 2208 section boundaries. 2226 section boundaries forward, 2228 boundaries exist following the current line.
|