HomeSort by: relevance | last modified time | path
    Searched refs:HV (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Format.h 174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U,
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 155 uint32_t HV = HashValues[TIB.toArrayIndex()];
156 HashMap[HV].push_back(TIB++);
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1121 HV *stash = SvSTASH(SvRV(obj));
1124 HV *hv = GvHVn(gv); local
1129 if (hv_exists_ent(hv, obj, 0)) {
1130 hv_delete_ent(hv, obj, 0, 0);
1142 HV *hash=newHV();
1143 HV *stash;
1147 HV *hv; local
1151 hv=GvHVn(gv)
    [all...]
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.xs 157 static HV *mpz_class_hv;
158 static HV *mpq_class_hv;
159 static HV *mpf_class_hv;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 3657 unsigned HV = 0;
3660 HV = DenseMapInfo<FragmentInfo>::getHashValue(*Fragment);
3662 return hash_combine(D.getVariable(), HV, D.getInlinedAt());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 2547 APInt HV = HiVs[i].zextOrSelf(64) << 32;
2550 const Constant *C = intToConst(HV | LV);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 7220 SystemZABIInfo(CodeGenTypes &CGT, bool HV, bool SF)
7221 : SwiftABIInfo(CGT), HasVector(HV), IsSoftFloatABI(SF) {}

Completed in 50 milliseconds