HomeSort by relevance Sort by last modified time
    Searched full:hybrid (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/v8/test/mjsunit/compiler/
delete.js 42 // In a hybrid test/value context, expression is always true, value
45 // In a hybrid test/value context, expression is always false, value
48 // In a hybrid test/value context, expression is always true, value
51 // In a hybrid test/value context, expression is always false, value
55 // In a hybrid value/test context, expression is always true, value
58 // In a hybrid value/test context, expression is always false, value
61 // In a hybrid value/test context, expression is always true, value
64 // In a hybrid value/test context, expression is always false, value
  /external/aac/libFDK/include/
FDK_hybrid.h 87 Description: FDK Tools Hybrid Filterbank
101 * Hybrid Filterband modes.
152 * \brief Create one instance of Hybrid Analyis Filterbank.
154 * \param hAnalysisHybFilter Pointer to an outlying allocated Hybrid Analysis Filterbank structure.
174 * \param hAnalysisHybFilter A Hybrid Analysis Filterbank handle.
175 * \param mode Select hybrid filter configuration.
194 * \param hAnalysisHybFilter A Hybrid Analysis Filterbank handle.
206 * \brief Apply Hybrid Analysis Filterbank on Qmf input data.
208 * \param hAnalysisHybFilter A Hybrid Analysis Filterbank handle.
211 * \param pHybridReal Hybrid output data
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 23 arm-hybrid-22k: $(OBJS)
24 $(LD) -o $@ $(OBJS) libarm-hybrid-22k.a -lm
  /external/ipsec-tools/src/racoon/samples/roadwarrior/
README 2 remote access using hybrid authentication. In this setup, the VPN
14 configure --enable-natt --enable-frag --enable-hybrid --enable-dpd \
27 is set up to use hybrid authentication (aka mutual group authentication,
39 configure --enable-natt --enable-frag --enable-hybrid --enable-dpd \
67 hybrid authentication, though this has not been tested.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
__init__.py 12 from networkx.generators.hybrid import *
hybrid.py 2 Hybrid
22 in "The Small World Phenomenon in hybrid power law graphs"
  /external/llvm/test/Transforms/LoopStrengthReduce/AArch64/
lsr-memcpy.ll 1 ; RUN: llc -mtriple=arm64-unknown-unknown -mcpu=cyclone -pre-RA-sched=list-hybrid < %s | FileCheck %s
5 ; Remove the -pre-RA-sched=list-hybrid option after fixing:
  /external/gptfdisk/
mbr.cc 101 if (typeFlag == 0) { // No non-hybrid partitions found
108 // Used to help keep GPT & hybrid MBR partitions in sync....
120 if (state == hybrid)
125 } // if (hybrid & GPT partition < 2TiB)
147 // don't convert extended, hybrid protective, or null (non-existent)
gdisk.8 23 an unusual protective MBR, such as a hybrid MBR created by
24 \fBgptsync\fR or \fBgdisk\fR's own hybrid MBR creation feature,
166 the partition on the disk. If a corresponding hybrid MBR partition exists,
235 hybrid MBRs.
278 BSD disklabels into GPT partitions or creating hybrid MBRs, for instance).
333 Create a hybrid MBR. This is an ugly workaround that enables GPT\-unaware
336 these hybrid MBR entries can easily go out of sync with the GPT entries,
337 particularly when hybrid\-unaware GPT utilities are used to edit the disk.
338 Thus, you may need to re\-create the hybrid MBR if you use such tools. Unlike
361 or help identify the partitions in a hybrid MBR
    [all...]
NEWS 38 for inclusion in a hybrid MBR or conversion to a conventional MBR.
41 hybridized partition when creating a hybrid MBR.
46 hybrid partitions that begin below 2^32 sectors and that are smaller than
52 It refuses to create a hybrid partition if the original ends at or above
75 be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the
112 - Fixed hybrid MBR creation on disks larger than 2TiB: Previously, if one
175 - Tweaked hybrid MBR creation options to fix a problem that caused the main
339 partitions when generating a hybrid MBR.
345 hybrid MBR.
370 as part of a hybrid MBR, to always be of type 0xEE, even when th
    [all...]
basicmbr.h 39 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator in enum:MBRValidity
91 void SetHybrid(void) {state = hybrid;} // Set hybrid flag
  /external/ipsec-tools/src/racoon/doc/
FAQ 53 --enable-hybrid:
54 Enable hybrid authentication, and ISAKMP mode config and
55 Xauth as well. Note that plain Xauth (without hybrid auth)
58 Enable the use of RADIUS with hybrid authentication on the
62 Enable the use of PAM with hybrid authentication on the
  /external/aac/libSBRdec/src/
psdec.cpp 276 /* Hybrid Filter Bank 1 creation. */
277 errorInfo = InitHybridFilterBank ( &h_ps_d->specificTo.mpeg.hybrid,
371 scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QMF_CHANNELS));
372 scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QMF_CHANNELS));
429 scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QMF_CHANNELS, scale );
430 scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QMF_CHANNELS, scale );
473 \brief Scale input channel to the same scalefactor and rescale hybrid
542 h_ps_d->specificTo.mpeg.hybrid.sf_mQmfBuffer = maxScal;
561 /* scale back 6 timeslots look ahead for hybrid filterbank to original value */
578 FIXP_DBL *mHybridRealLeft, /*!< left (mono) hybrid values real *
    [all...]
psdec_hybrid.cpp 107 InitHybridFilterBank ( HANDLE_HYBRID hs, /*!< Handle to HYBRID struct. */
109 SCHAR noBands, /*!< Number of Qmf bands for hybrid filtering. */
437 Description: The delay line of the hybrid filter is filled and copied from
447 FIXP_DBL fixpHybridLeftR[12], /*!< Hybrid real Values left channel */
448 FIXP_DBL fixpHybridLeftI[12], /*!< Hybrid imag Values left channel */
449 FIXP_DBL fixpHybridRightR[12], /*!< Hybrid real Values right channel */
450 FIXP_DBL fixpHybridRightI[12], /*!< Hybrid imag Values right channel */
484 FIXP_DBL fixpHybridReal[12], /*!< Hybrid real Values */
485 FIXP_DBL fixpHybridImag[12], /*!< Hybrid imag Values */
500 Hybrid filtering is applied to the first hHybrid->nQmfBands QMF bands (3 when 10 or 20 stereo band
    [all...]
  /art/runtime/gc/
collector_type.h 33 // Semi-space / mark-sweep hybrid, enables compaction.
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SizeMetric.java 35 throw new IllegalArgumentException("SizeMetric Relative and Hybrid layout values must be within the range of 0 to 1.");
  /packages/apps/Settings/src/com/android/settings/
AppListSwitchPreference.java 11 * A hybrid of AppListPreference and SwitchPreference, representing a preference which can be on or
  /external/ipsec-tools/src/racoon/
cfparse.y 513 yyerror("racoon not configured with --enable-hybrid");
673 yyerror("racoon not configured with --enable-hybrid");
684 yyerror("racoon not configured with --enable-hybrid");
697 yyerror("racoon not configured with --enable-hybrid");
706 yyerror("racoon not configured with --enable-hybrid");
713 yyerror("racoon not configured with --enable-hybrid");
725 yyerror("racoon not configured with --enable-hybrid");
734 yyerror("racoon not configured with --enable-hybrid");
747 yyerror("racoon not configured with --enable-hybrid");
760 yyerror("racoon not configured with --enable-hybrid");
    [all...]
  /external/libopus/silk/
resampler_private.h 44 /* Description: Hybrid IIR/FIR polyphase implementation of resampling */
52 /* Description: Hybrid IIR/FIR polyphase implementation of resampling */
  /external/ipsec-tools/
NEWS 23 o fixed hybrid enabled builds
72 o Support for server-side hybrid authentication, with full
74 o Support for client-side hybrid authentication (Tested only with
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
VirtualIndexBuffer.java 53 case Hybrid:
  /external/llvm/test/CodeGen/X86/
scheduler-backtracking.ll 2 ; RUN: llc -march=x86-64 < %s -pre-RA-sched=list-hybrid | FileCheck %s
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 23 arm-hybrid-22k.a: $(OBJS)
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivityUiState.java 53 * A hybrid mode where the conversation view + contact chips view are showing. This happens
165 * Called when the user started composing message. If we are in the hybrid chips state, we
179 * Called when the user initiated an action to add more participants in the hybrid state,
188 // This is only possible in the hybrid state.
  /external/aac/libSBRenc/src/
ps_main.cpp 179 /* create configuration for hybrid filter bank */
224 /* clear static hybrid buffer */
376 /* write data to hybrid output */
380 } /* hybrid bands - k */
510 /* find best scaling in new QMF and Hybrid data */
523 /* save hybrid date for next frame */
531 /* downmix and hybrid synthesis */
562 /* start with hybrid data */

Completed in 2170 milliseconds

1 2 3 4 5 6 7 8