HomeSort by relevance Sort by last modified time
    Searched defs:EVAL (Results 1 - 4 of 4) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 38 #define STRIP_PARENS(x) EVAL((STRIP_PARENS_I x), x)
41 #define EVAL(test, x) EVAL_I(test, x)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 93 #define EVAL(p) (unsigned char **) \
140 while (*EVAL(list2) != last) {
142 p1 = EVAL(list1);
143 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
144 p2 = *EVAL(p2);
148 p2 = *EVAL(p2);
284 *EVAL(list2) = (unsigned char*) list2 + n*size;
294 *EVAL(list2 + (last - list1)) = list2 + n * size;
310 p2 = *EVAL(p2) = f1 + size2 - list1 + list2;
318 p2 = *EVAL(p2) = f2 - list1 + list2
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 301 milliseconds