Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 11276) sorted by relevance

12345678910>>...452

/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/
H A Dmodule.h176 #define dprintf (global[69])
177 #define chatout (global[70])
218 #define max_dcc (*(int *)global[100])
250 #define admin ((char *)(global[117]))
252 #define ver ((char *)global[119])
255 #define helpdir ((char *)global[121])
265 #define now (*(time_t*)global[129])
269 #define cmd_die (global[132])
282 #define fatal (global[143])
350 #define putlog (global[197])
[all …]
/dports/irc/evangeline/evangeline/modules/
H A Dmodule.h156 #define dprintf (global[69])
157 #define chatout (global[70])
195 #define max_dcc (*(int *)global[100])
211 #define natip ((char *)(global[113]))
216 #define admin ((char *)(global[117]))
218 #define ver ((char *)global[119])
224 #define Version ((char *)global[122])
233 #define now (*(time_t*)global[129])
237 #define cmd_die (global[132])
250 #define fatal (global[143])
[all …]
/dports/irc/evangeline/evangeline-msa/modules/
H A Dmodule.h156 #define dprintf (global[69])
157 #define chatout (global[70])
195 #define max_dcc (*(int *)global[100])
210 #define natip ((char *)(global[113]))
215 #define admin ((char *)(global[117]))
217 #define ver ((char *)global[119])
223 #define Version ((char *)global[122])
232 #define now (*(time_t*)global[129])
236 #define cmd_die (global[132])
249 #define fatal (global[143])
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dmodval.h69 extern Function_ptr *global;
76 Function_ptr *global = NULL; variable
80 extern Function_ptr *global;
89 #define set_global_func(x) global = x;
91 global = global_table; \
104 #define vsnprintf ((char * (*)())global[VSNPRINTF])
107 #define snprintf ((char * (*)())global[SNPRINTF])
159 #define beep_em (*(void (*)(int))global[BEEP_EM])
164 #define plural (*(char * (*)(int))global[PLURAL])
172 #define ltoa (*(char *(*)(long ))global[LTOA])
[all …]
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dmodval.h69 extern Function_ptr *global;
76 Function_ptr *global = NULL; variable
80 extern Function_ptr *global;
89 #define set_global_func(x) global = x;
91 global = global_table; \
104 #define vsnprintf ((char * (*)())global[VSNPRINTF])
107 #define snprintf ((char * (*)())global[SNPRINTF])
159 #define beep_em (*(void (*)(int))global[BEEP_EM])
164 #define plural (*(char * (*)(int))global[PLURAL])
172 #define ltoa (*(char *(*)(long ))global[LTOA])
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp1.c71 global->ifptr = global->ifstack; in fppPreProcess()
72 global->incend = global->incdir; in fppPreProcess()
137 global->out = global->outputfile; in fppPreProcess()
153 if (global->errors > 0 && !global->eflag) in fppPreProcess()
291 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
318 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
335 fpp_Putstring(global, global->tokenbuf); in fpp_cppmain()
377 global->funcline = global->line; in fpp_cppmain()
533 global->output(c, global->userdata); in fpp_Putchar()
537 global->output(c, global->userdata); in fpp_Putchar()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/fcpp/
H A Dcpp1.c71 global->ifptr = global->ifstack; in fppPreProcess()
72 global->incend = global->incdir; in fppPreProcess()
137 global->out = global->outputfile; in fppPreProcess()
153 if (global->errors > 0 && !global->eflag) in fppPreProcess()
291 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
318 global->spacebuf[global->chpos] = '\0'; in fpp_cppmain()
335 fpp_Putstring(global, global->tokenbuf); in fpp_cppmain()
377 global->funcline = global->line; in fpp_cppmain()
533 global->output(c, global->userdata); in fpp_Putchar()
537 global->output(c, global->userdata); in fpp_Putchar()
[all …]
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/refined/common/
H A Drefinedsimplexlocalbasis.hh215 if (global[0] + global[1] + global[2] <= 0.5) in getSubElement()
223 else if ((global[0] + global[1] <= 0.5)and (global[1] + global[2] <= 0.5)) in getSubElement()
225 else if ((global[0] + global[1] >= 0.5)and (global[1] + global[2] <= 0.5)) in getSubElement()
227 else if ((global[0] + global[1] <= 0.5)and (global[1] + global[2] >= 0.5)) in getSubElement()
229 else if ((global[0] + global[1] >= 0.5)and (global[1] + global[2] >= 0.5)) in getSubElement()
245 if (global[0] + global[1] + global[2] <= 0.5) { in getSubElement()
268 } else if ((global[0] + global[1] <= 0.5)and (global[1] + global[2] <= 0.5)) { in getSubElement()
272 local[2] = 2.0 * (-0.5 + global[0] + global[1] + global[2]); in getSubElement()
284 } else if ((global[0] + global[1] >= 0.5)and (global[1] + global[2] <= 0.5)) { in getSubElement()
298 } else if ((global[0] + global[1] <= 0.5)and (global[1] + global[2] >= 0.5)) { in getSubElement()
[all …]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dglobal.h5 #define global macro
7 #define global extern macro
11 global GtkWidget *main_window;
38 global gint font_height;
39 global gint font_width;
40 global gint font_ascent;
48 global gint max_search;
101 global gint h_space;
102 global gint v_space;
103 global gint h_border;
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
H A DstructAssignment.frag.out13 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
14global structure{ global int i, global float f, global structure{ global int i, global float f}…
23 …:34 'locals2' ( temp structure{ global int i, global float f, global structure{ global
24 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
25global structure{ global int i, global float f, global structure{ global int i, global float f}…
30 …:36 'locals2' ( temp structure{ global int i, global float f, global structure{ global
49 0:? 'foo2' ( uniform structure{ global int i, global float f, global structure{ global int i,…
50global structure{ global int i, global float f, global structure{ global int i, global float f}…
66global structure{ global int i, global float f, global structure{ global int i, global float f}…
77global structure{ global int i, global float f, global structure{ global int i, global float f}…
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
H A DstructAssignment.frag.out13 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
14global structure{ global int i, global float f, global structure{ global int i, global float f}…
23 …:34 'locals2' ( temp structure{ global int i, global float f, global structure{ global
24 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
25global structure{ global int i, global float f, global structure{ global int i, global float f}…
30 …:36 'locals2' ( temp structure{ global int i, global float f, global structure{ global
49 0:? 'foo2' ( uniform structure{ global int i, global float f, global structure{ global int i,…
50global structure{ global int i, global float f, global structure{ global int i, global float f}…
66global structure{ global int i, global float f, global structure{ global int i, global float f}…
77global structure{ global int i, global float f, global structure{ global int i, global float f}…
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
H A DstructAssignment.frag.out13 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
14global structure{ global int i, global float f, global structure{ global int i, global float f}…
23 …:34 'locals2' ( temp structure{ global int i, global float f, global structure{ global
24 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
25global structure{ global int i, global float f, global structure{ global int i, global float f}…
30 …:36 'locals2' ( temp structure{ global int i, global float f, global structure{ global
49 0:? 'foo2' ( uniform structure{ global int i, global float f, global structure{ global int i,…
50global structure{ global int i, global float f, global structure{ global int i, global float f}…
66global structure{ global int i, global float f, global structure{ global int i, global float f}…
77global structure{ global int i, global float f, global structure{ global int i, global float f}…
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
H A DstructAssignment.frag.out13 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
14global structure{ global int i, global float f, global structure{ global int i, global float f}…
23 …:34 'locals2' ( temp structure{ global int i, global float f, global structure{ global
24 …1: direct index for structure ( global structure{ global int i, global float f, global structure…
25global structure{ global int i, global float f, global structure{ global int i, global float f}…
30 …:36 'locals2' ( temp structure{ global int i, global float f, global structure{ global
49 0:? 'foo2' ( uniform structure{ global int i, global float f, global structure{ global int i,…
50global structure{ global int i, global float f, global structure{ global int i, global float f}…
66global structure{ global int i, global float f, global structure{ global int i, global float f}…
77global structure{ global int i, global float f, global structure{ global int i, global float f}…
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A DstructDeref.frag.out13 …ndex ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
14 …e ( global 12-element array of structure{ global int i, global float f, global structure{ global
15global 12-element array of structure{ global int i, global float f, global structure{ global int…
28 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
35 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
69 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
78 …ls2' ( temp structure{ global int i, global float f, global structure{ global int i, global flo…
169 …' ( uniform structure{ global int i, global float f, global structure{ global int i, global flo…
170global 12-element array of structure{ global int i, global float f, global structure{ global int…
188global 12-element array of structure{ global int i, global float f, global structure{ global int…
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSettingInfo.h87 REC_i( 3, dot_mode , global , 0 ),
89 REC_i( 5, sel_counter , global , 0 ),
96 REC_i( 12, antialias , global , 1 ),
99 REC_b( 15, single_image , global , 0 ),
107 REC_b( 23, orthoscopic , global , 0 ),
114 REC_b( 30, ray_trace_frames , global , 0 ),
115 REC_b( 31, cache_frames , global , 0 ),
124 REC_b( 40, normal_workaround , global , 0 ),
127 REC_b( 43, line_smooth , global , 1 ),
135 REC_b( 51, auto_show_lines , global , 1 ),
[all …]

12345678910>>...452