Searched defs:cs (Results 1 - 5 of 5) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dstring.c39 * @cs: One 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--)
56 * @cs: One 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.c42 * @cs: One 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--)
59 * @cs: One string
62 int strcmp(const char * cs,const char * ct) argument
67 if ((__res = *cs - *ct++) != 0 || !*cs++)
/system/core/libcutils/
H A Dconfig_utils.c122 static int _lex(cstate *cs, int value) argument
128 data = cs->data;
130 if(cs->next != 0) {
131 c = cs->next;
132 cs->next = 0;
151 cs->data = data;
154 cs->data = data + 1;
163 cs->data = data;
167 cs->data = data;
171 cs
245 parse_block(cstate *cs, cnode *node) argument
262 parse_expr(cstate *cs, cnode *root) argument
295 cstate cs; local
[all...]
H A Dmspace.c96 struct mspace_contig_state *cs; local
100 cs = (struct mspace_contig_state *)((uintptr_t)m & ~(pagesize-1));
101 assert(cs->magic == CONTIG_STATE_MAGIC);
102 assert(cs->m == m);
105 oldbrk = cs->brk;
110 if (newbrk > cs->top)
118 if (mprotect(cs, newbrk - (char *)cs, PROT_READ | PROT_WRITE) < 0)
120 if (newbrk != cs->top) {
121 if (mprotect(newbrk, cs
139 struct mspace_contig_state *cs; local
257 struct mspace_contig_state *cs; local
276 struct mspace_contig_state *cs; local
[all...]
/system/core/sh/
H A Deval.c1241 int u, s, cu, cs; local
1251 cs = conv_time(tms.tms_cstime, css, sizeof(css));
1254 u, us, s, ss, cu, cus, cs, css);

Completed in 135 milliseconds