abs 236 arch/x86/kernel/cpu/cpufreq/gx-suspmod.c if (abs(tmp_freq - khz) <= abs(old_tmp_freq - khz)) { abs 199 arch/x86/kernel/efi.c if (((abs(real_minutes - eft.minute) + 15)/30) & 1) abs 66 arch/x86/kernel/rtc.c if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1) abs 70 arch/x86/kernel/rtc.c if (abs(real_minutes - cmos_minutes) < 30) { abs 333 crypto/testmgr.c authsize = abs(template[i].rlen - template[i].ilen); abs 409 crypto/testmgr.c authsize = abs(template[i].rlen - template[i].ilen); abs 559 fs/cifs/cifssmb.c seconds = abs(val); abs 3211 fs/ext4/mballoc.c cur_distance = abs(goal_block - cpa->pa_pstart); abs 3212 fs/ext4/mballoc.c new_distance = abs(goal_block - pa->pa_pstart); abs 122 fs/ubifs/shrinker.c abs(time - znode->time) >= age) { abs 75 include/linux/input.h #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) /* get abs value/limits */ abs 76 include/linux/input.h #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo) /* set abs value/limits */ abs 1062 include/linux/input.h int abs[ABS_MAX + 1]; abs 164 kernel/power/main.c msec = jiffies_to_msecs(abs(nj)); abs 245 kernel/time/ntp.c if (abs(now.tv_nsec - (NSEC_PER_SEC / 2)) <= tick_nsec / 2) abs 375 kernel/time/timekeeping.c error2 = abs(error2); abs 66 lib/div64.c quotient = div_u64_rem(-dividend, abs(divisor), (u32 *)remainder); abs 71 lib/div64.c quotient = div_u64_rem(dividend, abs(divisor), (u32 *)remainder); abs 990 net/iucv/iucv.c *residual = abs(size - 8); abs 172 net/sctp/auth.c for (i = 0; i < abs(diff); i++ ) { abs 354 net/sctp/transport.c + ((abs(tp->srtt - rtt)) >> sctp_rto_beta); abs 292 sound/isa/gus/gus_main.c dma1 = abs(dma1); abs 295 sound/isa/gus/gus_main.c dma2 = abs(dma2); abs 304 sound/isa/gus/gus_main.c irq = abs(irq); abs 917 sound/oss/dmasound/dmasound_atari.c if ((100 * abs(dmasound.soft.speed - freq[i]) / freq[i]) < catchRadius) abs 1044 sound/oss/dmasound/dmasound_atari.c if ((100 * abs(dmasound.soft.speed - freq[i]) / freq[i]) < catchRadius) abs 512 sound/oss/dmasound/dmasound_q40.c if ((100 * abs(dmasound.soft.speed - freq[i]) / freq[i]) <= catchRadius) abs 1810 sound/oss/sb_ess.c switch (abs(hw_config->irq)) { abs 1556 sound/oss/waveartist.c if (abs(volume - old_slider_volume) > 7) { abs 1770 sound/oss/waveartist.c if (abs(devc->slider_vol - slider_volume) > 20) abs 1752 sound/pci/korg1212/korg1212.c val = abs(val) * (korg1212->volumePhase[i] > 0 ? -1 : 1); abs 1763 sound/pci/korg1212/korg1212.c val = abs(val) * (korg1212->volumePhase[i+1] > 0 ? -1 : 1); abs 1793 sound/pci/korg1212/korg1212.c u->value.integer.value[0] = abs(korg1212->sharedBufferPtr->volumeData[i]); abs 1796 sound/pci/korg1212/korg1212.c u->value.integer.value[1] = abs(korg1212->sharedBufferPtr->volumeData[i+1]); abs 1818 sound/pci/korg1212/korg1212.c abs(korg1212->sharedBufferPtr->volumeData[i])) { abs 1829 sound/pci/korg1212/korg1212.c abs(korg1212->sharedBufferPtr->volumeData[i+1])) { abs 790 sound/soc/codecs/tlv320aic3x.c if (abs(codec_clk - clk) < abs(codec_clk - last_clk)) { abs 1350 sound/soc/codecs/wm8903.c best_val = abs(sample_rates[dsp_config].rate - fs); abs 1352 sound/soc/codecs/wm8903.c cur_val = abs(sample_rates[i].rate - fs); abs 1406 sound/soc/codecs/wm8903.c best_val = abs((wm8903->sysclk / abs 1410 sound/soc/codecs/wm8903.c cur_val = abs((wm8903->sysclk / abs 477 sound/soc/s3c24xx/s3c2412-i2s.c deviation = abs(deviation); abs 92 sound/usb/caiaq/caiaq-input.c weight_b = abs(mid_value - a) - (range / 2 - 100) / 2;