Searched refs:decided_cpuvec (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/fat/
H A Dfat.c199 decided_cpuvec, so if two copies of the code are running it doesn't
202 We need to go via decided_cpuvec because if one thread has completed
255 struct cpuvec_t decided_cpuvec; local
263 memset (&decided_cpuvec, '\0', sizeof (decided_cpuvec));
462 if (decided_cpuvec.preinv_divrem_1 == NULL)
463 decided_cpuvec.preinv_divrem_1 =(preinv_divrem_1_t)decided_cpuvec.divrem_1;
464 if (decided_cpuvec.preinv_mod_1 == NULL)
465 decided_cpuvec
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat.c214 decided_cpuvec, so if two copies of the code are running it doesn't
217 We need to go via decided_cpuvec because if one thread has completed
227 struct cpuvec_t decided_cpuvec; local
231 memset (&decided_cpuvec, '\0', sizeof (decided_cpuvec));
519 if (decided_cpuvec.preinv_divrem_1 == NULL)
520 decided_cpuvec.preinv_divrem_1 =(preinv_divrem_1_t)decided_cpuvec.divrem_1;
521 if (decided_cpuvec.preinv_mod_1 == NULL)
522 decided_cpuvec
[all...]

Completed in 87 milliseconds