Home
last modified time | relevance | path

Searched refs:valtype1 (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/arch/wasm/
H A DCodeGen.zig118 /// valtype1 | | |
142 valtype1: ?wasm.Valtype = null,
200 } else switch (args.valtype1.?) {
232 switch (args.valtype1.?) {
255 .eq => switch (args.valtype1.?) {
261 .ne => switch (args.valtype1.?) {
268 .lt => switch (args.valtype1.?) {
274 .gt => switch (args.valtype1.?) {
280 .le => switch (args.valtype1.?) {
286 .ge => switch (args.valtype1.?) {
[all …]
/dports/lang/zig/zig-0.9.0/src/arch/wasm/
H A DCodeGen.zig118 /// valtype1 | | |
142 valtype1: ?wasm.Valtype = null,
200 } else switch (args.valtype1.?) {
232 switch (args.valtype1.?) {
255 .eq => switch (args.valtype1.?) {
261 .ne => switch (args.valtype1.?) {
268 .lt => switch (args.valtype1.?) {
274 .gt => switch (args.valtype1.?) {
280 .le => switch (args.valtype1.?) {
286 .ge => switch (args.valtype1.?) {
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapows.c2801 int valtype1 = 1; /* default datatype for updatesequence passed by client */ in msOWSNegotiateUpdateSequence() local
2812 valtype1 = 2; in msOWSNegotiateUpdateSequence()
2814 if (valtype1 == 2) { /* test if timestamp */ in msOWSNegotiateUpdateSequence()
2817 valtype1 = 3; in msOWSNegotiateUpdateSequence()
2833 if (valtype1 != valtype2) in msOWSNegotiateUpdateSequence()
2836 if (valtype1 == 1) { /* integer */ in msOWSNegotiateUpdateSequence()
2847 if (valtype1 == 2) /* string */ in msOWSNegotiateUpdateSequence()
2850 if (valtype1 == 3) { /* timestamp */ in msOWSNegotiateUpdateSequence()