Searched refs:transfer (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-current/crypto/openssh/regress/
H A DMakefile35 transfer \
114 INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp346 /// Built-in transfer function for `CFGStmt`.
353 transfer(StmtToEnvMap(AC.CFCtx, AC.BlockStates, CurBlockID, InputState), *S,
357 /// Built-in transfer function for `CFGInitializer`.
449 /// Built-in transfer functions (if the option for `ApplyBuiltinTransfer` is set
491 // FIXME: This only runs the builtin transfer, not the analysis-specific
492 // transfer. Fixing this isn't trivial, as the analysis-specific transfer
496 transfer(
500 // If the transfer function didn't produce a value, create an atom so that
589 // The state of `Block` didn't change after transfer s
[all...]
H A DTransfer.cpp9 // This file defines transfer functions that evaluate program statements and
829 void transfer(const StmtToEnvMap &StmtToEnv, const Stmt &S, Environment &Env) { function in namespace:clang::dataflow
/freebsd-current/lib/libc/amd64/string/
H A Dstrspn.S159 movdqa %xmm0, 32(%rsp) # transfer head of set to stack
H A Dstrcspn.S160 movdqa %xmm0, 32(%rsp) # transfer head of set to stack
/freebsd-current/stand/i386/zfsboot/
H A Dzfsldr.S192 push $0 # transfer buffer
/freebsd-current/sys/dev/spibus/controller/rockchip/
H A Drk_spi.c108 int transfer; member in struct:rk_spi_softc
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl188 # | 16 gpr<->fpr transfer zone |
290 ; transfer bp[0] to FPU as 4x16-bit values
301 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values
336 ; transfer bp[0] to FPU as 4x16-bit values
352 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values
917 ; transfer bp[i] to FPU as 4x16-bit values
928 ; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values
954 ; transfer bp[i] to FPU as 4x16-bit values
970 ; transfer (ap[0]*bp[i]+tp[0])*n0 to FPU as 4x16-bit values
H A Dsparcv9a-mont.pl213 ! transfer b[i] to FPU as 4x16-bit values
223 ! transfer ap[0]*b[0]*n0 to FPU as 4x16-bit values
538 ! transfer b[i] to FPU as 4x16-bit values
544 ! transfer (ap[0]*b[i]+t[0])*n0 to FPU as 4x16-bit values
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dlistener.c697 DWORD transfer = 0, flags=0; local
700 &transfer, FALSE, &flags);
/freebsd-current/usr.sbin/bhyve/
H A Dhda_codec.c694 err = hops->transfer(hci, st->stream, 1, st->buf, sizeof(st->buf));
758 hops->transfer(hci, st->stream, 0, st->buf, sizeof(st->buf));
H A Dpci_hda.c264 .transfer = hda_transfer,
/freebsd-current/contrib/libevent/
H A Dlistener.c697 DWORD transfer = 0, flags=0; local
700 &transfer, FALSE, &flags);
/freebsd-current/stand/i386/boot0/
H A Dboot0.S547 * %dl: drive, %si partition entry, %es:%bx transfer buffer.
566 pushw %es # Set the transfer
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp868 void UncheckedOptionalAccessModel::transfer(const CFGElement &Elt,
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm53 platforms that maintain a transfer vector indexed by position rather than
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c6586 uint64_t io_off, rel_off, stripe_unit_size, transfer, xfer; local
6597 transfer = stripe_unit_size - (rel_off % stripe_unit_size);
6608 if (len > transfer && docommit == 0)
6609 xfer = transfer;
6672 transfer = stripe_unit_size;

Completed in 248 milliseconds

12