Searched defs:announce (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dlsw.c11 static void announce ( char* str ) function
23 announce("lswi n == 8 (fe special cased)");
37 announce("lswi n /= 8");
50 announce("lswx");
67 announce("stswi n == 8 (fe special cased)");
78 announce("stswi n /= 8");
89 announce("stswx");
/external/valgrind/main/none/tests/ppc64/
H A Dlsw.c11 static void announce ( char* str ) function
23 announce("lswi n == 8 (fe special cased)");
37 announce("lswi n /= 8");
50 announce("lswx");
67 announce("stswi n == 8 (fe special cased)");
78 announce("stswi n /= 8");
89 announce("stswx");
/external/icu4c/samples/ustring/
H A Dustring.cpp36 printUString(const char *announce, const UChar *s, int32_t length) { argument
49 printf("%sproblem converting string from Unicode: %s\n", announce, u_errorName(errorCode));
53 printf("%s%s {", announce, out);
76 printUnicodeString(const char *announce, const UnicodeString &s) { argument
89 printf("%s%s {", announce, out);

Completed in 70 milliseconds