/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | virtfunc.cc | 82 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 D | 20020406-1.c | 63 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 D | vdsp.c | 1579 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 D | Makefile | 93 ${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 D | NativeRegisterContextLinux_arm64.h | 134 void SetSVERegVG(uint64_t vg) { m_sve_header.vl = vg * 8; } in SetSVERegVG() argument
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 1425.crt | 15 Z5ykJ6vqCkNwXlrLHiu2vRCco7rIRK/vg+MSS5MA3epCAedmueCk1TEJLgt7JTMC
|
H A D | 299.crt | 20 i8PfkJCbdL6BhCOMcoix9Jz9BCtnXm3rbtOwvTKsJdQUo5d93r96Nu5WC2UT/7vg
|
H A D | 3070.key | 23 vg+kY1uKYCdydLttWLZNyTEUNL1sDtzHU2oG/m7m6Jcg1kFn1dkBxA/lgDjw7lNi
|
H A D | 2931.key | 24 JeyPiwKBgDVj8DIUrZYRQqbsToMr1MgJzw86kbdWZ80CMSW1ZrdOOs+/vg/HNZdo
|
H A D | 2018.key | 14 vg/LzCz4MBEFIWHE6rUYNH/SNoqjeEkN/TK16gtNhno5GBE7qD8wGcnNh8ajKAB7
|
H A D | 3308.key | 5 /vg+wCToP6Bz4mkhPtIUnMHFTZIF5SkQg3I8XKTiKoRDOBYv3rlysWbtF2wFMQCO
|
H A D | 3611.chain | 37 OyEJ4XuhATgRSPlgH7Reyx0B0YzCB11m0e8QFQt0BKUTHclhqtBlgS+vg+PcjUFV
|
H A D | 1352.chain | 45 e5sfB25Q4KAWWDtq2BK9gz6dgNK+zE2hd+1I3l4kCW2wmrzupOtRPYaldQaE+9vg
|
/openbsd/gnu/llvm/clang/utils/valgrind/ |
H A D | x86_64-pc-linux-gnu_gcc-4.3.3.supp | 25 # Remove this if clang-vg didn't use "check-all"
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteRegisterContext.cpp | 795 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 D | GDBRemoteRegisterContext.h | 41 bool UpdateARM64SVERegistersInfos(uint64_t vg);
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ARM64_DWARF_Registers.h | 57 vg = 46, enumerator
|
H A D | ARM64_ehframe_Registers.h | 56 vg = 46, enumerator
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | lit.rst | 134 .. 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 D | sprintf.t | 695 >%vg,%d< >[1, 2, 3]< >%vg,1 INVALID<
|
/openbsd/gnu/usr.bin/perl/cpan/MIME-Base64/t/ |
H A D | base64.t | 236 ["\276" => "vg=="],
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | ushmedia.h | 550 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 D | RegisterInfos_arm64_sve.h | 302 #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 D | TestingGuide.rst | 160 % make check LIT_ARGS="-v --vg --vg-leak"
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 147 def VG : AArch64Reg<0, "vg">, DwarfRegNum<[46]>;
|