HomeSort by relevance Sort by last modified time
    Searched refs:c_data (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/src/
cxmatmul.cpp 129 const arrtype* c_data, size_t c_step, \
135 const arrtype *_a_data = a_data, *_b_data = b_data, *_c_data = c_data; \
141 c_step /= sizeof(c_data[0]); \
146 if( !c_data ) \
185 c_data = _c_data; \
186 for( j = 0; j <= d_size.width - 2; j += 2, c_data += 2*c_step1 )\
190 if( !c_data ) \
197 d_data[j] = arrtype(s0 + c_data[0]*beta); \
198 d_data[j+1] = arrtype(s1 + c_data[c_step1]*beta); \
202 for( ; j < d_size.width; j++, c_data += c_step1 )
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 459 base::win::ScopedHGlobal<char*> c_data(medium.hGlobal);
460 DCHECK_GT(c_data.Size(), 0u);
461 *data = Pickle(c_data.get(), static_cast<int>(c_data.Size()));
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 759 std::string c_data; local
781 c_data = node.Value(); // getCdata();
792 std::cout << c << name.c_str() << "[" << c_data << "]" << std::endl;
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 430 for config_name, c_data in spec['configurations'].iteritems():
432 _ConfigFullName(config_name, c_data), tools=[tool])
    [all...]
  /external/chromium_org/net/quic/
quic_connection.cc 1572 char c_data[] = "C"; local
    [all...]

Completed in 425 milliseconds