Searched refs:fsize (Results 1 - 19 of 19) sorted by relevance

/external/elfutils/src/src/
H A Dxelf.h131 ? ({ size_t fsize; \
134 case ELF_T_BYTE: fsize = 1; break; \
135 case ELF_T_ADDR: fsize = sizeof (Elf32_Addr); break; \
136 case ELF_T_DYN: fsize = sizeof (Elf32_Dyn); break; \
137 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
138 case ELF_T_HALF: fsize = sizeof (Elf32_Half); break; \
139 case ELF_T_OFF: fsize = sizeof (Elf32_Off); break; \
140 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \
141 case ELF_T_RELA: fsize = sizeof (Elf32_Rela); break; \
142 case ELF_T_REL: fsize
[all...]
H A Dreadelf.c6529 unsigned int fsize; local
6532 get_uleb128 (fsize, linep, lineendp);
6535 cnt, diridx, mtime, fsize, fname);
/external/elfutils/src/libelf/
H A Delf32_fsize.c43 elfw2(LIBELFBITS, fsize) (type, count, version)
71 local_strong_alias (elfw2(LIBELFBITS, fsize), __elfw2(LIBELFBITS, msize))
H A DlibelfP.h409 elfw2(class,fsize) (type, n, __libelf_version)
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc90 uptr fsize = internal_filesize(fd); local
91 EXPECT_EQ(len1 + len2, fsize);
98 EXPECT_EQ(fsize, (uptr)st3.st_size);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc258 uptr fsize = internal_filesize(fd); local
259 CHECK_NE(fsize, (uptr)-1);
260 CHECK_GT(fsize, 0);
261 *buff_size = RoundUpTo(fsize, GetPageSizeCached());
/external/libopus/tests/
H A Dtest_opus_encode.c137 int fsize; local
391 fsize=fast_rand()%31;
404 int frame_size=fsizes[db62[fsize]];
447 fsize=(fsize+1)%36;
448 new_size=fsizes[db62[fsize]];
/external/toybox/toys/
H A De2fs.h103 uint8_t fsize; // Fragment size member in struct:ext2_inode
/external/valgrind/coregrind/
H A Dpub_core_libcfile.h50 extern Long VG_(fsize) ( Int fd );
H A Dm_libcfile.c381 Long VG_(fsize) ( Int fd ) function
/external/e2fsprogs/e2fsck/
H A Dpass2.c1276 unsigned char *frag, *fsize; local
1340 fsize = &inode.osd2.hurd2.h_i_fsize;
1343 frag = fsize = 0;
1354 if (fsize && *fsize) {
1355 pctx.num = *fsize;
1357 *fsize = 0;
H A Dpass1.c560 unsigned char frag, fsize; local
1046 fsize = inode->osd2.hurd2.h_i_fsize;
1049 frag = fsize = 0;
1052 if (inode->i_faddr || frag || fsize ||
/external/valgrind/coregrind/m_ume/
H A Dmain.c99 fsz = (SizeT)VG_(fsize)(fd);
/external/fio/
H A Dfilesetup.c988 uint64_t fsize; local
991 fsize = min(f->real_file_size, f->io_size);
993 nranges = (fsize + range_size - 1) / range_size;
1038 uint64_t fsize = min(f->real_file_size, f->io_size); local
1040 blocks = fsize / (unsigned long long) td->o.rw_min_bs;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c729 char frag, fsize; local
787 fsize = inode->osd2.hurd2.h_i_fsize;
790 frag = fsize = 0;
793 prefix, inode->i_faddr, frag, fsize);
1212 unsigned char *frag, *fsize; local
1260 fsize = &inode.osd2.hurd2.h_i_fsize;
1263 frag = fsize = 0;
1267 if (fsize)
1268 modify_u8(argv[0], "Fragment size", decimal_format, fsize);
/external/nanopb-c/generator/
H A Dnanopb_generator.py586 fsize = field.encoded_size(allmsgs)
587 if fsize is None:
589 size += fsize
/external/libvpx/libvpx/
H A Dvpxenc.c1697 static size_t fsize = 0; local
1717 fsize = pkt->data.frame.sz;
1719 ivf_write_frame_header(stream->file, pkt->data.frame.pts, fsize);
1721 fsize += pkt->data.frame.sz;
1726 ivf_write_frame_size(stream->file, fsize);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java209 public void setFetchSize(int fsize) throws SQLException {
210 if (fsize != 1) {
/external/mesa3d/include/GL/
H A Dglext.h10250 GLAPI void APIENTRY glVertexAttribPointerNV (GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid *pointer);
10315 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERNVPROC) (GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid *pointer);

Completed in 4705 milliseconds