Searched refs:max (Results 76 - 100 of 4444) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/common/
H A Ddb_getlong.c21 __db_getlong(dbenv, progname, p, min, max, storep)
25 long min, max, *storep;
59 if (val > max) {
63 progname, p, max);
66 "%s: Greater than maximum value (%ld)", p, max);
81 __db_getulong(dbenv, progname, p, min, max, storep)
85 u_long min, max, *storep;
120 * We allow a 0 to substitute as a max value for ULONG_MAX because
125 if (max != 0 && val > max) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/lib/
H A Ddelay.S20 * lpj <= 0x01ffffff (max. 3355 bogomips)
29 ldr r2, [r2] @ max = 0x01ffffff
30 mov r0, r0, lsr #14 @ max = 0x0001ffff
31 mov r2, r2, lsr #10 @ max = 0x00007fff
32 mul r0, r2, r0 @ max = 2^32-1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/lib/
H A Ddelay.S20 * lpj <= 0x01ffffff (max. 3355 bogomips)
29 ldr r2, [r2] @ max = 0x01ffffff
30 mov r0, r0, lsr #14 @ max = 0x0001ffff
31 mov r2, r2, lsr #10 @ max = 0x00007fff
32 mul r0, r2, r0 @ max = 2^32-1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ez-ipupdate/
H A Dexample-dnsomatic.conf12 max-interval=2073600
H A Dexample-dyndns.conf13 max-interval=2073600
H A Dexample-gnudip.conf12 max-interval=2073600
H A Dexample-heipv6tb.conf18 max-interval=2073600
H A Dexample-tzo.conf14 max-interval=2073600
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ez-ipupdate/
H A Dexample-dnsomatic.conf12 max-interval=2073600
H A Dexample-dyndns.conf13 max-interval=2073600
H A Dexample-gnudip.conf12 max-interval=2073600
H A Dexample-heipv6tb.conf18 max-interval=2073600
H A Dexample-tzo.conf14 max-interval=2073600
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ez-ipupdate/
H A Dexample-dnsomatic.conf12 max-interval=2073600
H A Dexample-dyndns.conf13 max-interval=2073600
H A Dexample-gnudip.conf12 max-interval=2073600
H A Dexample-heipv6tb.conf18 max-interval=2073600
H A Dexample-tzo.conf14 max-interval=2073600
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibxt_length.c29 info->max = cb->val.u16_range[0];
31 info->max = cb->val.u16_range[1];
42 if (info->min == info->max)
45 printf("%u:%u", info->min, info->max);
53 if (info->min == info->max)
56 printf("%u:%u", info->min, info->max);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Duaccess.c22 unsigned long max; local
38 max = get_addr_limit() - (unsigned long) src;
39 if ((unsigned long) count > max) {
40 memset(dst + max, 0, count - max);
41 count = max;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Duaccess.c22 unsigned long max; local
38 max = get_addr_limit() - (unsigned long) src;
39 if ((unsigned long) count > max) {
40 memset(dst + max, 0, count - max);
41 count = max;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibxt_length.c29 info->max = cb->val.u16_range[0];
31 info->max = cb->val.u16_range[1];
42 if (info->min == info->max)
45 printf("%u:%u", info->min, info->max);
53 if (info->min == info->max)
56 printf("%u:%u", info->min, info->max);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibxt_length.c29 info->max = cb->val.u16_range[0];
31 info->max = cb->val.u16_range[1];
42 if (info->min == info->max)
45 printf("%u:%u", info->min, info->max);
53 if (info->min == info->max)
56 printf("%u:%u", info->min, info->max);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/rep/
H A Drep_auto.c17 __rep_bulk_marshal(env, argp, bp, max, lenp)
21 size_t *lenp, max;
25 if (max < __REP_BULK_SIZE
48 __rep_bulk_unmarshal(env, argp, bp, max, nextp)
52 size_t max;
58 if (max < needed)
66 if (max < needed)
85 __rep_control_marshal(env, argp, bp, max, lenp)
89 size_t *lenp, max;
93 if (max < __REP_CONTROL_SIZ
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/rep/
H A Drep_auto.c17 __rep_bulk_marshal(env, argp, bp, max, lenp)
21 size_t *lenp, max;
25 if (max < __REP_BULK_SIZE
48 __rep_bulk_unmarshal(env, argp, bp, max, nextp)
52 size_t max;
58 if (max < needed)
66 if (max < needed)
85 __rep_control_marshal(env, argp, bp, max, lenp)
89 size_t *lenp, max;
93 if (max < __REP_CONTROL_SIZ
[all...]

Completed in 216 milliseconds

1234567891011>>