Home | History | Annotate | Download | only in Objects

Lines Matching defs:byte

70        To solve these problems, allocate an extra byte. */
82 pymalloc. To solve these problems, allocate an extra byte. */
1826 &p[2*S] is returned. Note that this is 8-byte aligned if pymalloc
1860 /* at p, write size (SST bytes), id (1 byte), pad (SST-1 bytes) */
2041 msg = "bad leading pad byte";
2050 msg = "bad trailing pad byte";
2100 const uint8_t byte = *(q-i);
2101 fprintf(stderr, " at p-%d: 0x%02x", i, byte);
2102 if (byte != FORBIDDENBYTE)
2128 const uint8_t byte = tail[i];
2130 i, byte);
2131 if (byte != FORBIDDENBYTE)