HomeSort by: relevance | last modified time | path
    Searched refs:REF (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
df.h 80 /* This flag is set if this ref occurs inside of a conditional
84 /* If this flag is set for an artificial use or def, that ref
86 for an artificial use or def, that ref logically happens at the
94 /* This bit is true if this ref can make regs_ever_live true for
99 /* This flag is set if this ref is a partial use or def of the
108 /* This flag is set if this ref, generally a def, may clobber the
115 /* This flag is set if this ref, generally a def, is a real
127 /* If the ref has one of the following two flags set, then the
131 /* This flag is set if the ref contains a SIGN_EXTRACT. */
134 /* This flag is set if the ref contains a ZERO_EXTRACT. *
441 df_ref ref; member in struct:df_link
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
df.h 80 /* This flag is set if this ref occurs inside of a conditional
84 /* If this flag is set for an artificial use or def, that ref
86 for an artificial use or def, that ref logically happens at the
94 /* This bit is true if this ref can make regs_ever_live true for
99 /* This flag is set if this ref is a partial use or def of the
108 /* This flag is set if this ref, generally a def, may clobber the
115 /* This flag is set if this ref, generally a def, is a real
127 /* If the ref has one of the following two flags set, then the
131 /* This flag is set if the ref contains a SIGN_EXTRACT. */
134 /* This flag is set if the ref contains a ZERO_EXTRACT. *
441 df_ref ref; member in struct:df_link
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateArgumentVisitor.h 23 template <template <typename> class Ref, typename ImplClass,
27 #define REF(CLASS) typename Ref<CLASS>::type
33 RetTy Visit(REF(TemplateArgument) TA, ParamTys... P) {
52 RetTy Visit##CATEGORY##TemplateArgument(REF(TemplateArgument) TA, \
67 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) {
71 #undef REF
  /src/usr.bin/make/unit-tests/
var-op-expand.mk 41 REF= $$ $$$$ $$$$$$$$
42 VAR:= ${REF}
43 REF= too late
63 REF= REF2
64 VAR:= ${${REF}}
65 REF= too late
91 REF= U${UNDEF}
93 VAR:= ${:${REF}}
95 REF= too late
106 REF= ${REF2
    [all...]
directive-export-impl.exp 1 Parsing directive-export-impl.mk:21: UT_VAR= <${REF}>
2 Global: UT_VAR = <${REF}>
7 Var_Parse: ${REF}> (eval)
25 Var_Parse: ${REF}> (eval)
30 Var_Parse: ${REF}> (eval)
36 Parsing directive-export-impl.mk:54: REF= defined
37 Global: REF = defined
50 Var_Parse: ${REF}> (eval)
posix-varassign.mk 71 REF= before
72 VAR:= immediate ${REF}
73 REF= after
directive-export-impl.mk 21 UT_VAR= <${REF}>
54 REF= defined
57 # REF is defined and gets expanded into the exported environment variable.
  /src/external/bsd/byacc/dist/test/
run_test.sh 8 # REF is the reference file against which to compare
10 # echo "...test_diffs $NEW vs $REF"
18 sed -e "s,$NEW,$REF," \
32 if test ! -f "$REF"
34 mv "$CMP" "$REF"
35 echo "...saved $REF"
36 elif ( cmp -s "$REF" "$CMP" )
38 echo "...ok $REF"
41 echo "...diff $REF"
42 diff -c "$REF" "$CMP
    [all...]
  /src/external/gpl2/xcvs/dist/src/
cvsbug.in 92 REF="`$MKTEMP $TMPDIR/pf.XXXXXX`"
271 trap 'rm -f $REF $TEMP; exit $xs' 0
272 trap 'echo "$COMMAND: Aborting ..."; rm -f $REF $TEMP; xs=1; exit' 1 2 3 13 15
306 for file in $TEMP $REF ; do
380 if cmp -s $REF $TEMP ; then
515 " $TEMP > $REF
517 if $MAIL_AGENT < $REF; then
524 mv $REF $BAD
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd8.c 22 #define REF(ptr) (ptr)
24 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
27 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr))
29 #define CTX(ref) ((CPpmd8_Context *)Ppmd8_GetContext(p, ref))
122 p->FreeList[indx] = REF(node);
293 if ((Byte *)oldPtr > p->UnitsStart + 16 * 1024 || REF(oldPtr) > p->FreeList[indx])
375 p->MinContext->Stats = REF(p->FoundState);
424 ctx->Stats = REF(s);
466 return REF(ctx)
    [all...]
archive_ppmd7.c 37 #define REF(ptr) (ptr)
39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
42 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr))
44 #define CTX(ref) ((CPpmd7_Context *)Ppmd7_GetContext(p, ref))
155 p->FreeList[indx] = REF(node);
344 p->MinContext->Stats = REF(p->FoundState);
444 c1->Suffix = REF(c);
445 SetSuccessor(ps[--numPs], REF(c1));
503 SetSuccessor(p->FoundState, REF(p->MinContext))
    [all...]
  /src/sys/dev/i2c/
mt2131.c 49 #define REF 16000
146 d1 = (o1 * 8192)/REF;
147 d2 = (o2 * 8192)/REF;
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Util.pm 238 =item dump_data REF, OPTS
240 Dump the data from REF into a string that can be evaluated into the same
250 Include the outer delimiter of the REF type in the resulting string if C<1>,
263 my $ref = shift;
288 if (ref($ref) eq "ARRAY") {
289 if (scalar @$ref == 0) {
298 @items = @$ref;
300 } elsif (ref($ref) eq "HASH")
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Util.pm 219 =item dump_data REF, OPTS
221 Dump the data from REF into a string that can be evaluated into the same
231 Include the outer delimiter of the REF type in the resulting string if C<1>,
244 my $ref = shift;
269 if (ref($ref) eq "ARRAY") {
270 if (scalar @$ref == 0) {
279 @items = @$ref;
281 } elsif (ref($ref) eq "HASH")
    [all...]
  /src/external/gpl2/send-pr/dist/send-pr/
send-pr.sh 88 REF=`mktemp -t pf` || exit 1
276 TRAP_EXIT_ACTION='rm -f $REF $TEMP; exit $xs'
278 TRAP_ABORT_ACTION='echo "$COMMAND: Aborting ..."; rm -f $REF $TEMP; xs=1; exit'
281 if cmp -s $REF $TEMP ; then
282 rm $REF
285 mv $REF $BAD
323 for file in $TEMP $REF ; do
407 if cmp -s $REF $TEMP ; then
556 " $TEMP > $REF
558 if $MAIL_AGENT < $REF; the
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
regex.c 5842 # define REF(x) \
5855 # define REF(x) \
5862 REF (no_op),
5863 REF (succeed),
5864 REF (exactn),
5866 REF (exactn_bin),
5868 REF (anychar),
5869 REF (charset),
5870 REF (charset_not),
5871 REF (start_memory)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 5725 # define REF(x) \
5738 # define REF(x) \
5745 REF (no_op),
5746 REF (succeed),
5747 REF (exactn),
5749 REF (exactn_bin),
5751 REF (anychar),
5752 REF (charset),
5753 REF (charset_not),
5754 REF (start_memory)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
stopwatch.d 24 $(REF TickDuration,core,time) are in std.datetime.package and would
71 $(REF MonoTime,core,time) is used to hold the time, and it uses the system's
74 $(REF SysTime,std,datetime,systime) should not be used for timing).
407 The amount of time (as a $(REF Duration,core,time)) that it took to call
interval.d 131 $(REF DateTimeException,std,datetime,date) if $(D_PARAM end) is
155 $(REF DateTimeException,std,datetime,date) if the resulting
178 ref Interval opAssign(const ref Interval rhs) pure nothrow
190 ref Interval opAssign(Interval rhs) pure nothrow
220 $(REF DateTimeException,std,datetime,date) if the resulting
253 $(REF DateTimeException,std,datetime,date) if the resulting
301 $(REF DateTimeException,std,datetime,date) if this interval is
329 $(REF DateTimeException,std,datetime,date) if either interval is
365 $(REF DateTimeException,std,datetime,date) if this interval i
    [all...]
systime.d 139 clockType = The $(REF ClockType, core,time) indicates which system
145 $(REF DateTimeException,std,datetime,date) if it fails to get the
197 clockType = The $(REF ClockType, core,time) indicates which system
202 $(REF DateTimeException,std,datetime,date) if it fails to get the
467 $(REF DateTime,std,datetime,date), the time zone is an integral part of
472 unlike $(REF DateTime,std,datetime,date), it is not optimized for
479 care about time zones, then $(REF DateTime,std,datetime,date) would be
483 To convert a `SysTime` to a $(REF Date,std,datetime,date) or
484 $(REF DateTime,std,datetime,date), simply cast it. To convert a
485 $(REF Date,std,datetime,date) or $(REF DateTime,std,datetime,date) to
    [all...]
date.d 59 $(REF TimeException,core,time). Either can be caught without concern about
147 Combines the $(REF Date,std,datetime,date) and
148 $(REF TimeOfDay,std,datetime,date) structs to give an object which holds
152 $(REF SysTime,std,datetime,systime). $(REF SysTime,std,datetime,systime) has
525 tod = The $(REF TimeOfDay,std,datetime,date) to set this
577 $(REF DateTimeException,std,datetime,date) if the new year is not
622 $(REF DateTimeException,std,datetime,date) if `isAD` is true.
658 $(REF DateTimeException,std,datetime,date) if a non-positive value
727 $(REF DateTimeException,std,datetime,date) if the given month i
    [all...]
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
mdoc2man 149 <<"REF";
153 REF
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
meta.d 67 * $(LINK2 http://amazon.com/exec/obidos/ASIN/0201704315/ref=ase_classicempire/102-2957199-2585768,
120 auto ref lazyItem() {return func(args[0]);}
146 test(Map!((ref i) => i *= i, a, b));
150 static void testRef(ref int a, ref int b)
156 testRef(Map!(function ref(ref i) => i *= i, a, b));
1019 static immutable REF = [0, 1, 2, 3];
1023 static assert(V == REF[I]);
1045 enum REF = "日本語"d
    [all...]
string.d 479 formed codepoint, then a $(REF UTFException, std,utf) may be thrown.
481 See_Also: $(REF countUntil, std,algorithm,searching)
923 formed codepoint, then a $(REF UTFException, std,utf) may be thrown.
1006 ptrdiff_t indexOf(Range, Char)(auto ref Range s, const(Char)[] sub)
1014 ptrdiff_t indexOf(Range, Char)(auto ref Range s, const(Char)[] sub,
1173 formed codepoint, then a $(REF UTFException, std,utf) may be thrown.
1362 formed codepoint, then a $(REF UTFException, std,utf) may be thrown.
1755 does not represent a well formed codepoint, then a $(REF UTFException, std,utf)
1922 represent a well formed codepoint, then a $(REF UTFException, std,utf) may be
2486 * $(REF asCapitalized, std,uni) for a lazy range version that doesn't allocate memor
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
linker.c 1309 REF, /* Mark defined symbol referenced. */
1332 /* UNDEF_ROW */ {UND, NOACT, UND, REF, REF, NOACT, REFC, WARNC },
1333 /* UNDEFW_ROW */ {WEAK, NOACT, NOACT, REF, REF, NOACT, REFC, WARNC },
1667 case REF:

Completed in 35 milliseconds

1 2