Searched refs:at (Results 276 - 300 of 619) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
338 #define cv_timedwait_io(cv, mp, at) cv_timedwait(cv, mp, at)
339 #define cv_timedwait_idle(cv, mp, at) cv_timedwait(cv, mp, at)
340 #define cv_timedwait_sig(cv, mp, at) cv_timedwait(cv, mp, at)
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp44 using namespace llvm::at;
320 // to be at least looked through.
396 "Loop ID needs at least one operand");
803 // Visit each node starting at N in post order, and map them.
955 at::RAUW(*It, MergeID);
1769 AssignmentInstRange at::getAssignmentInsts(DIAssignID *ID) {
1781 AssignmentMarkerRange at::getAssignmentMarkers(DIAssignID *ID) {
1795 void at::deleteAssignmentMarkers(const Instruction *Inst) {
1807 void at::RAUW(DIAssignID *Old, DIAssignID *New) {
1820 void at
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk100 # so when the words are joined at the end of the modifier ':S', there is only
107 # Adding the modifier ':M*' at the end of the above chain splits the
153 # expect+2: while evaluating variable "WORDS": Invalid character number at "400:tu}"
169 # expect+2: while evaluating variable "WORDS": Invalid character number at "100:tu}"
256 # expect+2: while evaluating "${:Ua b:ts\x1F60E}": Invalid character number at "1F60E}"
H A Ddirective-include-guard.mk189 # A variable name can contain balanced parentheses, at least in conditions and
244 # is more flexible, as long as the variable is defined at the point where the
254 # The time at which the guard variable is defined doesn't matter, as long as
255 # it is defined at the point where the file is included the next time.
265 # The time at which the guard variable is defined doesn't matter, as long as
266 # it is defined at the point where the file is included the next time.
387 # When a file with an '.if/.elif/.endif' conditional at the top level is
408 # When a file with an '.if/.else/.endif' conditional at the top level is
569 # interpreted as the '!' dependency operator, no matter whether it occurs at
606 # at th
[all...]
H A Dcond-token-plain.mk31 # the '#' specially, even though at this point, there should be no need for
56 # condition as a comment? And why only at the beginning of a token,
252 # A half-baked attempt at hiding this implementation detail is
H A Dvarname-dot-make-save_dollars.mk26 # condition; .MAKE.SAVE_DOLLARS only applies at the moment where the
/freebsd-current/lib/libc/regex/
H A Dengine.c53 #define at sat macro
64 #define at lat macro
75 #define at mat macro
126 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
139 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
854 const char *matchp; /* last p at which a match ended */
1156 - at - print current situation
1158 == static void at(struct match *m, const char *title, const char *start, \
1163 at( struct match *m, function
1212 #undef at macro
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstrncmp.S119 jb .Lempty # where there any bytes to compare at all?
278 * and 2 at this point, this also ensures that RDI has not ended yet.
314 bts %edx, %r8d # indicate NUL byte at last byte in buffer
328 bts %edx, %r8d # indicate NUL byte at last byte in buffer
433 bts %edx, %r8d # indicate NUL byte at laste byte in buffer
447 bts %edx, %r8d # indicate NUL byte at laste byte in buffer
/freebsd-current/sys/netinet/tcp_stacks/
H A Dsack_filter.c370 int32_t num, i, room, at; local
397 for(i=0, at=0; i<num; i++) {
403 memcpy(&in[at], &blkboard[i], sizeof(struct sackblk));
404 at++;
423 return(at);
506 * Look at all other blocks but this guy
595 * possible options space that is not at max_seg.
/freebsd-current/contrib/tzcode/
H A Dzic.c444 zic_t at; member in struct:attype
2363 zic_t a = ap->at, b = bp->at;
2452 && ((attypes[fromi].at
2454 <= (attypes[toi - 1].at
2487 ats[i] = attypes[i].at;
2587 truncated at the start, and is also useful when catering to
3473 zic_t at = attypes[i].at; local
3474 if (nonTZlimtime < at
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Darmv4-mont.S30 stmdb sp!,{r0,r2} @ sp points at argument block
67 add r0,sp,r0 @ r0 to point at &tp[num-1]
159 add r0,r0,#4 @ r0 to point at &tp[num]
/freebsd-current/sys/dev/fb/
H A Dvga.c161 * will perform address conversion at run-time.
1070 * of rows at the offset 1; BIOSes from other
1149 * modes at all...
2173 * Set video registers at once.
2493 int at; /* position in the frame buffer */ local
2501 at = 0;
2505 vidd_set_win_org(adp, at);
2508 at += l;
2518 int at; /* position in the frame buffer */ local
2521 at
2536 int at; /* position in the frame buffer */ local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp176 return CG.lookup(F) ? FunctionLevels.at(CG.lookup(F)) : 0;
196 // record them at the same level as the original node (this is a choice, may
209 const auto NLevel = FunctionLevels.at(N);
268 // total IR size in this module, to stop misbehaving policies at a certain bloat
415 static_cast<InlineCostFeatureIndex>(I))) = CostFeatures->at(I);
417 // This one would have been set up to be right at the end.
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp176 OS << " inlined-at " << *IA;
366 /// have that location explicitly reinstated at each subsequent variable
421 return false; // Value at interval is different.
423 // AIt == AEnd. Check BIt is also now at end.
734 // There is at least one overlap.
780 LLVM_DEBUG(dbgs() << "- Intersect interval at start\n");
781 // Split off at the intersection.
791 LLVM_DEBUG(dbgs() << "- Intersect interval at end\n");
792 // Split off at the intersection.
855 /// with a memory location have that location explicitly reinstated at eac
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h153 // encoded in the binary. If the binary is not loaded at its preferred address,
260 // The stub binder will look up the bind opcodes in the LazyBindingSection at
270 // appropriate symbol is found at runtime. However, the bound addresses will
433 // Consequently, the empty string will be at index 1, not zero.
511 // The code signature comes at the very end of the linked output file.
599 return literal16Map.at(*reinterpret_cast<const UInt128 *>(buf)) * 16;
604 literal8Map.at(*reinterpret_cast<const uint64_t *>(buf)) * 8;
609 literal4Map.at(*reinterpret_cast<const uint32_t *>(buf)) * 4;
650 // to be fixed up at load time, which takes time and dirties memory. By
682 // This setup allows pages to be relocated lazily at pag
[all...]
/freebsd-current/contrib/nvi/regex/
H A Dengine.c53 #define at sat macro
64 #define at lat macro
107 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
120 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
677 - fast - step through the string at top speed
776 const RCHAR_T *matchp; /* last p at which a match ended */
990 - at - print current situation
993 at(struct match *m, char *title, char *start, char *stop, sopno startst, function
1035 #undef at macro
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc53 #define at sat
66 #define at lat
112 static void at(
121 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
296 * earlier position if matches at later positions are impossible. */
301 /* Always step back at least one character. */
722 - fast - step through the string at top speed
813 /* Quickly skip over fixed character matches at the start. */
843 const char *matchp; /* last p at which a match ended */
1051 - at
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dsavemail.c9 * forth in the LICENSE file which can be found at the top level of
140 /* no need to return anything at all */
888 "The original message was received at %s",
1844 char *start, *at, *comma; local
1877 at = strrchr(addr, '@');
1878 if (at == NULL || at < start)
1882 i = strlen(at + 1);
1885 (void) sm_strlcpy(hostbuf, at + 1, sizeof(hostbuf));
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h230 /// getElement - Return the Element at the specified index.
415 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, SourceLocation at, argument
418 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {
460 ObjCSelectorExpr(QualType T, Selector selInfo, SourceLocation at, argument
463 SelName(selInfo), AtLoc(at), RParenLoc(rp) {
513 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, SourceLocation at, argument
516 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {
/freebsd-current/share/mk/
H A Dmeta.autodep.mk239 # you either need to mutex, or ensure only one machine builds at a time!
262 # if we have 1000's of .o.meta, ${PICO}.meta etc we need only look at one set
301 # make sure this is included at least once
/freebsd-current/contrib/bmake/mk/
H A Dmeta.autodep.mk239 # you either need to mutex, or ensure only one machine builds at a time!
262 # if we have 1000's of .o.meta, ${PICO}.meta etc we need only look at one set
301 # make sure this is included at least once
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh614 atf_check -s exit:0 -e empty -o inline:'G: backslash at end of line\n' \
617 echo G: backslash at end of line # \
/freebsd-current/tools/test/stress2/misc/
H A Dcontigmalloc.sh101 warn("contigmalloc(%lu pages) failed at loop %d",
234 * The function called at load/unload.
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dproto.h584 prt_preamble(tOptions * opts, tOptDesc * od, arg_types_t * at);
587 prt_one_usage(tOptions * opts, tOptDesc * od, arg_types_t * at);
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl6 # in the file LICENSE in the source distribution or at
33 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
49 # ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);

Completed in 378 milliseconds

<<11121314151617181920>>