Home
last modified time | relevance | path

Searched refs:ptrdiff_t (Results 1 – 4 of 4) sorted by relevance

/tf-a-ffa_el3_spmc/include/lib/libc/
A Dstddef.h17 typedef long ptrdiff_t; typedef
/tf-a-ffa_el3_spmc/lib/zlib/
A Dcrc32.c215 if (sizeof(void *) == sizeof(ptrdiff_t)) {
276 while (len && ((ptrdiff_t)buf & 3)) {
316 while (len && ((ptrdiff_t)buf & 3)) {
A Dzutil.h33 typedef long ptrdiff_t; /* guess -- will be caught if guess is wrong */ typedef
174 typedef int ptrdiff_t; typedef
/tf-a-ffa_el3_spmc/docs/process/
A Dcoding-guidelines.rst411 - Use ``ptrdiff_t`` to compare the difference between 2 pointers.

Completed in 8 milliseconds