Searched refs:bound (Results 26 - 50 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Ddgram.c47 unsigned bound:1; member in struct:dgram_sock
97 ro->bound = 0;
118 ro->bound = 1;
177 if (!ro->bound) {
217 if (!ro->bound)
246 ro->bound ? &ro->src_addr : NULL, size);
329 if (!ro->bound)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_sgdma.c18 bool bound; member in struct:nouveau_sgdma_be
64 if (nvbe->bound)
125 nvbe->bound = true;
140 if (!nvbe->bound)
165 nvbe->bound = false;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c39 uint32_t bound; member in struct:__anon19713
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-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h937 /* modulo inc/dec - assumes x E [0, bound - 1] */
938 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1)
939 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1)
941 /* modulo inc/dec, bound = 2^k */
942 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1))
943 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagfill.cpp43 static bool LINKAGEMODE MatchBoundaryPixel(wxImage *img, int x, int y, int w, int h, const wxColour & fill, const wxColour& bound) argument
52 if ( bound.Red() == r && bound.Green() == g && bound.Blue() == b )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dnet.h131 int bound,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.h139 //! set a bound which will cause sink to flush if exceeded by GetCurrentBufferSize()
140 virtual void SetAutoFlushBound(size_t bound) =0;
199 void SetAutoFlushBound(size_t bound) {m_autoFlushBound = bound;} argument
H A Dnbtheory.h22 // returns true if p is divisible by some prime less than bound
23 // bound not be greater than the largest entry in the prime table
24 CRYPTOPP_DLL bool CRYPTOPP_API TrialDivision(const Integer &p, unsigned bound);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dipsec_dump_policy.c175 ipsec_dump_ipsecrequest(buf, len, xisr, bound)
179 size_t bound; /* boundary */
184 if (xisr->sadb_x_ipsecrequest_len > bound) {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_unlzma.c76 uint32_t bound; member in struct:rc
152 *Because we want to always expose (rc->code < rc->bound) to optimizer
157 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
158 return rc->bound;
169 rc->range = rc->bound;
174 rc->range -= rc->bound;
175 rc->code -= rc->bound;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd013.tcl182 set bound [expr 2 * $nitems]
188 set bound [expr $nitems + 1]
193 for { set i $init } { $i <= $bound } { incr i $step } {
206 for { set i $init } { $i <= $bound } { incr i $step } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c3078 struct evhttp_bound_socket *bound = local
3080 if (bound == NULL)
3089 struct evhttp_bound_socket *bound; local
3100 bound = evhttp_accept_socket_with_handle(http, fd);
3102 if (bound != NULL) {
3105 return (bound);
3114 struct evhttp_bound_socket *bound = local
3116 if (bound == NULL)
3125 struct evhttp_bound_socket *bound; local
3137 bound
3148 struct evhttp_bound_socket *bound; local
3162 evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound) argument
3168 evhttp_bound_socket_get_listener(struct evhttp_bound_socket *bound) argument
3174 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) argument
3248 struct evhttp_bound_socket *bound; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dbcm.c121 int bound; member in struct:bcm_sock
172 seq_printf(m, " / bound %s", bcm_proc_getifname(ifname, bo->ifindex));
750 * Don't care if we're bound or not (due to netdev
1245 if (!bo->bound)
1255 /* no bound device as default => check msg_name */
1371 /* remove device reference, if this is our bound device */
1372 if (bo->bound && bo->ifindex == dev->ifindex) {
1373 bo->bound = 0;
1388 if (bo->bound && bo->ifindex == dev->ifindex) {
1405 bo->bound
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodec.c499 int bound, i, v, n, ch, j, mant; local
504 bound = (s->mode_ext + 1) * 4;
506 bound = SBLIMIT;
509 for (i = 0; i < bound; i++) {
514 for (i = bound; i < SBLIMIT; i++)
518 for (i = 0; i < bound; i++) {
524 for (i = bound; i < SBLIMIT; i++) {
533 for (i = 0; i < bound; i++) {
545 for (i = bound; i < SBLIMIT; i++) {
566 int table, bit_alloc_bits, i, j, ch, bound, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodec_template.c488 int bound, i, v, n, ch, j, mant; local
493 bound = (s->mode_ext + 1) * 4;
495 bound = SBLIMIT;
498 for (i = 0; i < bound; i++) {
503 for (i = bound; i < SBLIMIT; i++)
507 for (i = 0; i < bound; i++) {
513 for (i = bound; i < SBLIMIT; i++) {
522 for (i = 0; i < bound; i++) {
534 for (i = bound; i < SBLIMIT; i++) {
555 int table, bit_alloc_bits, i, j, ch, bound, local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A DMakefile94 for name in bound deconfig renew script ; do \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dsearch.cc185 /* Computes the upper bound on the indices passed to asso_values[],
498 /* Computes the upper bound on the indices passed to asso_values[]. */
851 /* Given the bound for _asso_values[c], we have a bound for the possible
949 /* Exclusive upper bound for the _asso_values[c] of this step.
1347 for (bound = 0,1,...)
1349 iter[ii] := bound
1350 iter[0..ii-1] := values <= bound
1351 iter[ii+1..k-1] := values < bound
1357 unsigned int bound local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dquery.tex35 Binds a user-defined variable to a column. Whenever a column is bound to a
43 Fills the bound variable with the data of the field recnum. When no variable
44 is bound to the column nothing will happen.

Completed in 244 milliseconds

1234