Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.5.0/components/heap/test/
Dtest_malloc_caps.c18 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 …]
Dtest_malloc.c53 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/
Dssl_bio.c87 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/
Desp_gdbstub_arch.h64 uint32_t m1; member
/hal_espressif-3.5.0/components/xtensa/esp32/include/xtensa/config/
Dtie.h119 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/
Dtie.h122 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/
Dcore1_out.txt71 m1 <unavailable>
/hal_espressif-3.5.0/examples/protocols/pppos_client/
DREADME.md19 …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/
Dexpected_output33 m1 <unavailable>
/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp1154 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/
Dexpected_output33 m1 <unavailable>
/hal_espressif-3.5.0/components/espcoredump/test/esp32s3/
Dexpected_output33 m1 <unavailable>