Searched refs:cnt (Results 451 - 475 of 1640) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sbin/fsck_v7fs/
H A Dfsck_v7fs.h50 off_t cnt; member in struct:progress_arg
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dlshiftc.asm46 define(`cnt', `%i3')
66 sub %g0, cnt, tcnt
81 sllx u1, cnt, %l3
95 sllx u0, cnt, %l2
106 sllx u1, cnt, %l3
117 sllx u0, cnt, %l2
128 sllx u1, cnt, %l3
140 sllx u1, cnt, %l3
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
H A Daorslsh_n.asm51 define(`cnt',`%i4')
80 sub tnc, cnt, tnc
99 sllx %l1, cnt, %g3
104 sllx %l1, cnt, %g3
111 sllx %l0, cnt, %g1
115 sllx %l1, cnt, %g3
122 sllx %l0, cnt, %g1
131 sllx %l1, cnt, %g3
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/
H A Dlshiftc.asm36 C unsigned cnt);
67 define(`cnt', `%ecx')
74 mov PARAM_CNT, cnt
92 neg cnt
108 neg cnt
114 neg cnt
124 neg cnt
137 neg cnt
H A Drshift.asm36 C unsigned cnt);
67 define(`cnt', `%ecx')
74 mov PARAM_CNT, cnt
89 neg cnt
104 neg cnt
110 neg cnt
121 neg cnt
132 neg cnt
/netbsd-current/sys/dev/podulebus/
H A Dsec.c239 int cnt, extra_byte; local
261 cnt = SEC_PAGESIZE - src % SEC_PAGESIZE;
262 if (cnt > size)
263 cnt = size;
267 SEC_SRAM + src % SEC_PAGESIZE / 2, wptr, cnt / 2);
268 src += cnt;
269 wptr += cnt / 2;
270 size -= cnt;
283 int cnt, extra_byte; local
310 cnt
[all...]
/netbsd-current/lib/libskey/
H A Dskey.h35 int cnt; member in struct:mc
/netbsd-current/lib/libedit/
H A Dparse.c210 int cnt, ch; local
212 for (cnt = 0, c = 0; cnt < 3; cnt++) {
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dbdiv_q_1.asm49 define(`cnt',`r8')
61 li cnt, 0
65 subfic cnt, r0, 63
66 srd d, d, cnt
95 cmpdi cr0, cnt, 0
103 subfic tnc, cnt, 64 C set carry as side effect
105 srd r11, r12, cnt
115 srd r11, r12, cnt
/netbsd-current/sys/arch/mips/alchemy/
H A Dau_himem_space.c509 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
512 while (cnt-- > 0) \
523 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
526 while (cnt-- > 0) { \
537 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
540 while (cnt-- > 0) { \
553 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
556 while (cnt-- > 0) { \
569 bus_size_t cnt) \
572 while (cnt
[all...]
H A Dau_wired_space.c445 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
448 while (cnt-- > 0) \
459 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
462 while (cnt-- > 0) { \
474 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
477 while (cnt-- > 0) { \
490 bus_space_handle_t h, bus_size_t o, TYPE *dst, bus_size_t cnt) \
493 while (cnt-- > 0) { \
506 bus_size_t cnt) \
509 while (cnt
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dcommon.d62 this(size_t* cnt) { ++*(_cnt = cnt); }
/netbsd-current/lib/libtelnet/
H A Dkerberos5.c266 kerberos5_is(Authenticator * ap, unsigned char *data, int cnt) argument
275 if (cnt-- < 1)
280 auth.length = cnt;
448 inbuf.length = cnt;
506 kerberos5_reply(Authenticator * ap, unsigned char *data, int cnt) argument
510 if (cnt-- < 1)
514 if (cnt > 0) {
516 cnt, data);
532 if (cnt)
533 printf("[ Kerberos V5 accepts you as ``%.*s'' ]\r\n", cnt, dat
611 kerberos5_printsub(unsigned char *data, int cnt, unsigned char *buf, int buflen) argument
[all...]
/netbsd-current/games/mille/
H A Dmisc.c251 int cnt; local
254 for (cnt = 0; read(0, &c, 1) <= 0; cnt++)
255 if (cnt > 100)
/netbsd-current/sys/arch/x86/x86/
H A Dmp.c86 int i, cnt; local
89 cnt = 0;
98 cnt++;
101 return cnt;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Dcstep.h7 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *xnr, u8 *xsz);
H A DP0260.h7 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *xnr, u8 *xsz);
H A Dpmu.h9 u32 nvbios_pmuTe(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dsparcv9cap.c50 size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt) argument
54 return _sparcv9_vis1_instrument_bus(out, cnt);
59 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) argument
63 return _sparcv9_vis1_instrument_bus2(out, cnt, max);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cpp59 void BufferedStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { argument
60 size = cnt + !!extra_top_pc;
62 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
64 trace_buffer[cnt] = extra_top_pc;
/netbsd-current/sys/sys/
H A Dpipe.h64 * Separate in, out, cnt are used to simplify calculations.
65 * Buffered write is active when the buffer.cnt field is set.
68 size_t cnt; /* number of chars currently in buffer */ member in struct:pipebuf
/netbsd-current/external/bsd/nsd/dist/
H A Dverify.h54 size_t cnt; member in struct:verifier_stream
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Dcommon.d59 this(size_t* cnt) { ++*(_cnt = cnt); }
/netbsd-current/sys/arch/amiga/dev/
H A Dbztzsc.c310 register int cnt; local
312 NCR_DMA(("bztzsc_dma_intr: cnt %d int %x stat %x fifo %d ",
321 cnt = bsc->sc_reg[NCR_TCL * 4];
322 cnt += bsc->sc_reg[NCR_TCM * 4] << 8;
323 cnt += bsc->sc_reg[NCR_TCH * 4] << 16;
325 cnt += bsc->sc_reg[NCR_FFLAG * 4] & NCRFIFO_FF;
328 cnt = bsc->sc_dmasize - cnt; /* number of bytes transferred */
329 NCR_DMA(("DMA xferred %d\n", cnt));
331 memcpy(*bsc->sc_dmaaddr, bsc->sc_alignbuf, cnt);
[all...]
H A Dcbsc.c309 register int cnt; local
311 NCR_DMA(("cbsc_dma_intr: cnt %d int %x stat %x fifo %d ",
320 cnt = csc->sc_reg[NCR_TCL * 4];
321 cnt += csc->sc_reg[NCR_TCM * 4] << 8;
322 cnt += csc->sc_reg[NCR_TCH * 4] << 16;
324 cnt += csc->sc_reg[NCR_FFLAG * 4] & NCRFIFO_FF;
327 cnt = csc->sc_dmasize - cnt; /* number of bytes transferred */
328 NCR_DMA(("DMA xferred %d\n", cnt));
330 memcpy(*csc->sc_dmaaddr, csc->sc_alignbuf, cnt);
[all...]

Completed in 179 milliseconds

<<11121314151617181920>>