Searched refs:pl (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | qsort.c | 78 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local 85 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in qsort() 86 pl -= es) in qsort() 87 swap(pl, pl - es); in qsort() 92 pl = (char *)a; in qsort() 96 pl = med3(pl, pl + d, pl + 2 * d, cmp); in qsort() 100 pm = med3(pl, pm, pn, cmp); in qsort() 132 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in qsort() 133 pl -= es) in qsort() 134 swap(pl, pl - es); in qsort()
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 10 CHECKPATCH=$(command -v checkpatch.pl) 13 CHECKPATCH=$(find /usr/src/linux-headers* -name checkpatch.pl -print -quit) 16 CHECKPATCH=$(find "$PWD/../linux" -name checkpatch.pl -print -quit)
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 249 - `tests/scripts/test-ref-configs.pl` test builds in various reduced configurations.
|
| H A D | ChangeLog | 1085 causing generate_errors.pl to error out resulting in a build failure. 1854 header compat-1.3.h and the script rename.pl. 4769 Migration helpers scripts/rename.pl and include/mbedtls/compat-1.3.h are 4789 (see rename.pl and compat-1.3.h above) and their first argument's type 4868 * Removed helper script active-config.pl
|