Searched refs:m1 (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.5.0/components/heap/test/ |
D | test_malloc_caps.c | 18 char *m1, *m2[10]; variable 32 m1= heap_caps_malloc(10*1024, MALLOC_CAP_8BIT); 33 printf("--> %p\n", m1); 41 TEST_ASSERT((((int)m1)&0xFF000000)==0x3F000000); 42 free(m1); 51 m1 = heap_caps_malloc(alloc32, MALLOC_CAP_32BIT); 52 printf("--> %p\n", m1); 54 TEST_ASSERT((((int)m1)&0xFF000000)==0x40000000); 61 free(m1); 67 m1= heap_caps_malloc(10*1024, MALLOC_CAP_8BIT|MALLOC_CAP_EXEC); [all …]
|
D | test_malloc.c | 53 int m1=0, m2=0; variable 54 m1=tryAllocMem(); 58 printf("Could allocate %dK on first try, %dK on 2nd try.\n", m1, m2); 59 TEST_ASSERT(m1==m2);
|
/hal_espressif-3.5.0/components/openssl/library/ |
D | ssl_bio.c | 87 BIO_METHOD m1 = { in BIO_new_bio_pair() local 95 bio1 = BIO_new(&m1); in BIO_new_bio_pair()
|
/hal_espressif-3.5.0/components/esp_gdbstub/xtensa/ |
D | esp_gdbstub_arch.h | 64 uint32_t m1; member
|
/hal_espressif-3.5.0/components/xtensa/esp32/include/xtensa/config/ |
D | tie.h | 119 XCHAL_SA_REG(s,0,0,0,1, m1, 4, 4, 4,0x0221, sr,33 , 32,0,0,0) \
|
/hal_espressif-3.5.0/components/xtensa/esp32s3/include/xtensa/config/ |
D | tie.h | 122 XCHAL_SA_REG(s,0,0,0,1, m1, 4, 4, 4,0x0221, sr,33 , 32,0,0,0) \
|
/hal_espressif-3.5.0/tools/test_idf_monitor/tests/ |
D | core1_out.txt | 71 m1 <unavailable>
|
/hal_espressif-3.5.0/examples/protocols/pppos_client/ |
D | README.md | 19 …duct/SIM800.html) and [BG96](https://www.quectel.com/product/lpwa-bg96-cat-m1-nb1-egprs/) as an ex…
|
/hal_espressif-3.5.0/components/espcoredump/test/esp32s2/ |
D | expected_output | 33 m1 <unavailable>
|
/hal_espressif-3.5.0/tools/catch/ |
D | catch.hpp | 1154 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() argument 1156 return Impl::Generic::AllOf<ExpressionT>().add( m1 ).add( m2 ); in AllOf() 1159 inline Impl::Generic::AllOf<ExpressionT> AllOf( Impl::Matcher<ExpressionT> const& m1, in AllOf() argument 1162 return Impl::Generic::AllOf<ExpressionT>().add( m1 ).add( m2 ).add( m3 ); in AllOf() 1165 inline Impl::Generic::AnyOf<ExpressionT> AnyOf( Impl::Matcher<ExpressionT> const& m1, in AnyOf() argument 1167 return Impl::Generic::AnyOf<ExpressionT>().add( m1 ).add( m2 ); in AnyOf() 1170 inline Impl::Generic::AnyOf<ExpressionT> AnyOf( Impl::Matcher<ExpressionT> const& m1, in AnyOf() argument 1173 return Impl::Generic::AnyOf<ExpressionT>().add( m1 ).add( m2 ).add( m3 ); in AnyOf()
|
/hal_espressif-3.5.0/components/espcoredump/test/esp32/ |
D | expected_output | 33 m1 <unavailable>
|
/hal_espressif-3.5.0/components/espcoredump/test/esp32s3/ |
D | expected_output | 33 m1 <unavailable>
|