Home
last modified time | relevance | path

Searched defs:N (Results 1 – 17 of 17) sorted by relevance

/lk-master/arch/or1k/include/arch/
A Dor1k-sprs.h891 #define OR1K_SPR_SYS_ISR_INDEX(N) (OR1K_SPR_SYS_ISR_BASE + ((N) * OR1K_SPR_SYS_ISR_STEP)) argument
899 #define OR1K_SPR_SYS_EPCR_INDEX(N) (OR1K_SPR_SYS_EPCR_BASE + ((N) * OR1K_SPR_SYS_EPCR_STEP)) argument
907 #define OR1K_SPR_SYS_EEAR_INDEX(N) (OR1K_SPR_SYS_EEAR_BASE + ((N) * OR1K_SPR_SYS_EEAR_STEP)) argument
915 #define OR1K_SPR_SYS_ESR_INDEX(N) (OR1K_SPR_SYS_ESR_BASE + ((N) * OR1K_SPR_SYS_ESR_STEP)) argument
1043 #define OR1K_SPR_SYS_GPR_INDEX(N) (OR1K_SPR_SYS_GPR_BASE + ((N) * OR1K_SPR_SYS_GPR_STEP)) argument
1253 #define OR1K_SPR_DMMU_DATBMR_INDEX(N) (OR1K_SPR_DMMU_DATBMR_BASE + ((N) * OR1K_SPR_DMMU_DATBMR_STEP… argument
1921 #define OR1K_SPR_DEBUG_DVR_INDEX(N) (OR1K_SPR_DEBUG_DVR_BASE + ((N) * OR1K_SPR_DEBUG_DVR_STEP)) argument
1929 #define OR1K_SPR_DEBUG_DCR_INDEX(N) (OR1K_SPR_DEBUG_DCR_BASE + ((N) * OR1K_SPR_DEBUG_DCR_STEP)) argument
2133 #define OR1K_SPR_DEBUG_DCWR_INDEX(N) (OR1K_SPR_DEBUG_DCWR_BASE + ((N) * OR1K_SPR_DEBUG_DCWR_STEP)) argument
2324 #define OR1K_SPR_PERF_PCCR_INDEX(N) (OR1K_SPR_PERF_PCCR_BASE + ((N) * OR1K_SPR_PERF_PCCR_STEP)) argument
[all …]
/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm0.h207 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
258 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm1.h207 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
258 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm0plus.h218 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
269 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_sc000.h218 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
269 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm3.h220 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
277 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_sc300.h220 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
277 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_armv8mbl.h243 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
294 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm23.h243 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
294 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm4.h275 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
336 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm7.h290 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
351 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_armv8mml.h332 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
392 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm33.h332 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
392 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm35p.h332 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
392 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_cm55.h339 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
399 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
A Dcore_armv81mml.h339 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
399 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c2851 #define check_malloced_chunk(M,P,N) argument
2860 #define check_malloced_chunk(M,P,N) do_check_malloced_chunk(M,P,N) argument

Completed in 144 milliseconds