HomeSort by: relevance | last modified time | path
    Searched refs:bits_xor (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/cgdconfig/
utils.h 74 bits_t *bits_xor(const bits_t *, const bits_t *);
utils.c 319 bits_xor(const bits_t *x1, const bits_t *x2) function in typeref:typename:bits_t *
337 ret = bits_xor(x1, x2);
cgdconfig.c 1541 kg->kg_key = bits_xor(p->key, oldp->key);

Completed in 12 milliseconds