Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_memory_test.c498 ALIGN_TYPE int_ptr = (ALIGN_TYPE) dummy_memory; in test_application_define() local
500 int_ptr += 2*sizeof(UX_MEMORY_BLOCK); in test_application_define()
502 int_ptr += 31; in test_application_define()
503 int_ptr &= ~(31); in test_application_define()
505 int_ptr += 1; in test_application_define()
506 int_ptr -= sizeof(UX_MEMORY_BLOCK); in test_application_define()
508 UX_MEMORY_BLOCK *dummy_block = (UX_MEMORY_BLOCK *) (int_ptr - sizeof(UX_MEMORY_BLOCK)); in test_application_define()