Searched refs:zOut (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/amd64/
H A Dbug127521-64.c10 ULong* zOut,
47 *zOut = block[5];
63 ULong* zOut,
100 *zOut = block[5];
7 do_cmpxchg8b( ULong* rdxOut, ULong* raxOut, ULong* memHiOut, ULong* memLoOut, ULong* zOut, ULong rdxIn, ULong raxIn, ULong memHiIn, ULong memLoIn, ULong rcxIn, ULong rbxIn ) argument
60 do_cmpxchg16b( ULong* rdxOut, ULong* raxOut, ULong* memHiOut, ULong* memLoOut, ULong* zOut, ULong rdxIn, ULong raxIn, ULong memHiIn, ULong memLoIn, ULong rcxIn, ULong rbxIn ) argument
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h732 ** of good-quality randomness into zOut. The return value is
751 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
756 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
/external/sqlite/dist/
H A Dsqlite3.h871 ** of good-quality randomness into zOut. The return value is
897 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
902 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.h.orig868 ** of good-quality randomness into zOut. The return value is
894 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
899 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.c.orig1411 ** of good-quality randomness into zOut. The return value is
1437 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1442 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19455 #define WRITE_UTF8(zOut, c) { \
19457 *zOut++ = (u8)(c&0xFF); \
19460 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
19461 *zOut++ = 0x80 + (u8)(c & 0x3F); \
19464 *zOut++ = 0xE0 + (u8)((c>>12)&0x0F); \
19465 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
19466 *zOut
[all...]
H A Dsqlite3.c1418 ** of good-quality randomness into zOut. The return value is
1444 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1449 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19462 #define WRITE_UTF8(zOut, c) { \
19464 *zOut++ = (u8)(c&0xFF); \
19467 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
19468 *zOut++ = 0x80 + (u8)(c & 0x3F); \
19471 *zOut++ = 0xE0 + (u8)((c>>12)&0x0F); \
19472 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
19473 *zOut
19604 unsigned char *zOut; /* Output buffer */ local
19815 unsigned char *zOut = zIn; local
[all...]

Completed in 7774 milliseconds