Home
last modified time | relevance | path

Searched full:boundaries (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/freebsd/contrib/sendmail/src/
H A Dmime.c52 /* 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/contrib/llvm-project/lld/COFF/
H A DICF.cpp244 size_t boundaries[numShards + 1]; in forEachClass() local
245 boundaries[0] = 0; in forEachClass()
246 boundaries[numShards] = chunks.size(); in forEachClass()
248 boundaries[i] = findBoundary((i - 1) * step, chunks.size()); in forEachClass()
251 if (boundaries[i - 1] < boundaries[i]) { in forEachClass()
252 forEachClassRange(boundaries[i - 1], boundaries[i], fn); in forEachClass()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c179 /* 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/contrib/llvm-project/lld/MachO/
H A 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()
/freebsd/lib/msun/tests/
H A Dnext_test.c164 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/contrib/llvm-project/lld/ELF/
H A DICF.cpp429 size_t boundaries[numShards + 1]; in forEachClass() local
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]) in forEachClass()
439 forEachClassRange(boundaries[i - 1], boundaries[i], fn); in forEachClass()
/freebsd/contrib/ncurses/man/
H A Dcurs_touch.3x91 if the line number is outside the window boundaries.
106 if the line number is outside the window boundaries.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h102 /// can be maintained past BB boundaries when appropariate.
127 // transferrred over scheduling boundaries.
/freebsd/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd.sh133 # packetizing the input on bogus boundaries and using the
140 # on sector boundaries. Doesn't work because dd can't be
/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.h45 * 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/lib/libc/net/
H A Dinet6_opt_init.3209 boundaries as described in Appendix B of RFC 2460.
291 It is expected that each field is aligned on its natural boundaries as
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dword_bound.in1 # word boundaries (ick)
/freebsd/lib/libregex/tests/
H A Dgnuext.in18 # Word boundaries (\b, \B, \<, \>, \`, \')
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dsync_synchronize.S29 // tell linker it can break up file at label boundaries
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhist.c146 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/share/doc/usd/13.viref/
H A Dvi.cmd.roff320 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.
/freebsd/share/doc/psd/21.ipc/
H A D2.t58 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/contrib/bmake/unit-tests/
H A Ddep-colon-bug-cross-file.mk15 # add commands to an existing target, even across file boundaries.
/freebsd/sys/geom/
H A Dnotes97 stripesize is the width of any natural request boundaries for the
100 trivially overrun these boundaries.
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhist.c150 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/lib/libc/posix1e/
H A Dacl_from_text.c208 /* Outer loop: delimit at \n boundaries. */ in acl_from_text()
215 /* Inner loop: delimit at ',' boundaries. */ in acl_from_text()
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-checkpoint.851 In addition, it may break reservation boundaries if the pool lacks free
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dqcom,fastrpc.txt5 invocations across DSP and APPS boundaries. This enables developers
/freebsd/share/man/man3/
H A Dend.335 .Nd end boundaries of image segments

12345678910>>...22