Searched refs:how (Results 201 - 225 of 401) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dieee754-df.S191 @ Determine how to normalize the result.
269 @ determine how to shift the value.
1118 mov ip, #1 @ how should we specify unordered here?
H A Dieee754-sf.S133 @ Determine how to normalize the result.
823 mov ip, #1 @ how should we specify unordered here?
H A Dneon-gen.ml198 failwith ("Don't know how to flip args " ^ (String.concat ", " plist))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexcept.c47 [ Add updated documentation on how to use this. ] */
2005 information (via reachable_handlers) on how exception control
2612 enum reachable_code how = reachable_next_level (region, type_thrown, 0);
2613 if (how == RNL_BLOCKED)
2615 if (how != RNL_NOT_CAUGHT)
2598 enum reachable_code how = reachable_next_level (region, type_thrown, 0); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Dieee754-df.S174 @ Determine how to normalize the result.
249 @ determine how to shift the value.
1030 mov ip, #1 @ how should we specify unordered here?
H A Dieee754-sf.S127 @ Determine how to normalize the result.
754 mov ip, #1 @ how should we specify unordered here?
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c1105 syscallarg(int) how;
1110 NETBSD32TO64_UAP(how);
1134 syscallarg(int) how;
1139 NETBSD32TO64_UAP(how);
1903 syscallarg(int) how;
1909 NETBSD32TO64_UAP(how);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcom.c1149 tiocm_to_com(struct com_softc *sc, u_long how, int ttybits) argument
1159 switch (how) {
2403 com_cleanup(device_t self, int how) argument
H A Dncr53c9x.c1360 ncr53c9x_rdfifo(struct ncr53c9x_softc *sc, int how) argument
1365 switch (how) {
1412 (how == NCR_RDFIFO_START) ? "start" : "cont",
2077 * how to deal with *all* error conditions and phases from the SCSI
2506 * to determine how far the selection could progress.
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimxuart.c1139 tiocm_to_imxu(struct imxuart_softc *sc, u_long how, int ttybits) argument
1156 switch (how) {
1963 * find how many chars we can put into tx-fifo
2462 imxuart_cleanup(device_t self, int how) argument
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dvar.c2572 int how; local
2595 switch ((how = *tstr)) {
2623 switch (how) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c1552 * dev entry and adjust how much we read by one.
5161 * queued for task "task" of type "how". "how" is a bitmask.
5164 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) { argument
5172 if (how == 0)
5187 if (((how & ISC_SOCKCANCEL_RECV) == ISC_SOCKCANCEL_RECV)
5207 if (((how & ISC_SOCKCANCEL_SEND) == ISC_SOCKCANCEL_SEND)
5227 if (((how & ISC_SOCKCANCEL_ACCEPT) == ISC_SOCKCANCEL_ACCEPT)
5259 if (((how & ISC_SOCKCANCEL_CONNECT) == ISC_SOCKCANCEL_CONNECT)
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Drump_syscalls.c1419 rump___sysimpl_flock(int fd, int how)
1427 SPARG(&callarg, how) = how;
1495 rump___sysimpl_shutdown(int s, int how)
1503 SPARG(&callarg, how) = how;
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm236 ;;; Determine how many bytes the scan ptr is off from being
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dnlmcode.h157 no way of knowing how many auxiliary headers there are or where the end
1035 /* Read in the import records. We can only do this if we know how
1108 bfd_print_symbol_type how)
1112 switch (how)
1170 /* We have to read piece by piece, because we don't know how large
1198 /* If we don't know how to read relocs, just return 0. */
1668 /* We need to know how to write out imports */
1105 nlm_print_symbol(bfd *abfd, void * afile, asymbol *symbol, bfd_print_symbol_type how) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dnlmcode.h157 no way of knowing how many auxiliary headers there are or where the end
1035 /* Read in the import records. We can only do this if we know how
1108 bfd_print_symbol_type how)
1112 switch (how)
1170 /* We have to read piece by piece, because we don't know how large
1198 /* If we don't know how to read relocs, just return 0. */
1668 /* We need to know how to write out imports */
1105 nlm_print_symbol(bfd *abfd, void * afile, asymbol *symbol, bfd_print_symbol_type how) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/masmx64/
H A Dgvmat64.asm236 ;;; Determine how many bytes the scan ptr is off from being
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Dwd.c1925 wd_shutdown(device_t dev, int how) argument
1934 if ((how & RB_POWERDOWN) == RB_POWERDOWN)
/netbsd-6-1-5-RELEASE/sys/arch/mips/sibyte/dev/
H A Dsbscn.c869 tiocm_to_sbscn(struct sbscn_channel *ch, int how, int ttybits) argument
879 switch (how) {
1727 /* XXX should we really do the following? how about only if enabled? */
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Dsscom.c929 tiocm_to_sscom(struct sscom_softc *sc, u_long how, int ttybits) argument
939 switch (how) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh893 /* First figure out how many instructions to compile.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmode1o.asm141 C how many bits in the high and the divisor. If both are uniformly
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmul_basecase.asm413 dnl unrolled loop is 255 instead of 256 bytes, but quite how this affects
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dmul_basecase.asm382 C VAR_ADJUST is the negative of how many limbs the leals in the inner loop
H A Dsqr_basecase.asm341 dnl start and how many chunks of code there are.

Completed in 302 milliseconds

1234567891011>>