HomeSort by: relevance | last modified time | path
    Searched refs:lindex (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Filter.h 39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
90 bool include_range (uint64_t findex, uint64_t lindex);
Filter.cc 68 FilterNumeric::set_range (uint64_t findex, uint64_t lindex, uint64_t total)
70 if (first == findex && last == lindex)
73 last = lindex;
397 FilterNumeric::include_range (uint64_t findex, uint64_t lindex)
401 if (findex > lindex)
413 if (lindex + 1 < rp->first)
418 rp2->last = lindex;
426 if (lindex <= rp->last)
433 rp->last = lindex;
443 if (lindex + 1 < next->first
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Filter.h 39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
90 bool include_range (uint64_t findex, uint64_t lindex);
Filter.cc 68 FilterNumeric::set_range (uint64_t findex, uint64_t lindex, uint64_t total)
70 if (first == findex && last == lindex)
73 last = lindex;
397 FilterNumeric::include_range (uint64_t findex, uint64_t lindex)
401 if (findex > lindex)
413 if (lindex + 1 < rp->first)
418 rp2->last = lindex;
426 if (lindex <= rp->last)
433 rp->last = lindex;
443 if (lindex + 1 < next->first
    [all...]
  /src/external/gpl2/gmake/dist/
expand.c 269 p1 = lindex (beg, end, '$');
302 colon = lindex (beg, end, ':');
309 subst_end = lindex (subst_beg, end, '=');
make.h 427 extern char *lindex PARAMS ((const char *, const char *, int));
misc.c 411 lindex (const char *s, const char *limit, int c)
405 lindex (const char *s, const char *limit, int c) function
  /src/usr.sbin/envstat/
config.c 358 prop_string_t lindex; local
371 lindex = prop_dictionary_get(sb->dict, "index");
372 sensor = prop_string_value(lindex);
384 if (prop_string_equals(lindex, obj)) {
  /src/sys/arch/x86/x86/
mpacpi.c 179 int *index = aux, pin, lindex; local
253 lindex = isa_ovr->SourceIrq;
257 if (lindex > 2)
258 lindex--;
259 mpi = &mp_intrs[lindex];
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.c 635 ac_uint4 ch, last, lindex, sindex; local
643 lindex = last - LBase;
644 if (lindex < (ac_uint4) LCount) {
648 last = SBase + (lindex * VCount + vindex) * TCount;
  /src/external/gpl3/binutils/dist/gas/
symbols.c 2185 unsigned int lindex = 0;
2188 if (s[lindex] == LOCAL_LABEL_PREFIX)
2189 ++lindex;
2192 if (s[lindex] != 'L')
2195 for (label_number = 0, p = s + lindex + 1; ISDIGIT (*p); ++p)
2181 unsigned int lindex = 0; local
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 2185 unsigned int lindex = 0;
2188 if (s[lindex] == LOCAL_LABEL_PREFIX)
2189 ++lindex;
2192 if (s[lindex] != 'L')
2195 for (label_number = 0, p = s + lindex + 1; ISDIGIT (*p); ++p)
2181 unsigned int lindex = 0; local
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
objidl.d 101 LONG lindex;

Completed in 59 milliseconds