Searched defs:hdr_size (Results 1 - 13 of 13) sorted by relevance

/external/tcpdump/
H A Dprint-geonet.c119 int hdr_size = -1; local
188 hdr_size = 0;
191 hdr_size = 0;
215 hdr_size = 0;
218 hdr_size = 68 - 36;
232 if (hdr_size >= 0) {
233 if (length < (u_int)hdr_size)
235 ND_TCHECK2(*bp, hdr_size);
236 length -= hdr_size;
237 bp += hdr_size;
[all...]
/external/elfutils/libdw/
H A Ddwarf_getcfi_elf.c73 parse_eh_frame_hdr (const uint8_t *hdr, size_t hdr_size, GElf_Addr hdr_vaddr, argument
79 if (hdr_size < 4 || *h++ != 1) /* version */
92 .d = { .d_buf = (void *) hdr, .d_size = hdr_size }
/external/strace/tests/
H A Ds390_sthyi.c216 uint16_t hdr_size = *(uint16_t *) (buf + len_pos); local
221 if (hdr_size < 32)
223 "(got %hu, 32 expected)", level, hdr_size);
280 if (hdr_size > 32 && !is_empty(cur + 32, hdr_size - 32)) {
282 print_quoted_hex((char *) (cur + 32), hdr_size - 32);
296 uint16_t hdr_size = *(uint16_t *) (buf + len_pos); local
301 if (hdr_size < 56)
303 "(got %hu, 56 expected)", level, hdr_size);
456 if (hdr_size > 5
471 uint16_t hdr_size; local
[all...]
/external/strace/tests-m32/
H A Ds390_sthyi.c216 uint16_t hdr_size = *(uint16_t *) (buf + len_pos); local
221 if (hdr_size < 32)
223 "(got %hu, 32 expected)", level, hdr_size);
280 if (hdr_size > 32 && !is_empty(cur + 32, hdr_size - 32)) {
282 print_quoted_hex((char *) (cur + 32), hdr_size - 32);
296 uint16_t hdr_size = *(uint16_t *) (buf + len_pos); local
301 if (hdr_size < 56)
303 "(got %hu, 56 expected)", level, hdr_size);
456 if (hdr_size > 5
471 uint16_t hdr_size; local
[all...]
/external/strace/tests-mx32/
H A Ds390_sthyi.c216 uint16_t hdr_size = *(uint16_t *) (buf + len_pos); local
221 if (hdr_size < 32)
223 "(got %hu, 32 expected)", level, hdr_size);
280 if (hdr_size > 32 && !is_empty(cur + 32, hdr_size - 32)) {
282 print_quoted_hex((char *) (cur + 32), hdr_size - 32);
296 uint16_t hdr_size = *(uint16_t *) (buf + len_pos); local
301 if (hdr_size < 56)
303 "(got %hu, 56 expected)", level, hdr_size);
456 if (hdr_size > 5
471 uint16_t hdr_size; local
[all...]
/external/webp/src/mux/
H A Dmuxread.c112 const size_t hdr_size = ANMF_CHUNK_SIZE; local
113 const WebPData temp = { bytes, hdr_size };
115 // be at least 'hdr_size'.
116 if (size < hdr_size) goto Fail;
/external/syslinux/com32/include/syslinux/
H A Ddisk.h156 uint32_t hdr_size; member in struct:disk_gpt_header
/external/dtc/
H A Dflattree.c35 int hdr_size; member in struct:version_info
344 reserve_off = ALIGN(vi->hdr_size, 8);
419 blob = data_append_data(blob, &fdt, vi->hdr_size);
/external/e2fsprogs/misc/
H A De2image.c205 static void write_header(int fd, void *hdr, int hdr_size, int wrt_size) argument
211 if (hdr_size > wrt_size) {
226 memcpy(header_buf, hdr, hdr_size);
/external/fio/
H A Dverify.c204 static inline unsigned int hdr_size(struct thread_data *td, function
371 return vc->io_u->buf + vc->hdr_num * hdr->len + hdr_size(vc->td, hdr);
433 XXH32_update(state, p, hdr->len - hdr_size(vc->td, hdr));
455 fio_sha3_update(sha3_ctx, p, hdr->len - hdr_size(vc->td, hdr));
537 fio_sha512_update(&sha512_ctx, p, hdr->len - hdr_size(vc->td, hdr));
562 fio_sha256_update(&sha256_ctx, p, hdr->len - hdr_size(vc->td, hdr));
588 fio_sha1_update(&sha1_ctx, p, hdr->len - hdr_size(vc->td, hdr));
610 c = fio_crc7(p, hdr->len - hdr_size(vc->td, hdr));
631 c = fio_crc16(p, hdr->len - hdr_size(vc->td, hdr));
652 c = fio_crc64(p, hdr->len - hdr_size(v
[all...]
/external/freetype/include/freetype/internal/
H A Dcfftypes.h68 FT_UInt hdr_size; member in struct:CFF_IndexRec_
/external/ImageMagick/coders/
H A Ddds.c1820 hdr_size,
1827 hdr_size = ReadBlobLSBLong(image);
1828 if (hdr_size != 124)
1848 hdr_size = ReadBlobLSBLong(image);
1849 if (hdr_size != 32)
1818 hdr_size, local
/external/webp/src/enc/
H A Dvp8l_enc.c868 size_t init_byte_position, int* const hdr_size, int* const data_size) {
891 assert(hdr_size != NULL);
1037 *hdr_size = hdr_size_tmp;
1039 (int)(VP8LBitWriterNumBytes(bw) - init_byte_position - *hdr_size);
1579 int hdr_size = 0; local
1701 byte_position, &hdr_size, &data_size);
1722 stats->lossless_hdr_size = hdr_size;
863 EncodeImageInternal( VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[3], int width, int height, int quality, int low_effort, int use_cache, const CrunchConfig* const config, int* cache_bits, int histogram_bits, size_t init_byte_position, int* const hdr_size, int* const data_size) argument

Completed in 799 milliseconds