Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 8 of 8) sorted by relevance

/tools/build/tests/ex/
Dex.c9 int inc(void);
19 inc(); in main()
Dinc.c6 int inc(void) in inc() function
DBuild7 ex-y += inc.o
/tools/perf/bench/
Depoll-ctl.c207 int inc; in init_fdmaps() local
213 inc = 100/pct; in init_fdmaps()
214 for (i = 0; i < nfds; i+=inc) { in init_fdmaps()
/tools/perf/util/
Dhist.h416 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() argument
418 hpp->buf += inc; in advance_hpp()
419 hpp->size -= inc; in advance_hpp()
/tools/testing/selftests/rseq/
Drseq-x86.h304 int rseq_offset_deref_addv(intptr_t *ptr, long off, intptr_t inc, int cpu) in rseq_offset_deref_addv() argument
336 [inc] "er" (inc) in rseq_offset_deref_addv()
/tools/include/nolibc/
Dnolibc.h2109 void *sbrk(intptr_t inc) in sbrk() argument
2114 if ((ret = sys_brk(0)) && (sys_brk(ret + inc) == ret + inc)) in sbrk()
2115 return ret + inc; in sbrk()
/tools/perf/ui/browsers/
Dhists.c1585 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check() argument
1587 advance_hpp(hpp, inc); in advance_hpp_check()