OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026