HomeSort by relevance Sort by last modified time
    Searched refs:BD (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/icu/icu4c/source/data/sprep/
rfc3920node.txt 72 09BD; ; UNASSIGNED
617 01BC; 01BD; MAP
699 039D; 03BD; MAP
829 04BC; 04BD; MAP
1237 24BD; 24D7; MAP
1288 33BD; 006D 0077; MAP
1712 1D6B4; 03BD; MAP
1738 1D6EE; 03BD; MAP
    [all...]
rfc4518ci.txt 71 09BD; ; UNASSIGNED
584 01BC; 01BD; MAP
666 039D; 03BD; MAP
796 04BC; 04BD; MAP
1204 24BD; 24D7; MAP
1255 33BD; 006D 0077; MAP
1679 1D6B4; 03BD; MAP
1705 1D6EE; 03BD; MAP
1731 1D728; 03BD; MAP
    [all...]
rfc3530cs.txt 71 09BD; ; UNASSIGNED
rfc3530mixp.txt 72 09BD; ; UNASSIGNED
  /external/icu/icu4c/source/test/testdata/
nfs4_cis_prep.txt 63 09BD; ; UNASSIGNED
607 01BC; 01BD; MAP
689 039D; 03BD; MAP
819 04BC; 04BD; MAP
1227 24BD; 24D7; MAP
1278 33BD; 006D 0077; MAP
1702 1D6B4; 03BD; MAP
1728 1D6EE; 03BD; MAP
1754 1D728; 03BD; MAP
1780 1D762; 03BD; MA
    [all...]
nfs4_cs_prep_ci.txt 63 09BD; ; UNASSIGNED
607 01BC; 01BD; MAP
689 039D; 03BD; MAP
819 04BC; 04BD; MAP
1227 24BD; 24D7; MAP
1278 33BD; 006D 0077; MAP
1702 1D6B4; 03BD; MAP
1728 1D6EE; 03BD; MAP
1754 1D728; 03BD; MAP
1780 1D762; 03BD; MA
    [all...]
nfs4_mixed_prep_s.txt 63 09BD; ; UNASSIGNED
607 01BC; 01BD; MAP
689 039D; 03BD; MAP
819 04BC; 04BD; MAP
1227 24BD; 24D7; MAP
1278 33BD; 006D 0077; MAP
1702 1D6B4; 03BD; MAP
1728 1D6EE; 03BD; MAP
1754 1D728; 03BD; MAP
1780 1D762; 03BD; MA
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 45 unsigned getManglingNumber(const BlockDecl *BD) override {
StmtPrinter.cpp     [all...]
ItaniumMangle.cpp 62 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) {
64 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl()))
    [all...]
MicrosoftMangle.cpp 54 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) {
56 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl()))
    [all...]
DeclBase.cpp 801 } else if (BlockDecl *BD = dyn_cast<BlockDecl>(D)) {
802 return getNonClosureContext(BD->getParent());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 647 else if (const BlockDecl *BD = dyn_cast_or_null<BlockDecl>(D))
648 Walker.TraverseDecl(const_cast<BlockDecl *>(BD));
712 else if (const BlockDecl *BD = dyn_cast_or_null<BlockDecl>(D))
713 Walker.VisitBlockDecl(BD);
CGExprConstant.cpp 449 const CXXRecordDecl *BD = Base->getType()->getAsCXXRecordDecl();
450 CharUnits BaseOffset = Layout.getBaseClassOffset(BD);
451 Bases.push_back(BaseInfo(BD, BaseOffset, BaseNo));
    [all...]
CGExprComplex.cpp 659 Value *BD = Builder.CreateFMul(Op.LHS.second, Op.RHS.second, "mul_bd");
665 ResR = Builder.CreateFSub(AC, BD, "mul_r");
778 // (a+ib) / (c+id) = ((ac+bd)/(cc+dd)) + i((bc-ad)/(cc+dd))
781 llvm::Value *Tmp3 = Builder.CreateAdd(Tmp1, Tmp2); // ac+bd
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 267 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) {
276 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) {
297 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D))
298 return BD->isVariadic();
    [all...]
SValBuilder.cpp 226 const BlockDataRegion *BD = MemMgr.getBlockDataRegion(BC, locContext,
228 return loc::MemRegionVal(BD);
ExprEngineC.cpp 192 const BlockDecl *BD = BE->getBlockDecl();
194 SVal V = svalBuilder.getBlockPointer(BD, T,
208 auto CI = BD->capture_begin();
209 auto CE = BD->capture_end();
    [all...]
  /external/lz4/lib/
lz4frame.c 422 /* BD Byte */
737 BYTE FLG, BD, HC;
756 BD = srcPtr[1];
757 blockSizeID = (BD>>4) & _3BITS;
769 if (((BD>>7)&_1BIT) != 0) return (size_t)-ERROR_GENERIC; /* Reserved bit */
771 if (((BD>>0)&_4BITS) != 0) return (size_t)-ERROR_GENERIC; /* Reserved bits */
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 164 /* The BD field in a B form instruction. The lower two bits are
166 #define BD BBA + 1
169 /* The BD field in a B form instruction when absolute addressing is
171 #define BDA BD + 1
174 /* The BD field in a B form instruction when the - modifier is used.
180 /* The BD field in a B form instruction when the - modifier is used
186 /* The BD field in a B form instruction when the + modifier is used.
192 /* The BD field in a B form instruction when the + modifier is used
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 510 const BlockDecl *BD = getDecl();
511 if (!BD)
514 return BD->isConversionFromLambda();
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 69 ~c230=BD # Bermuda
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 310 void VisitBlockDecl(BlockDecl *BD);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 159 vp8cx_set_ref.GUID = C5E31F7F-96F6-48BD-BD3E-10EBF6E8057A
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 1595 milliseconds

12 3 4