Home
last modified time | relevance | path

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

1234

/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/tensorflow/tensorflow/contrib/image/kernels/
Dsingle_image_random_dot_stereograms_ops.cc70 inline int separation(double z) { in separation() function in tensorflow::SingleImageRandomDotStereogramsOp
74 inline int get_far_width() { return (separation(0.0)); } in get_far_width()
75 inline int get_near_width() { return (separation(1.0)); } in get_near_width()
307 s = separation(gz); in generate_stereogram()
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/linux-kselftest/tools/testing/selftests/net/forwarding/
DREADME10 L1-separation provided by namespaces.
/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/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt45 doesn't have a clean separation of concerns. A lot of the "back end
/external/catch2/docs/
Dslow-compiles.md23 …ch mitigates this situation by effectively maintaining the traditional separation between the impl…
/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/python/cpython3/Doc/library/
Dformatter.rst25 events which are not reversible, such as paragraph separation.
281 Produce a paragraph separation of at least *blankline* blank lines, or the
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture.txt35 This test verifies the separation of the graphics processor's address

1234