Home
last modified time | relevance | path

Searched refs:junk2 (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/
Dpartiallydefinedeq.c28 int* junk2 = malloc(sizeof(int)); in main() local
31 short* ps2 = (short*)junk2; in main()
34 int* pi2 = (int*)junk2; in main()
/external/clang/test/SemaCXX/
Dunknown-type-name.cpp99 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
/external/syslinux/memdisk/
Dmstructs.h118 uint8_t junk2[7]; /* More obsolete junk */ member
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c1154 char junk2[1000]; in TestSortKey() local
1158 strcpy(junk2, "abcda[2] "); in TestSortKey()
1163 sprintf(junk2+strlen(junk2), "%02X ",(int)( 0xFF & sortk2[i])); in TestSortKey()
1167 log_verbose("%s\n", junk2); in TestSortKey()