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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 604 PyDictEntry small_copy[PyDict_MINSIZE]; local
638 memcpy(small_copy, oldtable, sizeof(small_copy));
639 oldtable = small_copy;
866 PyDictEntry small_copy[PyDict_MINSIZE]; local
898 memcpy(small_copy, table, sizeof(small_copy));
899 table = small_copy;
    [all...]
setobject.c 280 setentry small_copy[PySet_MINSIZE]; local
314 memcpy(small_copy, oldtable, sizeof(small_copy));
315 oldtable = small_copy;
457 setentry small_copy[PySet_MINSIZE]; local
485 memcpy(small_copy, table, sizeof(small_copy));
486 table = small_copy;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 593 PyDictEntry small_copy[PyDict_MINSIZE]; local
627 memcpy(small_copy, oldtable, sizeof(small_copy));
628 oldtable = small_copy;
841 PyDictEntry small_copy[PyDict_MINSIZE]; local
873 memcpy(small_copy, table, sizeof(small_copy));
874 table = small_copy;
    [all...]
setobject.c 281 setentry small_copy[PySet_MINSIZE]; local
315 memcpy(small_copy, oldtable, sizeof(small_copy));
316 oldtable = small_copy;
458 setentry small_copy[PySet_MINSIZE]; local
486 memcpy(small_copy, table, sizeof(small_copy));
487 table = small_copy;
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 604 PyDictEntry small_copy[PyDict_MINSIZE]; local
638 memcpy(small_copy, oldtable, sizeof(small_copy));
639 oldtable = small_copy;
896 PyDictEntry small_copy[PyDict_MINSIZE]; local
928 memcpy(small_copy, table, sizeof(small_copy));
929 table = small_copy;
    [all...]
setobject.c 277 setentry small_copy[PySet_MINSIZE]; local
311 memcpy(small_copy, oldtable, sizeof(small_copy));
312 oldtable = small_copy;
454 setentry small_copy[PySet_MINSIZE]; local
482 memcpy(small_copy, table, sizeof(small_copy));
483 table = small_copy;
    [all...]

Completed in 62 milliseconds