Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/bloom/
H A Dtest_bloom.c49 void populate_entries(void);
130 populate_entries(); in setup()
215 populate_entries(void) in populate_entries() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dhead.S163 .macro populate_entries, tbl, rtbl, index, eindex, flags, inc, tmp1 macro
231 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
237 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
244 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
250 populate_entries \tbl, \count, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dhead.S163 .macro populate_entries, tbl, rtbl, index, eindex, flags, inc, tmp1 macro
231 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
237 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
244 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
250 populate_entries \tbl, \count, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dhead.S163 .macro populate_entries, tbl, rtbl, index, eindex, flags, inc, tmp1 macro
231 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
237 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
244 populate_entries \tbl, \rtbl, \istart, \iend, #PMD_TYPE_TABLE, #PAGE_SIZE, \tmp
250 populate_entries \tbl, \count, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp
/dports/devel/libpciaccess/libpciaccess-0.16/src/
H A Dlinux_sysfs.c83 static int populate_entries(struct pci_system * pci_sys);
106 err = populate_entries(pci_sys); in pci_system_linux_sysfs_create()
189 populate_entries( struct pci_system * p ) in populate_entries() function
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_driver.h274 void (*populate_entries)(void *data, member
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c4849 if (p_rarch->menu_driver_ctx && p_rarch->menu_driver_ctx->populate_entries) in menu_driver_populate_entries()
4850 p_rarch->menu_driver_ctx->populate_entries( in menu_driver_populate_entries()