Searched refs:tmpcount (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dtmpnam.c57 static u_long tmpcount; local
62 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXXX", P_tmpdir, tmpcount);
63 ++tmpcount;
/netbsd-current/external/bsd/ntp/dist/ntpq/
H A Dntpq-subs.c856 size_t tmpcount; local
870 tmpcount = pcmd->nargs - 1;
871 for (u = 0; u < tmpcount; u++)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c6085 rtx tmpcount = gen_reg_rtx (GET_MODE (variable)); local
6087 emit_insn (gen_anddi3 (tmpcount, variable, GEN_INT (value)));
6089 emit_insn (gen_andsi3 (tmpcount, variable, GEN_INT (value)));
6090 emit_cmp_and_jump_insns (tmpcount, const0_rtx, EQ, 0, GET_MODE (variable),
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc7224 rtx tmpcount = gen_reg_rtx (GET_MODE (variable)); local
7226 emit_insn (gen_anddi3 (tmpcount, variable, GEN_INT (value)));
7228 emit_insn (gen_andsi3 (tmpcount, variable, GEN_INT (value)));
7229 emit_cmp_and_jump_insns (tmpcount, const0_rtx, EQ, 0, GET_MODE (variable),

Completed in 362 milliseconds