Searched refs:c (Results 1 – 5 of 5) sorted by relevance
3 ${CMAKE_CURRENT_LIST_DIR}/src/fx_nand_flash_simulated_driver.c4 ${CMAKE_CURRENT_LIST_DIR}/src/fx_nor_flash_simulator_driver.c5 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_256byte_ecc_check.c6 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_256byte_ecc_compute.c7 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_allocate.c8 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_data_move.c9 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_find.c10 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_mapping_set.c11 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_status_set.c12 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_close.c[all …]
5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.027 *.c our-c-style28 *.cc our-c-style29 *.cpp our-c-style30 *.cu our-c-style31 *.cxx our-c-style32 *.h our-c-style33 *.hh our-c-style34 *.hpp our-c-style35 *.hxx our-c-style[all …]
28 c) Included Microsoft Applications. The software may include other Microsoft76 c) Restrictions. You may not: 101 c) share, publish, distribute, or lease the software (except as permitted in
18 … ${SPEC_FLAGS} -fdata-sections -ffunction-sections -mlong-calls" CACHE INTERNAL "c compiler flags")23 SET(CMAKE_C_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "c debug compiler flags")27 SET(CMAKE_C_FLAGS_RELEASE "-O3" CACHE INTERNAL "c release compiler flags")
160 #define LX_MEMSET(a,b,c) memset((a),(b),(c)) argument164 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c)) argument181 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c))