HomeSort by relevance Sort by last modified time
    Searched defs:ByteCount (Results 1 - 25 of 25) sorted by null

  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.cc 45 int32_t ByteArrayTableBuilder::ByteCount() {
  /external/jhead/
makernote.c 40 int ByteCount;
59 ByteCount = Components * BytesPerFormat[Format];
61 if (ByteCount > 4){
65 if (OffsetVal+ByteCount > ExifLength){
66 // Bogus pointer offset and / or bytecount value
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)
159 for (a=0;a<ByteCount;a++)
    [all...]
gpsinfo.c 146 unsigned ByteCount;
166 ByteCount = Components * ComponentSize;
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
170 ByteCount);
173 if (ByteCount > 4){
177 if (OffsetVal+ByteCount > ExifLength){
178 // Bogus pointer offset and / or bytecount value
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
    [all...]
exif.c 388 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount)
412 ByteCount -= s;
413 if (ByteCount <= 0) break;
592 int ByteCount;
611 ByteCount = Components * BytesPerFormat[Format];
613 if (ByteCount > 4){
617 if (OffsetVal > UINT32_MAX - ByteCount || OffsetVal+ByteCount > ExifLength){
618 // Bogus pointer offset and / or bytecount value
629 printf("Map: %05d-%05d: Data for tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag)
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 180 int64 GzipInputStream::ByteCount() const {
297 int64 GzipOutputStream::ByteCount() const {
zero_copy_stream_impl_lite.cc 103 int64 ArrayInputStream::ByteCount() const {
144 int64 ArrayOutputStream::ByteCount() const {
193 int64 StringOutputStream::ByteCount() const {
302 int64 CopyingInputStreamAdaptor::ByteCount() const {
367 int64 CopyingOutputStreamAdaptor::ByteCount() const {
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; }
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());
    [all...]
tokenizer_unittest.cc 145 int64 ByteCount() const { return array_stream_.ByteCount(); }
    [all...]
zero_copy_stream_impl.cc 101 int64 FileInputStream::ByteCount() const {
102 return impl_.ByteCount();
200 int64 FileOutputStream::ByteCount() const {
201 return impl_.ByteCount();
291 int64 IstreamInputStream::ByteCount() const {
292 return impl_.ByteCount();
331 int64 OstreamOutputStream::ByteCount() const {
332 return impl_.ByteCount();
364 bytes_retired_ += streams_[0]->ByteCount();
383 // Assume that ByteCount() can be used to find out how much we actuall
    [all...]
coded_stream.h     [all...]
  /art/runtime/gc/
allocation_record.h 169 size_t ByteCount() const {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h     [all...]
  /external/giflib/
gif_lib.h 54 int ByteCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdd8042.h 69 ULONG ByteCount;
ks.h     [all...]
winioctl.h     [all...]
ksmedia.h     [all...]
netmon.h     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 285 virtual int64 ByteCount() const { return inner_->ByteCount(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]

Completed in 833 milliseconds