HomeSort by relevance Sort by last modified time
    Searched refs:insint (Results 1 - 16 of 16) sorted by null

  /external/python/cpython2/Modules/
dlmodule.c 230 insint(PyObject *d, char *name, int value) function
262 #define INSINT(X) insint(d,#X,X)
264 INSINT(RTLD_NOW);
267 INSINT(RTLD_NOLOAD);
270 INSINT(RTLD_GLOBAL);
273 INSINT(RTLD_LOCAL);
276 INSINT(RTLD_PARENT);
279 INSINT(RTLD_GROUP);
282 INSINT(RTLD_WORLD)
    [all...]
shamodule.c 603 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
618 insint("blocksize", 1); /* For future use, in case some hash
621 insint("digestsize", 20);
622 insint("digest_size", 20);
sha256module.c 690 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
sha512module.c 756 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
shamodule.c 603 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
618 insint("blocksize", 1); /* For future use, in case some hash
621 insint("digestsize", 20);
622 insint("digest_size", 20);
sha256module.c 690 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
sha512module.c 756 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
shamodule.c 577 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
592 insint("blocksize", 1); /* For future use, in case some hash
595 insint("digestsize", 20);
596 insint("digest_size", 20);
sha256module.c 690 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
sha512module.c 756 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
  /external/python/cpython3/Modules/
sha1module.c 530 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
md5module.c 553 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
sha256module.c 692 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
sha512module.c 757 #define insint(n,v) { PyModule_AddIntConstant(m,n,v); } macro
  /external/python/cpython3/PC/
winreg.c 1849 insint(PyObject * d, char * name, long value) function
    [all...]
  /external/python/cpython2/PC/
_winreg.c 1774 insint(PyObject * d, char * name, long value) function
    [all...]

Completed in 627 milliseconds