HomeSort by: relevance | last modified time | path
    Searched defs:els (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/libctf/
ctf-util.c 297 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h); local
298 if ((i2->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
301 els * sizeof (ctf_next_hkv_t));
ctf-util.c 297 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h); local
298 if ((i2->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
301 els * sizeof (ctf_next_hkv_t));
ctf-hash.c 532 size_t els = ctf_dynhash_elements (h); local
538 if (((ssize_t) els) < 0)
544 if ((i->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
566 ctf_qsort_r (i->u.ctn_sorted_hkv, els, sizeof (ctf_next_hkv_t),
570 i->ctn_size = (ssize_t) els;
ctf-hash.c 532 size_t els = ctf_dynhash_elements (h); local
538 if (((ssize_t) els) < 0)
544 if ((i->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
566 ctf_qsort_r (i->u.ctn_sorted_hkv, els, sizeof (ctf_next_hkv_t),
570 i->ctn_size = (ssize_t) els;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-util.c 297 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h); local
298 if ((i2->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
301 els * sizeof (ctf_next_hkv_t));
ctf-util.c 297 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h); local
298 if ((i2->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
301 els * sizeof (ctf_next_hkv_t));
ctf-hash.c 532 size_t els = ctf_dynhash_elements (h); local
538 if (((ssize_t) els) < 0)
544 if ((i->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
566 ctf_qsort_r (i->u.ctn_sorted_hkv, els, sizeof (ctf_next_hkv_t),
570 i->ctn_size = (ssize_t) els;
ctf-hash.c 532 size_t els = ctf_dynhash_elements (h); local
538 if (((ssize_t) els) < 0)
544 if ((i->u.ctn_sorted_hkv = calloc (els, sizeof (ctf_next_hkv_t))) == NULL)
566 ctf_qsort_r (i->u.ctn_sorted_hkv, els, sizeof (ctf_next_hkv_t),
570 i->ctn_size = (ssize_t) els;
  /src/sys/kern/
core_elf32.c 491 elf_lwpstatus els; member in struct:elf_coredump_note_data
512 elf_read_lwpstatus(l, &d->els);
514 ELFNAMEEND(coredump_savenote)(ns, PT_LWPSTATUS, d->name, &d->els,
515 sizeof(d->els));
core_elf32.c 491 elf_lwpstatus els; member in struct:elf_coredump_note_data
512 elf_read_lwpstatus(l, &d->els);
514 ELFNAMEEND(coredump_savenote)(ns, PT_LWPSTATUS, d->name, &d->els,
515 sizeof(d->els));
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.c 497 int els; local
501 els = (dimind < DIMNUM
511 a = els;
516 non_fatal (_("Out of range sum for els (%#x) * size (%#x)"), els, res->size);
518 ptr->u.array.dim = els;
coffgrok.c 497 int els; local
501 els = (dimind < DIMNUM
511 a = els;
516 non_fatal (_("Out of range sum for els (%#x) * size (%#x)"), els, res->size);
518 ptr->u.array.dim = els;
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.c 497 int els; local
501 els = (dimind < DIMNUM
511 a = els;
516 non_fatal (_("Out of range sum for els (%#x) * size (%#x)"), els, res->size);
518 ptr->u.array.dim = els;
coffgrok.c 497 int els; local
501 els = (dimind < DIMNUM
511 a = els;
516 non_fatal (_("Out of range sum for els (%#x) * size (%#x)"), els, res->size);
518 ptr->u.array.dim = els;
  /src/sys/dev/ic/
isp_target.c 170 els_t *els; member in union:__anon2819
191 #define els unp.els macro
473 #undef els macro
isp_target.c 170 els_t *els; member in union:__anon2819
191 #define els unp.els macro
473 #undef els macro
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 390 void *els;
399 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N])
405 (VEC).els = NULL; \
3034 vec->els = bfd_malloc (vec->max_el * elsz);
3050 vec->els = bfd_realloc_or_free (vec->els, amt);
3053 if (vec->els == NULL)
3055 return (char *) vec->els + elsz * vec->nbr_el++;
389 void *els; member in struct:vector_type
vms-alpha.c 390 void *els;
399 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N])
405 (VEC).els = NULL; \
3034 vec->els = bfd_malloc (vec->max_el * elsz);
3050 vec->els = bfd_realloc_or_free (vec->els, amt);
3053 if (vec->els == NULL)
3055 return (char *) vec->els + elsz * vec->nbr_el++;
389 void *els; member in struct:vector_type
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 390 void *els;
399 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N])
405 (VEC).els = NULL; \
3021 vec->els = bfd_malloc (vec->max_el * elsz);
3037 vec->els = bfd_realloc_or_free (vec->els, amt);
3040 if (vec->els == NULL)
3042 return (char *) vec->els + elsz * vec->nbr_el++;
389 void *els; member in struct:vector_type
vms-alpha.c 390 void *els;
399 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N])
405 (VEC).els = NULL; \
3021 vec->els = bfd_malloc (vec->max_el * elsz);
3037 vec->els = bfd_realloc_or_free (vec->els, amt);
3040 if (vec->els == NULL)
3042 return (char *) vec->els + elsz * vec->nbr_el++;
389 void *els; member in struct:vector_type
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 3654 rtx els = XEXP (SET_SRC (x), 2); local
3661 && !rtx_equal_p (dst, els))
3665 if ((CONST_INT_P (then) || CONST_INT_P (els))
3668 || (CONST_INT_P (els) && !satisfies_constraint_K (els))))
3672 if (MEM_P (dst) && (!REG_P (then) || !REG_P (els)))
6835 THEN or ELS into TARGET depending on the comparison COND of CMP_OP1
6839 s390_expand_vcond (rtx target, rtx then, rtx els,
6848 rtx op = (cond == LT) ? els : then;
6860 rtx negop = (cond == LT) ? then : els;
    [all...]
s390.cc 3654 rtx els = XEXP (SET_SRC (x), 2); local
3661 && !rtx_equal_p (dst, els))
3665 if ((CONST_INT_P (then) || CONST_INT_P (els))
3668 || (CONST_INT_P (els) && !satisfies_constraint_K (els))))
3672 if (MEM_P (dst) && (!REG_P (then) || !REG_P (els)))
6835 THEN or ELS into TARGET depending on the comparison COND of CMP_OP1
6839 s390_expand_vcond (rtx target, rtx then, rtx els,
6848 rtx op = (cond == LT) ? els : then;
6860 rtx negop = (cond == LT) ? then : els;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14760 unsigned els;
14873 for (j = 0; j < neon_shape_tab[shape].els; j++)
15203 neon_check_type (unsigned els, enum neon_shape ns, ...)
15215 if (els > 1 && !inst.operands[1].present)
15220 for (i = 0; i < els; i++)
15235 for (i = 0; i < els; i++)
15246 if (inst.vectype.elems == 1 && els > 1)
15249 inst.vectype.elems = els;
15251 for (j = 0; j < els; j++)
15256 else if (inst.vectype.elems == 0 && els > 0
14755 unsigned els; member in struct:neon_shape_info
    [all...]
tc-arm.c 14760 unsigned els;
14873 for (j = 0; j < neon_shape_tab[shape].els; j++)
15203 neon_check_type (unsigned els, enum neon_shape ns, ...)
15215 if (els > 1 && !inst.operands[1].present)
15220 for (i = 0; i < els; i++)
15235 for (i = 0; i < els; i++)
15246 if (inst.vectype.elems == 1 && els > 1)
15249 inst.vectype.elems = els;
15251 for (j = 0; j < els; j++)
15256 else if (inst.vectype.elems == 0 && els > 0
14755 unsigned els; member in struct:neon_shape_info
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14763 unsigned els;
14876 for (j = 0; j < neon_shape_tab[shape].els; j++)
15206 neon_check_type (unsigned els, enum neon_shape ns, ...)
15218 if (els > 1 && !inst.operands[1].present)
15223 for (i = 0; i < els; i++)
15238 for (i = 0; i < els; i++)
15249 if (inst.vectype.elems == 1 && els > 1)
15252 inst.vectype.elems = els;
15254 for (j = 0; j < els; j++)
15259 else if (inst.vectype.elems == 0 && els > 0
14758 unsigned els; member in struct:neon_shape_info
    [all...]

Completed in 155 milliseconds

1 2