/hal_espressif-3.5.0/components/xtensa/esp32/include/xtensa/config/ |
D | tie-asm.h | 76 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 84 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0 96 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 116 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 130 .elseif ((XTHAL_SAS_TIE | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 156 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 164 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0 176 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 196 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 210 .elseif ((XTHAL_SAS_TIE | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 [all …]
|
/hal_espressif-3.5.0/components/freertos/port/xtensa/ |
D | xtensa_context.S | 486 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 494 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 502 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 510 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 518 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 526 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 534 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 542 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 594 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL 602 …a5, a6, a7 continue=0 ofs=-1 select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL [all …]
|
D | readme_xtensa.txt | 758 of co-processor, alloc and window over/underflow exceptions.
|
/hal_espressif-3.5.0/components/xtensa/esp32s3/include/xtensa/config/ |
D | tie-asm.h | 76 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 84 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0 96 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 116 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 142 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 150 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0 162 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 182 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 201 .macro xchal_cp0_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 227 .elseif ((XTHAL_SAS_TIE | XTHAL_SAS_NOCC | XTHAL_SAS_CALR) & ~(\alloc)) == 0 [all …]
|
/hal_espressif-3.5.0/tools/esp_app_trace/espytrace/ |
D | apptrace.py | 637 def __init__(self, trace_event, alloc, toolchain='', elf_path=''): argument 653 self.alloc = alloc 656 if self.alloc: 684 if self.alloc: 727 if event.alloc: 751 for alloc in self.allocs: 752 leaked_bytes += alloc.size 753 print(alloc) 755 if free.addr > alloc.addr and free.addr <= alloc.addr + alloc.size:
|
/hal_espressif-3.5.0/components/xtensa/esp32s2/include/xtensa/config/ |
D | tie-asm.h | 80 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 88 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0 114 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 122 .elseif ((XTHAL_SAS_OPT | XTHAL_SAS_CC | XTHAL_SAS_GLOB) & ~(\alloc)) == 0
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | decoder-oina.c | 47 OI_UINT8 alloc, in OI_CODEC_SBC_DecoderConfigureRaw() argument 76 if (alloc > SBC_SNR) { in OI_CODEC_SBC_DecoderConfigureRaw() 89 context->common.frameInfo.alloc = alloc; in OI_CODEC_SBC_DecoderConfigureRaw()
|
D | decoder-private.c | 117 frame->alloc = SBC_LOUDNESS; in OI_SBC_ReadHeader() 146 frame->alloc = (d1 & BIT1) >> 1; in OI_SBC_ReadHeader()
|
D | framing-sbc.c | 52 printf(" alloc: %s\n", OI_CODEC_SBC_AllocText[frameInfo->alloc]); in OI_CODEC_SBC_DumpConfig()
|
D | bitalloc.c | 155 if (common->frameInfo.alloc == SBC_SNR) { in computeBitneed()
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | libtommath.h | 120 int used, alloc, sign; member 232 if (c->alloc < max + 1) { in s_mp_add() 311 if (c->alloc < max) { in s_mp_sub() 388 a->alloc = MP_PREC; in mp_init() 413 a->alloc = a->used = 0; in mp_clear() 974 if (a->alloc < 2) { in mp_read_unsigned_bin() 1133 for (n = 0; n < a->alloc; n++) { in mp_zero() 1151 if (b->alloc < a->used) { in mp_copy() 1286 if (a->alloc < size) { in mp_grow() 1306 i = a->alloc; in mp_grow() [all …]
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 118 int used, alloc, sign; member 230 if (c->alloc < max + 1) { in s_mp_add() 309 if (c->alloc < max) { in s_mp_sub() 386 a->alloc = MP_PREC; in mp_init() 411 a->alloc = a->used = 0; in mp_clear() 970 if (a->alloc < 2) { in mp_read_unsigned_bin() 1129 for (n = 0; n < a->alloc; n++) { in mp_zero() 1147 if (b->alloc < a->used) { in mp_copy() 1282 if (a->alloc < size) { in mp_grow() 1302 i = a->alloc; in mp_grow() [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_bld_ct.c | 271 BOOLEAN alloc = FALSE; in AVRC_BldCommand() local 285 alloc = TRUE; in AVRC_BldCommand() 320 if (alloc && (status != AVRC_STS_NO_ERROR) ) { in AVRC_BldCommand()
|
D | avrc_bld_tg.c | 792 BOOLEAN alloc = FALSE; in AVRC_BldResponse() local 806 alloc = TRUE; in AVRC_BldResponse() 882 if (alloc && (status != AVRC_STS_NO_ERROR) ) { in AVRC_BldResponse()
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 512 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in fixed_data_alloc() 525 .alloc = fixed_data_alloc, 533 return pool->alloc->cb->alloc(buf, size, timeout); in data_alloc() 610 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in net_buf_alloc_fixed_debug() 617 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in net_buf_alloc_fixed()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_codec_sbc.h | 145 OI_UINT8 alloc; /**< The bit allocation method. Input parameter. */ member 301 OI_UINT8 alloc,
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_buf.h | 802 uint8_t *(*alloc)(struct net_buf *buf, size_t *size, int32_t timeout); member 834 const struct net_buf_data_alloc *alloc; member 843 .alloc = _alloc, \ 854 .alloc = _alloc, \
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | heap_debug.rst | 348 [0.002244575] HEAP: Allocated 1 bytes @ 0x3ffaffd8 from task "alloc" on core 0 by: 352 [0.002258425] HEAP: Allocated 2 bytes @ 0x3ffaffe0 from task "alloc" on core 0 by: 368 [0.102436025] HEAP: Allocated 2 bytes @ 0x3ffaffe0 from task "alloc" on core 0 by: 372 [0.102449800] HEAP: Allocated 4 bytes @ 0x3ffaffe8 from task "alloc" on core 0 by: 380 [0.202436200] HEAP: Allocated 3 bytes @ 0x3ffaffe8 from task "alloc" on core 0 by: 384 [0.202451725] HEAP: Allocated 6 bytes @ 0x3ffafff0 from task "alloc" on core 0 by: 392 [0.302436000] HEAP: Allocated 4 bytes @ 0x3ffafff0 from task "alloc" on core 0 by: 396 [0.302451475] HEAP: Allocated 8 bytes @ 0x3ffb40b8 from task "alloc" on core 0 by: 408 [0.002244575] HEAP: Allocated 1 bytes @ 0x3ffaffd8 from task "alloc" on core 0 by: 412 [0.102436025] HEAP: Allocated 2 bytes @ 0x3ffaffe0 from task "alloc" on core 0 by: [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/hci/include/hci/ |
D | bt_vendor_lib.h | 312 malloc_cb alloc; member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/common/include/common/ |
D | bt_vendor_lib.h | 312 malloc_cb alloc; member
|
/hal_espressif-3.5.0/components/heap/include/ |
D | heap_trace.inc | 129 /* trace realloc as free-then-alloc */
|
/hal_espressif-3.5.0/components/bt/host/nimble/ |
D | Kconfig.in | 23 bool "Default alloc mode"
|
/hal_espressif-3.5.0/components/mbedtls/ |
D | Kconfig | 36 bool "Default alloc mode" 39 bool "Custom alloc mode"
|
/hal_espressif-3.5.0/components/bt/ |
D | CMakeLists.txt | 209 "host/bluedroid/external/sbc/decoder/srce/alloc.c"
|
/hal_espressif-3.5.0/tools/catch/ |
D | catch.hpp | 2918 id obj = [[m_cls alloc] init]; in invoke() 2938 …NSString* selStr = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCa… in getAnnotation() 10341 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; in main()
|