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

1 2

  /external/icu4c/tools/tzcode/
ialloc.c 26 icalloc(nelem, elsize)
28 int elsize;
30 if (nelem == 0 || elsize == 0)
31 nelem = elsize = 1;
32 return calloc((size_t) nelem, (size_t) elsize);
private.h 175 char * icalloc(int nelem, int elsize);
  /build/tools/apriori/
debug.c 7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) {
14 if (!elsize) {
18 if (i && !(i % elsize)) fprintf(s, " ");
debug.h 86 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
  /build/tools/isprelinked/
debug.c 7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) {
13 if (!elsize) {
17 if (i && !(i % elsize)) fprintf(s, " ");
debug.h 86 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
  /build/tools/lsd/
debug.c 7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize)
14 if (!elsize) {
19 if (i && !(i % elsize)) fprintf(s, " ");
debug.h 91 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
  /development/tools/yuv420sp2rgb/
debug.c 7 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) {
14 if (!elsize) {
18 if (i && !(i % elsize)) fprintf(s, " ");
debug.h 88 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
  /external/elfcopy/
debug.c 9 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) {
15 if (!elsize) {
19 if (i && !(i % elsize)) fprintf(s, " ");
debug.h 92 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
elfcopy.c 344 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, ehdr->e_version); local
357 num_symbols != shdr_info[cnt].data->d_size / elsize,
361 shdr_info[cnt].data->d_size / elsize,
366 (shdr_info[cnt].data->d_size/elsize) *
375 (Elf32_Word *)CALLOC(shdr_info[cnt].data->d_size / elsize,
386 unsigned long num_symbols = shdr_info[cnt].data->d_size / elsize;
595 destidx * elsize,
597 shdr_info[cnt].shdr.sh_size = newdata->d_size = destidx * elsize;
801 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, ehdr->e_version); local
1243 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, local
2199 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, ehdr->e_version); local
    [all...]
  /build/tools/soslim/
debug.c 9 int dump_hex_buffer(FILE *s, void *b, size_t len, size_t elsize) {
15 if (!elsize) {
19 if (i && !(i % elsize)) fprintf(s, " ");
debug.h 86 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
soslim.c 291 size_t elsize; local
304 elsize = gelf_fsize (elf, ELF_T_SYM, 1, ehdr->e_version);
308 num_symbols != symdata->d_size / elsize,
312 symdata->d_size / elsize);
316 inner < symdata->d_size / elsize;
main.c 260 size_t elsize; local
269 elsize = gelf_fsize(elf, ELF_T_SYM, 1, ehdr.e_version);
272 for (index = 0; index < symdata->d_size / elsize; index++) {
symfilter.c 116 size_t elsize = gelf_fsize(elf, ELF_T_SYM, 1,
119 for (idx = 0; idx < filter->symtab.data->d_size / elsize;
  /external/elfutils/libebl/
eblcorenote.c 46 size_t elsize = (class == ELFCLASS32 local
49 for (cnt = 0; (cnt + 1) * elsize <= descsz; ++cnt)
  /build/tools/iself/
debug.h 88 int dump_hex_buffer(FILE *s, void *b, size_t l, size_t elsize);
  /external/elfutils/src/
strip.c 720 size_t elsize; local
749 elsize = gelf_fsize (elf, ELF_T_SYM, 1, ehdr->e_version);
752 inner < shdr_info[cnt].data->d_size / elsize;
1123 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, local
1376 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, local
1439 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, local
1537 size_t elsize = gelf_fsize (elf, verd->d_type, 1, local
    [all...]
  /hardware/msm7k/librpc/
xdr.c 332 * If addrp is NULL (*sizep * elsize) bytes are allocated.
333 * elsize is the size (in bytes) of each element, and elproc is the
341 u_int elsize, /* size in bytes of each element */
356 nodesize = c * elsize;
382 target += elsize;
  /bionic/libc/tzcode/
private.h 241 char * icalloc P((int nelem, int elsize));
  /system/core/libcutils/
private.h 245 char * icalloc P((int nelem, int elsize));
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memlink.h 76 void fill (iterator start, const void* p, size_type elsize, size_type elCount = 1);

Completed in 221 milliseconds

1 2