HomeSort by: relevance | last modified time | path
    Searched defs:abs_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_constraint.c 860 /* Given two constraints "a" and "b" on the variable at position "abs_pos"
871 unsigned abs_pos, int strict)
885 isl_int_neg(t, b[1 + abs_pos]);
887 isl_seq_combine(bset->ineq[k], t, a, a[1 + abs_pos], b, 1 + abs_pos);
888 isl_seq_combine(bset->ineq[k] + 1 + abs_pos,
889 t, a + 1 + abs_pos + 1, a[1 + abs_pos], b + 1 + abs_pos + 1,
890 total - abs_pos);
1143 unsigned abs_pos; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
argon2.c 431 uint32_t start_pos, abs_pos; local
456 abs_pos = (start_pos + rel_pos) % ctx->lane_length;
458 return abs_pos;

Completed in 22 milliseconds