Home
last modified time | relevance | path

Searched refs:smallbin_index (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/devel/judy/judy-1.0.5/test/
H A Dmalloc-pre2.8a.c1906 #define smallbin_index(sz) (bin_index_t)((sz) >> 3) macro
1910 #define MIN_SMALLBIN_INDEX (smallbin_index(MINSIZE))
1912 #define MIN_SMALLBIN_BIT (idx2bit(smallbin_index(MINSIZE)))
1974 ((in_smallbin_range(sz)) ? smallbin_index(sz) : treebin_index(sz))
2626 idx = smallbin_index(size); in do_check_smallbin()
2878 bin_index_t idx = smallbin_index(nb); in insert_small_chunk()
2914 clear_smallbin(av, smallbin_index(size)); in unlink_chunk()
2994 bin_index_t sidx = smallbin_index(nb); in mALLOc()
/dports/lang/yap/yap-6.2.2/H/
H A Ddlmalloc.h1397 #define smallbin_index(sz) (((unsigned)(sz)) >> 3) macro
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A Ddlmalloc.c641 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
874 IDX = smallbin_index(S); \
1276 idx = smallbin_index(nb);
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Ddlmalloc.c641 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
874 IDX = smallbin_index(S); \
1276 idx = smallbin_index(nb);
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-chip/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/common/
H A Ddlmalloc.c641 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
874 IDX = smallbin_index(S); \
1276 idx = smallbin_index(nb);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/common/
H A Ddlmalloc.c641 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
874 IDX = smallbin_index(S); \
1276 idx = smallbin_index(nb);
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/common/
H A Ddlmalloc.c662 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) macro
924 IDX = smallbin_index(S); \
1323 idx = smallbin_index(nb);

1234567