/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _lsprof.c | 101 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.10/PyMod-2.7.10/Objects/stringlib/ |
D | localeutil.h | 28 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.2/Objects/stringlib/ |
D | localeutil.h | 28 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/ |
D | localeutil.h | 28 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/ |
D | ldo.c | 78 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()
|
D | lcode.c | 38 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()
|
D | lstate.c | 116 ci->previous = L->ci; in luaE_extendCI() 144 ci->next = ci->previous = NULL; in stack_init()
|
D | ldebug.c | 88 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()
|
D | lstate.h | 72 struct CallInfo *previous, *next; /* dynamic call link */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | shelve.py | 198 def previous(self): member in BsdDbShelf 199 (key, value) = self.dict.previous()
|
/device/mediatek/wembley-sepolicy/private/compat/26.0/ |
D | 26.0.ignore.cil | 3 ;; previous ones. Add here to pass checkapi tests.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | README | 8 (1) ANTLR uses the previous antlr in that directory to rebuild itself
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/ |
D | Stack.s | 69 # Restore previous contexts
|
D | Stack.asm | 68 ; Restore previous contexts
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/Ia32/ |
D | Stack.nasm | 67 ; Restore previous contexts
|
/device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/ |
D | AArch64.h | 134 .previous
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/ |
D | Readme.md | 7 …icrocodeUpdateTxt/Microcode/Microcode.inf` with name of Microcode TXT file copied in previous step.
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | BuildEnv | 37 # Restore previous configuration 59 echo Loading previous configuration from $PREVIOUS_CONF_FILE
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
D | VfrStrings.uni | 38 … #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/arm-trusted-firmware/ |
D | dco.txt | 21 (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/ |
D | test_bsddb.py | 174 items.append(self.f.previous()) 319 self.assertEqual(self.f.previous()[0], keys[-2])
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | bld_vlv.sh | 95 echo Removing previous build files ...
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/ |
D | README | 8 and some readable text explaining the differences with previous
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | algorithm.txt | 6 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.10/Modules/zlib/ |
D | algorithm.txt | 6 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
|