HomeSort by relevance Sort by last modified time
    Searched defs:PYLONG_BITS_IN_DIGIT (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 140 /* If PYLONG_BITS_IN_DIGIT is not defined then we'll use 30-bit digits if all
144 #ifndef PYLONG_BITS_IN_DIGIT
147 #define PYLONG_BITS_IN_DIGIT 30
149 #define PYLONG_BITS_IN_DIGIT 15
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 140 /* If PYLONG_BITS_IN_DIGIT is not defined then we'll use 30-bit digits if all
144 #ifndef PYLONG_BITS_IN_DIGIT
147 #define PYLONG_BITS_IN_DIGIT 30
149 #define PYLONG_BITS_IN_DIGIT 15
    [all...]

Completed in 577 milliseconds