Home
last modified time | relevance | path

Searched refs:vg (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dvirtfunc.cc82 virtual int vg() = 0;
89 virtual int vg();
99 int vg();
169 TEST(pDe->vg(), 202); in test_calls()
170 TEST(pADe->vg(), 202); in test_calls()
171 TEST(pDd->vg(), 101); in test_calls()
183 TEST(pEe->D::vg(), 102); in test_calls()
213 int D::vg() {return 100+d;} in vg() function in D
214 int E::vg() {return 200+d;} in vg() function in E
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c63 DUPFF u, v, uf, ug, vf, vg; in DUPFFexgcd() local
82 vg = DUPFFnew(df); vg->coeffs[0] = 1; vg->deg = 0; in DUPFFexgcd()
95 DUPFFshift_add(ug, vg, du-dv, p-q); in DUPFFexgcd()
99 DUPFFswap(ug, vg); in DUPFFexgcd()
105 DUPFFswap(ug, vg); in DUPFFexgcd()
108 DUPFFfree(vg); in DUPFFexgcd()
/openbsd/sys/arch/sparc64/dev/
H A Dvdsp.c1579 vg->nhead = 96; in vdsp_get_diskgeom()
1580 vg->nsect = 768; in vdsp_get_diskgeom()
1582 vg->nhead = 1; in vdsp_get_diskgeom()
1583 vg->nsect = 600; in vdsp_get_diskgeom()
1585 vg->nhead = 1; in vdsp_get_diskgeom()
1589 vg->pcyl = disk_size / (block_size * vg->nhead * vg->nsect); in vdsp_get_diskgeom()
1591 vg->pcyl = 1; in vdsp_get_diskgeom()
1593 vg->acyl = 2; in vdsp_get_diskgeom()
1594 vg->ncyl = vg->pcyl - vg->acyl; in vdsp_get_diskgeom()
1596 vg->rpm = 3600; in vdsp_get_diskgeom()
[all …]
/openbsd/regress/sys/net/pf_table/
H A DMakefile93 ${SUDO} pfctl -a regress/ttest -sT -vg | diff table-ref.out -
97 ${SUDO} pfctl -a regress/ttest -sT -vg | diff table-persist.out -
101 ${SUDO} pfctl -a regress/ttest -sT -vg | diff table-refgone.out -
107 ${SUDO} pfctl -a regress/ttest -sT -vg | diff table-pgone.out -
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.h134 void SetSVERegVG(uint64_t vg) { m_sve_header.vl = vg * 8; } in SetSVERegVG() argument
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1425.crt15 Z5ykJ6vqCkNwXlrLHiu2vRCco7rIRK/vg+MSS5MA3epCAedmueCk1TEJLgt7JTMC
H A D299.crt20 i8PfkJCbdL6BhCOMcoix9Jz9BCtnXm3rbtOwvTKsJdQUo5d93r96Nu5WC2UT/7vg
H A D3070.key23 vg+kY1uKYCdydLttWLZNyTEUNL1sDtzHU2oG/m7m6Jcg1kFn1dkBxA/lgDjw7lNi
H A D2931.key24 JeyPiwKBgDVj8DIUrZYRQqbsToMr1MgJzw86kbdWZ80CMSW1ZrdOOs+/vg/HNZdo
H A D2018.key14 vg/LzCz4MBEFIWHE6rUYNH/SNoqjeEkN/TK16gtNhno5GBE7qD8wGcnNh8ajKAB7
H A D3308.key5 /vg+wCToP6Bz4mkhPtIUnMHFTZIF5SkQg3I8XKTiKoRDOBYv3rlysWbtF2wFMQCO
H A D3611.chain37 OyEJ4XuhATgRSPlgH7Reyx0B0YzCB11m0e8QFQt0BKUTHclhqtBlgS+vg+PcjUFV
H A D1352.chain45 e5sfB25Q4KAWWDtq2BK9gz6dgNK+zE2hd+1I3l4kCW2wmrzupOtRPYaldQaE+9vg
/openbsd/gnu/llvm/clang/utils/valgrind/
H A Dx86_64-pc-linux-gnu_gcc-4.3.3.supp25 # Remove this if clang-vg didn't use "check-all"
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp795 bool GDBRemoteDynamicRegisterInfo::UpdateARM64SVERegistersInfos(uint64_t vg) { in UpdateARM64SVERegistersInfos() argument
797 uint32_t z_reg_byte_size = vg * 8; in UpdateARM64SVERegistersInfos()
807 reg.byte_size = vg; in UpdateARM64SVERegistersInfos()
809 reg.byte_size = vg; in UpdateARM64SVERegistersInfos()
H A DGDBRemoteRegisterContext.h41 bool UpdateARM64SVERegistersInfos(uint64_t vg);
/openbsd/gnu/llvm/lldb/source/Utility/
H A DARM64_DWARF_Registers.h57 vg = 46, enumerator
H A DARM64_ehframe_Registers.h56 vg = 46, enumerator
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dlit.rst134 .. option:: --vg
144 .. option:: --vg-arg=ARG
146 When :option:`--vg` is used, specify an additional argument to pass to
149 .. option:: --vg-leak
151 When :option:`--vg` is used, enable memory leak checks. When this option is
/openbsd/gnu/usr.bin/perl/t/op/
H A Dsprintf.t695 >%vg,%d< >[1, 2, 3]< >%vg,1 INVALID<
/openbsd/gnu/usr.bin/perl/cpan/MIME-Base64/t/
H A Dbase64.t236 ["\276" => "vg=="],
/openbsd/gnu/gcc/gcc/config/sh/
H A Dushmedia.h550 v4sf vg = *(v4sf*) fvg; in sh_media_FIPR_S() local
553 return __builtin_sh_media_FIPR_S (vg, vh); in sh_media_FIPR_S()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h302 #define MISC_VG_KIND(lldb_kind) MISC_KIND(vg, sve, LLDB_INVALID_REGNUM)
513 DEFINE_MISC_REGS(vg, 8, VG, sve_vg),
/openbsd/gnu/llvm/llvm/docs/
H A DTestingGuide.rst160 % make check LIT_ARGS="-v --vg --vg-leak"
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td147 def VG : AArch64Reg<0, "vg">, DwarfRegNum<[46]>;

12