Lines Matching defs:byte
98 To solve these problems, allocate an extra byte. */
110 pymalloc. To solve these problems, allocate an extra byte. */
2462 &p[2*S] is returned. Note that this is 8-byte aligned if pymalloc
2496 I: API identifier (1 byte)
2519 /* at p, write size (SST bytes), id (1 byte), pad (SST-1 bytes) */
2752 _Py_FatalErrorFunc(func, "bad leading pad byte");
2761 _Py_FatalErrorFunc(func, "bad trailing pad byte");
2803 const uint8_t byte = *(q-i);
2804 fprintf(stderr, " at p-%d: 0x%02x", i, byte);
2805 if (byte != PYMEM_FORBIDDENBYTE)
2831 const uint8_t byte = tail[i];
2833 i, byte);
2834 if (byte != PYMEM_FORBIDDENBYTE)