Searched refs:nloc (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_bsd44.c61 int nloc, i; local
65 nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
66 if (nloc <= 0) {
72 for (i=0; i<nloc; ++i) {
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_bsd.c119 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); local
121 if (nloc == 0) {
126 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) {
H A Dmtab_osf.c124 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); local
126 if (nloc == 0) {
131 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dsparcv9a-mont.pl118 $nloa="%f48"; $nlob="%f50"; $nloc="%f52"; $nlod="%f54";
238 fmuld $nlo,$nc,$nloc
243 faddd $aloc,$nloc,$nloc
258 faddd $nloc,$nhia,$nloc
263 fdtox $nloc,$nloc
270 std $nloc,[%sp+$bias+$frame+16]
304 fmuld $nlo,$nc,$nloc
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c5077 rtx nloc = replace_expr_with_values (vloc); local
5079 if (nloc)
5082 PAT_VAR_LOCATION_LOC (oloc) = nloc;
5112 rtx vloc, oloc = loc, nloc; local
5164 nloc = replace_expr_with_values (loc);
5165 if (!nloc)
5166 nloc = oloc;
5168 if (vloc != nloc)
5173 mo.u.loc = gen_rtx_CONCAT (mode, oloc, nloc);
5301 rtx oloc = loc, nloc, sr local
[all...]
H A Dtree-eh.c3565 location_t nloc
3568 redirect_edge_var_map_add (e, nresult, nop, nloc);
3560 location_t nloc local

Completed in 180 milliseconds