Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 51) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pickle.py13 def dumps(self, arg, proto=0, fast=0): argument
28 def dumps(self, arg, proto=0, fast=0): argument
31 if fast:
32 p.fast = fast
44 def dumps(self, arg, proto=0, fast=0): argument
50 if fast:
51 p.fast = fast
Dtest_xpickle.py39 def dumps(self, arg, proto=0, fast=False): argument
51 def dumps(self, arg, proto=0, fast=False): argument
114 def dumps(self, arg, proto=0, fast=False): argument
Dtest_pickletools.py9 def dumps(self, arg, proto=0, fast=0): argument
Dtest_cpickle.py51 p.fast = 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/cjkencodings/
Dbig5-utf8.txt4 library, 並有一個 fast prototyping 的 programming language 可
6 fast prototyping 的 programming language. 故我們希望能將既有的
Dgb18030-utf8.txt9 library, 並有一個 fast prototyping 的 programming language 可
11 fast prototyping 的 programming language. 故我們希望能將既有的
Dgbk-utf8.txt9 library, 並有一個 fast prototyping 的 programming language 可
11 fast prototyping 的 programming language. 故我們希望能將既有的
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c874 PyObject **fast; in PyFrame_FastToLocals() local
894 fast = f->f_localsplus; in PyFrame_FastToLocals()
899 map_to_dict(map, j, locals, fast, 0); in PyFrame_FastToLocals()
904 locals, fast + co->co_nlocals, 1); in PyFrame_FastToLocals()
915 locals, fast + co->co_nlocals + ncells, 1); in PyFrame_FastToLocals()
926 PyObject **fast; in PyFrame_LocalsToFast() local
941 fast = f->f_localsplus; in PyFrame_LocalsToFast()
946 dict_to_map(co->co_varnames, j, locals, fast, 0, clear); in PyFrame_LocalsToFast()
951 locals, fast + co->co_nlocals, 1, clear); in PyFrame_LocalsToFast()
955 locals, fast + co->co_nlocals + ncells, 1, in PyFrame_LocalsToFast()
Ddictobject.c1479 PyObject *fast; /* item as a 2-tuple or 2-list */ in PyDict_MergeFromSeq2() local
1493 fast = NULL; in PyDict_MergeFromSeq2()
1502 fast = PySequence_Fast(item, ""); in PyDict_MergeFromSeq2()
1503 if (fast == NULL) { in PyDict_MergeFromSeq2()
1511 n = PySequence_Fast_GET_SIZE(fast); in PyDict_MergeFromSeq2()
1521 key = PySequence_Fast_GET_ITEM(fast, 0); in PyDict_MergeFromSeq2()
1522 value = PySequence_Fast_GET_ITEM(fast, 1); in PyDict_MergeFromSeq2()
1528 Py_DECREF(fast); in PyDict_MergeFromSeq2()
1536 Py_XDECREF(fast); in PyDict_MergeFromSeq2()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c872 PyObject **fast; in PyFrame_FastToLocals() local
892 fast = f->f_localsplus; in PyFrame_FastToLocals()
897 map_to_dict(map, j, locals, fast, 0); in PyFrame_FastToLocals()
902 locals, fast + co->co_nlocals, 1); in PyFrame_FastToLocals()
913 locals, fast + co->co_nlocals + ncells, 1); in PyFrame_FastToLocals()
924 PyObject **fast; in PyFrame_LocalsToFast() local
939 fast = f->f_localsplus; in PyFrame_LocalsToFast()
944 dict_to_map(co->co_varnames, j, locals, fast, 0, clear); in PyFrame_LocalsToFast()
949 locals, fast + co->co_nlocals, 1, clear); in PyFrame_LocalsToFast()
953 locals, fast + co->co_nlocals + ncells, 1, in PyFrame_LocalsToFast()
Ddictobject.c1445 PyObject *fast; /* item as a 2-tuple or 2-list */ in PyDict_MergeFromSeq2() local
1459 fast = NULL; in PyDict_MergeFromSeq2()
1468 fast = PySequence_Fast(item, ""); in PyDict_MergeFromSeq2()
1469 if (fast == NULL) { in PyDict_MergeFromSeq2()
1477 n = PySequence_Fast_GET_SIZE(fast); in PyDict_MergeFromSeq2()
1487 key = PySequence_Fast_GET_ITEM(fast, 0); in PyDict_MergeFromSeq2()
1488 value = PySequence_Fast_GET_ITEM(fast, 1); in PyDict_MergeFromSeq2()
1494 Py_DECREF(fast); in PyDict_MergeFromSeq2()
1502 Py_XDECREF(fast); in PyDict_MergeFromSeq2()
Dlistsort.txt6 as few as N-1), yet as fast as Python's previous highly tuned samplesort
166 stock trade?" field ran over twice as fast under timsort.
226 run. Reversal is done via the obvious fast "swap elements starting at each
336 the pending-run lengths grow at least as fast as the Fibonacci numbers.
480 Galloping compromises by getting out fast if there isn't a long winning
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.inf6 # This library instance is useful when a fast associative container is needed.
11 # The implementation is also useful as a fast priority queue.
DBaseOrderedCollectionRedBlackTreeLib.uni7 // This library instance is useful when a fast associative container is needed.
12 // The implementation is also useful as a fast priority queue.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DScanMem.asm36 ; all ARMv7 processors. It has a fast past for short sizes, and has
121 L60 ; We're here because the fast path found a hit - now we have to track down exactly which word i…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Ddutree.doc42 blazingly fast: I should probably inline the &childof routine,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt238 -a{N}: set compression mode 0 = fast, 1 = normal
247 -fb{N}: set number of fast bytes - [5, 273], default: 128
266 ratio, but they often works pretty fast in combination with
267 fast mode (-a0).
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-sdk.txt238 -a{N}: set compression mode 0 = fast, 1 = normal
247 -fb{N}: set number of fast bytes - [5, 273], default: 128
266 ratio, but they often works pretty fast in combination with
267 fast mode (-a0).
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt238 -a{N}: set compression mode 0 = fast, 1 = normal
247 -fb{N}: set number of fast bytes - [5, 273], default: 128
266 ratio, but they often works pretty fast in combination with
267 fast mode (-a0).
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt52 modes (level parameter 1 to 3). For these fast modes, new strings
63 that you can decode fast. The most important characteristic is that shorter
65 short codes fast, and let the long codes take longer to decode.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt52 modes (level parameter 1 to 3). For these fast modes, new strings
63 that you can decode fast. The most important characteristic is that shorter
65 short codes fast, and let the long codes take longer to decode.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c347 int fast; /* Fast mode doesn't save in memo, don't use if circ ref */ member
803 if (Py_REFCNT(ob) < 2 || self->fast) in put()
818 if (self->fast) in put2()
1727 if (self->fast && !fast_save_enter(self, args)) in save_list()
1770 if (self->fast && !fast_save_leave(self, args)) in save_list()
1979 if (self->fast && !fast_save_enter(self, args)) in save_dict()
2028 if (self->fast && !fast_save_leave(self, args)) in save_dict()
2045 if (self->fast && !fast_save_enter(self, args)) in save_inst()
2164 if (self->fast && !fast_save_leave(self, args)) in save_inst()
3043 self->fast = 0; in newPicklerobject()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c349 int fast; /* Fast mode doesn't save in memo, don't use if circ ref */ member
772 if (Py_REFCNT(ob) < 2 || self->fast) in put()
788 if (self->fast) in put2()
1696 if (self->fast && !fast_save_enter(self, args)) in save_list()
1739 if (self->fast && !fast_save_leave(self, args)) in save_list()
1948 if (self->fast && !fast_save_enter(self, args)) in save_dict()
1997 if (self->fast && !fast_save_leave(self, args)) in save_dict()
2014 if (self->fast && !fast_save_enter(self, args)) in save_inst()
2133 if (self->fast && !fast_save_leave(self, args)) in save_inst()
3011 self->fast = 0; in newPicklerobject()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt15 dlg is a tool that produces fast deterministic finite auto-
/device/linaro/bootloader/edk2/OvmfPkg/
DOvmfPkg.dec85 # acceptably fast.

123