Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c223 int geohashGetDistanceIfInRadius(double x1, double y1, in geohashGetDistanceIfInRadius()
231 int geohashGetDistanceIfInRadiusWGS84(double x1, double y1, double x2, in geohashGetDistanceIfInRadiusWGS84()
H A Dlolwut5.c106 void lwDrawLine(lwCanvas *canvas, int x1, int y1, int x2, int y2, int color) { in lwDrawLine()
H A Ddefrag.c993 #define INTERPOLATE(x, x1, x2, y1, y2) ( (y1) + ((x)-(x1)) * ((y2)-(y1)) / ((x2)-(x1)) ) argument
/f-stack/dpdk/lib/librte_hash/
H A Drte_cmp_arm64.h10 uint64_t x0, x1, y0, y1; in rte_hash_k16_cmp_eq() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h2 __m128i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
H A Du8.h2 __m256i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c157 #define LS2_256(c, y0, y1, y2, y3, y4, y5, y6, y7) \ argument
174 #define LS2_512(c, y0, y1, y2, y3, y4, y5, y6, y7) \ argument
/f-stack/tools/ipfw/
H A Ddummynet.c991 double y1 = points[i].prob * samples; in load_extra_delays() local
/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c1496 u_int64_t y1, y2, dx, dy; in rtsc_min() local