Home
last modified time | relevance | path

Searched defs:LDNS_DIV (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/unbound/sldns/
H A Dparseutil.c49 #define LDNS_DIV(x,y) (((x) % (y) < 0) ? ((x) / (y) - 1 ) : ((x) / (y))) macro
[all...]
/openbsd-src/sbin/unwind/libunbound/sldns/
H A Dparseutil.c49 #define LDNS_DIV(x,y) (((x) % (y) < 0) ? ((x) / (y) - 1 ) : ((x) / (y))) macro
[all...]