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

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Memory.cpp 35 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) {
36 assert((PF & ~(Memory::MF_READ | Memory::MF_WRITE | Memory::MF_EXEC)) == 0 &&
39 return OS << (PF & Memory::MF_READ ? 'R' : '-')
40 << (PF & Memory::MF_WRITE ? 'W' : '-')
41 << (PF & Memory::MF_EXEC ? 'X' : '-');
  /src/external/bsd/tradcpp/dist/
utils.h 36 #define PF(a, b) __attribute__((__format__(__printf__, a, b)))
40 #define PF(a, b)
66 PF(2, 3) void complain(const struct place *, const char *fmt, ...);
72 PF(2, 3) void debuglog(const struct place *p, const char *fmt, ...);
73 PF(3, 4) void debuglog2(const struct place *p, const struct place *p2,
place.c 66 struct placefile *pf; local
70 pf = domalloc(sizeof(*pf));
71 pf->includedfrom = *from;
75 pf->dir = dostrndup(name, len);
77 pf->name = dostrdup(name);
78 pf->fromsystemdir = fromsystemdir;
81 pf->depth = from->file->depth + 1;
83 pf->depth = 1;
85 return pf;
112 struct placefile *pf; local
128 struct placefile *pf; local
146 struct placefile *pf; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSubtargetInfo.cpp 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD,
23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {}
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-action-udhcp.sh 8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
p2p-action.sh 8 PF=$2
10 if [ ! -r $PF ]; then
14 PID=`cat $PF`
20 rm $PF
57 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
  /src/bin/pax/
options.h 68 #define PF 0x000000400ULL
114 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
116 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
  /src/usr.bin/netstat/
Makefile 9 PF=${NETBSDSRCDIR}/sys/dist/pf
22 CPPFLAGS+= -I${PF}
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h 45 toWireProtectionFlags(sys::Memory::ProtectionFlags PF) {
47 if (PF & sys::Memory::MF_READ)
49 if (PF & sys::Memory::MF_WRITE)
51 if (PF & sys::Memory::MF_EXEC)
58 int PF = 0;
60 PF |= sys::Memory::MF_READ;
62 PF |= sys::Memory::MF_WRITE;
64 PF |= sys::Memory::MF_EXEC;
65 return static_cast<sys::Memory::ProtectionFlags>(PF);
474 auto PF = sys::Memory::MF_READ | sys::Memory::MF_WRITE
    [all...]
  /src/usr.bin/printf/
printf.c 101 #define PF(f, func) { \
285 PF(start, p);
334 PF(f, p);
343 PF(f, p);
351 PF(start, p);
361 PF(f, p);
373 PF(f, p);
390 PF(f, p);
393 PF(start, pp);
  /src/usr.sbin/lpr/common_source/
lp.h 58 extern const char *PF; /* name of postscript filter (per job) */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Memory.h 164 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 536 int (*PF)(int, char **, const char **) =
541 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
550 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
554 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
563 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
564 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExtractFunction.cpp 90 const Function *PF = PBB->getParent();
94 RFI, std::distance(PF->getParent()->begin(), Module::const_iterator(PF)));
97 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
  /src/external/gpl3/gcc/dist/libcpp/
internal.h 659 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic)
660 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional)
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 655 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, cpp_pedantic)
656 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, cpp_warn_traditional)
  /src/dist/pf/
README.NetBSD 6 # This file contains copy-pastable commands to import a new PF release
12 # 1) Get the PF dist files and a copy of the CVS repository
14 # 3) Import the new PF release into the test repository
18 # 7) Import the new PF release into the test repository
22 # 11) Import the new PF release into the NetBSD repository
49 # Fetch the official PF sources
111 rm -rf dist/pf sys/dist/pf
117 rm -rf dist/pf sys/dist/pf
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 710 const MCPseudoProbeAddrFragment &PF = cast<MCPseudoProbeAddrFragment>(F);
711 OS << PF.getContents();
926 MCPseudoProbeAddrFragment &PF = cast<MCPseudoProbeAddrFragment>(Frag);
927 Fixups = PF.getFixups();
928 Contents = PF.getContents();
1186 MCPseudoProbeAddrFragment &PF) {
1187 uint64_t OldSize = PF.getContents().size();
1189 bool Abs = PF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout);
1192 SmallVectorImpl<char> &Data = PF.getContents();
1195 PF.getFixups().clear()
    [all...]
MCSubtargetInfo.cpp 226 StringRef FS, ArrayRef<SubtargetFeatureKV> PF,
234 ProcFeatures(PF), ProcDesc(PD), WriteProcResTable(WPR),
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 880 #define PF(x, y) \
883 PF (SEC_HAS_CONTENTS, "CONTENTS");
884 PF (SEC_ALLOC, "ALLOC");
885 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR");
886 PF (SEC_LOAD, "LOAD");
887 PF (SEC_RELOC, "RELOC");
888 PF (SEC_READONLY, "READONLY");
889 PF (SEC_CODE, "CODE");
890 PF (SEC_DATA, "DATA");
891 PF (SEC_ROM, "ROM")
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 880 #define PF(x, y) \
883 PF (SEC_HAS_CONTENTS, "CONTENTS");
884 PF (SEC_ALLOC, "ALLOC");
885 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR");
886 PF (SEC_LOAD, "LOAD");
887 PF (SEC_RELOC, "RELOC");
888 PF (SEC_READONLY, "READONLY");
889 PF (SEC_CODE, "CODE");
890 PF (SEC_DATA, "DATA");
891 PF (SEC_ROM, "ROM")
    [all...]
  /src/libexec/getty/
main.c 420 if (PF > 0) {
422 (void)sleep((unsigned int)PF);
423 PF = 0;
gettytab.h 113 #define PF gettynums[12].value
  /src/usr.sbin/cpuctl/arch/
i386-asm.S 158 testl $0x8d5,%eax # only check C|PF|AF|Z|N|V
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetSubtargetInfo.h 62 StringRef FS, ArrayRef<SubtargetFeatureKV> PF,

Completed in 40 milliseconds

1 2