Searched defs:inplace (Results 1 - 10 of 10) sorted by relevance

/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h241 bool inplace = (dst==src); local
243 int64_t key = ( (nfft<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1;
250 bool inplace = (dst==src); local
252 int64_t key = ( ( (((int64_t)n0) << 30)|(n1<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1 ) + 1;
/external/fio/engines/
H A De4defrag.c40 unsigned int inplace; member in struct:e4defrag_options
54 .name = "inplace",
56 .off1 = offsetof(struct e4defrag_options, inplace),
100 if (!o->inplace) {
152 if (o->inplace) {
178 if (o->inplace)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc806 static const bool inplace = false; member in struct:GSUBProxy
820 static const bool inplace = true; member in struct:GPOSProxy
873 if (!Proxy::inplace)
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc806 static const bool inplace = false; member in struct:GSUBProxy
820 static const bool inplace = true; member in struct:GPOSProxy
873 if (!Proxy::inplace)
/external/opencv/cv/src/
H A Dcvmorph.cpp832 bool inplace; local
867 inplace = src->data.ptr == dst->data.ptr;
985 if( inplace )
1049 if( status >= 0 && (inplace || iterations > 1) )
/external/opencv/cxcore/src/
H A Dcxcopy.cpp959 int inplace = src->data.ptr == dst->data.ptr; local
968 if( flip_mode < 0 && !inplace )
976 if( flip_mode < 0 && inplace )
/external/chromium_org/third_party/pymock/
H A Dmock.py1722 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
1753 ' '.join([magic_methods, numerics, inplace, right, extra]).split()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... .p2.publisher.ant.AbstractPublishTask { protected boolean inplace protected String[] configurations protected String mode private String flavor private ...
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py8884 inplace = False variable in class:BinopNode
9160 if self.inplace:
10438 def binop_node(pos, operator, operand1, operand2, inplace=False):
10445 inplace = inplace)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... REUSE_PACK200 public static final String SOURCE public static final String INPLACE public static final String CONFIG public static final String UPDATE_SITE ...

Completed in 612 milliseconds