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

  /src/external/gpl3/gcc/dist/libgomp/
libgomp_f.h.in 54 #if (@OMP_LOCK_25_SIZE@ == @OMP_LOCK_25_KIND@) \
55 && (@OMP_LOCK_25_ALIGN@ <= @OMP_LOCK_25_SIZE@)
89 char test2[(@OMP_LOCK_25_SIZE@ != sizeof (omp_lock_25_t)
configure 644 OMP_LOCK_25_SIZE
17003 if ac_fn_c_compute_int "$LINENO" "sizeof (omp_lock_25_t)" "OMP_LOCK_25_SIZE" ""; then :
17039 OMP_LOCK_25_KIND=$OMP_LOCK_25_SIZE
17041 if test $OMP_LOCK_25_SIZE -gt 8 || test $OMP_LOCK_25_ALIGN -gt $OMP_LOCK_25_SIZE; then
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp_f.h.in 54 #if (@OMP_LOCK_25_SIZE@ == @OMP_LOCK_25_KIND@) \
55 && (@OMP_LOCK_25_ALIGN@ <= @OMP_LOCK_25_SIZE@)
89 char test2[(@OMP_LOCK_25_SIZE@ != sizeof (omp_lock_25_t)
configure 644 OMP_LOCK_25_SIZE
17073 if ac_fn_c_compute_int "$LINENO" "sizeof (omp_lock_25_t)" "OMP_LOCK_25_SIZE" ""; then :
17109 OMP_LOCK_25_KIND=$OMP_LOCK_25_SIZE
17111 if test $OMP_LOCK_25_SIZE -gt 8 || test $OMP_LOCK_25_ALIGN -gt $OMP_LOCK_25_SIZE; then

Completed in 61 milliseconds