HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_LONG (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h 1013 #define SIZEOF_LONG 8
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyconfig.h 1013 #define SIZEOF_LONG 8
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 1013 #define SIZEOF_LONG 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 1013 #define SIZEOF_LONG 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 396 #if (SIZEOF_LONG > SIZEOF_INT)
567 #if (SIZEOF_LONG > SIZEOF_INT)
584 #if (SIZEOF_LONG > SIZEOF_INT)
728 if (SIZEOF_LONG > f->size)
820 if (i != SIZEOF_LONG) {
823 #if (SIZEOF_LONG != 4)
843 if (i != SIZEOF_LONG) {
956 if (SIZEOF_LONG > f->size)
1040 if (i != SIZEOF_LONG) {
1043 #if (SIZEOF_LONG != 4)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 396 #if (SIZEOF_LONG > SIZEOF_INT)
567 #if (SIZEOF_LONG > SIZEOF_INT)
584 #if (SIZEOF_LONG > SIZEOF_INT)
728 if (SIZEOF_LONG > f->size)
820 if (i != SIZEOF_LONG) {
823 #if (SIZEOF_LONG != 4)
843 if (i != SIZEOF_LONG) {
956 if (SIZEOF_LONG > f->size)
1040 if (i != SIZEOF_LONG) {
1043 #if (SIZEOF_LONG != 4)
    [all...]
  /external/python/cpython2/Modules/
_struct.c 396 #if (SIZEOF_LONG > SIZEOF_INT)
567 #if (SIZEOF_LONG > SIZEOF_INT)
584 #if (SIZEOF_LONG > SIZEOF_INT)
728 if (SIZEOF_LONG > f->size)
820 if (i != SIZEOF_LONG) {
823 #if (SIZEOF_LONG != 4)
843 if (i != SIZEOF_LONG) {
956 if (SIZEOF_LONG > f->size)
1040 if (i != SIZEOF_LONG) {
1043 #if (SIZEOF_LONG != 4
    [all...]
  /external/python/cpython3/Modules/
_struct.c 406 #if (SIZEOF_LONG > SIZEOF_INT)
601 #if (SIZEOF_LONG > SIZEOF_INT)
618 #if (SIZEOF_LONG > SIZEOF_INT)
790 if (SIZEOF_LONG > f->size)
874 if (i != SIZEOF_LONG) {
877 #if (SIZEOF_LONG != 4)
897 if (i != SIZEOF_LONG) {
1017 if (SIZEOF_LONG > f->size)
1093 if (i != SIZEOF_LONG) {
1096 #if (SIZEOF_LONG != 4
    [all...]
overlapped.c 722 #if SIZEOF_SIZE_T <= SIZEOF_LONG
779 #if SIZEOF_SIZE_T <= SIZEOF_LONG
837 #if SIZEOF_SIZE_T > SIZEOF_LONG
893 #if SIZEOF_SIZE_T > SIZEOF_LONG
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
config.in 314 #undef SIZEOF_LONG
  /external/python/cpython2/Modules/_ctypes/
cfield.c 489 #if SIZEOF_LONG == 4
491 #elif SIZEOF_LONG == 8
    [all...]
  /external/python/cpython3/Modules/_ctypes/
cfield.c 479 #if SIZEOF_LONG == 4
481 #elif SIZEOF_LONG == 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h 1004 #define SIZEOF_LONG 4
1006 #define SIZEOF_LONG 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h 1046 #define SIZEOF_LONG 4
1048 #define SIZEOF_LONG 8
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h 1048 #define SIZEOF_LONG 4
1050 #define SIZEOF_LONG 8
    [all...]
  /external/flatbuffers/java/com/google/flatbuffers/
FlatBufferBuilder.java 288 public void putLong (long x) { bb.putLong (space -= Constants.SIZEOF_LONG, x); }
340 public void addLong (long x) { prep(Constants.SIZEOF_LONG, 0); putLong (x); }
    [all...]
  /external/libevent/
config.h.in 435 #undef SIZEOF_LONG
  /toolchain/binutils/binutils-2.27/libiberty/
config.in 468 #undef SIZEOF_LONG
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 209 #if SIZEOF_SIZE_T != SIZEOF_LONG
224 #if SIZEOF_SIZE_T == SIZEOF_LONG
679 #define WIDTH_OF_ULONG (CHAR_BIT*SIZEOF_LONG)
994 #if 8*SIZEOF_LONG-1 <= DBL_MANT_DIG
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 195 #if SIZEOF_SIZE_T != SIZEOF_LONG
210 #if SIZEOF_SIZE_T == SIZEOF_LONG
665 #define WIDTH_OF_ULONG (CHAR_BIT*SIZEOF_LONG)
974 #if 8*SIZEOF_LONG-1 <= DBL_MANT_DIG
    [all...]
  /external/curl/lib/
config-win32.h 400 #define SIZEOF_LONG 4
curl_config.h.cmake 883 #cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
  /external/protobuf/python/google/protobuf/pyext/
message.h 276 #define IS_64BIT (SIZEOF_LONG == 8)
  /external/python/cpython2/Objects/
intobject.c 202 #if SIZEOF_SIZE_T != SIZEOF_LONG
217 #if SIZEOF_SIZE_T == SIZEOF_LONG
672 #define WIDTH_OF_ULONG (CHAR_BIT*SIZEOF_LONG)
987 #if 8*SIZEOF_LONG-1 <= DBL_MANT_DIG
    [all...]
  /external/python/cpython2/RISCOS/
pyconfig.h 269 #define SIZEOF_LONG 4

Completed in 773 milliseconds

1 2 34 5 6 7 8