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

  /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/test/Modules/Inputs/
redecl-add-after-load-decls.h 15 typedef C::A CB;
  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 38 struct CB {
42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { }
45 CB* cb = reinterpret_cast<CB*>(v); local
46 void* cur = cb->last_id_ptr->NoBarrier_Load();
47 ASSERT_EQ(cb->id-1, reinterpret_cast<uintptr_t>(cur));
48 cb->last_id_ptr->Release_Store(reinterpret_cast<void*>(cb->id));
53 CB cb1(&last_id, 1)
    [all...]
  /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);
83 const CFGBlock *CB = BE->getBlock();
84 reachable.insert(CB->getBlockID());
101 const CFGBlock *CB = *I;
103 if (reachable.count(CB->getBlockID()))
107 if (isEmptyCFGBlock(CB))
111 if (!visited.count(CB->getBlockID())
    [all...]
  /external/clang/test/Modules/
redecl-add-after-load.cpp 23 typedef C::A CB;
45 CB struct_struct_test;
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 231 typedef void (*CB)(uptr p);
232 CB cb[2][5] = { local
254 CB call = cb[is_write][size_log];
  /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_org/net/tools/epoll_server/
epoll_server.h 123 typedef EpollCallbackInterface CB;
161 // cb - an instance of a subclass of EpollCallbackInterface
165 virtual void RegisterFD(int fd, CB* cb, int event_mask);
174 // cb - an instance of a subclass of EpollCallbackInterface
175 virtual void RegisterFDForWrite(int fd, CB* cb);
184 // cb - an instance of a subclass of EpollCallbackInterface
185 virtual void RegisterFDForReadWrite(int fd, CB* cb);
541 mutable EpollCallbackInterface* cb; member in struct:net::EpollServer::CBAndEventMask
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 510 IndexerCallbacks CB;
511 memset(&CB, 0, sizeof(CB));
512 unsigned ClientCBSize = index_callbacks_size < sizeof(CB)
513 ? index_callbacks_size : sizeof(CB);
514 memcpy(&CB, client_index_callbacks, ClientCBSize);
617 IndexAction.reset(new IndexingFrontendAction(client_data, CB,
769 IndexerCallbacks CB;
770 memset(&CB, 0, sizeof(CB));
    [all...]
IndexingContext.h 276 IndexerCallbacks &CB;
336 : Ctx(nullptr), ClientData(clientData), CB(indexCallbacks),
361 bool hasDiagnosticCallback() const { return CB.diagnostic; }
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 543 struct CB {
548 // Thread function with CB.
550 CB *cb = (CB*)param; local
551 (cb->lt->*cb->f)();
559 CB cb[kNumThreads] = {{f1, this}, {f2, this}, {f3, this}, {f4, this}}; local
560 for (int i = 0; i < kNumThreads && cb[i].f; i++
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 147 ConstantInt *CB = dyn_cast<ConstantInt>(B);
150 if (!CB || !CC) {
154 const APInt &BVal = CB->getValue();
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 531 public static final short CB = 2;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 531 public static final short CB = 2;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 531 public static final short CB = 2;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 531 public static final short CB = 2;
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 531 public static final short CB = 2;
    [all...]

Completed in 1200 milliseconds