Home
last modified time | relevance | path

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

123

/freebsd/contrib/sendmail/src/
H A Dmime.c101 mime8to7(mci, header, e, boundaries, flags, level) in mime8to7() argument
105 char **boundaries;
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;
318 boundaries[i + 1] = NULL;
330 bt = mimeboundary(buf, boundaries);
357 bt = mime8to7(mci, hdr, e, boundaries, flags,
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp240 size_t boundaries[numShards + 1]; in forEachClass() local
241 boundaries[0] = 0; in forEachClass()
242 boundaries[numShards] = chunks.size(); in forEachClass()
244 boundaries[i] = findBoundary((i - 1) * step, chunks.size()); in forEachClass()
247 if (boundaries[i - 1] < boundaries[i]) { in forEachClass()
248 forEachClassRange(boundaries[i - 1], boundaries[i], fn); in forEachClass()
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp432 size_t boundaries[numShards + 1]; in parallelForEachClass() local
433 boundaries[0] = 0; in parallelForEachClass()
434 boundaries[numShards] = sections.size(); in parallelForEachClass()
437 boundaries[i] = findBoundary((i - 1) * step, sections.size()); in parallelForEachClass()
441 if (boundaries[i - 1] < boundaries[i]) in parallelForEachClass()
442 forEachClassRange(boundaries[i - 1], boundaries[i], fn); in parallelForEachClass()
/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp363 size_t boundaries[shards + 1]; in forEachClass() local
364 boundaries[0] = 0; in forEachClass()
365 boundaries[shards] = icfInputs.size(); in forEachClass()
367 boundaries[i] = findBoundary((i - 1) * step, icfInputs.size()); in forEachClass()
370 if (boundaries[i - 1] < boundaries[i]) { in forEachClass()
371 forEachClassRange(boundaries[i - 1], boundaries[i], func); in forEachClass()
/freebsd/lib/msun/tests/
H A Dnext_test.c167 ATF_TC_WITHOUT_HEAD(boundaries);
168 ATF_TC_BODY(boundaries, tc) in ATF_TC_BODY() argument
290 ATF_TP_ADD_TC(tp, boundaries); in ATF_TP_ADD_TCS()
/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/sys/contrib/device-tree/Bindings/misc/
H A Dqcom,fastrpc.txt5 invocations across DSP and APPS boundaries. This enables developers
/freebsd/sys/geom/
H A Dnotes97 stripesize is the width of any natural request boundaries for the
100 trivially overrun these boundaries.
/freebsd/contrib/tzdata/
H A DREADME10 changes made by political bodies to time zone boundaries, UTC offsets,
/freebsd/contrib/tzcode/
H A DREADME10 changes made by political bodies to time zone boundaries, UTC offsets,
/freebsd/contrib/xz/
H A DTODO57 Block and Stream boundaries.
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A DREADME127 boundaries.
131 3. Fixed a problem with the bidi algorithm determining end boundaries for LTR
/freebsd/sys/crypto/skein/amd64/
H A Dskein_block_asm.S13 .psize 0,128 #list file has no page boundaries
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod67 the numbering is continuous across 64-bit mask boundaries.
H A DSSL_CTX_set_msg_callback.pod101 and fragment collection where applicable. (Thus record boundaries are
/freebsd/contrib/ntp/libjsmn/
H A DREADME.md57 In jsmn, tokens do not hold any data, but point to token boundaries in JSON
/freebsd/contrib/nvi/regex/
H A DWHATSNEW11 New in alpha3.3: The definition of word boundaries has been altered
/freebsd/lib/libc/regex/
H A DWHATSNEW10 New in alpha3.3: The definition of word boundaries has been altered
/freebsd/sys/net80211/
H A DDATAPATH_RECEIVE.md102 boundaries, decryption state, etc.
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc219 // possible for affinity masks to cross CPU group boundaries.
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-client.rst10 thread boundaries.
/freebsd/contrib/tcsh/
H A Dtcsh.man2html436 # Define section boundaries
475 # Define para boundaries
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtypeinfo169 // boundaries, such types are thus considered different types.

123