HomeSort by relevance Sort by last modified time
    Searched refs:notzero (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Analysis/
model-file.cpp 14 bool notzero(int i);
25 if (notzero(p)) {
27 // model of the notzero function.
  /external/libconstrainedcrypto/
p256.c 239 p256_digit notzero = 0; local
245 notzero |= !!((p256_digit)borrow);
248 return (int)borrow | notzero;

Completed in 52 milliseconds