OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TEMPLATE
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/lib/libprop/
prop_array_util.c
72
#define
TEMPLATE
(name, typ) \
81
TEMPLATE
(schar, signed char)
82
TEMPLATE
(short, short)
83
TEMPLATE
(int, int)
84
TEMPLATE
(long, long)
85
TEMPLATE
(longlong, long long)
86
TEMPLATE
(intptr, intptr_t)
87
TEMPLATE
(int8, int8_t)
88
TEMPLATE
(int16, int16_t)
89
TEMPLATE
(int32, int32_t
[
all
...]
prop_dictionary_util.c
79
#define
TEMPLATE
(name, typ) \
88
TEMPLATE
(schar, signed char)
89
TEMPLATE
(short, short)
90
TEMPLATE
(int, int)
91
TEMPLATE
(long, long)
92
TEMPLATE
(longlong, long long)
93
TEMPLATE
(intptr, intptr_t)
94
TEMPLATE
(int8, int8_t)
95
TEMPLATE
(int16, int16_t)
96
TEMPLATE
(int32, int32_t
[
all
...]
prop_number.c
513
#define
TEMPLATE
(name, typ, minv, maxv) \
535
TEMPLATE
(schar, signed char, SCHAR_MIN, SCHAR_MAX)
536
TEMPLATE
(short, short, SHRT_MIN, SHRT_MAX)
537
TEMPLATE
(int, int, INT_MIN, INT_MAX)
538
TEMPLATE
(long, long, LONG_MIN, LONG_MAX)
539
TEMPLATE
(longlong, long long, LLONG_MIN, LLONG_MAX)
540
TEMPLATE
(intptr, intptr_t, INTPTR_MIN, INTPTR_MAX)
541
TEMPLATE
(int8, int8_t, INT8_MIN, INT8_MAX)
542
TEMPLATE
(int16, int16_t, INT16_MIN, INT16_MAX)
543
TEMPLATE
(int32, int32_t, INT32_MIN, INT32_MAX
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025