HomeSort by: relevance | last modified time | path
    Searched refs:OMP_NEST_LOCK_SIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
libgomp_f.h.in 44 #if (@OMP_NEST_LOCK_SIZE@ == @OMP_NEST_LOCK_KIND@) \
45 && (@OMP_NEST_LOCK_ALIGN@ <= @OMP_NEST_LOCK_SIZE@)
79 || @OMP_NEST_LOCK_SIZE@ != sizeof (omp_nest_lock_t)
omp.h.in 55 unsigned char _x[@OMP_NEST_LOCK_SIZE@]
configure 648 OMP_NEST_LOCK_SIZE
16993 if ac_fn_c_compute_int "$LINENO" "sizeof (omp_nest_lock_t)" "OMP_NEST_LOCK_SIZE" ""; then :
17032 OMP_NEST_LOCK_KIND=$OMP_NEST_LOCK_SIZE
17036 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp_f.h.in 44 #if (@OMP_NEST_LOCK_SIZE@ == @OMP_NEST_LOCK_KIND@) \
45 && (@OMP_NEST_LOCK_ALIGN@ <= @OMP_NEST_LOCK_SIZE@)
79 || @OMP_NEST_LOCK_SIZE@ != sizeof (omp_nest_lock_t)
omp.h.in 55 unsigned char _x[@OMP_NEST_LOCK_SIZE@]
configure 648 OMP_NEST_LOCK_SIZE
17063 if ac_fn_c_compute_int "$LINENO" "sizeof (omp_nest_lock_t)" "OMP_NEST_LOCK_SIZE" ""; then :
17102 OMP_NEST_LOCK_KIND=$OMP_NEST_LOCK_SIZE
17106 if test $OMP_NEST_LOCK_SIZE -gt 8 || test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then

Completed in 26 milliseconds