Home
last modified time | relevance | path

Searched refs:gs (Results 1 – 25 of 11711) sorted by relevance

12345678910>>...469

/dports/www/kf5-kjs/kjs-5.89.0/autotests/
H A Decmatest_broken_ch15.311 15.3.5-2gs
12 15.3.5.4_2-11gs
13 15.3.5.4_2-13gs
14 15.3.5.4_2-15gs
15 15.3.5.4_2-16gs
16 15.3.5.4_2-17gs
17 15.3.5.4_2-18gs
18 15.3.5.4_2-19gs
19 15.3.5.4_2-20gs
20 15.3.5.4_2-21gs
[all …]
H A Decmatest_broken_ch101 10.1.1-5gs
3 10.1.1-8gs
16 10.1.1-2gs
24 10.4.2.1-1gs
34 10.4.3-1-71gs
36 10.4.3-1-72gs
38 10.4.3-1-73gs
41 10.4.3-1-76gs
43 10.4.3-1-77gs
140 10.5-1gs
[all …]
/dports/cad/alliance/alliance/src/xsch/src/
H A Dicone.c77 x + gs, y + gs/2, x + gs + cs, y + gs/2); in XschAnd()
85 x, y + gs/2 - gs/4 * n, x, y + gs/2 + gs/4 * n); in XschAnd()
138 x + gs, y + gs/2, x + gs + cs, y + gs/2); in XschOr()
202 x + gs, y + gs/2, x + gs + cs, y + gs/2); in XschXor()
312 x, y + gs/2 - gs/4 * ni, gs, gs + (ni - 2) * gs/2); in XschMux()
314 x, y + gs/2 - gs/4 * ni, x + gs, y + gs/2); in XschMux()
316 x, y + gs/2 + gs/4 * ni, x + gs, y + gs/2); in XschMux()
379 x + gs/4, y + gs, x + gs/2, y + 3*gs/4); in XschReg()
381 x + gs/2, y + 3*gs/4, x + 3*gs/4, y + gs); in XschReg()
456 x, y + gs/2 - gs/4 * ni, gs, gs + (ni - 2) * gs/2); in XschMuxReg()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgs.c68 for (gs = Surf_top; gs; gs = gs->next) { in gs_get_surf()
113 for (i = 0, gs = Surf_top; gs; gs = gs->next, i++) { in gs_getall_surfaces()
132 for (i = 0, gs = Surf_top; gs; gs = gs->next, i++) ; in gs_num_surfaces()
158 for (gs = Surf_top; gs; gs = gs->next) { in gs_att_is_set()
573 for (gs = Surf_top; gs; gs = gs->next) { in gs_free_unshared_buffs()
610 for (gs = Surf_top; gs; gs = gs->next) { in gs_num_datah_reused()
1066 for (gs = Surf_top->next; gs; gs = gs->next) { in gs_get_zrange0()
1102 for (gs = Surf_top->next; gs; gs = gs->next) { in gs_get_zrange()
1140 for (gs = Surf_top->next; gs; gs = gs->next) { in gs_get_xrange()
1178 for (gs = Surf_top->next; gs; gs = gs->next) { in gs_get_yrange()
[all …]
H A Drowcol.h9 #define VXRES(gs) (gs->x_mod * gs->xres) argument
10 #define VYRES(gs) (gs->y_mod * gs->yres) argument
13 #define VROWS(gs) (int)((gs->rows -1)/gs->y_mod) argument
14 #define VCOLS(gs) (int)((gs->cols -1)/gs->x_mod) argument
20 #define Y2DROW(gs,py) (int)((gs->yrange - (py))/gs->yres) argument
24 #define XY2OFF(gs, px, py) (int)DRC2OFF(gs, Y2DROW(gs,py), X2DCOL(gs,px)) argument
27 #define Y2VROW(gs,py) (int)((gs->yrange - (py))/(gs->yres * gs->y_mod)) argument
28 #define X2VCOL(gs,px) (int)((px)/(gs->xres * gs->x_mod)) argument
35 #define DROW2Y(gs,drow) (gs->yrange - ((drow) * gs->yres)) argument
39 #define VROW2Y(gs,vrow) (gs->yrange - ((vrow) * gs->yres * gs->y_mod)) argument
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/d2cs/
H A Dd2gs.c168 if (gs->ip==ip) return gs; in d2gslist_find_gs_by_ip()
180 if (gs->id==id) return gs; in d2gslist_find_gs()
226 if (gs->active && gs->connection) { in d2gs_destroy()
228 d2gs_deactive(gs, gs->connection); in d2gs_destroy()
241 if (gs->id==id) return gs; in d2gslist_get_server_by_id()
261 if (gs->gamenum>=gs->maxgame) continue; in d2gslist_choose_server()
262 percent=100*gs->gamenum/gs->maxgame; in d2gslist_choose_server()
345 if (gs->active && gs->connection) { in d2gs_active()
347 d2gs_deactive(gs, gs->connection); in d2gs_active()
365 if (!gs->active || !gs->connection) { in d2gs_deactive()
[all …]
/dports/games/openomf/openomf-c36c421/src/game/
H A Dgame_state.c57 gs->run = 1; in game_state_create()
59 gs->tick = 0; in game_state_create()
101 if(scene_create(gs->sc, gs, nscene)) { in game_state_create()
125 if(scene_create(gs->sc, gs, nscene)) { in game_state_create()
198 gs->speed_slowdown_previous = gs->speed; in game_state_slowdown()
423 if(scene_create(gs->sc, gs, scene_id)) { in game_load_new()
605 gs->speed = gs->speed_slowdown_previous; in game_state_call_tick()
625 scene_static_tick(gs->sc, game_state_is_paused(gs)); in game_state_static_tick()
643 if(game_load_new(gs, gs->next_id)) { in game_state_dynamic_tick()
657 if(gs->screen_shake_horizontal > 0 && !gs->paused) { in game_state_dynamic_tick()
[all …]
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libam/
H A Dgs.c105 gs->n_mgau = gs_fread_int32(gs);
108 gs->n_feat = gs_fread_int32(gs);
110 gs->n_density = gs_fread_int32(gs);
112 gs->n_code = gs_fread_int32(gs);
114 gs->n_featlen = gs_fread_int32(gs);
172 gs->n_mgau = gs_fread_int32(gs);
175 gs->n_feat = gs_fread_int32(gs);
177 gs->n_density = gs_fread_int32(gs);
179 gs->n_code = gs_fread_int32(gs);
181 gs->n_featlen = gs_fread_int32(gs);
[all …]
/dports/math/py-graphillion/Graphillion-1.3/graphillion/test/
H A Dgraphset.py118 repr(gs),
123 repr(gs),
150 for g in gs:
156 for g in gs:
170 for g in gs:
175 gs = gs.graphs(vertex_groups=[[]])
209 for g in gs:
636 gs.add(g1)
643 gs.add(g0)
649 gs.add(e2)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ssl/
H A Dssl3gthr.c46 PORT_ZFree(gs->buf.buf, gs->buf.space); in ssl3_DestroyGather()
113 bp = ((gs->state != GS_HEADER) ? lbp : gs->hdr) + gs->offset; in ssl3_GatherData()
160 gs->remainder = (gs->hdr[3] << 8) | gs->hdr[4]; in ssl3_GatherData()
165 gs->remainder = ((gs->hdr[0] & 0x7f) << 8) | gs->hdr[1]; in ssl3_GatherData()
328 memcpy(gs->hdr, gs->dtlsPacket.buf + gs->dtlsPacketOffset, 13); in dtls_GatherData()
332 gs->remainder = (gs->hdr[11] << 8) | gs->hdr[12]; in dtls_GatherData()
334 if ((gs->dtlsPacket.len - gs->dtlsPacketOffset) < gs->remainder) { in dtls_GatherData()
356 memcpy(gs->inbuf.buf, gs->dtlsPacket.buf + gs->dtlsPacketOffset, in dtls_GatherData()
358 gs->inbuf.len = gs->remainder; in dtls_GatherData()
359 gs->offset = gs->remainder; in dtls_GatherData()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ssl/
H A Dssl3gthr.c44 PORT_ZFree(gs->buf.buf, gs->buf.space); in ssl3_DestroyGather()
111 bp = ((gs->state != GS_HEADER) ? lbp : gs->hdr) + gs->offset; in ssl3_GatherData()
166 gs->remainder = (gs->hdr[3] << 8) | gs->hdr[4]; in ssl3_GatherData()
172 gs->remainder = ((gs->hdr[0] & 0x7f) << 8) | gs->hdr[1]; in ssl3_GatherData()
316 memcpy(gs->hdr, gs->dtlsPacket.buf + gs->dtlsPacketOffset, 13); in dtls_GatherData()
320 gs->remainder = (gs->hdr[11] << 8) | gs->hdr[12]; in dtls_GatherData()
322 if ((gs->dtlsPacket.len - gs->dtlsPacketOffset) < gs->remainder) { in dtls_GatherData()
341 memcpy(gs->inbuf.buf, gs->dtlsPacket.buf + gs->dtlsPacketOffset, in dtls_GatherData()
343 gs->inbuf.len = gs->remainder; in dtls_GatherData()
344 gs->offset = gs->remainder; in dtls_GatherData()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple.h1750 gimple_ops (gimple gs) in gimple_ops() argument
2853 gs->gimple_bind.vars = chainon (gs->gimple_bind.vars, vars); in gimple_bind_append_vars()
2973 return gimple_op (gs, index + gs->gimple_asm.no); in gimple_asm_input_op()
2983 return gimple_op_ptr (gs, index + gs->gimple_asm.no); in gimple_asm_input_op_ptr()
2995 gimple_set_op (gs, index + gs->gimple_asm.no, in_op); in gimple_asm_set_input_op()
3039 return gimple_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.no); in gimple_asm_clobber_op()
3051 gimple_set_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.no, clobber_op); in gimple_asm_set_clobber_op()
3061 return gimple_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.nc); in gimple_asm_label_op()
3072 gimple_set_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.nc, label_op); in gimple_asm_set_label_op()
3867 gs->omp.body = body; in gimple_omp_set_body()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple.h1746 gimple_ops (gimple gs) in gimple_ops() argument
2849 gs->gimple_bind.vars = chainon (gs->gimple_bind.vars, vars); in gimple_bind_append_vars()
2969 return gimple_op (gs, index + gs->gimple_asm.no); in gimple_asm_input_op()
2979 return gimple_op_ptr (gs, index + gs->gimple_asm.no); in gimple_asm_input_op_ptr()
2991 gimple_set_op (gs, index + gs->gimple_asm.no, in_op); in gimple_asm_set_input_op()
3035 return gimple_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.no); in gimple_asm_clobber_op()
3047 gimple_set_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.no, clobber_op); in gimple_asm_set_clobber_op()
3057 return gimple_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.nc); in gimple_asm_label_op()
3068 gimple_set_op (gs, index + gs->gimple_asm.ni + gs->gimple_asm.nc, label_op); in gimple_asm_set_label_op()
3863 gs->omp.body = body; in gimple_omp_set_body()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple.h893 return gs->code == GIMPLE_OMP_PARALLEL || gs->code == GIMPLE_OMP_TASK; in test()
1085 return gs->code == GIMPLE_OMP_PARALLEL || gs->code == GIMPLE_OMP_TASK; in test()
2032 return gs->num_ops; in gimple_num_ops()
2041 gs->num_ops = num_ops; in gimple_set_num_ops()
2048 gimple_ops (gimple gs) in gimple_ops() argument
2095 gcc_gimple_checking_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs)); in gimple_set_op()
2868 gs->subcode = code; in gimple_cond_set_code()
2984 gs->subcode = EQ_EXPR; in gimple_cond_make_false()
2995 gs->subcode = EQ_EXPR; in gimple_cond_make_true()
5482 return gs->subcode; in gimple_transaction_subcode()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/JavaSearch15/src/g5/m/ref/
H A DRefSingle.java14 gs = gs.returnParamType(); in testObject()
16 gs.paramTypesArgs(gs); in testObject()
25 gs = gs.returnParamType(); in testException()
26 gs.paramTypesArgs(gs); in testException()
34 gs = gs.returnParamType(); in testRuntimeException()
35 gs.paramTypesArgs(gs); in testRuntimeException()
41 gs.paramTypesArgs(gs); in testUnbound()
42 gs = gs.returnParamType(); in testUnbound()
48 gs.paramTypesArgs(gs); in testExtends()
55 gs.paramTypesArgs(gs); in testSuper()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/
H A Dgetopt.c17 gs->index = 1; in getopt_init_state()
32 if (gs->arg_index == 1 && argv[gs->index] && in __getopt()
47 curopt = argv[gs->index][gs->arg_index]; in __getopt()
53 gs->index++; in __getopt()
77 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
79 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
94 gs->arg = argv[gs->index++]; in __getopt()
106 if (argv[gs->index][gs->arg_index + 1]) { in __getopt()
108 gs->arg = argv[gs->index++] + gs->arg_index + 1; in __getopt()
116 if (gs->index >= argc || argv[gs->index][0] == '-') { in __getopt()
[all …]

12345678910>>...469