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

  /external/chromium_org/third_party/mesa/src/src/gbm/main/
backend.c 58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
  /external/mesa3d/src/gbm/main/
backend.c 58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-arm.c 148 Addr entrypoint; local
155 if (VG_(lookup_symbol_SLOW)( "*", fnname, &entrypoint, &ptoc )) {
157 fnname, C2v(entrypoint), C2v(pc),
158 (entrypoint & 1 ? "thumb" : "arm"));
159 if (entrypoint & 1)
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /external/chromium_org/chrome_frame/
test_utils.cc 54 L"--call-registration-entrypoint";
67 // executable with --call-registration-entrypoint. Loading the DLL into the
177 printf("Usage: %S %S <path to dll> <entrypoint>\n", argv[0],
185 char entrypoint[256]; local
188 if (entrypoint_len <= 0 || entrypoint_len >= arraysize(entrypoint)) {
191 // Convert wide to narrow. Since the entrypoint must be a narrow string
194 &entrypoint[0]);
202 entrypoint));
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c 52 * Search the table of static entrypoint functions for the named function
256 * Generate new entrypoint
272 _glapi_proc entrypoint = NULL; local
285 entrypoint = generate_entrypoint(~0);
287 if (entrypoint == NULL) {
298 entry->dispatch_stub = entrypoint;
484 * Return offset of entrypoint for named function within dispatch table.
504 * in the name of static functions, try generating a new API entrypoint on
534 /* generate entrypoint, dispatch offset must be filled in by the driver */
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 52 * Search the table of static entrypoint functions for the named function
256 * Generate new entrypoint
272 _glapi_proc entrypoint = NULL; local
285 entrypoint = generate_entrypoint(~0);
287 if (entrypoint == NULL) {
298 entry->dispatch_stub = entrypoint;
484 * Return offset of entrypoint for named function within dispatch table.
504 * in the name of static functions, try generating a new API entrypoint on
534 /* generate entrypoint, dispatch offset must be filled in by the driver */
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 38 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
265 token = (*(plug->entrypoint))(plug, reason, status);
340 plug->entrypoint=NULL;
346 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName,
367 plug->entrypoint = entrypoint;
392 plug->entrypoint=0;
514 * Initialize a plugin fron an entrypoint and library - but don't load it.
516 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym
580 UPlugEntrypoint *entrypoint = NULL; local
    [all...]
  /external/icu4c/common/
icuplug.c 42 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
269 token = (*(plug->entrypoint))(plug, reason, status);
344 plug->entrypoint=NULL;
350 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName,
371 plug->entrypoint = entrypoint;
396 plug->entrypoint=0;
518 * Initialize a plugin fron an entrypoint and library - but don't load it.
520 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym
582 UPlugEntrypoint *entrypoint = NULL; local
    [all...]

Completed in 575 milliseconds