Searched defs:byte_count (Results 1 - 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A Dloader.cpp24 unsigned byte_count; local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
H A Dradeon_llvm_emit.cpp84 unsigned * byte_count, const char * gpu_family,
149 *byte_count = data.length();
83 radeon_llvm_compile(LLVMModuleRef M, unsigned char ** bytes, unsigned * byte_count, const char * gpu_family, unsigned dump) argument
/external/fio/crc/
H A Dmd5.h22 uint64_t byte_count; member in struct:fio_md5_ctx
/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/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dh264_sps_parser_unittest.cc94 size_t byte_count, bit_offset; local
95 writer.GetCurrentOffset(&byte_count, &bit_offset);
97 byte_count++;
104 for (size_t i = 0; i < byte_count;) {
107 if (i < byte_count - 3 && rbsp[i] == 0 && rbsp[i + 1] == 0) {
H A Drtp_sender.cc831 size_t byte_count = 0; local
845 byte_count += nack_byte_count_[num];
856 return (byte_count * 8) < (target_bitrate / 1000 * time_interval);
/external/opencv3/3rdparty/libjpeg/
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 Djmemmgr.c694 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
709 byte_count = rows * bytesperrow;
713 file_offset, byte_count); local
717 file_offset, byte_count); local
718 file_offset += byte_count;
727 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
742 byte_count = rows * bytesperrow;
746 file_offset, byte_count); local
750 file_offset, byte_count); local
751 file_offset += byte_count;
[all...]
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc64 int byte_count = 0; local
73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
77 return buffer_length == byte_count;
/external/webrtc/talk/app/webrtc/
H A Ddatachannel.h213 size_t byte_count() const { function in class:webrtc::DataChannel::PacketQueue
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp320 const int32 byte_count = size - i; local
321 const int32 bit_count = byte_count * 8;
349 const int32 byte_count = 4 - i; local
350 const int32 bit_count = byte_count * 8;
/external/webrtc/webrtc/base/
H A Dwin32regkey.cc104 DWORD byte_count) {
108 const_cast<uint8_t*>(value), byte_count);
114 DWORD byte_count) {
118 const_cast<uint8_t*>(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_t* value, DWORD byte_count) argument
111 SetValueMultiSZ(const wchar_t* full_key_name, const wchar_t* value_name, const uint8_t* value, DWORD byte_count) argument
209 GetValue(const wchar_t* full_key_name, const wchar_t* value_name, uint8_t** 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_t* buffer, DWORD byte_count, std::vector<std::wstring>* value) argument
641 DWORD byte_count = 0; local
670 GetValue(const wchar_t* value_name, uint8_t** value, DWORD* byte_count, DWORD* type) const argument
730 SetValue(const wchar_t* value_name, const uint8_t* value, DWORD byte_count, DWORD type) const argument
[all...]
/external/curl/lib/
H A Dsmb.c434 size_t byte_count = sizeof(lm) + sizeof(nt); local
435 byte_count += strlen(smbc->user) + strlen(smbc->domain);
436 byte_count += strlen(OS) + strlen(CLIENTNAME) + 4; /* 4 null chars */
437 if(byte_count > sizeof(msg.bytes))
467 byte_count = p - msg.bytes;
468 msg.byte_count = smb_swap16((unsigned short)byte_count);
471 sizeof(msg) - sizeof(msg.bytes) + byte_count);
480 size_t byte_count = strlen(conn->host.name) + strlen(req->share); local
481 byte_count
505 size_t byte_count; local
[all...]
H A Dsmb.h127 unsigned short byte_count; member in struct:smb_negotiate_response
147 unsigned short byte_count; member in struct:smb_setup
156 unsigned short byte_count; member in struct:smb_tree_connect
179 unsigned short byte_count; member in struct:smb_nt_create
221 unsigned short byte_count; member in struct:smb_read
237 unsigned short byte_count; member in struct:smb_write
245 unsigned short byte_count; member in struct:smb_close
250 unsigned short byte_count; member in struct:smb_tree_disconnect
/external/dbus/dbus/
H A Ddbus-sha.c281 #define swap_words(buffer, byte_count)
285 int byte_count)
287 byte_count /= sizeof (dbus_uint32_t);
288 while (byte_count--)
284 swap_words(dbus_uint32_t *buffer, int byte_count) argument
/external/libjpeg-turbo/
H A Djmemmgr.c725 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
740 byte_count = rows * bytesperrow;
744 file_offset, byte_count); local
748 file_offset, byte_count); local
749 file_offset += byte_count;
758 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
773 byte_count = rows * bytesperrow;
777 file_offset, byte_count); local
781 file_offset, byte_count); local
782 file_offset += byte_count;
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jmemmgr.c695 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
710 byte_count = rows * bytesperrow;
714 file_offset, byte_count); local
718 file_offset, byte_count); local
719 file_offset += byte_count;
728 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
743 byte_count = rows * bytesperrow;
747 file_offset, byte_count); local
751 file_offset, byte_count); local
752 file_offset += byte_count;
[all...]
/external/piex/src/
H A Dtiff_parser.cc499 const size_t byte_count = local
503 if (byte_count > 4 &&
506 } else if (byte_count != 0) {
515 GetData(value_offset, byte_count, stream, &error);
/external/skia/src/utils/
H A DSkMD5.cpp231 static inline bool is_aligned(const void *pointer, size_t byte_count) { argument
232 return reinterpret_cast<uintptr_t>(pointer) % byte_count == 0;
/external/libavc/encoder/
H A Dih264e_cabac_encode.c1631 WORD32 byte_count = 0; local
1642 byte_count++;
1644 byte_count++;
1646 byte_count++;
1676 byte_count += 8;
1734 ps_ent_ctxt->pv_mb_header_data = ((WORD8 *)ps_ent_ctxt->pv_mb_header_data) + byte_count;
1781 WORD32 byte_count = 0; local
1792 byte_count++;
1804 byte_count++;
1806 byte_count
2069 WORD32 byte_count = 0; local
[all...]
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c2009 UINT16 byte_count = T1T_SEGMENT_SIZE; local
2029 while ( (byte_count <= lower_offset)
2038 if (bytes_locked_per_bit * num_bits + byte_count <= lower_offset)
2040 byte_count += bytes_locked_per_bit * num_bits;
2049 byte_count += bytes_locked_per_bit;
2050 if (byte_count > lower_offset)
2067 while ( (byte_count < upper_offset)
2077 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset)
2079 byte_count += bytes_locked_per_bit * (num_bits - bit_count);
2091 byte_count
[all...]
H A Drw_t2t_ndef.c2148 UINT16 byte_count = 0; local
2171 byte_count = T2T_STATIC_SIZE;
2180 while ( (byte_count <= lower_offset)
2188 if (((bytes_locked_per_bit * num_bits) + byte_count) <= lower_offset)
2191 byte_count += bytes_locked_per_bit * num_bits;
2199 byte_count += bytes_locked_per_bit;
2200 if (byte_count > lower_offset)
2218 while ( (byte_count < upper_offset)
2226 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset)
2229 byte_count
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c236 unsigned byte_count; local
244 r600_llvm_compile(mod, &bytes, &byte_count, r600_ctx->family , dump);
248 r600_bytecode_from_byte_stream(&shader_ctx, bytes, byte_count);
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c3958 unsigned int byte_count = 0; local
3963 byte_count += strlen(dir_ent->name) +
3975 if((dir->count < 257 && byte_count < SQUASHFS_METADATA_SIZE))

Completed in 8108 milliseconds