Searched refs:cmp1 (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dsplay-tree.c144 int cmp1, cmp2; local
148 cmp1 = (*sp->comp) (key, n->key);
151 if (cmp1 == 0)
155 if (cmp1 < 0)
169 if (cmp1 < 0)
177 if (cmp1 < 0 && cmp2 < 0)
182 else if (cmp1 > 0 && cmp2 > 0)
187 else if (cmp1 < 0 && cmp2 > 0)
192 else if (cmp1 > 0 && cmp2 < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dsplay-tree.c144 int cmp1, cmp2; local
148 cmp1 = (*sp->comp) (key, n->key);
151 if (cmp1 == 0)
155 if (cmp1 < 0)
169 if (cmp1 < 0)
177 if (cmp1 < 0 && cmp2 < 0)
182 else if (cmp1 > 0 && cmp2 > 0)
187 else if (cmp1 < 0 && cmp2 > 0)
192 else if (cmp1 > 0 && cmp2 < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dsplay-tree.c144 int cmp1, cmp2; local
148 cmp1 = (*sp->comp) (key, n->key);
151 if (cmp1 == 0)
155 if (cmp1 < 0)
169 if (cmp1 < 0)
177 if (cmp1 < 0 && cmp2 < 0)
182 else if (cmp1 > 0 && cmp2 > 0)
187 else if (cmp1 < 0 && cmp2 > 0)
192 else if (cmp1 > 0 && cmp2 < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dktime.h282 * @cmp1: comparable1
287 static inline int ktime_equal(const ktime_t cmp1, const ktime_t cmp2) argument
289 return cmp1.tv64 == cmp2.tv64;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dktime.h282 * @cmp1: comparable1
287 static inline int ktime_equal(const ktime_t cmp1, const ktime_t cmp2) argument
289 return cmp1.tv64 == cmp2.tv64;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/util/
H A Dftw.c244 int cmp1; local
245 cmp1 = (kp1->ino > kp2->ino) - (kp1->ino < kp2->ino);
246 if (cmp1 != 0)
247 return cmp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/util/
H A Dftw.c244 int cmp1; local
245 cmp1 = (kp1->ino > kp2->ino) - (kp1->ino < kp2->ino);
246 if (cmp1 != 0)
247 return cmp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/util/
H A Dftw.c244 int cmp1; local
245 cmp1 = (kp1->ino > kp2->ino) - (kp1->ino < kp2->ino);
246 if (cmp1 != 0)
247 return cmp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dtree-log.c522 struct btrfs_file_extent_item cmp1; local
531 read_extent_buffer(eb, &cmp1, (unsigned long)item,
532 sizeof(cmp1));
540 if (memcmp(&cmp1, &cmp2, sizeof(cmp1)) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dtree-log.c522 struct btrfs_file_extent_item cmp1; local
531 read_extent_buffer(eb, &cmp1, (unsigned long)item,
532 sizeof(cmp1));
540 if (memcmp(&cmp1, &cmp2, sizeof(cmp1)) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dpktgen.c426 static inline int ktime_lt(const ktime_t cmp1, const ktime_t cmp2) argument
428 return cmp1.tv64 < cmp2.tv64;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dpktgen.c426 static inline int ktime_lt(const ktime_t cmp1, const ktime_t cmp2) argument
428 return cmp1.tv64 < cmp2.tv64;

Completed in 276 milliseconds