Home
last modified time | relevance | path

Searched refs:binit (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/root/
H A Daav.c37 aaA* binit[4]; // initial value of b[] member
64 a->b = (aaA**)a->binit; in dmd_aaGet()
67 a->binit[0] = NULL; in dmd_aaGet()
68 a->binit[1] = NULL; in dmd_aaGet()
69 a->binit[2] = NULL; in dmd_aaGet()
70 a->binit[3] = NULL; in dmd_aaGet()
164 if (aa->b != (aaA**)aa->binit) in dmd_aaRehash()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/root/
H A Daav.d46 aaA*[4] binit; // initial value of b[]
69 a.b = cast(aaA**)a.binit; in dmd_aaGet()
72 a.binit[0] = null; in dmd_aaGet()
73 a.binit[1] = null; in dmd_aaGet()
74 a.binit[2] = null; in dmd_aaGet()
75 a.binit[3] = null; in dmd_aaGet()
251 if (aa.b != cast(aaA**)aa.binit) in dmd_aaRehash()
/dports/math/givaro/givaro-4.1.1/src/kernel/field/
H A Dgfqkronecker.h169 typename std::vector<UTT>::iterator binit = _log2bin.begin(); in buildsmalltables() local
171 for( ; polit != this->_log2pol.end(); ++polit, ++binit) { in buildsmalltables()
176 *binit = vect[0]; in buildsmalltables()
178 *binit <<= _pceil; in buildsmalltables()
179 *binit += vect[i]; in buildsmalltables()
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dbinit.csd7 ; -o binit.wav -W ;;; for file output any platform
20 fbins binit fst, 2048 ; convert it back to bins
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; in nx_disp_top_initialize() local
22 if (binit == 0) { in nx_disp_top_initialize()
25 binit = 1; in nx_disp_top_initialize()

12345678910>>...26