Searched refs:DYNARRAY_ELEMENT_INIT (Results 1 – 2 of 2) sorted by relevance
325 #if defined (DYNARRAY_ELEMENT_INIT) in DYNARRAY_NAME()326 DYNARRAY_ELEMENT_INIT (result); in DYNARRAY_NAME()354 #if !(defined (DYNARRAY_ELEMENT_INIT) || defined (DYNARRAY_ELEMENT_FREE))382 #if defined (DYNARRAY_ELEMENT_INIT) in DYNARRAY_NAME()391 DYNARRAY_ELEMENT_INIT (&list->u.dynarray_header.array[i]); in DYNARRAY_NAME()523 #undef DYNARRAY_ELEMENT_INIT
28 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 17) macro40 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 23) macro
Completed in 9 milliseconds