Home
last modified time | relevance | path

Searched defs:var (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DPatchFv.py669 def getModGuid(self, var): argument
682 def getVariable(self, var): argument
693 def getNumber(self, var): argument
DGenCfgOpt.py180 def getNumber(self, var): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py355 def getenv(var): argument
358 def getenv(var): argument
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DShowEnvironment.bat76 @set var=%var:""="% variable
/device/google/contexthub/firmware/os/algos/calibration/common/
Ddiversity_checker.c189 float var = (acc_norm_square - (acc_norm * acc_norm) * inv) * inv; in diversityCheckerNormQuality() local
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h548 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) argument
552 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var)) argument
556 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c608 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal()
734 LUA_API void lua_setglobal (lua_State *L, const char *var) { in lua_setglobal()
Dlparser.c271 static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) { in singlevaraux()
297 static void singlevar (LexState *ls, expdesc *var) { in singlevar()
Dlcode.c558 void luaK_storevar (FuncState *fs, expdesc *var, expdesc *ex) { in luaK_storevar()
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFWBlockService.c27 #define TRY_ASSIGN(var, value) if(var != NULL) {*var = value;} argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
D_codecs_iso2022.c1062 #define CONFIGDEF(var, attrs) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
D_codecs_iso2022.c1062 #define CONFIGDEF(var, attrs) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c24 #define READ_TIMESTAMP(var) argument
36 #define READ_TIMESTAMP(var) ppc_getcounter(&var) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c24 #define READ_TIMESTAMP(var) argument
36 #define READ_TIMESTAMP(var) ppc_getcounter(&var) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c106 #define IS_NULL_SYMBOL_VALUE(var) ((var != NULL) && (strlen (var) == 0)) argument