Searched refs:abs (Results 1 - 25 of 182) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/lib/
H A Dabs.S0 ;;; abs.S
12 .global SYMBOL_NAME(abs)
14 ;;; int abs(int n)
15 SYMBOL_NAME_LABEL(abs)
H A DMakefile8 lib-y = ashrdi3.o checksum.o memcpy.o memset.o abs.o romfs.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-default/
H A Dmach_time.h51 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
55 if (abs(real_minutes - cmos_minutes) < 30) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dtrasher.c51 int burst= 1 + random() * (uint64_t) (abs(maxburst)-1) / RAND_MAX;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dvasprintf.c52 total_width += abs (va_arg (ap, int));
62 total_width += abs (va_arg (ap, int));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dmc146818-time.h57 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
61 if (abs(real_minutes - cmos_minutes) < 30) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dmc146818-time.h57 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
61 if (abs(real_minutes - cmos_minutes) < 30) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasprintf.c52 total_width += abs (va_arg (ap, int));
62 total_width += abs (va_arg (ap, int));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dvasprintf.c52 total_width += abs (va_arg (ap, int));
62 total_width += abs (va_arg (ap, int));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dadi.c120 char *abs; member in struct:adi
220 char *abs = adi->abs; local
228 input_report_abs(dev, *abs++, adi_get_bits(adi, 10));
231 input_report_abs(dev, *abs++, adi_get_bits(adi, 8));
236 input_report_abs(dev, *abs++, ((t >> 2) & 1) - ( t & 1));
237 input_report_abs(dev, *abs++, ((t >> 1) & 1) - ((t >> 3) & 1));
244 input_report_abs(dev, *abs++, adi_hat_to_axis[t].x);
245 input_report_abs(dev, *abs++, adi_hat_to_axis[t].y);
418 adi->abs
[all...]
H A Dtmdc.c98 char abs; member in struct:tmdc_model
119 const signed char *abs; member in struct:tmdc_port
191 if (port->abs[i] < 0)
194 input_report_abs(port->dev, port->abs[i], data[tmdc_byte_a[i]]);
290 port->abs = model->axes;
298 port->absc = model->abs;
328 if (port->abs[i] >= 0)
329 input_set_abs_params(input_dev, port->abs[i], 8, 248, 2, 4);
H A Dguillemot.c63 short *abs; member in struct:guillemot_type
138 for (i = 0; i < 6 && guillemot->type->abs[i] >= 0; i++)
139 input_report_abs(dev, guillemot->type->abs[i], data[i + 5]);
243 for (i = 0; (t = guillemot->type->abs[i]) >= 0; i++)
H A Dxpad.c285 static void xpad_set_up_abs(struct input_dev *input_dev, signed short abs) argument
287 set_bit(abs, input_dev->absbit);
289 switch (abs) {
294 input_set_abs_params(input_dev, abs, -32768, 32767, 16, 128);
298 input_set_abs_params(input_dev, abs, 0, 255, 0, 0);
302 input_set_abs_params(input_dev, abs, -1, 1, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/mpc1211/
H A Drtc.c92 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
96 if (abs(real_minutes - cmos_minutes) < 30) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Dtime.c89 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
93 if (abs(real_minutes - cmos_minutes) < 30) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcavsdsp.c45 if(abs(p0-q0)<alpha && abs(P1-p0)<beta && abs(Q1-q0)<beta) {
48 if(abs(P2-p0) < beta && abs(p0-q0) < alpha) {
53 if(abs(Q2-q0) < beta && abs(q0-p0) < alpha) {
65 if(abs(p0-q0)<alpha && abs(P1-p0)<beta && abs(Q
[all...]
H A Ddsputil.c3123 s += abs(pix1[0] - pix2[0]);
3124 s += abs(pix1[1] - pix2[1]);
3125 s += abs(pix1[2] - pix2[2]);
3126 s += abs(pix1[3] - pix2[3]);
3127 s += abs(pix1[4] - pix2[4]);
3128 s += abs(pix1[5] - pix2[5]);
3129 s += abs(pix1[6] - pix2[6]);
3130 s += abs(pix1[7] - pix2[7]);
3131 s += abs(pix1[8] - pix2[8]);
3132 s += abs(pix
[all...]
H A Dnellymoser.c200 if (abs(big_bitsum-NELLY_DETAIL_BITS) >=
201 abs(small_bitsum-NELLY_DETAIL_BITS)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Ddelay.c45 delay_rand = abs(random());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Devdev.c409 struct input_absinfo abs; local
561 abs.value = dev->abs[t];
562 abs.minimum = dev->absmin[t];
563 abs.maximum = dev->absmax[t];
564 abs.fuzz = dev->absfuzz[t];
565 abs.flat = dev->absflat[t];
567 if (copy_to_user(p, &abs, sizeof(struct input_absinfo)))
581 if (copy_from_user(&abs, p, sizeof(struct input_absinfo)))
584 dev->abs[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsmp-tbsync.c145 score = abs(score);
146 score2 = abs(score2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsmp-tbsync.c152 score = abs( score );
153 score2 = abs( score2 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/sh03/
H A Drtc.c101 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
105 if (abs(real_minutes - cmos_minutes) < 30) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dtime.c141 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
145 if (abs(real_minutes - cmos_minutes) < 30) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dtime.c112 if (((abs(real_minutes - cmos_minutes) + 15) / 30) & 1)
116 if (abs(real_minutes - cmos_minutes) < 30) {

Completed in 234 milliseconds

12345678