Searched refs:PF (Results 1 - 25 of 65) sorted by relevance

123

/openbsd-current/usr.bin/mg/
H A Dfunmap.h6 PF name_function(const char *);
7 const char *function_name(PF);
9 int funmap_add(PF, const char *, int);
10 int numparams_function(PF);
H A Dlog.h9 int mglog(PF, void *);
H A Dkeymap.c23 static PF cHcG[] = {
28 static PF cHa[] = {
48 static PF cCsc[] = {
80 static PF cCs[] = {
90 CCHR('@'), CCHR('@'), (PF[]){ rescan }, NULL
98 static PF cX4cF[] = {
102 static PF cX4b[] = {
123 static PF cXcB[] = {
132 static PF cXcJ[] = {
150 static PF cXl
[all...]
H A Dkbd.h12 PF *k_funcp; /* pointer to array of pointers */
27 PF map_default; /* default function */ \
52 PF doscan(KEYMAP *, int, KEYMAP **);
H A Dmacro.h14 PF m_funct;
H A Dautoexec.c18 PF fp;
31 PF *
34 PF *pfl, *npfl;
48 sizeof(PF));
66 PF fp;
H A Dcmode.c41 static PF cmode_brace[] = {
45 static PF cmode_cCP[] = {
50 static PF cmode_cc[] = {
64 static PF cmode_spec[] = {
H A Dhelp.c21 static int findbind(KEYMAP *, PF, char *, size_t);
31 PF funct;
130 PF fun;
159 PF funct;
209 findbind(KEYMAP *map, PF fun, char *buf, size_t len)
212 PF nfun;
H A Dkbd.c27 static int mgwrap(PF, int, int);
124 PF
129 PF ret;
150 PF funct;
176 PF fp = NULL;
228 PF funct;
261 PF funct;
293 PF funct;
445 mgwrap(PF funct, int f, int n)
447 static PF of
[all...]
H A Dfunmap.c22 PF fn_funct;
253 funmap_add(PF fun, const char *fname, int fparams)
272 PF
285 function_name(PF fun)
326 numparams_function(PF fun)
H A Dlog.c60 static int mglog_lines(PF);
82 mglog(PF funct, void *map)
100 PF *pfp;
206 mglog_lines(PF funct)
H A Dmacro.c71 PF funct;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/
H A Dptrmem1.C5 typedef void (A::*PF)(int) const;
9 PF pf = &A::f;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dattrib4.C7 #define PF __attribute__ ((format (printf, 1, 2))) macro
10 static PF void f (char *, ...);
11 friend PF void g (char *, ...);
15 void PF h (char *, ...);
16 void PF k (char *, ...) { }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtypeck.C8 typedef ctype_p (*PF) (int); typedef
14 static PF p = callee; // ERROR -
19 PF pp = callee; // ERROR -
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DMemory.cpp34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { argument
35 assert((PF & ~(Memory::MF_READ | Memory::MF_WRITE | Memory::MF_EXEC)) == 0 &&
38 return OS << (PF & Memory::MF_READ ? 'R' : '-')
39 << (PF & Memory::MF_WRITE ? 'W' : '-')
40 << (PF & Memory::MF_EXEC ? 'X' : '-');
/openbsd-current/libexec/tradcpp/
H A Dutils.h36 #define PF(a, b) __attribute__((__format__(__printf__, a, b))) macro
40 #define PF(a, b) macro
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,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD,
23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {}
17 TargetSubtargetInfo( const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h45 std::underlying_type_t<sys::Memory::ProtectionFlags> PF = 0; local
47 PF |= sys::Memory::MF_READ;
49 PF |= sys::Memory::MF_WRITE;
51 PF |= sys::Memory::MF_EXEC;
52 return static_cast<sys::Memory::ProtectionFlags>(PF);
57 inline MemProt fromSysMemoryProtectionFlags(sys::Memory::ProtectionFlags PF) { argument
59 if (PF & sys::Memory::MF_READ)
61 if (PF & sys::Memory::MF_WRITE)
63 if (PF & sys::Memory::MF_EXEC)
/openbsd-current/usr.sbin/btrace/
H A Dprintf.c68 #define PF(f, func) { \ macro
159 PF(start, p);
164 PF(start, p);
176 PF(f, p);
190 PF(f, p);
202 PF(start, p);
/openbsd-current/usr.bin/printf/
H A Dprintf.c61 #define PF(f, func) { \ macro
162 PF(start, p);
167 PF(start, p);
179 PF(f, p);
193 PF(f, p);
205 PF(start, p);
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_capture.c176 MAKE_REGLIST(gen8_global_regs, PF, GLOBAL, 0),
177 MAKE_REGLIST(gen8_rc_class_regs, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_RENDER_COMPUTE),
178 MAKE_REGLIST(gen8_rc_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_RENDER_COMPUTE),
179 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_VIDEO),
180 MAKE_REGLIST(gen8_vd_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_VIDEO),
181 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_VIDEOENHANCE),
182 MAKE_REGLIST(gen8_vec_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_VIDEOENHANCE),
183 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_BLITTER),
184 MAKE_REGLIST(gen8_blt_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_BLITTER),
185 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLAS
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c307 #define PF(x, y) \
310 PF (SEC_HAS_CONTENTS, "CONTENTS");
311 PF (SEC_ALLOC, "ALLOC");
312 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR");
313 PF (SEC_LOAD, "LOAD");
314 PF (SEC_RELOC, "RELOC");
315 PF (SEC_READONLY, "READONLY");
316 PF (SEC_CODE, "CODE");
317 PF (SEC_DATA, "DATA");
318 PF (SEC_RO
304 #define PF macro
358 #undef PF macro
2094 #define PF macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c320 #define PF(x, y) \
323 PF (SEC_HAS_CONTENTS, "CONTENTS");
324 PF (SEC_ALLOC, "ALLOC");
325 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR");
326 PF (SEC_LOAD, "LOAD");
327 PF (SEC_RELOC, "RELOC");
328 PF (SEC_READONLY, "READONLY");
329 PF (SEC_CODE, "CODE");
330 PF (SEC_DATA, "DATA");
331 PF (SEC_RO
317 #define PF macro
376 #undef PF macro
2311 #define PF macro
[all...]
/openbsd-current/regress/usr.sbin/snmpd/
H A Dsnmpd.sh26 PF[0]="disabled"
27 PF[1]="enabled"
115 if [ "${PF[$enabled]}" != "${PF[enabled]}" ]
117 if [ "${PF[$enabled]}" != "${PF[disabled]}" ]

Completed in 241 milliseconds

123