/external/sfntly/cpp/src/sfntly/table/ |
H A D | byte_array_table_builder.cc | 45 int32_t ByteArrayTableBuilder::ByteCount() { function in class:sfntly::ByteArrayTableBuilder
|
/external/jhead/ |
H A D | makernote.c | 40 int ByteCount; local 59 ByteCount = Components * BytesPerFormat[Format]; 61 if (ByteCount > 4){ 65 if (OffsetVal > UINT32_MAX - ByteCount || OffsetVal+ByteCount > ExifLength){ 73 printf("Map: %05d-%05d: Data for makernote tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag); 95 for (a=0;a<ByteCount;a++){ 115 PrintFormatNumber(ValuePtr, Format, ByteCount); 156 void ShowMakerNoteGeneric(unsigned char * ValuePtr, int ByteCount) argument 159 for (a=0;a<ByteCount; 174 ProcessMakerNote(unsigned char * ValuePtr, int ByteCount, unsigned char * OffsetBase, unsigned ExifLength) argument [all...] |
H A D | gpsinfo.c | 146 unsigned ByteCount; local 166 ByteCount = Components * ComponentSize; 170 ByteCount); 173 if (ByteCount > 4){ 177 if (OffsetVal > UINT32_MAX - ByteCount || OffsetVal+ByteCount > ExifLength){ 272 if (ByteCount > EXIF_ASCII_PREFIX_LEN && 275 ByteCount < GPS_PROCESSING_METHOD_LEN + EXIF_ASCII_PREFIX_LEN ? 276 ByteCount - EXIF_ASCII_PREFIX_LEN : GPS_PROCESSING_METHOD_LEN; 303 for (a=0;a<ByteCount; [all...] |
H A D | exif.c | 388 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) argument 412 ByteCount -= s; 413 if (ByteCount <= 0) break; 592 int ByteCount; local 611 ByteCount = Components * BytesPerFormat[Format]; 613 if (ByteCount > 4){ 617 if (OffsetVal > UINT32_MAX - ByteCount || OffsetVal+ByteCount > ExifLength){ 629 printf("Map: %05d-%05d: Data for tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag); 640 ProcessMakerNote(ValuePtr, ByteCount, OffsetBas [all...] |
/external/protobuf/src/google/protobuf/io/ |
H A D | gzip_stream.cc | 180 int64 GzipInputStream::ByteCount() const { function in class:google::protobuf::io::GzipInputStream 297 int64 GzipOutputStream::ByteCount() const { function in class:google::protobuf::io::GzipOutputStream
|
H A D | tokenizer_unittest.cc | 145 int64 ByteCount() const { return array_stream_.ByteCount(); } function in class:google::protobuf::io::__anon16797::TestInputStream 992 EXPECT_EQ(strlen("foo"), input.ByteCount());
|
H A D | zero_copy_stream_impl.cc | 101 int64 FileInputStream::ByteCount() const { function in class:google::protobuf::io::FileInputStream 102 return impl_.ByteCount(); 200 int64 FileOutputStream::ByteCount() const { function in class:google::protobuf::io::FileOutputStream 201 return impl_.ByteCount(); 291 int64 IstreamInputStream::ByteCount() const { function in class:google::protobuf::io::IstreamInputStream 292 return impl_.ByteCount(); 331 int64 OstreamOutputStream::ByteCount() const { function in class:google::protobuf::io::OstreamOutputStream 332 return impl_.ByteCount(); 364 bytes_retired_ += streams_[0]->ByteCount(); 383 // Assume that ByteCount() ca 403 int64 ConcatenatingInputStream::ByteCount() const { function in class:google::protobuf::io::ConcatenatingInputStream 460 int64 LimitingInputStream::ByteCount() const { function in class:google::protobuf::io::LimitingInputStream [all...] |
H A D | zero_copy_stream_impl_lite.cc | 103 int64 ArrayInputStream::ByteCount() const { function in class:google::protobuf::io::ArrayInputStream 144 int64 ArrayOutputStream::ByteCount() const { function in class:google::protobuf::io::ArrayOutputStream 193 int64 StringOutputStream::ByteCount() const { function in class:google::protobuf::io::StringOutputStream 302 int64 CopyingInputStreamAdaptor::ByteCount() const { function in class:google::protobuf::io::CopyingInputStreamAdaptor 367 int64 CopyingOutputStreamAdaptor::ByteCount() const { function in class:google::protobuf::io::CopyingOutputStreamAdaptor
|
H A D | coded_stream_unittest.cc | 197 EXPECT_EQ(kVarintCases_case.size, input.ByteCount()); 214 EXPECT_EQ(kVarintCases_case.size, input.ByteCount()); 236 virtual int64 ByteCount() const { return 0; } function in class:google::protobuf::io::__anon16792::In 272 EXPECT_EQ(kVarintCases_case.size + 1, input.ByteCount()); 274 EXPECT_EQ(1, input.ByteCount()); 308 EXPECT_EQ(kVarintCases_case.size, input.ByteCount()); 325 EXPECT_EQ(kVarintCases_case.size, coded_output.ByteCount()); 328 EXPECT_EQ(kVarintCases_case.size, output.ByteCount()); 342 EXPECT_EQ(kVarintCases_case.size, coded_output.ByteCount()); 345 EXPECT_EQ(kVarintCases_case.size, output.ByteCount()); 1343 int64 ByteCount() const { GOOGLE_LOG(FATAL) << "Not implemented."; return 0; } function in class:google::protobuf::io::__anon16792::ReallyBigInputStream [all...] |
H A D | coded_stream.h | 745 inline int ByteCount() const; 1121 inline int CodedOutputStream::ByteCount() const { function in class:google::protobuf::io::CodedOutputStream
|
/external/giflib/ |
H A D | gif_lib.h | 54 int ByteCount; member in struct:ExtensionBlock
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
H A D | R600MCCodeEmitter.cpp | 545 void R600MCCodeEmitter::EmitNullBytes(unsigned int ByteCount, argument 548 for (unsigned int i = 0; i < ByteCount; i++) {
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 285 virtual int64 ByteCount() const { return inner_->ByteCount(); } function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
|