Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 155) sorted by relevance

1234567

/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
Dassert.h49 #define assert(e) ((void)0) argument
50 #define _assert(e) ((void)0) argument
52 #define _assert(e) assert(e) argument
54 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ argument
/device/linaro/bootloader/arm-trusted-firmware/bl2/
Dbl2_main.c186 int e = 0; in load_bl30() local
241 int e; in load_bl31() local
293 int e = 0; in load_bl32() local
350 int e; in load_bl33() local
394 int e; in bl2_main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.c29 #define hasjumps(e) ((e)->t != (e)->f) argument
32 static int isnumeral(expdesc *e) { in isnumeral()
285 static void freeexp (FuncState *fs, expdesc *e) { in freeexp()
359 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
371 void luaK_setoneret (FuncState *fs, expdesc *e) { in luaK_setoneret()
383 void luaK_dischargevars (FuncState *fs, expdesc *e) { in luaK_dischargevars()
421 static void discharge2reg (FuncState *fs, expdesc *e, int reg) { in discharge2reg()
460 static void discharge2anyreg (FuncState *fs, expdesc *e) { in discharge2anyreg()
468 static void exp2reg (FuncState *fs, expdesc *e, int reg) { in exp2reg()
492 void luaK_exp2nextreg (FuncState *fs, expdesc *e) { in luaK_exp2nextreg()
[all …]
Dlobject.c37 int e = 0; /* exponent */ in luaO_int2fb() local
49 int e = (x >> 3) & 0x1f; in luaO_fb2int() local
120 int e = 0, i = 0; in lua_strx2number() local
182 const char *e = strchr(fmt, '%'); in luaO_pushvfstring() local
Dltm.h41 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \ argument
44 #define fasttm(l,et,e) gfasttm(G(l), et, e) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytes_methods.c15 register const unsigned char *e; in _Py_bytes_isspace() local
45 register const unsigned char *e; in _Py_bytes_isalpha() local
75 register const unsigned char *e; in _Py_bytes_isalnum() local
105 register const unsigned char *e; in _Py_bytes_isdigit() local
135 register const unsigned char *e; in _Py_bytes_islower() local
169 register const unsigned char *e; in _Py_bytes_isupper() local
205 register const unsigned char *e; in _Py_bytes_istitle() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytes_methods.c15 register const unsigned char *e; in _Py_bytes_isspace() local
45 register const unsigned char *e; in _Py_bytes_isalpha() local
75 register const unsigned char *e; in _Py_bytes_isalnum() local
105 register const unsigned char *e; in _Py_bytes_isdigit() local
135 register const unsigned char *e; in _Py_bytes_islower() local
169 register const unsigned char *e; in _Py_bytes_isupper() local
205 register const unsigned char *e; in _Py_bytes_istitle() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dsorlist.c60 void *e; local
78 slist_add( SList **list, void *e ) in slist_add()
Dsorcerer.c72 _mkroot(SORAST **r, SORAST **s, SORAST **e, SORAST *t) in _mkroot()
83 _mkchild(SORAST **r, SORAST **s, SORAST **e, SORAST *t) in _mkchild()
DSTreeParser.cpp111 _mkroot(SORASTBase **r, SORASTBase **s, SORASTBase **e, SORASTBase *t) in _mkroot()
117 _mkchild(SORASTBase **r, SORASTBase **s, SORASTBase **e, SORASTBase *t) in _mkchild()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dslist.cpp49 void *e; in iterate() local
60 add(void *e) in add()
DSList.h53 void setElem(void *e) { _elem = e; } in setElem()
67 virtual void require(int e,char *err){ if ( !e ) panic(err); } in require()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DSList.h53 void setElem(void *e) { _elem = e; } in setElem()
67 virtual void require(int e,char *err){ if ( !e ) panic(err); } in require()
Dslist.cpp50 void *e; in iterate() local
61 add(void *e) in add()
/device/google/contexthub/firmware/os/core/
DfloatRt.c61 uint32_t e, word = *(const uint32_t*)&f; in floatToUint64() local
92 uint32_t e, word = *(const uint32_t*)&f; in floatToInt64() local
DsimpleQ.c44 static inline uint32_t simpleQueueGetIdx(struct SimpleQueue* sq, const struct SimpleQueueEntry *e) in simpleQueueGetIdx()
95 struct SimpleQueueEntry *e; in simpleQueueDequeue() local
148 struct SimpleQueueEntry *e = NULL; in simpleQueueEnqueue() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbits.c189 unsigned int e; local
247 ListNode *e; local
339 ListNode *t, *e = NULL, *e1, *e2; in ComputeTokSets() local
452 unsigned e; in DumpRemainingTokSets() local
563 int e=1; local
634 int e=1; local
983 dumpExpr( FILE *f, char *e ) in dumpExpr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_wsgiref.py476 def trivial_app1(e,s): argument
480 def trivial_app2(e,s): argument
484 def trivial_app4(e,s): argument
514 def non_error_app(e,s): argument
518 def error_app(e,s): argument
541 def error_app(e,s): argument
555 def non_error_app(e,s): argument
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
Dfixunsdfsi.c66 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023; in ARM_EABI_FNALIAS() local
/device/google/contexthub/firmware/lib/builtins/
Daeabi_ul2f.c34 int e = sd - 1; /* 8 exponent */ in __aeabi_ul2f() local
Daeabi_l2f.c36 int e = sd - 1; /* exponent */ in __aeabi_l2f() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DInstances.py20 class e: class
56 class e: class
DNewInstances.py29 class e(object): class
65 class e(object): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Datof.c14 int e = 0; in atof() local
/device/google/dragon/recovery/updater/
Ddebug_ec.c438 char *e; in cmd_ec_gpioset() local
504 char *e; in cmd_ec_echash() local
651 char *e; in cmd_ec_lightbar() local
690 char *e; in cmd_ec_lightbar() local
712 char *e; in cmd_ec_lightbar() local
720 char *e; in cmd_ec_lightbar() local
730 char *e; in cmd_ec_lightbar() local
850 char *e; in cmd_ec_usbpd() local

1234567