HomeSort by relevance Sort by last modified time
    Searched refs:Py_SAFE_DOWNCAST (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5module.c 69 Py_SAFE_DOWNCAST(nbytes, Py_ssize_t, unsigned int));
298 Py_SAFE_DOWNCAST(nbytes, Py_ssize_t, unsigned int));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5module.c 59 Py_SAFE_DOWNCAST(view.len, Py_ssize_t, unsigned int));
276 Py_SAFE_DOWNCAST(view.len, Py_ssize_t, unsigned int));
  /external/python/cpython2/Modules/
md5module.c 69 Py_SAFE_DOWNCAST(nbytes, Py_ssize_t, unsigned int));
298 Py_SAFE_DOWNCAST(nbytes, Py_ssize_t, unsigned int));
  /external/python/cpython3/Modules/_sqlite/
util.c 126 return PyLong_FromLong(Py_SAFE_DOWNCAST(value, sqlite_int64, long));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_nt.h 145 Py_SAFE_DOWNCAST(_pythread_stacksize, Py_ssize_t, SIZE_T),
149 Py_SAFE_DOWNCAST(_pythread_stacksize,
traceback.c 143 int npath = Py_SAFE_DOWNCAST(_npath, Py_ssize_t, int);
  /external/python/cpython2/Python/
thread_nt.h 145 Py_SAFE_DOWNCAST(_pythread_stacksize, Py_ssize_t, SIZE_T),
149 Py_SAFE_DOWNCAST(_pythread_stacksize,
traceback.c 143 int npath = Py_SAFE_DOWNCAST(_npath, Py_ssize_t, int);
  /external/python/cpython3/Parser/
grammar.c 83 return Py_SAFE_DOWNCAST(s - d->d_state, intptr_t, int);
125 return Py_SAFE_DOWNCAST(lb - ll->ll_label, intptr_t, int);
  /external/python/cpython3/Modules/_io/
bufferedio.c 961 have = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
997 n = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
1111 n = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c 884 have = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
943 n = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c 851 have = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
917 n = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
    [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 883 have = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
942 n = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
    [all...]
  /external/python/cpython3/Include/
pyport.h 24 Used in: Py_SAFE_DOWNCAST
294 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
301 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
304 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 45 Used in: Py_SAFE_DOWNCAST
449 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
456 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 32 Used in: Py_SAFE_DOWNCAST
448 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
455 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
458 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 47 Used in: Py_SAFE_DOWNCAST
464 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
471 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
474 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 45 Used in: Py_SAFE_DOWNCAST
449 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
456 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /external/python/cpython2/Include/
pyport.h 32 Used in: Py_SAFE_DOWNCAST
448 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
455 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
458 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 32 Used in: Py_SAFE_DOWNCAST
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 32 Used in: Py_SAFE_DOWNCAST
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 32 Used in: Py_SAFE_DOWNCAST
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 32 Used in: Py_SAFE_DOWNCAST
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
traceback.c 143 int npath = Py_SAFE_DOWNCAST(_npath, Py_ssize_t, int);
  /external/python/cpython3/Python/
thread_nt.h 193 Py_SAFE_DOWNCAST(_pythread_stacksize,

Completed in 734 milliseconds

1 2 3 4