/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/ |
D | assert.h | 49 #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/ |
D | bl2_main.c | 186 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/ |
D | lcode.c | 29 #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 …]
|
D | lobject.c | 37 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
|
D | ltm.h | 41 #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/ |
D | bytes_methods.c | 15 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/ |
D | bytes_methods.c | 15 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/ |
D | sorlist.c | 60 void *e; local 78 slist_add( SList **list, void *e ) in slist_add()
|
D | sorcerer.c | 72 _mkroot(SORAST **r, SORAST **s, SORAST **e, SORAST *t) in _mkroot() 83 _mkchild(SORAST **r, SORAST **s, SORAST **e, SORAST *t) in _mkchild()
|
D | STreeParser.cpp | 111 _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/ |
D | slist.cpp | 49 void *e; in iterate() local 60 add(void *e) in add()
|
D | SList.h | 53 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/ |
D | SList.h | 53 void setElem(void *e) { _elem = e; } in setElem() 67 virtual void require(int e,char *err){ if ( !e ) panic(err); } in require()
|
D | slist.cpp | 50 void *e; in iterate() local 61 add(void *e) in add()
|
/device/google/contexthub/firmware/os/core/ |
D | floatRt.c | 61 uint32_t e, word = *(const uint32_t*)&f; in floatToUint64() local 92 uint32_t e, word = *(const uint32_t*)&f; in floatToInt64() local
|
D | simpleQ.c | 44 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/ |
D | bits.c | 189 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/ |
D | test_wsgiref.py | 476 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/ |
D | fixunsdfsi.c | 66 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023; in ARM_EABI_FNALIAS() local
|
/device/google/contexthub/firmware/lib/builtins/ |
D | aeabi_ul2f.c | 34 int e = sd - 1; /* 8 exponent */ in __aeabi_ul2f() local
|
D | aeabi_l2f.c | 36 int e = sd - 1; /* exponent */ in __aeabi_l2f() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | Instances.py | 20 class e: class 56 class e: class
|
D | NewInstances.py | 29 class e(object): class 65 class e(object): class
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | atof.c | 14 int e = 0; in atof() local
|
/device/google/dragon/recovery/updater/ |
D | debug_ec.c | 438 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
|