/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | node.c | 10 node *n = (node *) PyObject_MALLOC(1 * sizeof(node)); in PyNode_New() local 23 fancy_roundup(int n) in fancy_roundup() 73 #define XXXROUNDUP(n) ((n) <= 1 ? (n) : \ argument 84 node *n; in PyNode_AddChild() local 121 PyNode_Free(node *n) in PyNode_Free() 130 _PyNode_SizeOf(node *n) in _PyNode_SizeOf() 140 freechildren(node *n) in freechildren() 152 sizeofchildren(node *n) in sizeofchildren()
|
D | listnode.c | 13 PyNode_ListTree(node *n) in PyNode_ListTree() 21 listnode(FILE *fp, node *n) in listnode() 29 list1node(FILE *fp, node *n) in list1node()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/ |
D | Omap3530Interrupt.h | 32 #define INTCPS_ITR(n) (INTERRUPT_BASE + 0x0080 + (0x20 * (n))) argument 33 #define INTCPS_MIR(n) (INTERRUPT_BASE + 0x0084 + (0x20 * (n))) argument 34 #define INTCPS_MIR_CLEAR(n) (INTERRUPT_BASE + 0x0088 + (0x20 * (n))) argument 35 #define INTCPS_MIR_SET(n) (INTERRUPT_BASE + 0x008C + (0x20 * (n))) argument 36 #define INTCPS_ISR_SET(n) (INTERRUPT_BASE + 0x0090 + (0x20 * (n))) argument 37 #define INTCPS_ISR_CLEAR(n) (INTERRUPT_BASE + 0x0094 + (0x20 * (n))) argument 38 #define INTCPS_PENDING_IRQ(n) (INTERRUPT_BASE + 0x0098 + (0x20 * (n))) argument 39 #define INTCPS_PENDING_FIQ(n) (INTERRUPT_BASE + 0x009C + (0x20 * (n))) argument
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/ |
D | Omap3530Interrupt.h | 32 #define INTCPS_ITR(n) (INTERRUPT_BASE + 0x0080 + (0x20 * (n))) argument 33 #define INTCPS_MIR(n) (INTERRUPT_BASE + 0x0084 + (0x20 * (n))) argument 34 #define INTCPS_MIR_CLEAR(n) (INTERRUPT_BASE + 0x0088 + (0x20 * (n))) argument 35 #define INTCPS_MIR_SET(n) (INTERRUPT_BASE + 0x008C + (0x20 * (n))) argument 36 #define INTCPS_ISR_SET(n) (INTERRUPT_BASE + 0x0090 + (0x20 * (n))) argument 37 #define INTCPS_ISR_CLEAR(n) (INTERRUPT_BASE + 0x0094 + (0x20 * (n))) argument 38 #define INTCPS_PENDING_IRQ(n) (INTERRUPT_BASE + 0x0098 + (0x20 * (n))) argument 39 #define INTCPS_PENDING_FIQ(n) (INTERRUPT_BASE + 0x009C + (0x20 * (n))) argument
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/ |
D | gic_v2.c | 43 unsigned n = id >> IGROUPR_SHIFT; in gicd_read_igroupr() local 49 unsigned n = id >> ISENABLER_SHIFT; in gicd_read_isenabler() local 55 unsigned n = id >> ICENABLER_SHIFT; in gicd_read_icenabler() local 61 unsigned n = id >> ISPENDR_SHIFT; in gicd_read_ispendr() local 67 unsigned n = id >> ICPENDR_SHIFT; in gicd_read_icpendr() local 73 unsigned n = id >> ISACTIVER_SHIFT; in gicd_read_isactiver() local 79 unsigned n = id >> ICACTIVER_SHIFT; in gicd_read_icactiver() local 85 unsigned n = id >> IPRIORITYR_SHIFT; in gicd_read_ipriorityr() local 91 unsigned n = id >> ITARGETSR_SHIFT; in gicd_read_itargetsr() local 97 unsigned n = id >> ICFGR_SHIFT; in gicd_read_icfgr() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | node.c | 10 node *n = (node *) PyObject_MALLOC(1 * sizeof(node)); in PyNode_New() local 23 fancy_roundup(int n) in fancy_roundup() 73 #define XXXROUNDUP(n) ((n) <= 1 ? (n) : \ argument 84 node *n; in PyNode_AddChild() local 120 PyNode_Free(node *n) in PyNode_Free() 129 freechildren(node *n) in freechildren()
|
D | listnode.c | 13 PyNode_ListTree(node *n) in PyNode_ListTree() 21 listnode(FILE *fp, node *n) in listnode() 29 list1node(FILE *fp, node *n) in list1node()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pymem.h | 74 #define PyMem_MALLOC(n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \ argument 76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \ argument 92 #define PyMem_New(type, n) \ argument 95 #define PyMem_NEW(type, n) \ argument 105 #define PyMem_Resize(p, type, n) \ argument 108 #define PyMem_RESIZE(p, type, n) \ argument
|
D | node.h | 25 #define NCH(n) ((n)->n_nchildren) argument 27 #define CHILD(n, i) (&(n)->n_child[i]) argument 28 #define RCHILD(n, i) (CHILD(n, NCH(n) + i)) argument 29 #define TYPE(n) ((n)->n_type) argument 30 #define STR(n) ((n)->n_str) argument 33 #define REQ(n, type) assert(TYPE(n) == (type)) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pymem.h | 74 #define PyMem_MALLOC(n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \ argument 76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \ argument 92 #define PyMem_New(type, n) \ argument 95 #define PyMem_NEW(type, n) \ argument 105 #define PyMem_Resize(p, type, n) \ argument 108 #define PyMem_RESIZE(p, type, n) \ argument
|
D | node.h | 26 #define NCH(n) ((n)->n_nchildren) argument 28 #define CHILD(n, i) (&(n)->n_child[i]) argument 29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i)) argument 30 #define TYPE(n) ((n)->n_type) argument 31 #define STR(n) ((n)->n_str) argument 34 #define REQ(n, type) assert(TYPE(n) == (type)) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | beer.py | 7 n = 100 variable 9 n = int(sys.argv[1]) variable 11 def bottle(n): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 44 #define LINENO(n) ((n)->n_lineno) argument 51 new_identifier(const char* n, PyArena *arena) { in new_identifier() 58 #define NEW_IDENTIFIER(n) new_identifier(STR(n), c->c_arena) argument 69 ast_error(const node *n, const char *errstr) in ast_error() 121 ast_warn(struct compiling *c, const node *n, char *msg) in ast_warn() 134 forbidden_check(struct compiling *c, const node *n, const char *x) in forbidden_check() 166 num_stmts(const node *n) in num_stmts() 216 PyAST_FromNode(const node *n, PyCompilerFlags *flags, const char *filename, in PyAST_FromNode() 332 get_operator(const node *n) in get_operator() 370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ast.c | 44 #define LINENO(n) ((n)->n_lineno) argument 51 new_identifier(const char* n, PyArena *arena) { in new_identifier() 58 #define NEW_IDENTIFIER(n) new_identifier(STR(n), c->c_arena) argument 69 ast_error(const node *n, const char *errstr) in ast_error() 121 ast_warn(struct compiling *c, const node *n, char *msg) in ast_warn() 134 forbidden_check(struct compiling *c, const node *n, const char *x) in forbidden_check() 166 num_stmts(const node *n) in num_stmts() 216 PyAST_FromNode(const node *n, PyCompilerFlags *flags, const char *filename, in PyAST_FromNode() 332 get_operator(const node *n) in get_operator() 370 set_context(struct compiling *c, expr_ty e, expr_context_ty ctx, const node *n) in set_context() [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | multibyte_sb.c | 64 size_t n, in mbrlen() 81 size_t n in mblen() 95 size_t n, in mbrtowc() 117 size_t n in mbtowc() 168 size_t n, in mbsrtowcs() 206 size_t n in mbstowcs() 221 size_t n, in wcsrtombs() 257 size_t n in wcstombs()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmltok_impl.c | 6 #define IS_INVALID_CHAR(enc, ptr, n) (0) argument 9 #define INVALID_LEAD_CASE(n, ptr, nextTokPtr) \ argument 30 #define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \ argument 58 #define CHECK_NMSTRT_CASE(n, enc, ptr, end, nextTokPtr) \ argument 308 size_t n = end - ptr; in PREFIX() local 350 #define LEAD_CASE(n) \ in PREFIX() argument 788 size_t n = end - ptr; in PREFIX() local 834 #define LEAD_CASE(n) \ in PREFIX() argument 976 size_t n = end - ptr; in PREFIX() local 1093 #define LEAD_CASE(n) \ in PREFIX() argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmltok_impl.c | 9 #define IS_INVALID_CHAR(enc, ptr, n) (0) argument 12 #define INVALID_LEAD_CASE(n, ptr, nextTokPtr) \ argument 33 #define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \ argument 61 #define CHECK_NMSTRT_CASE(n, enc, ptr, end, nextTokPtr) \ argument 311 size_t n = end - ptr; in PREFIX() local 353 #define LEAD_CASE(n) \ in PREFIX() argument 791 size_t n = end - ptr; in PREFIX() local 837 #define LEAD_CASE(n) \ in PREFIX() argument 979 size_t n = end - ptr; in PREFIX() local 1096 #define LEAD_CASE(n) \ in PREFIX() argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | llimits.h | 186 #define luai_userstateresume(L,n) ((void)L) argument 190 #define luai_userstateyield(L,n) ((void)L) argument 206 #define lua_number2int(i,n) __asm {__asm fld n __asm fistp i} argument 207 #define lua_number2integer(i,n) lua_number2int(i, n) argument 208 #define lua_number2unsigned(i,n) \ argument 227 #define lua_number2int32(i,n,t) \ argument 232 #define luai_hashnum(i,n) \ argument 236 #define lua_number2int(i,n) lua_number2int32(i, n, int) argument 237 #define lua_number2unsigned(i,n) lua_number2int32(i, n, lua_Unsigned) argument 241 #define lua_number2integer(i,n) lua_number2int32(i, n, lua_Integer) argument [all …]
|
D | ltable.h | 14 #define gkey(n) (&(n)->i_key.tvk) argument 15 #define gval(n) (&(n)->i_val) argument 16 #define gnext(n) ((n)->i_key.nk.next) argument
|
D | ltable.c | 51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) argument 61 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) argument 69 #define isdummy(n) ((n) == dummynode) argument 80 static Node *hashnum (const Table *t, lua_Number n) { in hashnum() 129 lua_Number n = nvalue(key); in arrayindex() local 151 Node *n = mainposition(t, key); in findindex() local 201 int n = 0; /* optimal size for array part */ in computesizes() local 259 Node *n = &t->node[i]; in numusehash() local 293 Node *n = gnode(t, i); in setnodevector() local 413 Node *n = getfreepos(t); /* get a free place */ in luaH_newkey() local [all …]
|
D | lfunc.h | 14 #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \ argument 17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \ argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | Copying.c | 36 memcpy(void * __restrict s1, const void * __restrict s2, size_t n) in memcpy() 56 memmove(void *s1, const void *s2, size_t n) in memmove() 88 char *strncpy(char * __restrict s1, const char * __restrict s2, size_t n) in strncpy() 118 int strncpyX(char * __restrict s1, const char * __restrict s2, size_t n) in strncpyX()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/ |
D | Copying.c | 45 wchar_t *wcsncpy(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncpy() 58 wchar_t *wmemcpy(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wmemcpy() 77 wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n) in wmemmove()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | sigtypes.h | 68 #define __sigmask(n) (1 << (((unsigned int)(n) - 1) & 31)) argument 69 #define __sigword(n) (((unsigned int)(n) - 1) >> 5) argument 70 #define __sigaddset(s, n) ((s)->__bits[__sigword(n)] |= __sigmask(n)) argument 71 #define __sigdelset(s, n) ((s)->__bits[__sigword(n)] &= ~__sigmask(n)) argument 72 #define __sigismember(s, n) (((s)->__bits[__sigword(n)] & __sigmask(n)) != 0) argument
|
/device/google/dragon/recovery/updater/ |
D | debug_cmd.h | 26 #define CMD(n, helpstr) \ argument 29 #define CMDS(n, helpstr) \ argument 32 #define SUBCMDS(n, helpstr) \ argument
|