Searched refs:flag (Results 1 – 9 of 9) sorted by relevance
/lk-master/lib/libc/ |
A D | printf.c | 107 if ((flag & SIGNEDFLAG) && (long long)n < 0) { in longlong_to_string() 126 else if ((flag & SHOWSIGNFLAG)) in longlong_to_string() 128 else if ((flag & BLANKPOSFLAG)) in longlong_to_string() 217 if (flag & CAPSFLAG) OUTSTR("INF"); in double_to_string() 221 if (flag & CAPSFLAG) OUTSTR("NAN"); in double_to_string() 231 if (flag & CAPSFLAG) OUTSTR("DEN"); in double_to_string() 311 if (flag & CAPSFLAG) OUTSTR("INF"); in double_to_hexstring() 315 if (flag & CAPSFLAG) OUTSTR("NAN"); in double_to_hexstring() 321 if (flag & CAPSFLAG) OUTSTR("0X0P+0"); in double_to_hexstring() 326 if (flag & CAPSFLAG) OUTSTR("DEN"); in double_to_hexstring() [all …]
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_qspi.c | 399 uint32_t flag = 0, itsource = 0; in HAL_QSPI_IRQHandler() local 402 flag = __HAL_QSPI_GET_FLAG(hqspi, QSPI_FLAG_FT); in HAL_QSPI_IRQHandler() 405 if ((flag != RESET) && (itsource != RESET)) { in HAL_QSPI_IRQHandler() 439 flag = __HAL_QSPI_GET_FLAG(hqspi, QSPI_FLAG_TC); in HAL_QSPI_IRQHandler() 442 if ((flag != RESET) && (itsource != RESET)) { in HAL_QSPI_IRQHandler() 484 flag = __HAL_QSPI_GET_FLAG(hqspi, QSPI_FLAG_SM); in HAL_QSPI_IRQHandler() 487 if ((flag != RESET) && (itsource != RESET)) { in HAL_QSPI_IRQHandler() 505 flag = __HAL_QSPI_GET_FLAG(hqspi, QSPI_FLAG_TE); in HAL_QSPI_IRQHandler() 508 if ((flag != RESET) && (itsource != RESET)) { in HAL_QSPI_IRQHandler() 526 flag = __HAL_QSPI_GET_FLAG(hqspi, QSPI_FLAG_TO); in HAL_QSPI_IRQHandler() [all …]
|
/lk-master/platform/stm32f0xx/ |
A D | i2c.c | 161 uint32_t flag, in stm32_i2c_check_error() argument 163 if (isr & flag) { in stm32_i2c_check_error()
|
/lk-master/platform/stm32f7xx/patch/ |
A D | qspi_const.patch | 20 /* QSPI status flag polling mode */ 91 /* Wait until SM flag is set to go back in idle state */
|
/lk-master/arch/x86/64/ |
A D | mmu.c | 429 arch_flags_t flag = get_x86_arch_flags(pde); in x86_mmu_add_mapping() local 435 pt_table[index] |= flag | X86_MMU_PG_P; in x86_mmu_add_mapping() 436 if (!(flag & X86_MMU_PG_U)) in x86_mmu_add_mapping()
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 60 - Introduced the NRFX_I2S_STATUS_TRANSFER_STOPPED flag in the I2S driver. 71 - Introduced the NRFX_TWIM_NO_SPURIOUS_STOP_CHECK flag in the TWIM driver.
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 168 # using the -I flag. 464 # This flag is only useful for Objective-C code. If set to YES, local methods, 472 # If this flag is set to YES, the members of anonymous namespaces will be 737 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag 1331 # The GENERATE_CHI flag controls if a separate .chi index file is generated 1344 # The BINARY_TOC flag controls whether a binary table of contents is generated 1352 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 1064 @ C flag contains d4_b53
|
/lk-master/external/lib/heap/dlmalloc/ |
A D | dlmalloc.c | 5534 flag_t flag = sp->sflags; in destroy_mspace() local 5537 if ((flag & USE_MMAP_BIT) && !(flag & EXTERN_BIT) && in destroy_mspace()
|
Completed in 29 milliseconds