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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_list.c 189 gl_list_remove (gl_list_t list, const void *elt) function
gl_list.h 83 gl_list_remove O(n) O(n) O(n) O(n)/O(1) O((log n)²)/O(log n)
241 extern bool gl_list_remove (gl_list_t list, const void *elt);
622 # define gl_list_remove gl_list_remove_inline macro
624 gl_list_remove (gl_list_t list, const void *elt) function

Completed in 25 milliseconds