HomeSort by relevance Sort by last modified time
    Searched refs:CTI (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store.cc 15 template <typename CTI, typename LESS>
16 bool sorted(CTI beg, CTI end, LESS less) {
18 CTI n = beg++;
safe_browsing_store_file.cc 186 template <typename CTI>
187 bool WriteRange(const CTI& beg, const CTI& end,
189 for (CTI iter = beg; iter != end; ++iter) {
355 template <typename CTI, typename LESS>
356 bool sorted(CTI beg, CTI end, LESS less) {
358 CTI n = beg++;
370 template <typename CT, typename CTI, typename COMP>
371 void container_merge(CT* container, CTI beg, CTI end, const COMP& less)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 128 be 2f ! CTI
138 b 3f ! CTI
154 bne 1b ! CTI
159 bl,a 1f ! CTI
162 ret ! CTI Group
214 be 2f ! CTI
224 bne 1b ! CTI
229 bl,a 1f ! CTI
232 ret ! CTI Group
xform.S 107 bne 1b ! CTI
157 bne 1b ! CTI
210 bne 1b ! CTI
260 bne 1b ! CTI
318 bne 1b ! CTI
373 bne 1b ! CTI
424 bne 1b ! CTI
481 bne 1b ! CTI
508 bne 1b ! CTI
562 bne 1b ! CTI
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 128 be 2f ! CTI
138 b 3f ! CTI
154 bne 1b ! CTI
159 bl,a 1f ! CTI
162 ret ! CTI Group
214 be 2f ! CTI
224 bne 1b ! CTI
229 bl,a 1f ! CTI
232 ret ! CTI Group
xform.S 107 bne 1b ! CTI
157 bne 1b ! CTI
210 bne 1b ! CTI
260 bne 1b ! CTI
318 bne 1b ! CTI
373 bne 1b ! CTI
424 bne 1b ! CTI
481 bne 1b ! CTI
508 bne 1b ! CTI
562 bne 1b ! CTI
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 254 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
258 const clang::BuiltinType *BT = static_cast<const clang::BuiltinType*>(CTI);
336 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
355 static_cast<const clang::ExtVectorType*>(CTI);
372 static_cast<const clang::ConstantArrayType*>(CTI);
461 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
569 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
579 static_cast<const clang::ExtVectorType*>(CTI);
596 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
683 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr()
    [all...]

Completed in 276 milliseconds