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

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 2086 void **host_funcs_end = ((void ***) host_table)[1]; local
2092 int num_funcs = host_funcs_end - host_func_table;
2221 void **host_funcs_end = ((void ***) host_table)[1]; local
2227 int num_funcs = host_funcs_end - host_func_table;
  /src/external/gpl3/gcc/dist/libgomp/
target.c 2329 void **host_funcs_end = ((void ***) host_table)[1]; local
2343 int num_funcs = host_funcs_end - host_func_table;
2510 void **host_funcs_end = ((void ***) host_table)[1]; local
2516 int num_funcs = host_funcs_end - host_func_table;

Completed in 29 milliseconds