Home
last modified time | relevance | path

Searched refs:preceding (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c169 uint32_t preceding; in hdspe_channel_offset() local
174 preceding = ports & (~subset & (subset - 1)); in hdspe_channel_offset()
176 if (preceding & HDSPE_CHAN_AIO_ALL) in hdspe_channel_offset()
177 preceding &= HDSPE_CHAN_AIO_ALL; /* Contiguous AIO slots. */ in hdspe_channel_offset()
178 else if (preceding & HDSPE_CHAN_RAY_ALL) in hdspe_channel_offset()
179 preceding &= HDSPE_CHAN_RAY_ALL; /* Contiguous RayDAT slots. */ in hdspe_channel_offset()
181 return (hdspe_channel_count(preceding, adat_width)); in hdspe_channel_offset()
H A Dhdsp-pcm.c172 uint32_t preceding; in hdsp_slot_channel_offset() local
177 preceding = slots & (hdsp_slot_first(subset) - 1); in hdsp_slot_channel_offset()
179 return (hdsp_slot_count(preceding)); in hdsp_slot_channel_offset()
/freebsd/lib/libpam/pam.d/
H A DREADME49 preceding auth module.
51 the preceding auth module, and if that fails
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dbrcm,iproc-pdc-mbox.txt12 - brcm,rx-status-len: Length of metadata preceding received frames, in bytes.
/freebsd/contrib/tcsh/nls/ja/
H A Dset319 17 Expand to preceding word for which this is a prefix
/freebsd/lib/libc/amd64/string/
H A Dstrspn.S106 2: sub %rdi, %rax # number of characters preceding match
167 sub %ecx, %edx # length of set preceding xmm0
H A Dstrcspn.S110 2: sub %rdi, %rax # number of characters preceding match
168 sub %ecx, %edx # length of set preceding xmm0
391 2: sub %rdi, %rax # number of characters preceding match
/freebsd/contrib/file/magic/Magdir/
H A Dssl37 # OpenSSL enc file (recognized by a magic string preceding the password's salt)
/freebsd/crypto/openssl/doc/man7/
H A Ddes_modes.pod60 current and all preceding plaintext blocks and therefore blocks can not
92 current and all preceding variables and therefore j-bit variables are
H A Dproperty.pod134 property query by preceding the property name with a '-'.
/freebsd/contrib/ntp/html/hints/
H A Daix7 the preceding prototype. A workaround is to use ANSI syntax to delare
/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_cipher.pod59 be achieved by preceding the cipher BIO with a buffering BIO.
H A DBIO_s_mem.pod114 preceding that write operation cannot be undone.
/freebsd/contrib/tcpdump/
H A DREADME.md94 preceding "*" indicates that the data is a retransmission.
95 A preceding "-" indicates a hole in the sequence space
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dalgorithm39 // overload preceding it. So the simple thing to do would be to declare our
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in97 * -- the sender was not authorized to make the preceding
98 * -- request or perform the preceding action
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-meta.m417 dnl # A line can be commented out by preceding it with a '#' (or technically
/freebsd/contrib/tcsh/nls/russian/
H A Dset319 17 Expand to preceding word for which this is a prefix
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc375 // This is an embedded quote. Escape all preceding backslashes, then
380 // This is just a normal character. Don't escape any of the preceding
/freebsd/contrib/tcsh/nls/C/
H A Dset319 17 Expand to preceding word for which this is a prefix
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset319 17 Expand to preceding word for which this is a prefix
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME26 subsequent number is required to be no larger than the preceding one.
/freebsd/crypto/openssh/
H A DPROTOCOL.krl201 preceding ones: to provide cryptographic authentication of a KRL that
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm279 ;; chronologically next cycle in *preceding* SPLOOP iteration.
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst107 preceding output section with non-empty input sections also has the SHF_WRITE

12345