HomeSort by: relevance | last modified time | path
    Searched defs:alignment2_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
malloca.c 50 uintptr_t alignment2_mask = 2 * sa_alignment_max - 1; local
51 int plus = sizeof (small_t) + alignment2_mask;
64 idx_t offset = ((umemplus & ~alignment2_mask)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
malloca.c 50 uintptr_t alignment2_mask = 2 * sa_alignment_max - 1; local
51 int plus = sizeof (small_t) + alignment2_mask;
64 idx_t offset = ((umemplus & ~alignment2_mask)

Completed in 54 milliseconds