Searched refs:byte_count (Results 1 - 25 of 96) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.h38 unsigned char ** bytes, unsigned * byte_count,
44 unsigned * byte_count,
H A Dloader.cpp24 unsigned byte_count; local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.h38 unsigned char ** bytes, unsigned * byte_count,
44 unsigned * byte_count,
H A Dloader.cpp24 unsigned byte_count; local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
/external/chromium_org/net/udp/
H A Dudp_net_log_parameters.cc16 base::Value* NetLogUDPDataTranferCallback(int byte_count, argument
21 dict->SetInteger("byte_count", byte_count);
23 dict->SetString("hex_encoded_bytes", base::HexEncode(bytes, byte_count));
39 int byte_count,
43 return base::Bind(&NetLogUDPDataTranferCallback, byte_count, bytes, address);
38 CreateNetLogUDPDataTranferCallback( int byte_count, const char* bytes, const IPEndPoint* address) argument
H A Dudp_net_log_parameters.h19 int byte_count,
/external/chromium_org/chromeos/dbus/
H A Dpipe_reader.cc50 void PipeReader::OnDataReady(int byte_count) { argument
51 DVLOG(1) << "OnDataReady byte_count " << byte_count;
52 if (byte_count <= 0) {
57 AcceptData(io_buffer_->data(), byte_count);
75 void PipeReaderForString::AcceptData(const char *data, int byte_count) { argument
76 data_.append(data, byte_count);
/external/jpeg/
H A Djmemansi.c99 long file_offset, long byte_count)
103 if (JFREAD(info->temp_file, buffer_address, byte_count)
104 != (size_t) byte_count)
112 long file_offset, long byte_count)
116 if (JFWRITE(info->temp_file, buffer_address, byte_count)
117 != (size_t) byte_count)
97 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
110 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmem-android.c101 long file_offset, long byte_count)
105 if (JFREAD(info->temp_file, buffer_address, byte_count)
106 != (size_t) byte_count)
114 long file_offset, long byte_count)
118 if (JFWRITE(info->temp_file, buffer_address, byte_count)
119 != (size_t) byte_count)
99 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
112 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemmac.c156 long file_offset, long byte_count)
158 long bytes = byte_count;
166 if ( retVal != noErr || bytes != byte_count )
174 long file_offset, long byte_count)
176 long bytes = byte_count;
184 if ( retVal != noErr || bytes != byte_count )
154 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
172 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemname.c206 long file_offset, long byte_count)
210 if (JFREAD(info->temp_file, buffer_address, byte_count)
211 != (size_t) byte_count)
219 long file_offset, long byte_count)
223 if (JFWRITE(info->temp_file, buffer_address, byte_count)
224 != (size_t) byte_count)
204 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
217 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmem-ashmem.c98 long file_offset, long byte_count)
100 memmove(buffer_address, info->addr + file_offset, byte_count);
107 long file_offset, long byte_count)
109 memmove(info->addr + file_offset, buffer_address, byte_count);
96 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
105 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
/external/qemu/distrib/jpeg-6b/
H A Djmemansi.c99 long file_offset, long byte_count)
103 if (JFREAD(info->temp_file, buffer_address, byte_count)
104 != (size_t) byte_count)
112 long file_offset, long byte_count)
116 if (JFWRITE(info->temp_file, buffer_address, byte_count)
117 != (size_t) byte_count)
97 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
110 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmem-android.c101 long file_offset, long byte_count)
105 if (JFREAD(info->temp_file, buffer_address, byte_count)
106 != (size_t) byte_count)
114 long file_offset, long byte_count)
118 if (JFWRITE(info->temp_file, buffer_address, byte_count)
119 != (size_t) byte_count)
99 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
112 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemmac.c156 long file_offset, long byte_count)
158 long bytes = byte_count;
166 if ( retVal != noErr || bytes != byte_count )
174 long file_offset, long byte_count)
176 long bytes = byte_count;
184 if ( retVal != noErr || bytes != byte_count )
154 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
172 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemname.c206 long file_offset, long byte_count)
210 if (JFREAD(info->temp_file, buffer_address, byte_count)
211 != (size_t) byte_count)
219 long file_offset, long byte_count)
223 if (JFWRITE(info->temp_file, buffer_address, byte_count)
224 != (size_t) byte_count)
204 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
217 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc104 DWORD byte_count) {
108 const_cast<uint8*>(value), byte_count);
114 DWORD byte_count) {
118 const_cast<uint8*>(value), byte_count);
145 DWORD byte_count = 0; local
148 REG_BINARY, buffer.accept(), &byte_count);
150 ASSERT(byte_count == sizeof(*value));
151 if (byte_count == sizeof(*value)) {
164 DWORD byte_count = 0; local
167 REG_BINARY, buffer.accept(), &byte_count);
101 SetValue(const wchar_t* full_key_name, const wchar_t* value_name, const uint8* value, DWORD byte_count) argument
111 SetValueMultiSZ(const wchar_t* full_key_name, const wchar_t* value_name, const uint8* value, DWORD byte_count) argument
209 GetValue(const wchar_t* full_key_name, const wchar_t* value_name, uint8** value, DWORD* byte_count) argument
383 SetValueStaticHelper(const wchar_t* full_key_name, const wchar_t* value_name, DWORD type, LPVOID value, DWORD byte_count) argument
433 GetValueStaticHelper(const wchar_t* full_key_name, const wchar_t* value_name, DWORD type, LPVOID value, DWORD* byte_count) argument
520 DWORD byte_count = sizeof(DWORD); local
534 DWORD byte_count = sizeof(DWORD64); local
547 DWORD byte_count = 0; local
583 DWORD byte_count = 0; local
611 MultiSZBytesToStringArray(const uint8* buffer, DWORD byte_count, std::vector<std::wstring>* value) argument
641 DWORD byte_count = 0; local
670 GetValue(const wchar_t* value_name, uint8** value, DWORD* byte_count, DWORD*type) const argument
730 SetValue(const wchar_t* value_name, const uint8* value, DWORD byte_count, DWORD type) const argument
[all...]
H A Dwin32regkey.h106 DWORD byte_count) const;
111 DWORD byte_count,
135 DWORD* byte_count) const;
140 DWORD* byte_count,
185 DWORD byte_count);
191 DWORD byte_count);
236 DWORD* byte_count);
300 DWORD* byte_count) const;
312 DWORD byte_count = 0);
319 DWORD* byte_count
[all...]
/external/chromium_org/extensions/browser/api/socket/
H A Dsocket.cc40 int byte_count,
43 write_queue_.push(WriteRequest(io_buffer, byte_count, callback));
54 DCHECK(request.byte_count >= request.bytes_written);
59 request.byte_count - request.bytes_written,
73 if (request.bytes_written < request.byte_count) {
77 DCHECK(request.bytes_written == request.byte_count);
143 int byte_count,
146 byte_count(byte_count),
39 Write(scoped_refptr<net::IOBuffer> io_buffer, int byte_count, const CompletionCallback& callback) argument
142 WriteRequest(scoped_refptr<net::IOBuffer> io_buffer, int byte_count, const CompletionCallback& callback) argument
H A Dsocket.h70 // The |callback| will be called with |byte_count| or a negative number if an
73 int byte_count,
79 int byte_count,
127 int byte_count,
131 int byte_count; member in struct:extensions::Socket::WriteRequest
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dchrome_subsetter.cc60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); local
61 EXPECT_EQ(byte_count, output_length);
/external/sfntly/cpp/src/test/
H A Dchrome_subsetter.cc60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); local
61 EXPECT_EQ(byte_count, output_length);
/external/chromium_org/ppapi/thunk/
H A Dppb_image_data_api.h25 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) = 0;
/external/chromium_org/components/rappor/
H A Dbyte_vector_utils.h44 explicit ByteVectorGenerator(size_t byte_count);
54 size_t byte_count() const { return byte_count_; } function in class:rappor::ByteVectorGenerator
79 HmacByteVectorGenerator(size_t byte_count,
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher.cc42 size_t byte_count = 0; local
49 ++byte_count;
51 return byte_count ? byte_count : 1;

Completed in 6599 milliseconds

1234