HomeSort by relevance Sort by last modified time
    Searched refs:data_size (Results 76 - 100 of 841) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/bluedroid/btif/include/
btif_sock_thread.h 45 int data_size, uint32_t user_id);
  /external/chromium_org/components/autofill/core/browser/crypto/
rc4_decryptor.h 37 int data_size = data.length() * sizeof(wchar_t); local
41 memcpy(buffer.get(), data.c_str(), data_size);
43 RunInternal(reinterpret_cast<uint8 *>(buffer.get()), data_size); local
48 memset(buffer.get(), 0, data_size);
  /external/chromium_org/remoting/codec/
audio_decoder_verbatim.cc 22 (packet->data_size() != 1) ||
  /external/chromium_org/third_party/libwebp/utils/
quant_levels.c 33 const size_t data_size = height * width; local
36 const double err_threshold = ERROR_THRESHOLD * data_size;
53 for (n = 0; n < data_size; ++n) {
130 for (n = 0; n < data_size; ++n) {
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.cc 46 size_t data_size = BIO_get_mem_data(bio, &data); local
48 std::string pem(data, data_size);
71 int data_size = BIO_get_mem_data(bio, &data); local
73 std::string pem(data, data_size);
  /external/kernel-headers/original/uapi/linux/
cycx_cfm.h 98 unsigned long data_size; member in struct:cycx_fw_header
dm-log-userspace.h 43 * results of the request. The 'data_size' field in the dm_ulog_request
59 * for log data, 'data_size' in the dm_ulog_request struct should be 0.
67 * data field with the log device if necessary, and setting 'data_size'
79 * None. ('data_size' in the dm_ulog_request struct should be 0.)
87 * 'data_size' appropriately.
106 * 'data_size' appropriately.
125 * 'data_size' appropriately.
144 * 'data_size' appropriately.
158 * It is returned in the payload area and 'data_size' is set to
180 * 1 (clean), setting 'data_size' and 'error' appropriately
425 uint32_t data_size; \/* How much data (not including this struct) *\/ member in struct:dm_ulog_request
    [all...]
  /external/webp/src/utils/
quant_levels.c 33 const size_t data_size = height * width; local
36 const double err_threshold = ERROR_THRESHOLD * data_size;
53 for (n = 0; n < data_size; ++n) {
130 for (n = 0; n < data_size; ++n) {
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 61 size_t data_size = pInput.memArea()->size(); local
62 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
115 data_size,
125 data_size,
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
rpmsg_omx.h 56 uint32_t data_size; member in struct:omx_packet
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cycx_cfm.h 98 unsigned long data_size; member in struct:cycx_fw_header
dm-log-userspace.h 43 * results of the request. The 'data_size' field in the dm_ulog_request
55 * None. ('data_size' in the dm_ulog_request struct should be 0.)
63 * 'data_size' appropriately.
74 * None. ('data_size' in the dm_ulog_request struct should be 0.)
82 * 'data_size' appropriately.
101 * 'data_size' appropriately.
120 * 'data_size' appropriately.
139 * 'data_size' appropriately.
153 * It is returned in the payload area and 'data_size' is set to
175 * 1 (clean), setting 'data_size' and 'error' appropriately
392 uint32_t data_size; \/* How much data (not including this struct) *\/ member in struct:dm_ulog_request
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cycx_cfm.h 98 unsigned long data_size; member in struct:cycx_fw_header
dm-log-userspace.h 43 * results of the request. The 'data_size' field in the dm_ulog_request
55 * None. ('data_size' in the dm_ulog_request struct should be 0.)
63 * 'data_size' appropriately.
74 * None. ('data_size' in the dm_ulog_request struct should be 0.)
82 * 'data_size' appropriately.
101 * 'data_size' appropriately.
120 * 'data_size' appropriately.
139 * 'data_size' appropriately.
153 * It is returned in the payload area and 'data_size' is set to
175 * 1 (clean), setting 'data_size' and 'error' appropriately
392 uint32_t data_size; \/* How much data (not including this struct) *\/ member in struct:dm_ulog_request
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10misc.h 42 HRESULT WINAPI D3D10CreateBlob(SIZE_T data_size, ID3D10Blob **blob);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
cycx_cfm.h 70 unsigned long data_size; member in struct:cycx_fw_header
dm-log-userspace.h 57 uint32_t data_size; member in struct:dm_ulog_request
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
cycx_cfm.h 70 unsigned long data_size; member in struct:cycx_fw_header
dm-log-userspace.h 57 uint32_t data_size; member in struct:dm_ulog_request
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
cycx_cfm.h 70 unsigned long data_size; member in struct:cycx_fw_header
dm-log-userspace.h 57 uint32_t data_size; member in struct:dm_ulog_request
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker_unittest.cc 85 const int data_size = static_cast<int>(write_data.size()); local
86 EXPECT_EQ(data_size, file.Write(0, write_data.c_str(), data_size));
87 EXPECT_TRUE(file.SetLength(data_size));
110 const int data_size = static_cast<int>(expected_data.size()); local
113 EXPECT_EQ(data_size, info.size);
115 std::vector<char> buffer(data_size);
116 EXPECT_EQ(data_size, file.Read(0, buffer.data(), data_size));
  /device/generic/goldfish/camera/
QemuClient.h 245 * data, data_size - Data to send.
249 virtual status_t sendMessage(const void* data, size_t data_size);
260 * data_size - Upon success contains size of the data received from the
265 virtual status_t receiveMessage(void** data, size_t* data_size);
  /external/bluetooth/bluedroid/bta/include/
bta_hl_co.h 186 ** data_size - the size of the data
195 UINT16 data_size, UINT8 *p_data, UINT16 evt);
223 ** data_size - the size of the data
232 UINT16 data_size, UINT8 *p_data, UINT16 evt);
  /external/chromium_org/content/child/
webblobregistry_impl.cc 138 size_t data_size = data.size(); local
140 while (data_size) {
141 size_t chunk_size = std::min(data_size, shared_memory_size);
145 data_size -= chunk_size;
184 size_t data_size = data.size(); local
186 while (data_size) {
187 size_t chunk_size = std::min(data_size, shared_memory_size);
191 data_size -= chunk_size;

Completed in 2275 milliseconds

1 2 34 5 6 7 8 91011>>