Searched refs:es (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/lib/libc/ |
| H A D | qsort.c | 56 swapfunc(char *a, char *b, size_t es) in swapfunc() argument 64 } while (--es > 0); in swapfunc() 104 local_qsort(void *a, size_t n, size_t es, cmp_t *cmp, void *thunk) in local_qsort() argument 117 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in local_qsort() 119 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in local_qsort() 120 pl -= es) in local_qsort() 121 swapfunc(pl, pl - es, es); in local_qsort() 124 pm = (char *)a + (n / 2) * es; in local_qsort() 127 pn = (char *)a + (n - 1) * es; in local_qsort() 129 size_t d = (n / 8) * es; in local_qsort() [all …]
|
| /rk3399_ARM-atf/include/lib/cpus/ |
| H A D | cpu_ops.h | 112 void (*e_handler_func)(long es);
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | code-review-guidelines.rst | 99 timeframe, the maintainer is entitled to abandon the patch(es). 101 responding to active review comments after posting patch(es). In such a 102 situation, if the author's patch(es) is/are abandoned, they can restore
|
| H A D | contributing.rst | 218 ****** Newly added files detection check for Coverity Scan analysis on patch(es) ******
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_parser.py | 213 es = EdgeSeq(G) # sequence of edges 214 E = [e.tuple for e in G.es] # list of edges
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | lts.rst | 357 a. Bump minor version for any “logical” `[2]`_ fix(es) that gets merged
|