Home | History | Annotate | Download | only in Objects

Lines Matching defs:uchar

264 #undef  uchar

265 #define uchar unsigned char /* assuming == 8 bits */
277 typedef uchar block;
454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
1367 const uchar *q = (const uchar *)p;
1382 uchar *q = (uchar *)p + SST - 1;
1386 *q = (uchar)(n & 0xff);
1484 uchar *p; /* base address of malloc'ed block */
1485 uchar *tail; /* p + 2*SST + nbytes == pointer to tail pad bytes */
1494 p = (uchar *)PyObject_Malloc(total);
1500 p[SST] = (uchar)id;
1522 uchar *q = (uchar *)p - 2*SST; /* address returned from malloc */
1538 uchar *q = (uchar *)p;
1539 uchar *tail;
1564 q = (uchar *)PyObject_Realloc(q - 2*SST, total);
1569 assert(q[SST] == (uchar)api);
1594 const uchar *q = (const uchar *)p;
1598 const uchar *tail;
1647 const uchar *q = (const uchar *)p;
1648 const uchar *tail;
1681 const uchar byte = *(q-i);
1709 const uchar byte = tail[i];