OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STR_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
AllDiagnostics.h
37
#define
STR_SIZE
(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \
/external/squashfs-tools/squashfs-tools/
action.c
101
#define
STR_SIZE
256
131
str = malloc(
STR_SIZE
);
134
size =
STR_SIZE
;
174
size = (cur_size + 1 +
STR_SIZE
) & ~(
STR_SIZE
- 1);
[
all
...]
Completed in 522 milliseconds