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

  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 33 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
573 const char* cto) {
593 _expect(trans, cfrom, cto);
600 const char* cto) {
619 u_uastrcpy(to, cto);
636 id, cfrom, cto);
641 id, cfrom, actual, cto);
658 id, cfrom, cto);
663 id, cfrom, actual, cto);
680 id, cfrom, cto);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utransts.c 35 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
641 const char* cto) {
661 _expect(trans, cfrom, cto);
668 const char* cto) {
687 u_uastrcpy(to, cto);
704 id, cfrom, cto);
709 id, cfrom, actual, cto);
726 id, cfrom, cto);
731 id, cfrom, actual, cto);
748 id, cfrom, cto);
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 249 uint32_t cto = CountTrailingOnes_64(eltVal); local
251 if (clz + cto == size) {
261 // Or the CTO value into the low bits, which must be below the Nth bit
263 nimms |= (cto-1);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 4661 Persistent<CrossThreadObject> cto = CrossThreadObject::create(const_cast<IntWrapper*>(s_workerObjectPointer)); local
    [all...]

Completed in 2508 milliseconds