HomeSort by: relevance | last modified time | path
    Searched refs:PALIGN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/dtc/dist/
fdtdump.c 109 p = PALIGN(p + strlen(s) + 1, 4);
139 p = PALIGN(p, 8);
142 p = PALIGN(p + sz, 4);
util.h 26 #define PALIGN(p, a) ((void *)(FDTALIGN2((unsigned long)(p), (a))))
  /src/external/gpl2/dtc/dist/tests/
tests.h 25 #define PALIGN(p, a) ((void *)FDTALIGN2((unsigned long)(p), (a)))

Completed in 16 milliseconds