Home
last modified time | relevance | path

Searched defs:chain (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmethodobject.c319 listmethodchain(PyMethodChain *chain) in listmethodchain()
352 Py_FindMethodInChain(PyMethodChain *chain, PyObject *self, const char *name) in Py_FindMethodInChain()
386 PyMethodChain chain; in Py_FindMethod() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmethodobject.c319 listmethodchain(PyMethodChain *chain) in listmethodchain()
352 Py_FindMethodInChain(PyMethodChain *chain, PyObject *self, const char *name) in Py_FindMethodInChain()
386 PyMethodChain chain; in Py_FindMethod() local
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dpte.h93 uint64_t chain; /* pa of collision chain */ member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c2521 Tree *MR_merge_tree_contexts_client(Tree *t,int chain[])
2543 void MR_iterateOverTreeContexts(Tree *t,int chain[])
2752 Tree * MR_iterateOverTreeSuppressK(Tree *t,int chain[])
Dfset2.c1813 void MR_iterateOverTree(Tree *t,int chain[]) in MR_iterateOverTree()
/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.cpp660 int gpt_utils_set_xbl_boot_partition(enum boot_chain chain) in gpt_utils_set_xbl_boot_partition()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py364 def _call_chain(self, chain, kind, meth_name, *args): argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h699 struct re_pattern_buffer* chain; /* escape compile-conflict */ member