Searched refs:bound (Results 176 - 200 of 249) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dvalarith.c180 struct value *bound;
212 bound = value_from_longest (builtin_type_int, (LONGEST) lowerbound);
213 idx = value_sub (idx, bound);
179 struct value *bound; local
H A Dsymtab.c2951 struct partial_symbol **bound, **gbound, **sbound;
2959 bound = gbound;
2966 if (psym >= bound)
2968 if (bound == gbound && ps->n_static_syms != 0)
2971 bound = sbound;
2943 struct partial_symbol **bound, **gbound, **sbound; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-profile.c395 unsigned long bound; local
402 bound = strtoul (chp + 1, NULL, 0);
406 PROFILE_PC_END (CPU_PROFILE_DATA (STATE_CPU (sd, cpu_nr))) = bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dvalarith.c180 struct value *bound;
212 bound = value_from_longest (builtin_type_int, (LONGEST) lowerbound);
213 idx = value_sub (idx, bound);
179 struct value *bound; local
H A Dsymtab.c2951 struct partial_symbol **bound, **gbound, **sbound;
2959 bound = gbound;
2966 if (psym >= bound)
2968 if (bound == gbound && ps->n_static_syms != 0)
2971 bound = sbound;
2943 struct partial_symbol **bound, **gbound, **sbound; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-profile.c395 unsigned long bound; local
402 bound = strtoul (chp + 1, NULL, 0);
406 PROFILE_PC_END (CPU_PROFILE_DATA (STATE_CPU (sd, cpu_nr))) = bound;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c238 if (entry->bound)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c238 if (entry->bound)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dscale.S167 cmpiw #0xffc0,%d1 |lower bound for normalization
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dscale.S167 cmpiw #0xffc0,%d1 |lower bound for normalization
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dcfgloop.h53 /* The structure describing a bound on number of iterations of a loop. */
66 double_int bound; variable
73 /* The next bound in the list. */
170 /* Upper bound on number of iterations of a loop. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ddiff.c265 const unsigned bound = local
308 } while ((cand.y = b[++j]) > 0 && numtries < bound);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dsmp_64.c191 unsigned long flags, rt, master_time_stamp, bound; local
212 bound = rt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ddiff.c265 const unsigned bound = local
308 } while ((cand.y = b[++j]) > 0 && numtries < bound);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ddiff.c265 const unsigned bound = local
308 } while ((cand.y = b[++j]) > 0 && numtries < bound);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcmotp.c2713 uint32 base, bound, lim = 0, st; local
2759 bound = (i * 2) + rawotp[i + 1];
2760 OTP_MSG(("otp: trying chunk at 0x%x-0x%x\n", i * 2, bound));
2767 bound = rawotp[(lim / 2) + OTP_BOUNDARY_OFF];
2774 if (bound != rawotp[1])
2775 OTP_MSG(("otp: Bound 0x%x != chunk0 len 0x%x\n", bound,
2778 base = bound;
2835 OTP_MSG((" otp size = %d, boundary = 0x%x, nv base = 0x%x\n", lim, bound, base));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dsymtab.c2951 struct partial_symbol **bound, **gbound, **sbound;
2959 bound = gbound;
2966 if (psym >= bound)
2968 if (bound == gbound && ps->n_static_syms != 0)
2971 bound = sbound;
2943 struct partial_symbol **bound, **gbound, **sbound; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/
H A Daf_irda.c1653 int bound = 0; local
1689 /* Check that the socket is properly bound to an Ultra
1693 IRDA_DEBUG(0, "%s(), socket not bound to Ultra PID.\n",
1699 bound = 1;
1730 err = irlmp_connless_data_request((bound ? self->lsap : NULL),

Completed in 192 milliseconds

12345678910