Searched refs:adjustment (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dnice.c16 int old_priority, adjustment; local
25 adjustment = 10; /* Set default adjustment. */
38 adjustment = xatoi_range(argv[1], INT_MIN/2, INT_MAX/2);
43 int prio = old_priority + adjustment;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Drenice.c37 int adjustment, new_priority; local
51 /* Check if we are using a relative adjustment. */
64 /* Get the priority adjustment (absolute or relative). */
65 adjustment = xatoi_range(arg, INT_MIN/2, INT_MAX/2);
110 new_priority = old_priority + adjustment;
112 new_priority = adjustment;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dgen_uuid.c208 static int adjustment = 0; local
226 adjustment = 0;
230 if (adjustment >= MAX_ADJUSTMENT)
232 adjustment++;
234 adjustment = 0;
238 clock_reg = tv.tv_usec*10 + adjustment;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drwsem.c151 struct rwsem_waiter *waiter, signed long adjustment)
166 count = rwsem_atomic_update(adjustment, sem);
150 rwsem_down_failed_common(struct rw_semaphore *sem, struct rwsem_waiter *waiter, signed long adjustment) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/
H A Dsysinfo.c50 unsigned short adjustment[0]; member in struct:sysinfo_1_2_2
199 i, info->adjustment[i-2],
208 i, info->adjustment[i-2]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wl/
H A Dwl_generic.mk77 # The paths in WLFILES_SRC need a bit of adjustment.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dsleep.S63 @ Clock speed adjustment without changing memory timing makes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c458 {"RVA2", FRAME(RVA2), DISCARD, "Relative volume adjustment (2)"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c455 {"RVA2", FRAME(RVA2), DISCARD, "Relative volume adjustment (2)"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S690 | Since ICTR <> 0, we have already been through one adjustment,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S9248 # the dst is a DENORM. normalize the DENORM and add the adjustment to
9260 add.l (%sp)+,%d0 # add adjustment to src

Completed in 130 milliseconds