Searched full:pl (Results 1 – 8 of 8) 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/core/include/drivers/ |
| H A D | zynqmp_huk.h | 13 * get read only PL Device DNA from FPGA array. This would need custom IP core 16 * Both PS and PL Device DNA's have 96 bits. 18 * Xilinx recommends to use PL Device DNA for device identification. 23 * different value than the PL DNA
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 6 # locate checkpatch.pl: first take the one from the path, then check 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) 22 { echo >&2 "Could not find checkpatch.pl, aborting"; exit 1; }
|
| H A D | checkpatch_inc.sh | 3 CHECKPATCH="${CHECKPATCH:-checkpatch.pl}" 5 # checkpatch.pl will ignore the following paths
|
| /optee_os/core/drivers/ |
| H A D | zynqmp_huk.c | 38 * - Device DNA (from PL preferably)
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 28 …iet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl 29 chmod +x checkpatch.pl 36 # Run checkpatch.pl:
|
| /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
|