Searched refs:bound (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A DCA.pl168 my ($infile, $outfile, $bound) = @_;
173 $flag = 1 if (/^-----BEGIN.*$bound/) ;
175 if (/^-----END.*$bound/) {
H A DCA.pl.in168 my ($infile, $outfile, $bound) = @_;
173 $flag = 1 if (/^-----BEGIN.*$bound/) ;
175 if (/^-----END.*$bound/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.pl175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dsimple.script16 renew|bound)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dsimple.script16 renew|bound)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_memory.c98 if (agpmem->bound <= offset
99 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >=
116 agpmem->memory->memory + (offset - agpmem->bound) / PAGE_SIZE;
H A Ddrm_agpsupport.c233 entry->bound = 0;
319 if (!entry->bound)
323 entry->bound = 0;
352 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
365 if (entry->bound)
370 entry->bound = dev->agp->base + (page << PAGE_SHIFT);
371 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n",
372 dev->agp->base, entry->bound);
401 * AGP memory entry. If the memory it's currently bound, unbind it via
413 if (entry->bound)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c102 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
103 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
153 char bound[33], c; local
167 RAND_pseudo_bytes((unsigned char *)bound, 32);
169 c = bound[i] & 0xf;
172 bound[i] = c;
174 bound[32] = 0;
179 bound, mime_eol, mime_eol);
183 BIO_printf(bio, "------%s%s", bound, mime_eol);
185 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eo
376 multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret) argument
684 mime_bound_check(char *line, int linelen, char *bound, int blen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c103 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
104 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
151 char bound[33], c; local
166 RAND_pseudo_bytes((unsigned char *)bound, 32);
168 c = bound[i] & 0xf;
171 bound[i] = c;
173 bound[32] = 0;
178 bound, mime_eol, mime_eol);
182 BIO_printf(bio, "------%s%s", bound, mime_eol);
184 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eo
435 multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret) argument
743 mime_bound_check(char *line, int linelen, char *bound, int blen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxalloc.h90 xnboundedmalloc (size_t n, size_t bound, size_t s) argument
92 if (n > bound)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxalloc.h90 xnboundedmalloc (size_t n, size_t bound, size_t s) argument
92 if (n > bound)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dpkt_sched.h57 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) argument
59 return min(tv1 - tv2, bound);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxalloc.h90 xnboundedmalloc (size_t n, size_t bound, size_t s) argument
92 if (n > bound)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxalloc.h90 xnboundedmalloc (size_t n, size_t bound, size_t s) argument
92 if (n > bound)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dudhcpc.c80 * bound: This argument is used when udhcpc moves from an unbound, to
81 * a bound state. All of the paramaters are set in enviromental
86 bound(void) function
137 bound();
150 else if (strstr(argv[1], "bound"))
151 return bound();
197 * bound: This argument is used when udhcpc moves from an unbound, to
198 * a bound state. All of the paramaters are set in enviromental
266 else if (strstr(argv[1], "bound"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h753 /* modulo inc/dec - assumes x E [0, bound - 1] */
754 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1)
755 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1)
757 /* modulo inc/dec, bound = 2^k */
758 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1))
759 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_wanpipe.h43 unsigned char bound; member in struct:__anon9916
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c39 uint32_t bound; member in struct:__anon11169
104 * Because we want to always expose (rc->code < rc->bound) to optimizer.
111 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
112 return rc->bound;
123 rc->range = rc->bound;
128 rc->range -= rc->bound;
129 rc->code -= rc->bound;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaDec.c20 #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));
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 -= bound; code -= bound;
163 UInt32 bound; local
507 UInt32 bound; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h163 #define DB_ALIGN(v, bound) \
164 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
168 #define ALIGNP_INC(p, bound) \
169 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h162 #define DB_ALIGN(v, bound) \
163 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
167 #define ALIGNP_INC(p, bound) \
168 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h161 #define DB_ALIGN(v, bound) \
162 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
166 #define ALIGNP_INC(p, bound) \
167 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h165 #define DB_ALIGN(v, bound) \
166 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
170 #define ALIGNP_INC(p, bound) \
171 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h162 #define DB_ALIGN(v, bound) \
163 (((v) + (bound) - 1) & ~(((uintmax_t)(bound)) - 1))
167 #define ALIGNP_INC(p, bound) \
168 (void *)(((uintptr_t)(p) + (bound) - 1) & ~(((uintptr_t)(bound)) - 1))

Completed in 265 milliseconds

123