Home
last modified time | relevance | path

Searched refs:tab (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nand/
H A Dhifmc100_spi_nand.c393 struct HifmcEccInfo *tab = g_hifmcEccInfoTable; in HifmcCntlrGetEccInfo() local
395 for (; tab->pageSize != 0; tab++) { in HifmcCntlrGetEccInfo()
396 if (tab->pageSize != spi->mtd.writeSize) { in HifmcCntlrGetEccInfo()
399 if (tab->oobSize > spi->mtd.oobSize) { in HifmcCntlrGetEccInfo()
402 if (best == NULL || best->eccType < tab->eccType) { in HifmcCntlrGetEccInfo()
403 best = tab; in HifmcCntlrGetEccInfo()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dmemp_priv.h127 struct memp **tab; member
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c10380 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in adjust_poke_descs() local
10385 desc = &tab[i]; in adjust_poke_descs()
11537 /* Since poke tab is now finalized, publish aux to tracker. */ in fixup_bpf_calls()

Completed in 19 milliseconds