Searched refs:blob (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dbool01.C16 int blob = ( 27 | int (y) );
17 return blob; //expect 27 or 0
24 int blob = ( 27 | int (y) ); local
25 return blob; //expect 27
31 int blob = ( 27 | int (y) ); local
32 return blob; //expect 27
38 int blob = ( 27 | int (y) ); local
39 return blob; //expect 27
45 int blob = ( 27 | int (y) ); local
46 return blob; //expec
54 int blob = ( 65539 | int (y) ); local
[all...]
H A Dbool02.C15 int blob = ( 27 & int (y) );
16 return blob; //expect 1 or 0
23 int blob = ( 27 & int (y) ); local
24 return blob; //expect 1
30 int blob = ( 27 & int (y) ); local
31 return blob; //expect 0
37 int blob = ( 27 & int (y) ); local
38 return blob; //expect 0
44 int blob = ( 27 & int (y) ); local
45 return blob; //expec
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc245 // trailing zero), followed by data blob.
252 static void CovWritePacked(int pid, const char *module, const void *blob, argument
262 internal_write(cov_fd, blob, blob_size);
278 char *blob_pos = (char *)blob;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c609 CRYPT_INTEGER_BLOB blob; local
620 ret = CryptEncodeObjectEx(dwEncoding, ((LPCSTR)28), &blob,
624 ret = CryptEncodeObjectEx(dwEncoding, ((LPCSTR)38), &blob,
656 CRYPT_INTEGER_BLOB *blob = (CRYPT_INTEGER_BLOB *)buf; local
657 (winetest_set_location("encode.c", 296), 0) ? 0 : winetest_ok(blob->cbData == strlen((const char*)bigUInts[i].val),
991 CRYPT_BIT_BLOB *blob; local
992 (winetest_set_location("encode.c", 1835), 0) ? 0 : winetest_ok(blob->cbData == bits[i].cbDecoded,

Completed in 93 milliseconds