Searched defs:hack (Results 1 - 5 of 5) sorted by relevance

/external/parameter-framework/upstream/utility/
H A DBinaryCopy.hpp66 } hack; local
68 hack.source = source;
69 return hack.destination;
/external/libnl/tests/
H A Dtest-nf-cache-mngr.c7 static struct nl_addr *hack = NULL; local
9 if (!hack)
10 nl_addr_parse("194.88.212.233", AF_INET, &hack);
12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) ||
13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) {
/external/valgrind/memcheck/tests/
H A Dpartiallydefinedeq.c7 // 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/toybox/toys/posix/
H A Dls.c201 char hack[32]; local
209 sprintf(hack, "/proc/self/fd/%d", fd);
210 lsm_lget_context(hack, (char **)&new->extra);
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c200 XXX this is a hack: the endianness of the initial length field is
4195 /* Run the CIE's instructions. Ugly hack: if
4201 { Bool hack = di->ddump_frames; local
4208 di->ddump_frames = hack;

Completed in 327 milliseconds