Searched refs:range (Results 76 - 100 of 337) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dchcon.c28 static char *range = NULL; variable
57 user, role, type, range);
117 "range\0" Required_argument "l"
140 &user, &role, &type, &range, &reference_file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DDataCursor.java28 * indices, calling bindings, constraining access to a key range, etc.</p>
44 private KeyRange range; field in class:DataCursor
72 * Creates a cursor for a given view and single key range.
78 init(view, writeAllowed, null, view.subRange(view.range, singleKey));
82 * Creates a cursor for a given view and key range.
92 (view.range, beginKey, beginInclusive, endKey, endInclusive));
145 * Returns the internal range cursor.
157 KeyRange range)
165 this.range = (range !
154 init(DataView view, boolean writeAllowed, CursorConfig config, KeyRange range) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.l97 " out of range\n");
115 "sequence out of range\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drangecoder.c47 c->range= 0xFF00;
100 c->range=0xFF;
103 c->range=0xFF;
107 assert(c->range >= 0x100);
H A Dgolomb.h133 static inline int get_te0_golomb(GetBitContext *gb, int range){ argument
134 assert(range >= 1);
136 if(range==1) return 0;
137 else if(range==2) return get_bits1(gb)^1;
144 static inline int get_te_golomb(GetBitContext *gb, int range){ argument
145 assert(range >= 1);
147 if(range==2) return get_bits1(gb)^1;
431 static inline void set_te_golomb(PutBitContext *pb, int i, int range){ argument
432 assert(range >= 1);
433 assert(i<=range);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_queue.h40 size_t range; /* Optional range of packet requested */ member in struct:ipq_mode_msg
61 IPQ_COPY_PACKET /* Copy metadata + packet (range) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dmake_floor_books.pl60 my($datafile,$range,$guard)=split(' ',$1);
77 my $command="huffbuild $datafile.tmp $range $guard";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c1 /* Masquerade. Simple mapping which alters range to a local IP address
45 if (mr->range[0].flags & IP_NAT_RANGE_MAP_IPS) {
101 /* Transfer from original range. */
103 { mr->range[0].flags | IP_NAT_RANGE_MAP_IPS,
105 mr->range[0].min, mr->range[0].max });
107 /* Hand modified range to generic setup. */
H A Dnf_nat_helper.c416 struct nf_nat_range range; local
422 range.flags = IP_NAT_RANGE_MAP_IPS;
423 range.min_ip = range.max_ip
426 nf_nat_setup_info(ct, &range, NF_IP_POST_ROUTING);
429 range.flags = (IP_NAT_RANGE_MAP_IPS | IP_NAT_RANGE_PROTO_SPECIFIED);
430 range.min = range.max = exp->saved_proto;
431 range.min_ip = range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libipq/
H A Dip_queue_64.h30 u_int64_t range; /* Optional range of packet requested */ member in struct:ipq_mode_msg
51 IPQ_COPY_PACKET /* Copy metadata + packet (range) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c74 const struct channel_range *range; local
77 range = zd_channel_range(mac->regdomain);
78 if (!range->start) {
82 mac->requested_channel = range->start;
628 int zd_mac_get_range(struct zd_mac *mac, struct iw_range *range) argument
634 memset(range, 0, sizeof(*range));
636 range->throughput = 27 * 1000 * 1000;
638 range->max_qual.qual = 100;
639 range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dthread2.py58 for i in range(THREADS_COUNT):
74 for i in range(THREADS_COUNT):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py4 # the character-validation range routines, and updated to the
30 # before a range table is produced. If there are less than this
40 # block range
57 range = string.strip(fields[0]) variable
58 (start, end) = string.split(range, "..")
302 # a range table suitable for xmlCharInRange
311 for range in ranges:
312 (low, high) = range
348 * Returns pointer to range function if found, otherwise NULL
427 for range i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaDec.c18 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
20 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
21 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
22 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
48 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
50 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
51 #define UPDATE_0_CHECK range = bound;
52 #define UPDATE_1_CHECK range
157 UInt32 range = p->range; local
334 range >>= 1; local
498 UInt32 range = p->range; local
662 range >>= 1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c38 uint32_t range; member in struct:__anon11169
71 rc->range = 0xFFFFFFFF;
92 rc->range <<= 8;
97 if (rc->range < (1 << RC_TOP_BITS)) {
111 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
123 rc->range = rc->bound;
128 rc->range -= rc->bound;
151 rc->range >>= 1;
152 if (rc->code >= rc->range) {
153 rc->code -= rc->range;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dservices.c170 l1 = &(scontext->range.level[0]);
171 l2 = &(tcontext->range.level[0]);
174 l1 = &(scontext->range.level[0]);
175 l2 = &(tcontext->range.level[1]);
178 l1 = &(scontext->range.level[1]);
179 l2 = &(tcontext->range.level[0]);
182 l1 = &(scontext->range.level[1]);
183 l2 = &(tcontext->range.level[1]);
186 l1 = &(scontext->range.level[0]);
187 l2 = &(scontext->range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c211 int (*map)(u32 *addr, const u32 *range,
226 /* Make sure the least significant 64-bits are in-range. Even
245 static int of_bus_default_map(u32 *addr, const u32 *range, argument
256 if (of_out_of_range(addr, range, range + na + pna, na, ns))
259 /* Start with the parent range base. */
260 memcpy(result, range + na, pna * 4);
266 range[na - 1 - i]);
309 static int of_bus_pci_map(u32 *addr, const u32 *range, argument
316 if ((addr[0] ^ range[
373 of_bus_sbus_map(u32 *addr, const u32 *range, int na, int ns, int pna) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java170 // with empty range
242 // single key range
374 KeyRange range = new KeyRange(null);
377 /* Base range [1, 2] */
380 range = range.subRange(begin, true, end, true);
386 range2 = range.subRange(begin2, false, end2, true);
394 range2 = range.subRange(begin2, true, end2, false);
401 range2 = range.subRange(begin2, true, end2, true);
407 range2 = range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dparide.c274 int best, range; local
279 range = 3;
281 range = 8;
282 if ((range == 8) && (pi->port % 8))
284 pi->reserved = range;
289 range = 3;
291 range = 8;
292 if ((range == 8) && (pi->port % 8))
294 pi->reserved = range;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest062.tcl114 set d [string range $orig_d 2 end]
122 [string range [lindex [lindex $ret 0] 1] 2 end]
144 [string range $d 2 end] [repeat $k 2]
H A Dfopscript.tcl62 if {[string range $handle 0 1] == "db" } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/connector/
H A Dcn_test.c91 req->range = 10;
98 req->range = 10;
105 req->range = 10;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_multiport.c96 char *buffer, *cp, *next, *range; local
109 range = strchr(cp, ':');
110 if (range) {
114 *range++ = '\0';
117 if (range) {
119 multiinfo->ports[++i] = parse_port(range, proto);
H A Dlibipt_multiport.c98 char *buffer, *cp, *next, *range; local
111 range = strchr(cp, ':');
112 if (range) {
116 *range++ = '\0';
119 if (range) {
121 multiinfo->ports[++i] = parse_port(range, proto);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dimg2.c123 int range, last_index, range1, first_index; local
141 range = 0;
143 if (!range)
146 range1 = 2 * range;
152 range = range1;
154 if (range >= (1 << 30))
157 /* we are sure than image last_index + range exists */
158 if (!range)
160 last_index += range;

Completed in 408 milliseconds

1234567891011>>