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/openssh/
ssh-keyscan.c 99 char *c_data; /* Data read from this fd */ member in struct:Connection
194 buffer_append(&msg, c->c_data, c->c_plen);
348 fdcon[s].c_data = (char *) &fdcon[s].c_plen;
369 xfree(fdcon[s].c_data);
488 n = atomicio(read, s, c->c_data + c->c_off, c->c_len - c->c_off);
502 c->c_data = xmalloc(c->c_len);
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 445 base::win::ScopedHGlobal<char> c_data(medium.hGlobal);
446 DCHECK_GT(c_data.Size(), 0u);
447 *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 454 for config_name, c_data in spec['configurations'].iteritems():
456 _ConfigFullName(config_name, c_data), tools=[tool])
    [all...]

Completed in 966 milliseconds