Home
last modified time | relevance | path

Searched refs:REF (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddf.h408 #define DF_REF_REGNO(REF) ((REF)->regno) argument
411 #define DF_REF_REG(REF) ((REF)->reg) argument
412 #define DF_REF_LOC(REF) ((REF)->loc) argument
413 #define DF_REF_BB(REF) ((REF)->bb) argument
415 #define DF_REF_INSN(REF) ((REF)->insn) argument
417 #define DF_REF_TYPE(REF) ((REF)->type) argument
418 #define DF_REF_CHAIN(REF) ((REF)->chain) argument
419 #define DF_REF_ID(REF) ((REF)->id) argument
420 #define DF_REF_FLAGS(REF) ((REF)->flags) argument
424 #define DF_REF_DATA(REF) ((REF)->data) argument
[all …]
H A Dgccbug.in89 REF=`mktemp $TMPDIR/pfXXXXXX` || exit 1
90 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF"
96 REF=$TEMPD/pf$$
278 for file in $TEMP $REF ; do
492 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF"
544 " $TEMP > $REF
546 if $MAIL_AGENT < $REF; then
553 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF"
554 mv $REF $BAD
H A Dloop-iv.c96 #define DF_REF_IV(REF) ((struct rtx_iv *) DF_REF_DATA (REF)) argument
97 #define DF_REF_IV_SET(REF, IV) DF_REF_DATA (REF) = (IV) argument
H A DChangeLog-200442153 previous MEM_VOLATILE in REF.
/freebsd-12.1/contrib/byacc/test/
H A Drun_test.sh18 sed -e s,$NEW,$REF, \
27 if test ! -f $REF
29 mv $CMP $REF
30 echo "...saved $REF"
31 elif ( cmp -s $REF $CMP )
33 echo "...ok $REF"
36 echo "...diff $REF"
37 diff -u $REF $CMP
53 REF=$REF_DIR/$root$type
208 REF=${REF_DIR}/${root}${opt2}${type}
[all …]
/freebsd-12.1/contrib/dialog/
H A Dheaders-sh.in65 REF=$2
72 for i in $REF/*.h
103 for name in $REF/*.h
116 egrep '^#define[ ][ ]*['$ALNUM']' $REF/$CONFIGH \
144 REF=$2
153 test -f $REF/$SRC && SRC="$REF/$SRC"
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h28 #define REF(CLASS) typename Ref<CLASS>::type macro
34 RetTy Visit(REF(TemplateArgument) TA, ParamTys... P) { in Visit()
53 RetTy Visit##CATEGORY##TemplateArgument(REF(TemplateArgument) TA, \
68 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) { in VisitTemplateArgument()
72 #undef REF
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c22 #define REF(ptr) (ptr) macro
417 ctx->Stats = REF(s); in Refresh()
459 return REF(ctx); in CutOff()
500 return REF(ctx); in CutOff()
522 return REF(ctx); in RemoveBinContexts()
531 return REF(ctx); in RemoveBinContexts()
691 c1->Suffix = REF(c); in CreateSuccessors()
855 successor = REF(p->Text); in UpdateModel()
870 fSuccessor = REF(cs); in UpdateModel()
880 fSuccessor = REF(cs); in UpdateModel()
[all …]
H A Darchive_ppmd7.c37 #define REF(ptr) (ptr) macro
39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro
42 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr))
155 p->FreeList[indx] = REF(node); in InsertNode()
339 p->MinContext->Stats = REF(p->FoundState); in RestartModel()
439 c1->Suffix = REF(c); in CreateSuccessors()
440 SetSuccessor(ps[--numPs], REF(c1)); in CreateSuccessors()
503 successor = REF(p->Text); in UpdateModel()
520 fSuccessor = REF(cs); in UpdateModel()
531 fSuccessor = REF(p->MinContext); in UpdateModel()
[all …]
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh114 REF=$($STRINGS /etc/zfs/zpool.cache | $GREP ${TESTPOOL})
115 if [ ! -z "$REF" ]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dalgol6812 0 regex REF[\t\ ] Algol 68 source text
H A Daudio14 >12 belong 2 8-bit linear PCM [REF-PCM],
52 >12 lelong 2 8-bit linear PCM [REF-PCM],
/freebsd-12.1/contrib/binutils/bfd/
H A Dlinker.c1425 REF, /* Mark defined symbol referenced. */ enumerator
1449 /* UNDEF_ROW */ {UND, NOACT, UND, REF, REF, NOACT, REFC, WARNC },
1450 /* UNDEFW_ROW */ {WEAK, NOACT, NOACT, REF, REF, NOACT, REFC, WARNC },
1741 case REF: in _bfd_generic_link_add_one_symbol()
H A DChangeLog-94956660 * linker.c (enum link_action): Add REF, MIND, CWARN, REFC.
6662 to REF. Change UNDEF_ROW/indr and UNDEFW_ROW/indr from CYCLE to
6669 (_bfd_generic_link_add_one_symbol): Handle REF, MIND, CWARN and
/freebsd-12.1/stand/ficl/softwords/
H A Dclasses.fr11 \ REF subclass holds a pointer to an object. It's
H A Doo.fr273 \ Aggregate a pointer to an object: REF is a member variable
277 \ in classes.fr. REF is only useful for pre-initialized structures,
/freebsd-12.1/sys/contrib/libsodium/
H A DChangeLog492 - On Windows, a .REF file is generated along with the shared library,
/freebsd-12.1/contrib/ncurses/
H A Dconfigure22715 REF=\$2
22727 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
22744 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
H A Daclocal.m43558 REF=\[$]2
3570 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
3587 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-17002 allowed in the C++ language itself: you can use `&(&REF)' (or, if
7003 you prefer, simply `&&REF') to examine the address where a C++
7004 reference variable (declared with `&REF') is stored.