HomeSort by relevance Sort by last modified time
    Searched refs:bim (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
bfdio.c 473 struct bfd_in_memory *bim; local
476 bim = (struct bfd_in_memory *) abfd->iostream;
478 if (abfd->where + get > bim->size)
480 if (bim->size < (bfd_size_type) abfd->where)
483 get = bim->size - abfd->where;
486 memcpy (ptr, bim->buffer + abfd->where, (size_t) get);
493 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
495 if (abfd->where + size > bim->size)
499 oldsize = (bim->size + 127) & ~(bfd_size_type) 127;
500 bim->size = abfd->where + size
529 struct bfd_in_memory *bim; local
582 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
601 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
    [all...]
peicode.h 92 struct bfd_in_memory * bim; member in struct:__anon4091
618 BFD_ASSERT (vars->data + size < vars->bim->buffer + vars->bim->size);
654 BFD_ASSERT (vars->data <= vars->bim->buffer + vars->bim->size);
807 vars.bim
808 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
809 if (vars.bim == NULL)
813 vars.bim->buffer = ptr;
814 vars.bim->size = ILF_DATA_SIZE
    [all...]
opncls.c 843 struct bfd_in_memory *bim;
851 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
852 if (bim == NULL)
854 abfd->iostream = bim;
856 bim->size = 0;
857 bim->buffer = 0;
842 struct bfd_in_memory *bim; local
    [all...]
elfcode.h 1623 struct bfd_in_memory *bim; local
    [all...]
coff-alpha.c 2052 struct bfd_in_memory *bim; local
    [all...]
xcofflink.c 3976 struct bfd_in_memory *bim; local
    [all...]
archive.c 1924 struct bfd_in_memory *bim = (struct bfd_in_memory *) member->iostream; local
    [all...]
  /external/syslinux/gpxe/src/crypto/axtls/
bigint.h 51 bigint *bi_divide(BI_CTX *ctx, bigint *bia, bigint *bim, int is_mod);
54 bigint *bi_mod_power2(BI_CTX *ctx, bigint *bi, bigint *bim, bigint *biexp);
56 void bi_set_mod(BI_CTX *ctx, bigint *bim, int mod_offset);
bigint.c 500 static comp modular_inverse(bigint *bim)
506 comp N = bim->comps[0];
708 * @param bim [in] The bigint modulus that will be used.
714 void bi_set_mod(BI_CTX *ctx, bigint *bim, int mod_offset)
716 int k = bim->size;
717 comp d = (comp)((long_comp)COMP_RADIX/(bim->comps[k-1]+1));
722 ctx->bi_mod[mod_offset] = bim;
724 ctx->bi_normalised_mod[mod_offset] = bi_int_multiply(ctx, bim, d);
1168 bigint *bim = ctx->bi_mod[mod_offset]; local
1178 n = bim->size
1298 bigint *bim = ctx->bi_mod[mod_offset]; local
    [all...]
  /external/ImageMagick/www/api/
profile.php 292 <dd>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles). </dd>
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 841 milliseconds