Searched refs:in_range (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dunwind-arm.c826 int in_range = 0; local
875 in_range = (fnstart <= addr && addr < fnstart + (len & ~1));
882 && in_range)
906 if (in_range)
959 if (in_range && (!forced_unwind || !rtti_count))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp133 bool in_range = false; local
136 if (in_range) {
144 in_range = false;
150 // Turn on the in_range flag, we are looking for end of range next.
151 ++i; in_range = true;
159 // It is an error if after the loop, we're still in_range.
160 if (in_range)
/freebsd-10.1-release/sys/dev/cxgb/
H A Dcxgb_main.c2461 in_range(int val, int lo, int hi) function
2883 if (t->sched >= NTX_SCHED || !in_range(t->mode, 0, 1) ||
2884 !in_range(t->channel, 0, 1) ||
2885 !in_range(t->kbps, 0, 10000000) ||
2886 !in_range(t->class_ipg, 0, 10000 * 65535 / ticks_per_usec) ||
2887 !in_range(t->flow_ipg, 0,
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c925 register int in_range = 0;
937 if (last + 1 == c && ! in_range)
940 in_range = 1;
943 else if (last + 1 != c && in_range)
946 in_range = 0;
949 if (! in_range)
955 if (in_range)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c925 register int in_range = 0;
937 if (last + 1 == c && ! in_range)
940 in_range = 1;
943 else if (last + 1 != c && in_range)
946 in_range = 0;
949 if (! in_range)
955 if (in_range)
/freebsd-10.1-release/tools/tools/cxgbetool/
H A Dcxgbetool.c54 #define in_range(val, lo, hi) ( val < 0 || (val <= hi && val >= lo)) macro
2265 !in_range(op.u.params.maxrate, 1, 100)) {
2271 !in_range(op.u.params.maxrate, 1, 10000000)) {
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dt4_main.c7636 in_range(int val, int lo, int hi) function
7732 if (!in_range(p->u.params.channel, 0, 3) ||
7733 !in_range(p->u.params.cl, 0, is_t4(sc) ? 15 : 16) ||
7734 !in_range(p->u.params.minrate, 0, 10000000) ||
7735 !in_range(p->u.params.maxrate, 0, 10000000) ||
7736 !in_range(p->u.params.weight, 0, 100)) {
7814 if (!in_range(p->queue, 0, pi->ntxq - 1) || !in_range(p->cl, 0, 7)) {
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dbreakpoint.c470 static int in_range = 0;
502 in_range = 1;
505 else if (! in_range)
519 in_range = 0;
469 static int in_range = 0; local
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c1438 int in_range = 0;
1452 if (in_range)
1471 in_range = 0;
1484 || (in_range = 1, *str++ == '-'));
1436 int in_range = 0; local

Completed in 403 milliseconds