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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dlog.c61 char *rhs, *lhs, *p; local
65 rhs = lhs = (char*) debug;
80 if (*lhs==',') lhs++;
81 p = strpbrk(lhs, ",=");
82 n = p ? p - lhs : strlen(lhs);
84 if (!(strncasecmp(facility_name[facility], lhs, n)))
91 lhs = p;
92 } while (*lhs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dlog.c65 const char *rhs, *lhs, *nlhs, *p; local
78 lhs = nlhs;
85 if (*lhs==',') lhs++;
86 p = strpbrk(lhs, ",=");
87 n = p ? p - lhs : strlen(lhs);
89 if (!(strncasecmp(facility_name[facility], lhs, n)))
96 lhs = p;
97 } while (*lhs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dlog.c61 char *rhs, *lhs, *p; local
65 rhs = lhs = (char*) debug;
80 if (*lhs==',') lhs++;
81 p = strpbrk(lhs, ",=");
82 n = p ? p - lhs : strlen(lhs);
84 if (!(strncasecmp(facility_name[facility], lhs, n)))
91 lhs = p;
92 } while (*lhs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtime.h45 * lhs < rhs: return <0
46 * lhs == rhs: return 0
47 * lhs > rhs: return >0
49 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) argument
51 if (lhs->tv_sec < rhs->tv_sec)
53 if (lhs->tv_sec > rhs->tv_sec)
55 return lhs->tv_nsec - rhs->tv_nsec;
58 static inline int timeval_compare(const struct timeval *lhs, const struct timeval *rhs) argument
60 if (lhs->tv_sec < rhs->tv_sec)
62 if (lhs
76 timespec_sub(struct timespec lhs, struct timespec rhs) argument
[all...]
H A Dktime.h90 /* Subtract two ktime_t variables. rem = lhs -rhs: */
91 #define ktime_sub(lhs, rhs) \
92 ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
94 /* Add two ktime_t variables. res = lhs + rhs: */
95 #define ktime_add(lhs, rhs) \
96 ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
151 * @lhs: minuend
156 static inline ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs) argument
160 res.tv64 = lhs.tv64 - rhs.tv64;
H A Dcompat.h208 static inline int compat_timeval_compare(struct compat_timeval *lhs, argument
211 if (lhs->tv_sec < rhs->tv_sec)
213 if (lhs->tv_sec > rhs->tv_sec)
215 return lhs->tv_usec - rhs->tv_usec;
218 static inline int compat_timespec_compare(struct compat_timespec *lhs, argument
221 if (lhs->tv_sec < rhs->tv_sec)
223 if (lhs->tv_sec > rhs->tv_sec)
225 return lhs->tv_nsec - rhs->tv_nsec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-snap.h164 static inline int bdev_equal(struct block_device *lhs, struct block_device *rhs) argument
170 return lhs == rhs;
H A Ddm-table.c85 static void combine_restrictions_low(struct io_restrictions *lhs, argument
88 lhs->max_sectors =
89 min_not_zero(lhs->max_sectors, rhs->max_sectors);
91 lhs->max_phys_segments =
92 min_not_zero(lhs->max_phys_segments, rhs->max_phys_segments);
94 lhs->max_hw_segments =
95 min_not_zero(lhs->max_hw_segments, rhs->max_hw_segments);
97 lhs->hardsect_size = max(lhs->hardsect_size, rhs->hardsect_size);
99 lhs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs30 public static bool byteArrEqual( byte[] lhs, byte[] rhs ) argument
32 if (lhs.Length != rhs.Length)
34 for (int i = lhs.Length-1; i >= 0; --i)
35 if (lhs[i] != rhs[i])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs30 public static bool byteArrEqual( byte[] lhs, byte[] rhs ) argument
32 if (lhs.Length != rhs.Length)
34 for (int i = lhs.Length-1; i >= 0; --i)
35 if (lhs[i] != rhs[i])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c59x.c496 #define BFINS(lhs, rhs, offset, bitcount) \
497 (((lhs) & ~((((1 << (bitcount)) - 1)) << (offset))) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c9048 ** a CASE expression or an IN expression of the form "<lhs> IN (<y>, <z>...)".
9050 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
92312 YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */ member in struct:__anon1185
104534 fts3CompareElemByTerm(const void *lhs, const void *rhs) argument
[all...]

Completed in 491 milliseconds