Searched refs:el (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/boot/platform/efi/arch/arm64/
H A Daarch64.h22 extern "C" void _arch_mmu_invalidate_tlb_all(uint8 el);
163 static inline uint64 _arch_mmu_get_tcr(int el = kInvalidExceptionLevel) {
165 if (el == kInvalidExceptionLevel)
166 el = arch_exception_level();
168 switch (el)
H A Darch_start.cpp106 uint64 el = arch_exception_level(); local
107 dprintf("Current Exception Level EL%1lx\n", el);
119 if (el == 1) {
166 switch (el) {
H A Darch_mmu.h141 MemoryAttributeIndirection(uint8 el = kInvalidExceptionLevel)
143 if (el == kInvalidExceptionLevel) {
144 el = arch_exception_level();
147 switch(el)
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S22 .macro EXCEPTION_ENTRY el
50 .if \el == 0
69 .macro EXCEPTION_RETURN el
96 .if \el == 0
114 .macro EXCEPTION_HANDLER el name func
116 EXCEPTION_ENTRY \el
127 EXCEPTION_RETURN \el
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h256 void (*startelCb)(void* ud, const char* el, const char** attr),
257 void (*endelCb)(void* ud, const char* el),
332 void (*startelCb)(void* ud, const char* el, const char** attr),
333 void (*endelCb)(void* ud, const char* el),
2663 static void nsvg__startElement(void* ud, const char* el, const char** attr) argument
2669 if (strcmp(el, "linearGradient") == 0) {
2671 } else if (strcmp(el, "radialGradient") == 0) {
2673 } else if (strcmp(el, "stop") == 0) {
2679 if (strcmp(el, "g") == 0) {
2682 } else if (strcmp(el, "pat
255 nsvg__parseElement(char* s, void (*startelCb)(void* ud, const char* el, const char** attr), void (*endelCb)(void* ud, const char* el), void* ud) argument
331 nsvg__parseXML(char* input, void (*startelCb)(void* ud, const char* el, const char** attr), void (*endelCb)(void* ud, const char* el), void (*contentCb)(void* ud, const char* s), void* ud) argument
2725 nsvg__endElement(void* ud, const char* el) argument
[all...]
/haiku/src/bin/unzip/
H A Dinflate.c1295 unsigned el; /* length of EOB code (value 256) */ variable
1317 el = n > 256 ? b[256] : BMAX; /* set length of EOB code, if any */
1407 if ((unsigned)w + j > el && (unsigned)w < el)
1408 j = el - w; /* make EOB code end at table */
H A Dinflatef.c1053 unsigned el; /* length of EOB code (value 256) */ variable
1075 el = n > 256 ? b[256] : BMAX; /* set length of EOB code, if any */
1165 if ((unsigned)w + j > el && (unsigned)w < el)
1166 j = el - w; /* make EOB code end at table */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c3359 u_int32_t sum = 0, el;
3419 el = SWAP16(ahp->ah_eeprom.def.base_eep_header.length);
3421 el = ahp->ah_eeprom.def.base_eep_header.length;
3426 i < AH_MIN(el, sizeof(ar9300_eeprom_t)) / sizeof(u_int16_t);

Completed in 92 milliseconds