f1 91 arch/x86/boot/cpucheck.c u32 f0, f1;
f1 103 arch/x86/boot/cpucheck.c : "=&r" (f0), "=&r" (f1)
f1 106 arch/x86/boot/cpucheck.c return !!((f0^f1) & mask);
f1 125 arch/x86/kernel/cpu/common.c u32 f1, f2;
f1 144 arch/x86/kernel/cpu/common.c : "=&r" (f1), "=&r" (f2)
f1 147 arch/x86/kernel/cpu/common.c return ((f1^f2) & flag) != 0;
f1 160 fs/partitions/ibm.c struct vtoc_format1_label f1;
f1 162 fs/partitions/ibm.c memcpy(&f1, data,
f1 167 fs/partitions/ibm.c if (f1.DS1FMTID == _ascebc['4']
f1 168 fs/partitions/ibm.c || f1.DS1FMTID == _ascebc['5']
f1 169 fs/partitions/ibm.c || f1.DS1FMTID == _ascebc['7']) {
f1 178 fs/partitions/ibm.c if (f1.DS1FMTID != _ascebc['1'])
f1 182 fs/partitions/ibm.c offset = cchh2blk(&f1.DS1EXT1.llimit, geo);
f1 183 fs/partitions/ibm.c size = cchh2blk(&f1.DS1EXT1.ulimit, geo) -
f1 248 include/linux/telephony.h unsigned int f1:1;
f1 56 lib/sha1.c t = f1(b, c, d) + K1 + rol32(a, 5) + e + W[i];
f1 431 net/sched/cls_route.c struct route4_filter *f, *f1, **fp;
f1 483 net/sched/cls_route.c for (fp = &f->bkt->ht[h]; (f1=*fp) != NULL; fp = &f1->next)
f1 484 net/sched/cls_route.c if (f->handle < f1->handle)
f1 487 net/sched/cls_route.c f->next = f1;
f1 164 sound/isa/gus/gus_volume.c unsigned int mantissa, f1, f2;
f1 183 sound/isa/gus/gus_volume.c f1 = log_table[f1_index] << f1_power;
f1 185 sound/isa/gus/gus_volume.c bend = (int) ((((f2 - f1) * mantissa) >> 13) + f1);