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

  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.c 7 // assignment to *hack is a trick to fool memcheck's bogus-literal
12 void foo ( int* p1, int* p2, unsigned int * hack )
14 *hack = 0x80808080;
25 unsigned int hack; local
37 foo(pi1,pi2, &hack);
45 foo(pi1,pi2, &hack);
52 foo(pi1,pi2, &hack);
  /external/openssl/apps/
s_server.c 293 static int hack=0; variable
398 hack=0;
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 270 XXX this is a hack: the endianness of the initial length field is
4123 { Bool hack = di->ddump_frames; local
    [all...]

Completed in 447 milliseconds