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

  /external/valgrind/main/helgrind/
hg_intercepts.c 210 volatile Word* xargs = (volatile Word*) xargsV; local
211 void*(*fn)(void*) = (void*(*)(void*))xargs[0];
212 void* arg = (void*)xargs[1];
218 hence deallocate xargs[] while we still need it, and (2) we
225 disables checking on xargs[] before creating the child and
231 xargs[2] = 0;
232 /* Now we can no longer safely use xargs[]. */
251 volatile Word xargs[3]; local
257 xargs[0] = (Word)start;
258 xargs[1] = (Word)arg
    [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 59 milliseconds