Home
last modified time | relevance | path

Searched refs:allocnum (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dvararray.h46 void EnsureAlloc(int allocnum) in EnsureAlloc() argument
48 if (allocnum > nitems) in EnsureAlloc()
51 items = (T *)malloc(sizeof(T) * allocnum); in EnsureAlloc()
53 items = (T *)realloc(items, (sizeof(T) * allocnum)); in EnsureAlloc()
55 memset(&items[nitems], 0, ((allocnum - nitems) * sizeof(T))); in EnsureAlloc()
56 nitems = allocnum; in EnsureAlloc()
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLDisplayList.cpp89 SoGLDisplayList::SoGLDisplayList(SoState * state, Type type, int allocnum, in SoGLDisplayList() argument
94 PRIVATE(this)->numalloc = allocnum; in SoGLDisplayList()
161 assert(allocnum == 1 && "it is only possible to create one texture object at a time"); in SoGLDisplayList()
176 PRIVATE(this)->firstindex = (unsigned int) glGenLists(allocnum); in SoGLDisplayList()
181 allocnum, allocnum==1 ? "" : "s"); in SoGLDisplayList()
/dports/irc/dircproxy/dircproxy-dc563b3/src/
H A Dmemdebug.c42 unsigned long allocnum; member
191 ms->allocnum = memalloccount++; in mem_malloc()
200 ms->allocnum = 0; in mem_malloc()
295 msptr->file ? msptr->allocnum : 0); in mem_report()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoGLDisplayList.h49 SoGLDisplayList(SoState * state, Type type, int allocnum = 1,
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dira.c3526 bitmap live_subregs_used, int allocnum, rtx reg) in init_live_subregs() argument
3534 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
3538 if (live_subregs[allocnum] == NULL) in init_live_subregs()
3539 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
3544 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
3546 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
3548 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dira.c3481 bitmap live_subregs_used, int allocnum, rtx reg) in init_live_subregs() argument
3489 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
3493 if (live_subregs[allocnum] == NULL) in init_live_subregs()
3494 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
3499 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
3501 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
3503 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dira.c4061 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4066 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4070 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4071 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4076 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4078 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4080 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dira.c4082 bitmap live_subregs_used, int allocnum, rtx reg) in init_live_subregs() argument
4090 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4094 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4095 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4100 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4102 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4104 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dira.c4061 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4066 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4070 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4071 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4076 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4078 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4080 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dira.c4050 bitmap live_subregs_used, int allocnum, rtx reg) in init_live_subregs() argument
4058 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4062 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4063 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4068 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4070 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4072 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dira.c4061 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4066 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4070 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4071 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4076 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4078 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4080 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dira.c4061 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4066 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4070 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4071 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4076 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4078 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4080 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dira.c4061 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4066 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4070 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4071 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4076 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4078 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4080 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dira.c4061 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4066 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4070 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4071 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4076 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4078 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4080 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dira.c4050 bitmap live_subregs_used, int allocnum, rtx reg) in init_live_subregs() argument
4058 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4062 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4063 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4068 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4070 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4072 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dira.c4109 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4114 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4118 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4119 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4124 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4126 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4128 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dira.c4112 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4117 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4121 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4122 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4127 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4129 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4131 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dira.c4129 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4134 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4138 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4139 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4144 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4146 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4148 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dira.c4116 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4121 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4125 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4126 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4131 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4133 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4135 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dira.c4129 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4134 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4138 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4139 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4144 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4146 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4148 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dira.c4109 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4114 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4118 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4119 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4124 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4126 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4128 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dira.c4116 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4121 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4125 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4126 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4131 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4133 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4135 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dira.c4109 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4114 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4118 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4119 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4124 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4126 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4128 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dira.c4129 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4134 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4138 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4139 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4144 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4146 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4148 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dira.c4237 bitmap live_subregs_used, int allocnum, int size) in init_live_subregs() argument
4242 if (bitmap_bit_p (live_subregs_used, allocnum)) in init_live_subregs()
4246 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4247 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4252 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4254 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4256 bitmap_set_bit (live_subregs_used, allocnum); in init_live_subregs()

12