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

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 687 typename C::CType Ct =
689 if (Cmp.notTrue(Ct))
690 return Ct;
692 Ct = Cmp.compare(body(), E->body());
694 return Ct;
744 typename C::CType Ct = Cmp.compare(body(), E->body());
746 return Ct;
779 typename C::CType Ct = Cmp.compare(returnType(), E->returnType());
780 if (Cmp.notTrue(Ct))
781 return Ct;
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 128 extern "C" void scanline_t32cb16_arm(uint16_t *dst, uint32_t *src, size_t ct);
129 extern "C" void scanline_col32cb16blend_neon(uint16_t *dst, uint32_t *col, size_t ct);
130 extern "C" void scanline_col32cb16blend_arm(uint16_t *dst, uint32_t col, size_t ct);
133 extern "C" void scanline_col32cb16blend_arm64(uint16_t *dst, uint32_t col, size_t ct);
138 extern "C" void scanline_col32cb16blend_mips64(uint16_t *dst, uint32_t col, size_t ct);
807 uint32_t& Ct = texel.c[j];
815 Cf = Ct;
821 uint32_t factor = Ct + (Ct>>(st-1));
827 rescale(Cf, sf, Ct, st)
2091 size_t ct = c->iterators.xr - x; local
2134 size_t ct = c->iterators.xr - x; local
2185 size_t ct = c->iterators.xr - x; local
2255 size_t ct = c->iterators.xr - x; local
2275 size_t ct = c->iterators.xr - x; local
2286 size_t ct = c->iterators.xr - x; local
2297 size_t ct = c->iterators.xr - x; local
2308 size_t ct = c->iterators.xr - x; local
2321 size_t ct = c->iterators.xr - x; local
2346 size_t ct = c->iterators.xr - x; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.h 424 UINT32 Ct:4; /* Command Type */
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 424 UINT32 Ct:4; /* Command Type */
    [all...]

Completed in 1049 milliseconds