HomeSort by relevance Sort by last modified time
    Searched defs:global_init (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_queue.c 59 global_init(void) function
68 call_once(&atexit_once_flag, global_init);
  /external/curl/tests/libtest/
test.h 428 /* global_init() is different than other macros. In case of
431 #define global_init(A) \ macro
  /external/curl/lib/
easy.c 202 static CURLcode global_init(long flags, bool memoryfuncs) function
281 return global_init(flags, TRUE);
304 /* set memory functions before global_init() in case it wants memory
313 return global_init(flags, FALSE);
  /external/libpng/contrib/tools/
pngfix.c 737 global_init(struct global *global) function
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2467 void * (*global_init)(void *ctx); member in struct:wpa_driver_ops
    [all...]

Completed in 130 milliseconds