Home
last modified time | relevance | path

Searched refs:sls (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
H A Ddhcpd.c1332 static_lease *sls; in verifyip_in_lease() local
1343 for (sls = gstate.leases.sleases; sls; sls = sls->next) in verifyip_in_lease()
1344 if (sls->nip == nip) return -2; in verifyip_in_lease()
1436 static_lease *sls = gstate.leases.sleases; in getip_from_pool() local
1457 while (sls) { in getip_from_pool()
1458 if (memcmp(sls->mac, mac, 6) == 0) { in getip_from_pool()
1459 nip = sls in getip_from_pool()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colorconstancy.c237 #define GAUSS(s, sr, sc, sls, sh, sw, g) ( (s)[ INDX2D(CLAMP((sr), (sh)), CLAMP((sc), (sw)), (sls)) ] * (g) )

Completed in 4 milliseconds