Searched refs:at (Results 251 - 275 of 619) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h114 bool isOffsetValid(uint32_t Offset) const { return at(Offset) != end(); }
131 /// iterator to the record at that offset. This is considered unsafe
134 Iterator at(uint32_t Offset) const { function in class:llvm::VarStreamArray
189 // Both iterators are at the end.
193 // One is not at the end and one is.
205 // positioned at the next record.
/freebsd-current/crypto/openssl/providers/
H A Dencoders.inc6 * in the file LICENSE in the source distribution or at
/freebsd-current/share/dtrace/
H A Dnfsattrstats6 * This software was developed at the University of Cambridge Computer
H A Dnfsclienttime6 * This software was developed at the University of Cambridge Computer
/freebsd-current/tools/tools/editing/
H A Dfreebsd.vim9 " without modification, immediately at the beginning of the file.
/freebsd-current/contrib/bc/include/
H A Dnum.h104 /// LONG_BIT must be at least 32 on POSIX. We depend on that.
105 #error BC_LONG_BIT must be at least 32
121 /// the negative bit in the least significant bit since it uses at least two
172 #error BC_NUM_KARATSUBA_LEN must be at least 16.
412 * @a a. This is used in karatsuba for faster adds and subtracts at the end.
491 * if the number is zero, we always return at least one, but we also return the
830 * @param newline True if a newline should be inserted at the end, false
837 * Invert @a into @a b at the current scale.
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-export.mk46 .export EMPTY_SHELL # only marked for export at this point
H A Dvar-op-expand.mk25 # Whether an expression is undefined or not is determined at the end
28 # the variable named "", which is guaranteed to be never defined, but at the
137 # variables. These referred-to variables are expanded at the time of
153 # instead of ':='. The right-hand side of the assignment is not evaluated at
H A Dvardebug.mk16 # The variable with the empty name cannot be set at all.
H A Dcomment.mk32 # The comment does not need to start at the beginning of a word (as in the
H A Dvar-op-sunsh.mk88 # the assignment operator at nesting level 0. All other words would lead
122 # XXX: This combination should not be allowed at all, as it is confusing.
134 # XXX: This combination should not be allowed at all, as it is confusing.
H A Descape.mk50 # Backslash at end of line in a comment\
86 # In a variable assignment, when the sequence <backslash><newline> occurs at
208 # When backslash-newline appears at the end of a command script,
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dbasic.t179 like $text, qr/division by zero at foo\.txt line 1/;
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c7 * in the file LICENSE in the source distribution or at
255 const BIGNUM *at, *bt; local
261 at = b;
264 at = a;
268 if (bn_wexpand(r, at->top) == NULL)
272 r->d[i] = at->d[i] ^ bt->d[i];
274 for (; i < at->top; i++) {
275 r->d[i] = at->d[i];
278 r->top = at->top;
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect47 ftp://ftp.at.freebsd.org "Austria - IPv6"\
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontroltestsane.sh21 ${subject} info -q /this.queue.name.is.way.too.long.at.more.than.one.thousand.and.twenty.four.characters.long.because.nobody.needs.to.type.out.something.this.ridiculously.long.than.just.goes.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on.and.on 2>/dev/null
/freebsd-current/contrib/bmake/mk/
H A Djava.mk56 # java works best by compiling a bunch of classes at once.
/freebsd-current/sbin/devmatch/
H A Ddevmatch.c389 if (cp[strlen(cp) - 1] == ';') /* Skip required ; at end */
458 printf("Searching %s %s bus at %s for pnpinfo %s\n",
536 * pnp info after the 'at' and we don't know where one stops and the
541 if (strncmp(nomatch, " at ", 4) != 0)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc25 * can be defined at one time and the rest definitions will be filtered out by
330 * Since NumValueSites is greater than zero, there is at least one
652 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
727 * access them at runtime.
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc25 * can be defined at one time and the rest definitions will be filtered out by
330 * Since NumValueSites is greater than zero, there is at least one
652 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
727 * access them at runtime.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc208 if (dir->fieldWidth <= 0) // Width if at all must be non-zero
314 // This can only happen at the end of the format string.
514 // This can only happen at the end of the format string.
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp768 // Always put threads at very end of quick topology
1095 const kmp_hw_subset_t::item_t &item = __kmp_hw_subset->at(i);
1105 __kmp_hw_subset->at(i).type = equivalent_type;
1293 const auto &hw_subset_item = __kmp_hw_subset->at(hw_subset_index);
1642 // returns a boolean on whether it was successful at doing so.
1882 kmp_hw_thread_t &hw_thread = __kmp_topology->at(hw_thread_index);
1998 kmp_hw_thread_t &hw_thread = __kmp_topology->at(avail_ct);
2014 // topology map with the groups at level 0 and the individual procs at level 1.
2046 kmp_hw_thread_t &hw_thread = __kmp_topology->at(avail_c
[all...]
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_output.c38 if (atom->at != NULL) {
39 *ch = atom->at[off];
236 rc = fprintf(dest, "\\ No newline at end of file\n");
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc100 // used internally at Google, is "threadsafe".
540 for (size_t at = 0;;) {
541 const size_t line_end = output.find('\n', at);
544 ret += output.substr(at);
547 ret += output.substr(at, line_end + 1 - at);
548 at = line_end + 1;
1202 // invoke the test program via a valid path that contains at least
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc47 // back on at the end of the file.
242 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
768 // The Windows Registry location as specified at
788 // is NULL or if there is no valid DumpType value at its location).
799 // no valid DumpFolder value at its location).

Completed in 150 milliseconds

<<11121314151617181920>>