Searched refs:upper (Results 1 - 25 of 100) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxatonum_template.c17 unsigned type upper,
65 if (r >= lower && r <= upper)
70 (unsigned long long)upper);
77 unsigned type upper)
79 return xstrtou(_range_sfx)(numstr, base, lower, upper, NULL);
95 unsigned type upper,
98 return xstrtou(_range_sfx)(numstr, 10, lower, upper, suffixes);
103 unsigned type upper)
105 return xstrtou(_range_sfx)(numstr, 10, lower, upper, NULL);
123 type upper,
15 _range_sfx(const char *numstr, int base, unsigned type lower, unsigned type upper, const struct suffix_mult *suffixes) argument
75 _range(const char *numstr, int base, unsigned type lower, unsigned type upper) argument
93 _range_sfx(const char *numstr, unsigned type lower, unsigned type upper, const struct suffix_mult *suffixes) argument
101 _range(const char *numstr, unsigned type lower, unsigned type upper) argument
121 _range_sfx(const char *numstr, int base, type lower, type upper, const struct suffix_mult *suffixes) argument
149 _range(const char *numstr, int base, type lower, type upper) argument
154 _range_sfx(const char *numstr, type lower, type upper, const struct suffix_mult *suffixes) argument
162 _range(const char *numstr, type lower, type upper) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dname_table.h56 * @upper: name sequence upper bound
74 u32 upper; member in struct:publication
92 int tipc_nametbl_mc_translate(u32 type, u32 lower, u32 upper, u32 limit,
96 struct publication *tipc_nametbl_publish(u32 type, u32 lower, u32 upper,
99 struct publication *tipc_nametbl_insert_publ(u32 type, u32 lower, u32 upper,
H A Dname_table.c54 * @upper: name sequence upper bound
62 u32 upper; member in struct:sub_seq
116 static struct publication *publ_create(u32 type, u32 lower, u32 upper, argument
128 publ->upper = upper;
197 else if (instance > sseqs[mid].upper)
226 else if (instance > sseqs[mid].upper)
239 u32 type, u32 lower, u32 upper,
255 if ((sseq->lower != lower) || (sseq->upper !
238 tipc_nameseq_insert_publ(struct name_seq *nseq, u32 type, u32 lower, u32 upper, u32 scope, u32 node, u32 port, u32 key) argument
555 tipc_nametbl_insert_publ(u32 type, u32 lower, u32 upper, u32 scope, u32 node, u32 port, u32 key) argument
690 tipc_nametbl_mc_translate(u32 type, u32 lower, u32 upper, u32 limit, struct port_list *dports) argument
748 tipc_nametbl_publish(u32 type, u32 lower, u32 upper, u32 scope, u32 port_ref, u32 key) argument
[all...]
H A Dname_distr.c53 * @upper: name sequence upper bound
71 __be32 upper; member in struct:distr_item
92 i->upper = htonl(p->upper);
95 dbg("publ_to_item: %u, %u, %u\n", p->type, p->lower, p->upper);
226 publ->type, publ->lower, publ->upper);
259 ntohl(item->upper));
262 ntohl(item->upper),
276 ntohl(item->upper));
[all...]
H A Dcluster.c48 u32 lower, u32 upper);
247 u32 lower, u32 upper)
256 tipc_cltr_multicast(c_ptr, buf, lower, upper);
263 u32 lower, u32 upper)
272 tipc_cltr_multicast(c_ptr, buf, lower, upper);
499 u32 lower, u32 upper)
506 assert(lower <= upper);
509 assert(((upper >= 1) && (upper <= tipc_max_nodes)) ||
510 ((upper >
246 tipc_cltr_bcast_new_route(struct cluster *c_ptr, u32 dest, u32 lower, u32 upper) argument
262 tipc_cltr_bcast_lost_route(struct cluster *c_ptr, u32 dest, u32 lower, u32 upper) argument
498 tipc_cltr_multicast(struct cluster *c_ptr, struct sk_buff *buf, u32 lower, u32 upper) argument
[all...]
H A Dsubscr.c133 if (found_upper > sub->seq.upper)
134 found_upper = sub->seq.upper;
155 sub->seq.upper, found_lower, found_upper);
194 sub->evt.s.seq.upper,
252 sub->seq.type, sub->seq.lower, sub->seq.upper, subscriber);
312 sub->seq.type, sub->seq.lower, sub->seq.upper, subscriber);
364 sub->seq.upper = htohl(s->seq.upper, subscriber->swap);
369 || (sub->seq.lower > sub->seq.upper)) {
H A Dlink.h267 static inline int between(u32 lower, u32 upper, u32 n) argument
269 if ((lower < n) && (n < upper))
271 if ((upper < lower) && ((n > lower) || (n < upper)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/validchars/
H A Dvalidchr.c50 unsigned char map[256], upper[256], lower[256]; local
62 upper[i] = 0;
84 upper[c]++;
98 * 'one way' is something which is no upper and no lower character.
108 if (!upper[i])
117 if (upper[i])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Dentry-macro.S25 beq 1001f @ upper IRQ?
34 * IXP465/IXP435 has an upper IRQ status register
38 ldr \irqstat, [\irqstat] @ get upper interrupts
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/
H A Dmakenewtest.sh39 nameupper=`echo $1 | tr -t [:lower:] [:upper:]`
40 namelower=`echo $1 | tr -t [:upper:] [:lower:]`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dtime.h87 extern __inline__ void set_tb(unsigned int upper, unsigned int lower) argument
90 mtspr(SPRN_TBWU, upper);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Darcfb.c249 static void arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper, argument
259 yindex = upper >> 6;
262 ks108_set_yaddr(par, chipindex, upper/8);
266 (upper * linesize);
297 * lcd chips. update_page uses the upper/left values to decide which
298 * chip to select for the right. upper is needed for setting the page
304 unsigned int distance, upper, lower; local
307 upper = top;
312 arcfb_lcd_update_page(par, upper, left, right, 8);
313 upper
326 unsigned int distance, upper, lower; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dutil.c32 rand_between(double lower, double upper) argument
34 return ((upper - lower) / (RAND_MAX + 1.0) * rand() + lower);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/scripts/python/
H A DSambaConfig.py57 self.key = string.upper(string.strip(name))
138 return string.upper( string.join(string.split(param), "") )
200 service = string.upper(servicename)
208 service = string.upper(servicename)
214 service = string.upper(servicename)
227 service = string.upper(servicename)
H A Dgenerate_parm_table.py113 key = string.upper( string.join(string.split(parts[0]), "") )
150 ## strip the ""'s and upper case ##
153 key = string.upper( string.join(string.split(name), "") )
176 key = string.upper( string.join(string.split(name), "") )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.c960 char upper[100]; local
969 upper[i] = toupper(alias[i]);
970 if (upper[i] == 0) break;
972 upper[i] = 0;
978 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
998 char upper[100]; local
1004 upper[i] = toupper(alias[i]);
1005 if (upper[i] == 0) break;
1007 upper[i] = 0;
1026 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
1092 char upper[500]; local
1262 char upper[500]; local
1579 char upper[100]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.c960 char upper[100]; local
969 upper[i] = toupper(alias[i]);
970 if (upper[i] == 0) break;
972 upper[i] = 0;
978 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
998 char upper[100]; local
1004 upper[i] = toupper(alias[i]);
1005 if (upper[i] == 0) break;
1007 upper[i] = 0;
1026 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
1092 char upper[500]; local
1262 char upper[500]; local
1579 char upper[100]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dencoding.c960 char upper[100]; local
969 upper[i] = toupper(alias[i]);
970 if (upper[i] == 0) break;
972 upper[i] = 0;
978 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
998 char upper[100]; local
1004 upper[i] = toupper(alias[i]);
1005 if (upper[i] == 0) break;
1007 upper[i] = 0;
1026 if (!strcmp(xmlCharEncodingAliases[i].alias, upper)) {
1092 char upper[500]; local
1262 char upper[500]; local
1579 char upper[100]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c13 char *upper; /* Field name in upper-case */ member in struct:__anon2060
171 (fields[field_cnt].upper = strdup(p)) == NULL) {
209 /* Create a copy of the field name that's upper-case. */
210 for (p = fields[field_cnt].upper; *p != '\0'; ++p)
292 fprintf(hfp, "#define CSV_INDX_%s\t%d\n", f->upper, i + 1);
368 fprintf(cfp, " CSV_INDX_%s,", f->upper);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbinstr.S23 | to force the first byte formed to have a 0 in the upper 4 bits.
40 | upper word of d0. If it is the ls digit, write the word
51 | d2: upper 32-bits of fraction for mul by 8
53 | d4: upper 32-bits of fraction for mul by 2
106 addxl %d4,%d2 |add with extend upper 32 bits
109 swap %d6 |with d6 = 0; put 0 in upper word
117 aslw #4,%d7 |first digit in upper 4 bits d7b
131 lslw #4,%d7 |move it to upper 4 bits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtime.h152 static inline void set_tb(unsigned int upper, unsigned int lower) argument
155 mtspr(SPRN_TBWU, upper);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Duaccess.h20 #define RANGE_CHECK_OK(addr, size, lower, upper) \
21 (((addr) >= (lower)) && (((addr) + (size)) < (upper)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ep93xx/
H A Dentry-macro.S32 ldr \irqstat, [\base] @ upper 32 interrupts
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtipc.h59 __u32 upper; member in struct:tipc_name_seq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A De820.c182 unsigned long start, length, upper; local
187 upper = adapter_rom_resources[0].start;
188 for (start = video_rom_resource.start; start < upper; start += 2048) {
210 if (start < upper)
211 start = upper;
215 upper = system_rom_resource.start;
223 upper = extension_rom_resource.start;
228 for (i = 0; i < ARRAY_SIZE(adapter_rom_resources) && start < upper; start += 2048) {
240 if (!length || start + length > upper || !romchecksum(rom, length))

Completed in 345 milliseconds

1234