HomeSort by: relevance | last modified time | path
    Searched defs:DInfo (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 543 DeclInfo &DInfo,
552 getEntityInfo(D, DInfo.EntInfo, SA);
553 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
563 DInfo.entityInfo = &DInfo.EntInfo;
564 DInfo.cursor = Cursor;
565 DInfo.loc = getIndexLoc(Loc);
566 DInfo.isImplicit = D->isImplicit();
568 DInfo.attributes = DInfo.EntInfo.attributes
    [all...]
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
internal.h 114 } DInfo;
197 DInfo dirUsrInfo; /* Finder information */
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 577 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ local
591 dinfo[s].newState = 0;
592 dinfo[s].symbol = (BYTE)s;
593 dinfo[s].nbBits = (BYTE)nbBits;
742 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
743 const U32 nbBits = DInfo.nbBits;
744 BYTE symbol = DInfo.symbol;
747 DStatePtr->state = DInfo.newState + lowBits;
753 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
754 const U32 nbBits = DInfo.nbBits
    [all...]
zstd_v03.c 662 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
663 const U32 nbBits = DInfo.nbBits;
664 BYTE symbol = DInfo.symbol;
667 DStatePtr->state = DInfo.newState + lowBits;
673 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
674 const U32 nbBits = DInfo.nbBits;
675 BYTE symbol = DInfo.symbol;
678 DStatePtr->state = DInfo.newState + lowBits;
1254 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; local
1268 dinfo[s].newState = 0
    [all...]
zstd_v04.c 841 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
842 const U32 nbBits = DInfo.nbBits;
843 BYTE symbol = DInfo.symbol;
846 DStatePtr->state = DInfo.newState + lowBits;
852 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
853 const U32 nbBits = DInfo.nbBits;
854 BYTE symbol = DInfo.symbol;
857 DStatePtr->state = DInfo.newState + lowBits;
1239 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; local
1253 dinfo[s].newState = 0
    [all...]
zstd_v02.c 661 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
662 const U32 nbBits = DInfo.nbBits;
663 BYTE symbol = DInfo.symbol;
666 DStatePtr->state = DInfo.newState + lowBits;
672 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
673 const U32 nbBits = DInfo.nbBits;
674 BYTE symbol = DInfo.symbol;
677 DStatePtr->state = DInfo.newState + lowBits;
1254 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ local
1268 dinfo[s].newState = 0
    [all...]
zstd_v05.c 961 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state];
962 return DInfo.symbol;
967 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state];
968 const U32 nbBits = DInfo.nbBits;
969 BYTE symbol = DInfo.symbol;
972 DStatePtr->state = DInfo.newState + lowBits;
978 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state];
979 const U32 nbBits = DInfo.nbBits;
980 BYTE symbol = DInfo.symbol;
983 DStatePtr->state = DInfo.newState + lowBits
1351 FSEv05_decode_t* const dinfo = (FSEv05_decode_t*)dPtr; local
    [all...]
zstd_v06.c 1063 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state];
1064 return DInfo.symbol;
1069 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state];
1070 U32 const nbBits = DInfo.nbBits;
1072 DStatePtr->state = DInfo.newState + lowBits;
1077 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state];
1078 U32 const nbBits = DInfo.nbBits;
1079 BYTE const symbol = DInfo.symbol;
1082 DStatePtr->state = DInfo.newState + lowBits;
1090 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]
1490 FSEv06_decode_t* const dinfo = (FSEv06_decode_t*)dPtr; local
    [all...]
zstd_v07.c 828 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state];
829 return DInfo.symbol;
834 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state];
835 U32 const nbBits = DInfo.nbBits;
837 DStatePtr->state = DInfo.newState + lowBits;
842 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state];
843 U32 const nbBits = DInfo.nbBits;
844 BYTE const symbol = DInfo.symbol;
847 DStatePtr->state = DInfo.newState + lowBits;
855 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]
1511 FSEv07_decode_t* const dinfo = (FSEv07_decode_t*)dPtr; local
    [all...]

Completed in 67 milliseconds