Searched refs:at (Results 151 - 175 of 468) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c336 const BIGNUM *at, *bt; local
342 at = b;
345 at = a;
349 if (bn_wexpand(r, at->top) == NULL)
353 r->d[i] = at->d[i] ^ bt->d[i];
355 for (; i < at->top; i++) {
356 r->d[i] = at->d[i];
359 r->top = at->top;
/freebsd-11-stable/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.
500 // This can only happen at the end of the format string.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc46 // back on at the end of the file.
232 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
739 // The Windows Registry location as specified at
759 // is NULL or if there is no valid DumpType value at its location).
769 // no valid DumpFolder value at its location).
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm9 * Free Software Foundation; either version 2, or (at your option) any
114 /* set R12 pointing at Vector Reg save area */
157 /* VRsave lives at -224(R1) */
H A Deabi-ci.asm7 Free Software Foundation; either version 2, or (at your option) any
H A Deabi-cn.asm7 Free Software Foundation; either version 2, or (at your option) any
H A Dsol-ci.asm8 # Free Software Foundation; either version 2, or (at your option) any
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c6 * Rick Macklem at The University of Guelph.
1199 * unlocked vnode at this point and fvp is the file that will
1574 struct nfsvattr at; local
1584 nfsrv_postopattr(nd, getret, &at);
1604 nd->nd_repstat = getret = nfsvno_getattr(vp, &at, nd->nd_cred,
1613 if (!nd->nd_repstat && toff && verf != at.na_filerev)
1633 nfsrv_postopattr(nd, getret, &at);
1663 getret = nfsvno_getattr(vp, &at, nd->nd_cred, p, 1);
1677 nfsrv_postopattr(nd, getret, &at);
1689 nfsrv_postopattr(nd, getret, &at);
1820 struct nfsvattr nva, at, *nvap = &nva; local
[all...]
/freebsd-11-stable/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
297 * Since NumValueSites is greater than zero, there is at least one
619 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
/freebsd-11-stable/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
297 * Since NumValueSites is greater than zero, there is at least one
619 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S47 .set MEM_ARG,0x900 # Arguments at start
102 .set MAX_READ,0xf800 # max we can read at a time
261 # Print out the error message at [SI], wait for a keypress, and then
275 # Display a null-terminated string at [SI].
315 # Display a single char at [AL], but don't move a cursor.
403 mov %di,%si # Point %si at next path
517 mov $MEM_ARG,%si # where the args are at now
536 # Lookup the file in the path at [SI] from the root directory.
576 # Lookup file at [SI] in directory whose record is at [B
[all...]
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c55 #define at sat macro
65 #define at lat macro
75 #define at mat macro
121 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
134 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
775 const char *matchp; /* last p at which a match ended */
1035 - at - print current situation
1037 == static void at(struct match *m, const char *title, const char *start, \
1042 at( struct match *m, function
1090 #undef at macro
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql11 * with the License. You may obtain a copy of the License at
37 * "not-present" -- node not present at this REV
57 /* Note: a repository (identified by its UUID) may appear at multiple URLs.
121 The ACTUAL_NODE table row for a given path exists if the node at that
239 the WC root at which a tree-change operation (delete, add?, copy, move)
369 revision is implicit, being in effect (new head - 1) at commit time.
376 at the root node of the moved tree. */
384 always points at a node within the highest op-depth layer at the
781 * at o
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
224 % \vadjust-items are inserted at the left edge of the type. So
280 % Dimensions to add cropmarks at corners.
445 % We prepended an \empty token at the very beginning and we expand it now,
477 % space in the output. Don't allow a line break at this space, as this
638 % at the beginning of a line will start with \penalty -- and
681 % @w prevents a word break. Without the \leavevmode, @w at the
697 % explicit \vfill so that the extra space is at the bottom. The
747 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
791 % page at thi
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c210 * will perform address conversion at run-time.
1116 * of rows at the offset 1; BIOSes from other
1176 * modes at all...
2177 * Set video registers at once.
2497 int at; /* position in the frame buffer */ local
2505 at = 0;
2509 vidd_set_win_org(adp, at);
2512 at += l;
2522 int at; /* position in the frame buffer */ local
2525 at
2540 int at; /* position in the frame buffer */ local
[all...]
/freebsd-11-stable/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-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk223 # you either need to mutex, or ensure only one machine builds at a time!
246 # if we have 1000's of .o.meta, .So.meta etc we need only look at one set
280 # make sure this is included at least once
H A Ddep.mk61 # so do them one at a time.
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk224 # you either need to mutex, or ensure only one machine builds at a time!
247 # if we have 1000's of .o.meta, .pico.meta etc we need only look at one set
281 # make sure this is included at least once
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h229 /// getElement - Return the Element at the specified index.
413 SourceLocation at, SourceLocation rp)
419 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
460 SourceLocation at, SourceLocation rp)
463 SelName(selInfo), AtLoc(at), RParenLoc(rp) {}
512 SourceLocation at, SourceLocation protoLoc, SourceLocation rp)
515 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
412 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, SourceLocation at, SourceLocation rp) argument
459 ObjCSelectorExpr(QualType T, Selector selInfo, SourceLocation at, SourceLocation rp) argument
511 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, SourceLocation at, SourceLocation protoLoc, SourceLocation rp) argument
/freebsd-11-stable/contrib/sendmail/src/
H A Dsavemail.c9 * forth in the LICENSE file which can be found at the top level of
138 /* no need to return anything at all */
879 "The original message was received at %s",
1836 char *start, *at, *comma; local
1869 at = strrchr(addr, '@');
1870 if (at == NULL || at < start)
1874 i = strlen(at + 1);
1877 (void) sm_strlcpy(hostbuf, at + 1, sizeof(hostbuf));
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex15 % License, or (at your option) any later version.
256 % Dimensions to add cropmarks at corners.
272 % (\thissection) refers to the chapter (section) in effect at the top
273 % of a page, or that at the bottom of a page. The solution is
470 % We prepended an \empty token at the very beginning and we expand it now,
502 % space in the output. Don't allow a line break at this space, as this
584 % at the beginning of a line will start with \penalty -- and
627 % @w prevents a word break. Without the \leavevmode, @w at the
643 % explicit \vfill so that the extra space is at the bottom. The
693 % TeX puts in an \escapechar (i.e., `@') at th
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
216 % \vadjust-items are inserted at the left edge of the type. So
272 % Dimensions to add cropmarks at corners.
437 % We prepended an \empty token at the very beginning and we expand it now,
469 % space in the output. Don't allow a line break at this space, as this
630 % at the beginning of a line will start with \penalty -- and
658 % @w prevents a word break. Without the \leavevmode, @w at the
674 % explicit \vfill so that the extra space is at the bottom. The
724 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
768 % page at thi
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_map.h9 // Free Software Foundation; either version 2, or (at your option)
364 at(const key_type& __k) function in class:map
368 __throw_out_of_range(__N("map::at"));
373 at(const key_type& __k) const function in class:map
377 __throw_out_of_range(__N("map::at"));
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm6 # Free Software Foundation; either version 2, or (at your option) any

Completed in 556 milliseconds

1234567891011>>