Searched refs:ci (Results 1 - 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlapi.h14 #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
H A Dldo.c143 CallInfo *ci; local
148 for (ci = L->ci; ci != NULL; ci = ci->previous) {
149 ci->top = (ci->top - oldstack) + L->stack;
150 ci->func = (ci
195 CallInfo *ci; local
220 CallInfo *ci = L->ci; local
244 callhook(lua_State *L, CallInfo *ci) argument
298 CallInfo *ci; local
365 CallInfo *ci = L->ci; local
409 CallInfo *ci = L->ci; local
452 CallInfo *ci; local
463 CallInfo *ci = findpcall(L); local
499 CallInfo *ci = L->ci; local
568 CallInfo *ci = L->ci; local
[all...]
H A Dldebug.c36 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name);
39 static int currentpc (CallInfo *ci) { argument
40 lua_assert(isLua(ci));
41 return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
45 static int currentline (CallInfo *ci) { argument
46 return getfuncline(ci_func(ci)->p, currentpc(ci));
58 if (isLua(L->ci))
59 L->oldpc = L->ci
85 CallInfo *ci; local
107 findvararg(CallInfo *ci, int n, StkId *pos) argument
118 findlocal(lua_State *L, CallInfo *ci, int n, StkId *pos) argument
215 auxgetinfo(lua_State *L, const char *what, lua_Debug *ar, Closure *f, CallInfo *ci) argument
269 CallInfo *ci; local
445 getfuncname(lua_State *L, CallInfo *ci, const char **name) argument
491 isinstack(CallInfo *ci, const TValue *o) argument
499 getupvalname(CallInfo *ci, const TValue *o, const char **name) argument
514 CallInfo *ci = L->ci; local
558 CallInfo *ci = L->ci; local
[all...]
H A Dlstate.c113 CallInfo *ci = luaM_new(L, CallInfo); local
114 lua_assert(L->ci->next == NULL);
115 L->ci->next = ci;
116 ci->previous = L->ci;
117 ci->next = NULL;
118 return ci;
123 CallInfo *ci = L->ci; local
134 int i; CallInfo *ci; local
[all...]
H A Dlvm.c61 CallInfo *ci = L->ci; local
66 if (ci->callstatus & CIST_HOOKYIELD) { /* called hook last time? */
67 ci->callstatus &= ~CIST_HOOKYIELD; /* erase mark */
73 Proto *p = ci_func(ci)->p;
74 int npc = pcRel(ci->u.l.savedpc, p);
77 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
81 L->oldpc = ci->u.l.savedpc;
85 ci->u.l.savedpc--; /* undo increment (resume will increment it again) */
86 ci
424 CallInfo *ci = L->ci; local
535 CallInfo *ci = L->ci; local
[all...]
H A Dldebug.h21 #define ci_func(ci) (clLvalue((ci)->func))
H A Dlapi.c56 CallInfo *ci = L->ci; local
58 TValue *o = ci->func + idx;
59 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index");
64 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index");
72 if (ttislcf(ci->func)) /* light C function? */
75 CClosure *func = clCvalue(ci->func);
94 CallInfo *ci = L->ci; local
952 CallInfo *ci = L->ci; local
[all...]
H A Dlstate.h106 #define isLua(ci) ((ci)->callstatus & CIST_LUA)
159 CallInfo *ci; /* call info for current function */ member in struct:lua_State
H A Dlgc.c508 CallInfo *ci; local
509 for (ci = &th->base_ci; ci != th->ci; ci = ci->next)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
H A Dmakefile17 ci:
18 ci -u $(SRC) *.h makefile
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Dcpu_counter.h69 cpu_frequency(struct cpu_info *ci) argument
H A Dcpu.h129 #define need_resched(ci) /*XXX: FIXME */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dcomplexobject.c1139 Py_complex cr, ci; local
1239 ci.real = 0.0;
1242 ci = ((PyComplexObject*)i)->cval;
1251 ci.real = PyFloat_AsDouble(tmp);
1255 parts are real numbers, so that ci.imag and cr.imag are zero.
1259 cr.real -= ci.imag;
1262 ci.real += cr.imag;
1264 return complex_subtype_from_doubles(type, cr.real, ci.real);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcomplexobject.c1135 Py_complex cr, ci; local
1235 ci.real = 0.0;
1238 ci = ((PyComplexObject*)i)->cval;
1247 ci.real = PyFloat_AsDouble(tmp);
1251 parts are real numbers, so that ci.imag and cr.imag are zero.
1255 cr.real -= ci.imag;
1258 ci.real += cr.imag;
1260 return complex_subtype_from_doubles(type, cr.real, ci.real);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dformatter.py238 csize, ci, cb, ctt = self.font_stack[-1]
240 if i is AS_IS: i = ci
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dformatter.py238 csize, ci, cb, ctt = self.font_stack[-1]
240 if i is AS_IS: i = ci
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Doniguruma.h733 int onig_new_deluxe P_((OnigRegex* reg, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigCompileInfo* ci, OnigErrorInfo* einfo));
741 int onig_recompile_deluxe P_((OnigRegex reg, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigCompileInfo* ci, OnigErrorInfo* einfo));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dtextio.c972 PyObject *ci; local
978 ci = _PyCodec_Lookup(encoding);
979 if (ci == NULL)
981 res = PyObject_GetAttrString(ci, "name");
982 Py_DECREF(ci);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dtextio.c956 PyObject *ci; local
962 ci = _PyCodec_Lookup(encoding);
963 if (ci == NULL)
965 res = PyObject_GetAttrString(ci, "name");
966 Py_DECREF(ci);

Completed in 631 milliseconds