Home
last modified time | relevance | path

Searched defs:po (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpad.h394 # define PAD_SV(po) pad_sv(po) argument
395 # define PAD_SETSV(po,sv) pad_setsv(po,sv) argument
397 # define PAD_SV(po) (PL_curpad[po]) argument
398 # define PAD_SETSV(po,sv) PL_curpad[po] = (sv) argument
401 #define PAD_SVl(po) (PL_curpad[po]) argument
403 #define PAD_BASE_SV(padlist, po) \ argument
455 #define CX_CURPAD_SV(block,po) (AvARRAY(MUTABLE_AV(((block).oldcomppad)))[po]) argument
486 #define PAD_COMPNAME(po) PAD_COMPNAME_SV(po) argument
487 #define PAD_COMPNAME_SV(po) (PadnamelistARRAY(PL_comppad_name)[(po)]) argument
488 #define PAD_COMPNAME_FLAGS(po) PadnameFLAGS(PAD_COMPNAME(po)) argument
[all …]
Dpad.c1369 Perl_pad_sv(pTHX_ PADOFFSET po) in Perl_pad_sv()
1392 Perl_pad_setsv(pTHX_ PADOFFSET po, SV* sv) in Perl_pad_setsv()
1559 Perl_pad_swipe(pTHX_ PADOFFSET po, bool refadjust) in Perl_pad_swipe()
1763 Perl_pad_free(pTHX_ PADOFFSET po) in Perl_pad_free()
/openbsd/src/sys/arch/armv7/marvell/
Dmvpcie.c77 #define HREAD4(po, reg) \ argument
79 #define HWRITE4(po, reg, val) \ argument
81 #define HSET4(po, reg, bits) \ argument
83 #define HCLR4(po, reg, bits) \ argument
324 mvpcie_port_attach(struct mvpcie_softc *sc, struct mvpcie_port *po, int node) in mvpcie_port_attach()
452 mvpcie_wininit(struct mvpcie_port *po) in mvpcie_wininit()
527 mvpcie_io_change(struct mvpcie_port *po) in mvpcie_io_change()
569 mvpcie_mem_change(struct mvpcie_port *po) in mvpcie_mem_change()
605 mvpcie_link_up(struct mvpcie_port *po) in mvpcie_link_up()
646 mvpcie_conf_read_bridge(struct mvpcie_port *po, int reg) in mvpcie_conf_read_bridge()
[all …]
/openbsd/src/usr.bin/sndiod/
Dopt.c168 struct opt *o, **po; in opt_new() local
285 struct opt **po; in opt_del() local
/openbsd/src/gnu/usr.bin/texinfo/
DMakefile.am33 SUBDIRS = $(native_tools) intl m4 lib info makeinfo po util doc subdir
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/
D01.cc115 void* po = &i; in test01() local
/openbsd/src/usr.bin/tmux/
Dcmd-set-option.c91 struct options_entry *parent, *o, *po; in cmd_set_option_exec() local
/openbsd/src/usr.bin/mandoc/
Droff_term.c160 static int po, pouse, polast; in roff_term_pre_po() local
/openbsd/src/sys/arch/i386/i386/
Dcodepatch.c101 paddr_t po = (paddr_t)dest & PAGE_MASK; in codepatch_maprw() local
/openbsd/src/gnu/usr.bin/binutils/gprof/
DMakefile.am7 SUBDIRS = po subdir
/openbsd/src/sys/arch/amd64/amd64/
Dcodepatch.c81 paddr_t po = (paddr_t)dest & PAGE_MASK; in codepatch_maprw() local
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
DMakefile.am7 SUBDIRS = po subdir
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DMakefile.am8 SUBDIRS = doc po subdir
/openbsd/src/gnu/usr.bin/binutils/binutils/
DMakefile.am8 SUBDIRS = doc po subdir
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-ia64.c3175 parse_predicate_and_operand (e, qp, po) in parse_predicate_and_operand() argument
3198 convert_expr_to_ab_reg (e, ab, regp, po, n) in convert_expr_to_ab_reg() argument
3253 convert_expr_to_xy_reg (e, xy, regp, po, n) in convert_expr_to_xy_reg() argument
3652 const char * const po = pred ? "restorereg.p" : "restorereg"; local
3927 const char * const po = psprel ? "savepsp" : "savesp"; local
4198 const char * const po = pred ? "spillreg.p" : "spillreg"; local
4228 const char * po; local
/openbsd/src/gnu/usr.bin/binutils/opcodes/
DMakefile.am5 SUBDIRS = po subdir
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
DMakefile.am5 SUBDIRS = po subdir
/openbsd/src/gnu/usr.bin/binutils/bfd/
DMakefile.am9 SUBDIRS = doc po subdir
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
DMakefile.am12 SUBDIRS = doc po subdir
/openbsd/src/gnu/usr.bin/binutils/ld/
DMakefile.am8 SUBDIRS = po subdir
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
DMakefile.am8 SUBDIRS = po subdir
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DMakefile.am8 SUBDIRS = doc po subdir
/openbsd/src/gnu/usr.bin/binutils/gas/
DMakefile.am8 SUBDIRS = doc po subdir
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp421 if (auto *po = AddAlias("po", cmd_obj_sp, "-O --")) { in Initialize() local