Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 58) sorted by relevance

123

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dhistory.txt18 outside of allocated range.
32 allocated range in some rare cases.
84 outside of allocated range.
167 decoder could access memory outside of allocated range.
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dhistory.txt18 outside of allocated range.
32 allocated range in some rare cases.
84 outside of allocated range.
167 decoder could access memory outside of allocated range.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dhistory.txt18 outside of allocated range.
32 allocated range in some rare cases.
84 outside of allocated range.
167 decoder could access memory outside of allocated range.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c34 Py_ssize_t allocated; member
55 if (self->allocated >= newsize && in array_resize()
88 self->allocated = _new_size; in array_resize()
436 op->allocated = size; in newarrayobject()
748 a->allocated = Py_SIZE(a); in array_ass_slice()
762 a->allocated = Py_SIZE(a); in array_ass_slice()
844 self->allocated = size; in array_do_extend()
884 self->allocated = 0; in array_inplace_repeat()
900 self->allocated = Py_SIZE(self); in array_inplace_repeat()
1223 self->allocated = Py_SIZE(self); in array_fromfile()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c34 Py_ssize_t allocated; member
55 if (self->allocated >= newsize && in array_resize()
88 self->allocated = _new_size; in array_resize()
436 op->allocated = size; in newarrayobject()
748 a->allocated = Py_SIZE(a); in array_ass_slice()
762 a->allocated = Py_SIZE(a); in array_ass_slice()
844 self->allocated = size; in array_do_extend()
884 self->allocated = 0; in array_inplace_repeat()
900 self->allocated = Py_SIZE(self); in array_inplace_repeat()
1223 self->allocated = Py_SIZE(self); in array_fromfile()
[all …]
D_elementtree.c223 int allocated; /* allocated items */ member
275 self->extra->allocated = STATIC_CHILDREN; in element_new_extra()
320 self->extra->allocated = STATIC_CHILDREN; in element_new()
353 if (size > self->extra->allocated) { in element_resize()
380 self->extra->allocated = size; in element_resize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c29 Py_ssize_t allocated = self->allocated; in list_resize() local
35 if (allocated >= newsize && newsize >= (allocated >> 1)) { in list_resize()
71 self->allocated = new_allocated; in list_resize()
160 op->allocated = size; in PyList_New()
595 a->allocated = 0; in list_clear()
882 if (Py_SIZE(self) < self->allocated) { in listextend()
896 if (Py_SIZE(self) < self->allocated) in listextend()
2088 saved_allocated = self->allocated; in listsort()
2091 self->allocated = -1; /* any operation will reset it to >= 0 */ in listsort()
2180 if (self->allocated != -1 && result != NULL) { in listsort()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c29 Py_ssize_t allocated = self->allocated; in list_resize() local
35 if (allocated >= newsize && newsize >= (allocated >> 1)) { in list_resize()
71 self->allocated = new_allocated; in list_resize()
160 op->allocated = size; in PyList_New()
595 a->allocated = 0; in list_clear()
882 if (Py_SIZE(self) < self->allocated) { in listextend()
896 if (Py_SIZE(self) < self->allocated) in listextend()
2089 saved_allocated = self->allocated; in listsort()
2092 self->allocated = -1; /* any operation will reset it to >= 0 */ in listsort()
2181 if (self->allocated != -1 && result != NULL) { in listsort()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dlistobject.h38 Py_ssize_t allocated; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dlistobject.h38 Py_ssize_t allocated; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c56 for (i = 0; i < node->allocated; i++) { in history_tree_clear()
90 node->allocated = 0; in history_node_new()
104 if (parent->num_childs >= parent->allocated) { in history_tree_add_child()
113 n = parent->allocated * 2; in history_tree_add_child()
117 sizeof(OnigCaptureTreeNode*) * parent->allocated); in history_tree_add_child()
120 for (i = parent->allocated; i < n; i++) { in history_tree_add_child()
123 parent->allocated = n; in history_tree_add_child()
182 if (region->allocated == 0) { in onig_region_resize()
189 region->allocated = n; in onig_region_resize()
191 else if (region->allocated < n) { in onig_region_resize()
[all …]
Doniguruma.h606 int allocated; member
613 int allocated; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
DPlatformPei.inf28 # 3. Detect video adapter to determine whether we need pre allocated
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DPlatformEarlyInit.inf9 # 3. Detect video adapter to determine whether we need pre allocated
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/
DAcpiSsdtRootPci.asl30 Zero, /* allocated from the global interrupt pool. */ \
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DAcpiSsdtRootPci.asl30 Zero, /* allocated from the global interrupt pool. */ \
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DKNOWN_PROBLEMS.txt81 heap allocated variables.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Drt-svc-writers-guide.md53 are allocated a range of of OENs. The OEN must be interpreted in conjunction
56 Owning Entities only have allocated ranges for Fast calls: Standard calls are
Dfirmware-design.md637 This structure is allocated in a special ELF section `rt_svc_descs`, enabling
849 BL3-1 by issuing an SMC, using a Function ID allocated to the SPD. On
1116 corresponding sections need to be allocated and initialized at run-time.
1553 mismatched attributes from various CPUs are allocated in a coherent memory
1574 The below sections analyze the data structures allocated in the coherent memory
1581 By default, this data structure is allocated in the coherent memory region in
1612 The bakery lock data structure `bakery_lock_t` is allocated in coherent memory
1644 aligned such that they are allocated on separate cache lines. The per-CPU data
1662 * Bits[1 - 15] : number. This is the bakery number allocated.
1717 the memory where the data structures are allocated is cacheable, the overhead is
[all …]
Dporting-guide.md192 excluding any data section allocated at runtime) can occupy.
497 has been allocated for the CPU specificed by MPIDR. For BL images that only
499 the stack allocated to each CPU is specified by the platform defined constant
513 has been allocated for the CPU specificed by MPIDR. For BL images that only
515 the stack allocated to each CPU is specified by the platform defined constant
870 On FVP this is allocated inside an bl2_to_bl31_params_mem structure which
871 is allocated at an address pointed by PARAMS_BASE.
1545 The abstraction currently depends on structures being statically allocated
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt97 re-set. No resources are allocated for networking / traffic purposes. The MAC
114 been allocated, and the following SNP member functions are available (in
/device/linaro/bootloader/edk2/EmbeddedPkg/
DEmbeddedPkg.dsc200 # at least this much of each type of memory can be allocated
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DKNOWN_PROBLEMS.txt138 heap allocated variables.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.uni80 …e_HELP #language en-US "Specify memory size with page number for a pre-allocated reserved memory …
/device/linaro/bootloader/edk2/ArmPlatformPkg/
DArmPlatformPkg-2ndstage.dsc289 # at least this much of each type of memory can be allocated

123