Home
last modified time | relevance | path

Searched refs:separation (Results 1 – 25 of 59) sorted by relevance

123

/external/openssh/
DREADME.privsep1 Privilege separation, or privsep, is method in OpenSSH by which
8 Privilege separation is now enabled by default; see the
31 --with-privsep-path=xxx Path for privilege separation chroot
32 --with-privsep-user=user Specify non-privileged user for privilege separation
/external/sonic/
DSonic.java658 int separation, in overlapAddWithSeparation() argument
670 for(int t = 0; t < numSamples + separation; t++) { in overlapAddWithSeparation()
671 if(t < separation) { in overlapAddWithSeparation()
675 … out[o] = (short)((rampDown[d]*(numSamples - t) + rampUp[u]*(t - separation))/numSamples); in overlapAddWithSeparation()
679 out[o] = (short)(rampUp[u]*(t - separation)/numSamples); in overlapAddWithSeparation()
718 int period, newPeriod, separation; in adjustPitch() local
733 separation = newPeriod - period; in adjustPitch()
734 … overlapAddWithSeparation(period, numChannels, separation, outputBuffer, numOutputSamples, in adjustPitch()
Dsonic.c768 int separation, in overlapAddWithSeparation() argument
780 for(t = 0; t < numSamples + separation; t++) { in overlapAddWithSeparation()
781 if(t < separation) { in overlapAddWithSeparation()
785 *o = (*d*(numSamples - t) + *u*(t - separation))/numSamples; in overlapAddWithSeparation()
789 *o = *u*(t - separation)/numSamples; in overlapAddWithSeparation()
847 int period, newPeriod, separation; in adjustPitch() local
871 separation = newPeriod - period; in adjustPitch()
872 overlapAddWithSeparation(period, numChannels, separation, out, rampDown, rampUp); in adjustPitch()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_priv.sgml11 <refpurpose>wpa_supplicant privilege separation helper</refpurpose>
27 <para><command>wpa_priv</command> is a privilege separation helper that
34 can be run as non-root user. Privilege separation restricts the effects
54 <command>wpa_supplicant</command> with privilege separation:</para>
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-05-12.data8 elsewhere: # separation
/external/llvm/test/DebugInfo/ARM/
Dline.test4 ; (legalized as br_cc, losing the separation between the comparison and the
/external/llvm/test/DebugInfo/PowerPC/
Dline.test4 ; (legalized as br_cc, losing the separation between the comparison and the
/external/llvm/test/YAMLParser/
Dspec-05-12.test14 elsewhere: # separation
/external/ImageMagick/MagickWand/tests/
DREADME11 separation) the "magick" command applies when reading command options
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.milenage_db13 # These values are from Test Set 19 which has the AMF separation bit set to 1
/external/curl/tests/data/
Dtest18754 HTTP redirect with bad host name separation and slash in parameters
/external/blktrace/btreplay/doc/
Dabstract.tex22 are made to maintain ordering, CPU mappings and time-separation of IOs. The
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa69 separation, because if racoon cannot find the keys inside the
98 separation will force racoon to look into that directory and nowhere
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt45 doesn't have a clean separation of concerns. A lot of the "back end
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt45 doesn't have a clean separation of concerns. A lot of the "back end
/external/valgrind/docs/internals/
Dtracking-fn-entry-exit.txt31 I first PUSH a separation marker on the shadow stack, and use the stack as
185 > When entering a signal handler, first push a separation marker on the
/external/syslinux/core/x86_64/
Dsyslinux.ld65 . = ALIGN(128); /* Minimum separation from mutable data */
/external/syslinux/core/i386/
Dsyslinux.ld65 . = ALIGN(128); /* Minimum separation from mutable data */
/external/python/cpython2/Doc/library/
Dformatter.rst24 events which are not reversible, such as paragraph separation.
280 Produce a paragraph separation of at least *blankline* blank lines, or the
/external/syslinux/core/
Dsyslinux.ld65 . = ALIGN(128); /* Minimum separation from mutable data */
/external/ipsec-tools/
DNEWS62 o Privilege separation
/external/clang/docs/
DClangTools.rst55 the tools are developed in a side repository to provide easy separation
DSafeStack.rst16 while the unsafe stack stores everything else. This separation ensures that
/external/wpa_supplicant_8/wpa_supplicant/
DREADME914 Privilege separation
919 supports optional privilege separation. If enabled, this separates the
923 user. Privilege separation restricts the effects of potential software
927 Privilege separation is not enabled by default and it can be enabled
975 approve does not provide separation for network admin capabilities, it
/external/libunwind/
DNEWS17 ** FreeBSD port and clean separation of OS specific bits

123