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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 34 static unsigned int next_version_tag = 0; variable
40 unsigned int cur_version_tag = next_version_tag - 1;
47 next_version_tag = 0;
159 type->tp_version_tag = next_version_tag++;
160 /* for stress-testing: next_version_tag &= 0xFF; */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 34 static unsigned int next_version_tag = 0; variable
40 unsigned int cur_version_tag = next_version_tag - 1;
47 next_version_tag = 0;
159 type->tp_version_tag = next_version_tag++;
160 /* for stress-testing: next_version_tag &= 0xFF; */
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 35 static unsigned int next_version_tag = 0; variable
49 unsigned int cur_version_tag = next_version_tag - 1;
68 next_version_tag = 0;
180 type->tp_version_tag = next_version_tag++;
181 /* for stress-testing: next_version_tag &= 0xFF; */
    [all...]

Completed in 139 milliseconds