Home | History | Annotate | Download | only in stringlib

Lines Matching refs:SIZEOF_LONG

9 #if (SIZEOF_LONG == 8)
11 #elif (SIZEOF_LONG == 4)
27 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG);
41 if (_Py_IS_ALIGNED(s, SIZEOF_LONG)) {
57 # if SIZEOF_LONG == 8
64 # if SIZEOF_LONG == 8
80 _s += SIZEOF_LONG;
81 _p += SIZEOF_LONG;
465 #if SIZEOF_LONG == 8
467 #elif SIZEOF_LONG == 4
499 (const unsigned char *) _Py_ALIGN_DOWN(e, SIZEOF_LONG);
514 if (_Py_IS_ALIGNED(q, SIZEOF_LONG)) {
535 # if SIZEOF_LONG == 4
538 # elif SIZEOF_LONG == 8
545 # if SIZEOF_LONG == 4
548 # elif SIZEOF_LONG == 8
555 _q += SIZEOF_LONG;
556 p += SIZEOF_LONG / 2;