HomeSort by relevance Sort by last modified time
    Searched defs:CB (Results 1 - 12 of 12) sorted by null

  /external/clang/test/Rewriter/
dllimport-typedef.c 6 typedef __declspec(dllimport) int CB(void);
  /external/eigen/blas/
lsame.f 1 LOGICAL FUNCTION LSAME(CA,CB)
8 CHARACTER CA,CB
14 * LSAME returns .TRUE. if CA is the same letter as CB regardless of
22 * CB (input) CHARACTER*1
23 * CA and CB specify the single characters to be compared.
36 LSAME = CA .EQ. CB
49 INTB = ICHAR(CB)
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 64 const CFGBlock *CB = BE->getBlock();
65 reachable.insert(CB);
76 const CFGBlock *CB = *I;
79 if (!reachable.count(CB)) {
UnreachableCodeChecker.cpp 44 static inline const Stmt *getUnreachableStmt(const CFGBlock *CB);
45 static void FindUnreachableEntryPoints(const CFGBlock *CB,
48 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
49 static inline bool isEmptyCFGBlock(const CFGBlock *CB);
80 const CFGBlock *CB = BE->getBlock();
81 reachable.insert(CB->getBlockID());
98 const CFGBlock *CB = *I;
100 if (reachable.count(CB->getBlockID()))
104 if (isEmptyCFGBlock(CB))
108 if (!visited.count(CB->getBlockID())
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 109 unsigned char *cb, unsigned char *out,
113 unsigned char *cb, unsigned char *out,
127 unsigned char *cb, unsigned char *out,
131 unsigned char *cb, unsigned char *out,
137 unsigned char *cb, unsigned char *out,
165 + colortab[ *cb + 2*256 ];
166 cb_b = 2*768+256 + colortab[ *cb + 3*256 ];
167 ++cr; ++cb;
207 unsigned char *cb, unsigned char *out,
237 + colortab[ *cb + 2*256 ]
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 183 CBWrapperRef<Callback> CB(C);
184 Root->foreach(CB);
191 CBWrapper<Callback> CB;
192 Root->foreach(CB);
  /external/chromium/net/tools/flip_server/
epoll_server.h 124 typedef EpollCallbackInterface CB;
162 // cb - an instance of a subclass of EpollCallbackInterface
166 virtual void RegisterFD(int fd, CB* cb, int event_mask);
175 // cb - an instance of a subclass of EpollCallbackInterface
176 virtual void RegisterFDForWrite(int fd, CB* cb);
185 // cb - an instance of a subclass of EpollCallbackInterface
186 virtual void RegisterFDForReadWrite(int fd, CB* cb);
546 mutable EpollCallbackInterface* cb; member in struct:net::EpollServer::CBAndEventMask
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 283 IndexerCallbacks &CB;
342 : Ctx(0), ClientData(clientData), CB(indexCallbacks),
367 bool hasDiagnosticCallback() const { return CB.diagnostic; }
Indexing.cpp 530 IndexerCallbacks CB;
531 memset(&CB, 0, sizeof(CB));
532 unsigned ClientCBSize = index_callbacks_size < sizeof(CB)
533 ? index_callbacks_size : sizeof(CB);
534 memcpy(&CB, client_index_callbacks, ClientCBSize);
628 IndexAction.reset(new IndexingFrontendAction(client_data, CB,
767 IndexerCallbacks CB;
768 memset(&CB, 0, sizeof(CB));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 145 ConstantInt *CB = dyn_cast<ConstantInt>(B);
148 if (!CB || !CC) {
152 const APInt &BVal = CB->getValue();
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 531 public static final short CB = 2;
    [all...]

Completed in 165 milliseconds