Searched refs:lp (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdlib/
H A Dqsort.c88 static void sift(unsigned char *head, size_t width, cmpfun cmp, int pshift, size_t lp[]) argument
97 lf = head - width - lp[pshift - 2];
115 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, size_t pp[2], int pshift, int trusty, size_t lp[]) argument
129 stepson = head - lp[pshift];
135 lf = head - width - lp[pshift - 2];
150 sift(head, width, cmp, pshift, lp);
156 size_t lp[12*sizeof(size_t)]; local
169 for(lp[0]=lp[1]=width, i=2; (lp[
[all...]
/seL4-test-master/projects/musllibc/src/locale/
H A Dstrfmon.c13 int lp, rp, w, fw; local
54 lp = 0;
56 if (*fmt=='#') for (lp=0, fmt++; isdigit(*fmt); fmt++)
57 lp = 10*lp + (*fmt-'0');
63 w = lp + 1 + rp;

Completed in 20 milliseconds