Searched refs:ct (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dstring.c40 * @ct: Another area of memory
43 int memcmp(const void * cs,const void * ct, unsigned int count) argument
48 for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
57 * @ct: Another string
59 int strcmp(const char * cs,const char * ct) argument
64 if ((__res = *cs - *ct++) != 0 || !*cs++)
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A Dstring.c43 * @ct: Another area of memory
46 int memcmp(const void * cs,const void * ct, unsigned int count) argument
51 for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
60 * @ct: Another string
62 int strcmp(const char * cs,const char * ct) argument
67 if ((__res = *cs - *ct++) != 0 || !*cs++)
/system/core/libpixelflinger/
H A Dscanline.cpp96 extern "C" void scanline_t32cb16_arm(uint16_t *dst, uint32_t *src, size_t ct);
97 extern "C" void scanline_col32cb16blend_neon(uint16_t *dst, uint32_t *col, size_t ct);
98 extern "C" void scanline_col32cb16blend_arm(uint16_t *dst, uint32_t col, size_t ct);
1267 size_t ct = c->iterators.xr - x; local
1278 scanline_col32cb16blend_neon(dst, &(c->packed8888), ct);
1280 scanline_col32cb16blend_arm(dst, GGL_RGBA_TO_HOST(c->packed8888), ct);
1286 while (ct--) {
1306 size_t ct = c->iterators.xr - x; local
1322 if (ct==1 || uint32_t(dst)&2) {
1329 ct
1361 size_t ct = c->iterators.xr - x; local
1401 size_t ct = c->iterators.xr - x; local
1421 size_t ct = c->iterators.xr - x; local
1432 size_t ct = c->iterators.xr - x; local
1443 size_t ct = c->iterators.xr - x; local
1454 size_t ct = c->iterators.xr - x; local
1467 size_t ct = c->iterators.xr - x; local
1492 size_t ct = c->iterators.xr - x; local
[all...]
H A Dtrap.cpp452 size_t ct = c->iterators.xr - x; local
458 const size_t size = ct * fp->size;

Completed in 108 milliseconds