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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmapibuf.h 13 NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD ByteCount,LPVOID *Buffer);
16 NET_API_STATUS WINAPI NetApiBufferSize(LPVOID Buffer,LPDWORD ByteCount);
17 NET_API_STATUS WINAPI NetapipBufferAllocate(DWORD ByteCount,LPVOID *Buffer);
  /external/jhead/
makernote.c 40 int ByteCount;
59 ByteCount = Components * BytesPerFormat[Format];
61 if (ByteCount > 4){
65 if (OffsetVal > UINT32_MAX - ByteCount || 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)
    [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 > UINT32_MAX - ByteCount || 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
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
gzip_stream.h 89 int64 ByteCount() const;
181 int64 ByteCount() const;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
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...]
zero_copy_stream_impl_lite.h 77 int64 ByteCount() const;
110 int64 ByteCount() const;
142 int64 ByteCount() const;
214 int64 ByteCount() const;
301 int64 ByteCount() const;
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
gzip_stream.h 89 int64 ByteCount() const;
181 int64 ByteCount() const;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
zero_copy_stream_impl_lite.h 83 int64 ByteCount() const;
116 int64 ByteCount() const;
150 int64 ByteCount() const;
175 int64 ByteCount() const;
246 int64 ByteCount() const;
333 int64 ByteCount() const;
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.h 43 virtual int32_t ByteCount();

Completed in 713 milliseconds

1 2 3