/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | assert.h | 54 #define _assert(e) assert(e) argument 56 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) argument 58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__)) argument 60 # define assert(e) ((e) ? (void)0 : __assert()) argument 63 #define assert(e) ((void)0) argument 64 #define _assert(e) ((void)0) argument
|
/device/linaro/bootloader/arm-trusted-firmware/bl2/ |
D | bl2_image_load.c | 34 int e = 0; in load_scp_bl2() local 79 int e; in load_bl31() local 117 int e = 0; in load_bl32() local 156 int e; in load_bl33() local 189 int e; in bl2_load_images() local
|
/device/linaro/hikey/hifi/xaf/host-apf/include/audio/ |
D | xa-pcm-api.h | 57 #define XA_PCM_API_NONFATAL(e) \ argument 60 #define XA_PCM_API_FATAL(e) \ argument 75 #define XA_PCM_CONFIG_NONFATAL(e) \ argument 78 #define XA_PCM_CONFIG_FATAL(e) \ argument 96 #define XA_PCM_EXEC_NONFATAL(e) \ argument 99 #define XA_PCM_EXEC_FATAL(e) \ argument
|
D | xa-mixer-api.h | 73 #define XA_MIXER_API_NONFATAL(e) \ argument 76 #define XA_MIXER_API_FATAL(e) \ argument 91 #define XA_MIXER_CONFIG_NONFATAL(e) \ argument 94 #define XA_MIXER_CONFIG_FATAL(e) \ argument 113 #define XA_MIXER_EXEC_NONFATAL(e) \ argument 116 #define XA_MIXER_EXEC_FATAL(e) \ argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/ |
D | xa-pcm-api.h | 64 #define XA_PCM_API_NONFATAL(e) \ argument 67 #define XA_PCM_API_FATAL(e) \ argument 82 #define XA_PCM_CONFIG_NONFATAL(e) \ argument 85 #define XA_PCM_CONFIG_FATAL(e) \ argument 103 #define XA_PCM_EXEC_NONFATAL(e) \ argument 106 #define XA_PCM_EXEC_FATAL(e) \ argument
|
/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
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/audio/ |
D | xa-mixer-api.h | 76 #define XA_MIXER_API_NONFATAL(e) \ argument 79 #define XA_MIXER_API_FATAL(e) \ argument 94 #define XA_MIXER_CONFIG_NONFATAL(e) \ argument 97 #define XA_MIXER_CONFIG_FATAL(e) \ argument 116 #define XA_MIXER_EXEC_NONFATAL(e) \ argument 119 #define XA_MIXER_EXEC_FATAL(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/google/cuttlefish_common/guest/hals/ril/libril/ |
D | ril_service.cpp | 58 #define CALL_ONREQUEST(a, b, c, d, e) \ argument 62 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) argument 3522 RIL_Errno e) { in populateResponseInfo() 3535 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() 3554 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() 3570 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() 3648 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() 3670 int responseType, int serial, RIL_Errno e, in supplyIccPukForAppResponse() 3691 int responseType, int serial, RIL_Errno e, in supplyIccPin2ForAppResponse() 3712 int responseType, int serial, RIL_Errno e, in supplyIccPuk2ForAppResponse() [all …]
|
/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()
|
/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/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/ |
D | GceFuture.java | 47 Exception e = new Exception(); in set() local 54 public void set(Exception e) { in set()
|
D | GceWifiManager.java | 70 public void onDependencyFailed(Exception e) { in onDependencyFailed() 126 public void onDependencyFailed(Exception e) { in onDependencyFailed()
|
/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/generic/opengl-transport/host/commands/emugen/ |
D | ApiGen.cpp | 90 EntryPoint *e = &at(i); in genProcTypes() local 150 EntryPoint *e = &at(i); in genFuncTable() local 189 EntryPoint *e = &at(i); in genContext() local 264 EntryPoint *e = &at(i); in genEntryPoints() local 391 Var& var, EntryPoint* e, char* buff, size_t bufflen, in getVarEncodingSizeExpression() 518 static void addGuestTimePrinting(const EntryPoint* e, bool hasTimeBeforeReadback, in addGuestTimePrinting() 561 EntryPoint *e = &at(i); in genEncoderImpl() local 841 EntryPoint *e = &at(i); in genEncoderImpl() local 916 EntryPoint *e = &at(i); in genContextImpl() local 1031 EntryPoint *e = &(*this)[f]; in genDecoderImpl() local
|
/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/generic/opengl-transport/host/commands/emugen/android/base/ |
D | EnumFlags.h | 100 enable_if_scoped_enum<E, bool> nonzero(E e) { in nonzero()
|