Searched refs:POISON (Results 1 – 4 of 4) sorted by relevance
13 #define POISON 0xa5 macro28 memset(src, POISON, BUFLEN); in do_one()29 memset(dst, POISON, BUFLEN); in do_one()79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
30 #define POISON ('\xff') macro42 memset(buf, POISON, sizeof(buf)); /* poison the buffer */ in check_path_buf()63 if (buf[buflen] != POISON) in check_path_buf()
48 #if defined(POISON) in main()
584 %poison = shl nsw i16 %sub, 2 ; oops! this shl can't be nsw; that's POISON