Searched refs:bound (Results 51 - 75 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c662 bool bound; member in struct:radeon_ttm_backend
690 gtt->bound = false;
712 gtt->bound = true;
722 gtt->bound = false;
731 if (gtt->bound) {
761 gtt->bound = false;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_lzma2.c499 uint32_t bound; local
503 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob;
504 if (rc->code < bound) {
505 rc->range = bound;
509 rc->range -= bound;
510 rc->code -= bound;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.cpp71 bool TrialDivision(const Integer &p, unsigned bound) argument
76 assert(primeTable[primeTableSize-1] >= bound);
79 for (i = 0; primeTable[i]<bound; i++)
83 if (bound == primeTable[i])
84 return (p % bound == 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_vm.c136 if (agpmem->bound <= baddr &&
137 agpmem->bound + agpmem->pages * PAGE_SIZE > baddr)
147 offset = (baddr - agpmem->bound) >> PAGE_SHIFT;
H A Ddrm_fb_helper.c1476 bool bound = false, crtcs_bound = false; local
1486 bound = true;
1489 if (!bound && crtcs_bound) {
H A Ddrm_bufs.c288 if ((map->offset >= entry->bound) &&
289 (map->offset + map->size <= entry->bound + entry->pages * PAGE_SIZE)) {
649 if ((agp_offset >= agp_entry->bound) &&
650 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c2382 struct evhttp_bound_socket *bound; local
2386 bound = malloc(sizeof(struct evhttp_bound_socket));
2387 if (bound == NULL)
2390 ev = &bound->bind_ev;
2399 free(bound);
2403 TAILQ_INSERT_TAIL(&http->sockets, bound, next);
2459 struct evhttp_bound_socket *bound; local
2463 while ((bound = TAILQ_FIRST(&http->sockets)) != NULL) {
2464 TAILQ_REMOVE(&http->sockets, bound, next);
2466 fd = bound
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c2322 struct evhttp_bound_socket *bound; local
2326 bound = malloc(sizeof(struct evhttp_bound_socket));
2327 if (bound == NULL)
2330 ev = &bound->bind_ev;
2339 free(bound);
2343 TAILQ_INSERT_TAIL(&http->sockets, bound, next);
2399 struct evhttp_bound_socket *bound; local
2403 while ((bound = TAILQ_FIRST(&http->sockets)) != NULL) {
2404 TAILQ_REMOVE(&http->sockets, bound, next);
2406 fd = bound
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.c164 int bound; member in struct:socket_info
1149 child_si->bound = 1;
1235 si->bound = 1;
1265 if (si->bound == 0) {
1318 si->bound = 1;
1448 if (si->bound == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewcolumn.tex6 One wxDataViewColumn is bound to one column in the data model,
H A Dglcontext.tex9 Therefore, one rendering context is usually used with or bound to multiple output windows in turn,
H A Ddatectrl.tex142 \false if no range limits are currently set, \true if at least one bound is
H A Devent.tex176 event handlers bound to this event will be called after the current one
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dfault.c166 int bound = get_clock_rate(); local
169 if (++retries > bound)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dmount.testroot130 losetup bound loop device (display) (should return error 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dhttp.h141 * returns an evhttp_bound_socket. The listener will be freed when the bound
147 * Return the listener used to implement a bound socket.
149 struct evconnlistener *evhttp_bound_socket_get_listener(struct evhttp_bound_socket *bound);
157 * If you created this bound socket with evhttp_bind_socket_with_handle or
159 * If you created this bound socket with evhttp_bind_listener, this function
174 * @return the file descriptor used by the bound socket
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsmpboot.c295 unsigned long flags, rt, master_time_stamp, bound; local
329 bound = rt;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c438 const unsigned int bound = local
441 const unsigned int bound = MAX(256, isqrt(n)); local
472 } while ((y = b[++j]) > 0 && numtries < bound);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A Dconfigure26920 for bound in INT_FAST8_MIN INT_FAST8_MAX UINT_FAST8_MAX \
26923 type=`echo $bound | sed -e 's,_MAX,_t,' -e 's,_MIN,_t,' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
26924 unsigned=`echo $bound | sed -e "$sed_unsigned" | tr U u`
26925 width=`echo $bound | sed -e 's,^U*INT,,' -e 's,_MIN,,' -e 's,_MAX,,'`
26926 limitkind=`echo $bound | sed -e "$sed_limitkind"`
26927 { echo "$as_me:$LINENO: checking for $bound" >&5
26928 echo $ECHO_N "checking for $bound... $ECHO_C" >&6; }
26929 if { as_var=gl_cv_stdint_$bound; eval "test \"\${$as_var+set}\" = set"; }; then
26939 #ifdef $bound
26946 eval gl_cv_stdint_$bound
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/bridges/
H A Dvme_tsi148.c480 unsigned long long bound; local
482 bound = address + count;
489 (vme_err->address < bound)) {
507 unsigned long long bound; local
509 bound = address + count;
517 (vme_err->address < bound)) {
591 dev_err(tsi148_bridge->parent, "Invalid VME bound alignment\n");
949 dev_err(tsi148_bridge->parent, "Invalid PCI bound alignment\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c238 if (entry->bound)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doptions.cc364 int _range_upper_bound; /* Upper bound (inclusive) of the range. */
426 /* Verify range's upper bound. */
432 /* Verify range's lower bound. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dscale.S167 cmpiw #0xffc0,%d1 |lower bound for normalization
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c253 /* But bound the total number */
993 if(!conn->bits.bound) {
994 /* If not already bound, bind to any interface, random UDP port. If it is
1014 conn->bits.bound = TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsmp_64.c191 unsigned long flags, rt, master_time_stamp, bound; local
212 bound = rt;

Completed in 406 milliseconds

1234