Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dstring.c46 int memcmp(const void * cs,const void * ct, unsigned int count) in memcmp() argument
51 for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) in memcmp()
62 int strcmp(const char * cs,const char * ct) in strcmp() argument
67 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp()
/hardware/ril/reference-ril/
Dreference-ril.c2623 int ct; local
2636 err = at_tok_nextint(&p, &ct);
2641 if (current) *current = ct;