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

  /src/common/lib/libprop/
prop_array_util.c 151 #define STEMPLATE(name, typ) TEMPLATE(name, signed, typ)
154 STEMPLATE(schar, signed char)
155 STEMPLATE(short, short)
156 STEMPLATE(int, int)
157 STEMPLATE(long, long)
158 STEMPLATE(longlong, long long)
159 STEMPLATE(intptr, intptr_t)
160 STEMPLATE(int8, int8_t)
161 STEMPLATE(int16, int16_t)
162 STEMPLATE(int32, int32_t
    [all...]
prop_dictionary_util.c 139 #define STEMPLATE(name, typ) TEMPLATE(name, signed, typ)
142 STEMPLATE(schar, signed char)
143 STEMPLATE(short, short)
144 STEMPLATE(int, int)
145 STEMPLATE(long, long)
146 STEMPLATE(longlong, long long)
147 STEMPLATE(intptr, intptr_t)
148 STEMPLATE(int8, int8_t)
149 STEMPLATE(int16, int16_t)
150 STEMPLATE(int32, int32_t
    [all...]

Completed in 14 milliseconds