Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 76) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c101 struct _ProfilerContext *previous; member
313 pObj->freelistProfilerContext = c->previous; in clearEntries()
324 self->previous = pObj->currentProfilerContext; in initContext()
327 if ((pObj->flags & POF_SUBCALLS) && self->previous) { in initContext()
329 ProfilerEntry *caller = self->previous->ctxEntry; in initContext()
344 if (self->previous) in Stop()
345 self->previous->subt += tt; in Stop()
346 pObj->currentProfilerContext = self->previous; in Stop()
353 if ((pObj->flags & POF_SUBCALLS) && self->previous) { in Stop()
355 ProfilerEntry *caller = self->previous->ctxEntry; in Stop()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dlocaleutil.h28 char previous; member
37 self->previous = 0; in _GroupGenerator_init()
50 return self->previous; in _GroupGenerator_next()
56 self->previous = ch; in _GroupGenerator_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
Dlocaleutil.h28 char previous; member
37 self->previous = 0; in _GroupGenerator_init()
50 return self->previous; in _GroupGenerator_next()
56 self->previous = ch; in _GroupGenerator_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
Dlocaleutil.h28 char previous; member
37 self->previous = 0; in _GroupGenerator_init()
50 return self->previous; in _GroupGenerator_next()
56 self->previous = ch; in _GroupGenerator_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c78 struct lua_longjmp *previous; member
129 lj.previous = L->errorJmp; /* chain new error handler */ in luaD_rawrunprotected()
134 L->errorJmp = lj.previous; /* restore old error handler */ in luaD_rawrunprotected()
148 for (ci = L->ci; ci != NULL; ci = ci->previous) { in correctstack()
197 for (ci = L->ci; ci != NULL; ci = ci->previous) { in stackinuse()
247 if (isLua(ci->previous) && in callhook()
248 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) { in callhook()
372 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()
376 L->ci = ci = ci->previous; /* back to caller */ in luaD_poscall()
453 for (ci = L->ci; ci != NULL; ci = ci->previous) { /* search for a pcall */ in findpcall()
Dlcode.c38 Instruction *previous; in luaK_nil() local
41 previous = &fs->f->code[fs->pc-1]; in luaK_nil()
42 if (GET_OPCODE(*previous) == OP_LOADNIL) { in luaK_nil()
43 int pfrom = GETARG_A(*previous); in luaK_nil()
44 int pl = pfrom + GETARG_B(*previous); in luaK_nil()
49 SETARG_A(*previous, from); in luaK_nil()
50 SETARG_B(*previous, l - from); in luaK_nil()
Dlstate.c116 ci->previous = L->ci; in luaE_extendCI()
144 ci->next = ci->previous = NULL; in stack_init()
Dldebug.c88 for (ci = L->ci; level > 0 && ci != &L->base_ci; ci = ci->previous) in lua_getstack()
246 if (ci && !(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in auxgetinfo()
247 ar->namewhat = getfuncname(L, ci->previous, &ar->name); in auxgetinfo()
Dlstate.h72 struct CallInfo *previous, *next; /* dynamic call link */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshelve.py198 def previous(self): member in BsdDbShelf
199 (key, value) = self.dict.previous()
/device/mediatek/wembley-sepolicy/private/compat/26.0/
D26.0.ignore.cil3 ;; previous ones. Add here to pass checkapi tests.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
DREADME8 (1) ANTLR uses the previous antlr in that directory to rebuild itself
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/
DStack.s69 # Restore previous contexts
DStack.asm68 ; Restore previous contexts
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/Ia32/
DStack.nasm67 ; Restore previous contexts
/device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/
DAArch64.h134 .previous
/device/linaro/bootloader/edk2/BaseTools/
DBuildEnv37 # Restore previous configuration
59 echo Loading previous configuration from $PREVIOUS_CONF_FILE
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DVfrStrings.uni38 … #language en-US "Select the drivers you need to add as previous controller's over…
39 …#language fr-FR "fr-FR: Select the drivers you need to add as previous controller's override driv…
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/
DReadme.md7 …icrocodeUpdateTxt/Microcode/Microcode.inf` with name of Microcode TXT file copied in previous step.
/device/linaro/bootloader/arm-trusted-firmware/
Ddco.txt21 (b) The contribution is based upon previous work that, to the best
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_bsddb.py174 items.append(self.f.previous())
319 self.assertEqual(self.f.previous()[0], keys[-2])
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Dbld_vlv.sh95 echo Removing previous build files ...
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
DREADME8 and some readable text explaining the differences with previous
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt6 pointer to the previous string, in the form of a pair (distance,
8 to 258 bytes. When a string does not occur anywhere in the previous
40 previous match is truncated to a length of one (thus producing a single
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt6 pointer to the previous string, in the form of a pair (distance,
8 to 258 bytes. When a string does not occur anywhere in the previous
40 previous match is truncated to a length of one (thus producing a single

1234