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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 5992 #define UALIGN(V, N) (((V) + ((N) - 1)) & ~((N) - 1))
6016 jentry = UALIGN (jentry, 8);
6022 jentry = UALIGN (jentry, 8);
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 5992 #define UALIGN(V, N) (((V) + ((N) - 1)) & ~((N) - 1))
6016 jentry = UALIGN (jentry, 8);
6022 jentry = UALIGN (jentry, 8);

Completed in 33 milliseconds