HomeSort by: relevance | last modified time | path
    Searched defs:mtl (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_move.c 97 db_recno_t cnt, diff, fl, tl, mfl, mtl; local
147 mtl = tl;
165 mtl = tl + diff;
192 lmp->lno >= mfl && lmp->lno <= mtl)
ex_move.c 97 db_recno_t cnt, diff, fl, tl, mfl, mtl; local
147 mtl = tl;
165 mtl = tl + diff;
192 lmp->lno >= mfl && lmp->lno <= mtl)
  /src/external/gpl3/binutils/dist/bfd/
cofflink.c 1750 struct coff_debug_merge_type *mtl;
1752 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1756 if (mtl->type_class != mt->type_class)
1759 for (me = mt->elements, mel = mtl->elements;
1773 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1784 *indexp = mtl->indx
1749 struct coff_debug_merge_type *mtl; local
    [all...]
cofflink.c 1750 struct coff_debug_merge_type *mtl;
1752 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1756 if (mtl->type_class != mt->type_class)
1759 for (me = mt->elements, mel = mtl->elements;
1773 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1784 *indexp = mtl->indx
1749 struct coff_debug_merge_type *mtl; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 1762 struct coff_debug_merge_type *mtl;
1764 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1768 if (mtl->type_class != mt->type_class)
1771 for (me = mt->elements, mel = mtl->elements;
1785 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1796 *indexp = mtl->indx
1761 struct coff_debug_merge_type *mtl; local
    [all...]
cofflink.c 1762 struct coff_debug_merge_type *mtl;
1764 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1768 if (mtl->type_class != mt->type_class)
1771 for (me = mt->elements, mel = mtl->elements;
1785 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1796 *indexp = mtl->indx
1761 struct coff_debug_merge_type *mtl; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 1723 struct coff_debug_merge_type *mtl;
1725 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1729 if (mtl->type_class != mt->type_class)
1732 for (me = mt->elements, mel = mtl->elements;
1746 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1757 *indexp = mtl->indx
1722 struct coff_debug_merge_type *mtl; local
    [all...]
cofflink.c 1723 struct coff_debug_merge_type *mtl;
1725 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1729 if (mtl->type_class != mt->type_class)
1732 for (me = mt->elements, mel = mtl->elements;
1746 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1757 *indexp = mtl->indx
1722 struct coff_debug_merge_type *mtl; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 1762 struct coff_debug_merge_type *mtl;
1764 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1768 if (mtl->type_class != mt->type_class)
1771 for (me = mt->elements, mel = mtl->elements;
1785 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1796 *indexp = mtl->indx
1761 struct coff_debug_merge_type *mtl; local
    [all...]
cofflink.c 1762 struct coff_debug_merge_type *mtl;
1764 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1768 if (mtl->type_class != mt->type_class)
1771 for (me = mt->elements, mel = mtl->elements;
1785 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1796 *indexp = mtl->indx
1761 struct coff_debug_merge_type *mtl; local
    [all...]
  /src/external/bsd/zstd/dist/tests/
paramgrill.c 1489 size_t mtl = memoTableLen(mtAll[i].varArray, mtAll[i].varLen); local
1492 if(memoTableLog != PARAM_UNSET && mtl > (1ULL << memoTableLog)) { /* use hash table */ /* provide some option to only use hash tables? */
1494 mtl = ((size_t)1 << memoTableLog);
1497 mtAll[i].table = (BYTE*)calloc(sizeof(BYTE), mtl);
1498 mtAll[i].tableLen = mtl;
paramgrill.c 1489 size_t mtl = memoTableLen(mtAll[i].varArray, mtAll[i].varLen); local
1492 if(memoTableLog != PARAM_UNSET && mtl > (1ULL << memoTableLog)) { /* use hash table */ /* provide some option to only use hash tables? */
1494 mtl = ((size_t)1 << memoTableLog);
1497 mtAll[i].table = (BYTE*)calloc(sizeof(BYTE), mtl);
1498 mtAll[i].tableLen = mtl;

Completed in 153 milliseconds