OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntAlign
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
net_loop.cpp
121
static int
IntAlign
(int value)
141
length =
IntAlign
(length + 4);
181
*bufferLength =
IntAlign
(*bufferLength + data->cursize + 4);
215
*bufferLength =
IntAlign
(*bufferLength + data->cursize + 4);
/external/clang/include/clang/Basic/
TargetInfo.h
70
unsigned char IntWidth,
IntAlign
;
187
unsigned getIntAlign() const { return
IntAlign
; }
/external/clang/lib/Basic/
TargetInfo.cpp
33
IntWidth =
IntAlign
= 32;
Targets.cpp
[
all
...]
Completed in 17 milliseconds