Home
last modified time | relevance | path

Searched refs:do_decode (Results 1 – 25 of 115) sorted by relevance

12345

/dports/databases/erlang-epgsql/epgsql-4.1.0/src/datatypes/
H A Depgsql_codec_hstore.erl43 {do_decode(Size, Elements)}.
69 do_decode(0, _) -> []; function
70 do_decode(N, <<KeyLen:?int32, Key:KeyLen/binary, -1:?int32, Rest/binary>>) -> function
71 [{Key, null} | do_decode(N - 1, Rest)];
72 do_decode(N, <<KeyLen:?int32, Key:KeyLen/binary, function
74 [{Key, Value} | do_decode(N - 1, Rest)].
/dports/databases/elixir-geo/geo-2.1.0/lib/geo/
H A Dwkt.ex102 do_decode(actual_wkt, srid)
105 defp do_decode("POINT ZM" <> coordinates, srid) do function
109 defp do_decode("POINT Z" <> coordinates, srid) do function
113 defp do_decode("POINT M" <> coordinates, srid) do function
117 defp do_decode("POINT" <> coordinates, srid) do function
121 defp do_decode("LINESTRING" <> coordinates, srid) do function
125 defp do_decode("POLYGON" <> coordinates, srid) do function
129 defp do_decode("MULTIPOINT" <> coordinates, srid) do function
137 defp do_decode("MULTIPOLYGON" <> coordinates, srid) do function
148 do_decode(wkt, srid)
[all …]
H A Dgeo_json.ex53 do_decode(Map.get(x, "type"), Map.get(x, "coordinates"), crs)
60 do_decode(Map.get(geo_json, "type"), Map.get(geo_json, "coordinates"), crs)
67 defp do_decode("Point", [x, y], crs) do function
71 defp do_decode("LineString", coordinates, crs) do function
77 defp do_decode("Polygon", coordinates, crs) do function
86 defp do_decode("MultiPoint", coordinates, crs) do function
92 defp do_decode("MultiLineString", coordinates, crs) do function
101 defp do_decode("MultiPolygon", coordinates, crs) do function
/dports/textproc/hevea/hevea-2.34/
H A Durl.mll41 and do_decode putc = parse
46 do_decode putc lexbuf }
47 | _ as c { putc c ; do_decode putc lexbuf }
92 let do_decode s = do_decode putc (MyLexing.from_string s) in
93 apply putc put do_decode u
99 let decode_fragment putc _put u = do_decode putc (MyLexing.from_string u)
/dports/devel/elixir-exprotobuf/exprotobuf-1.2.9/lib/exprotobuf/
H A Ddelimited.ex35 do_decode(bytes, module, [])
37 …defp do_decode(<<num_bytes::size(32), message_bytes::bytes-size(num_bytes), rest::binary>>, module… function
39 do_decode(rest, module, [decoded_message | acc])
41 defp do_decode(<<>>, _module, acc) do function
44 defp do_decode(rest, _module, _acc) do function
/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/
H A Dlodepng_benchmark.cpp61 bool do_decode = false; variable
257 if(do_decode) { in testFile()
278 do_decode = true; in main()
288 else if(arg == "-d") do_decode ? (do_encode = false) : (do_decode = true); in main()
289 else if(arg == "-e") do_encode ? (do_decode = false) : (do_encode = true); in main()
328 …if(do_decode) std::cout << "total_png_in_size: " << total_png_in_size << " (" << (8.0 * total_png_… in main()
330 …if(do_decode) std::cout << "total_raw_in_size: " << total_raw_in_size << " (" << (8.0 * total_raw_… in main()
332 …if(do_decode) std::cout << "total_raw_dec_size: " << total_raw_dec_size << " (" << (8.0 * total_ra… in main()
344 if(do_decode) { in main()
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_benchmark.cpp61 bool do_decode = false; variable
258 if(do_decode) { in testFile()
279 do_decode = true; in main()
289 else if(arg == "-d") do_decode ? (do_encode = false) : (do_decode = true); in main()
290 else if(arg == "-e") do_encode ? (do_decode = false) : (do_encode = true); in main()
329 …if(do_decode) std::cout << "total_png_in_size: " << total_png_in_size << " (" << (8.0 * total_png_… in main()
331 …if(do_decode) std::cout << "total_raw_in_size: " << total_raw_in_size << " (" << (8.0 * total_raw_… in main()
333 …if(do_decode) std::cout << "total_raw_dec_size: " << total_raw_dec_size << " (" << (8.0 * total_ra… in main()
345 if(do_decode) { in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_benchmark.cpp61 bool do_decode = false; variable
258 if(do_decode) { in testFile()
279 do_decode = true; in main()
289 else if(arg == "-d") do_decode ? (do_encode = false) : (do_decode = true); in main()
290 else if(arg == "-e") do_encode ? (do_decode = false) : (do_encode = true); in main()
329 …if(do_decode) std::cout << "total_png_in_size: " << total_png_in_size << " (" << (8.0 * total_png_… in main()
331 …if(do_decode) std::cout << "total_raw_in_size: " << total_raw_in_size << " (" << (8.0 * total_raw_… in main()
333 …if(do_decode) std::cout << "total_raw_dec_size: " << total_raw_dec_size << " (" << (8.0 * total_ra… in main()
345 if(do_decode) { in main()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/examples/meas/
H A Dmegaco_codec_transform.erl211 do_decode(Mod, Conf, BinMsg);
215 do_decode(Mod, Conf, BinMsg);
219 do_decode(Mod, Conf, BinMsg);
223 do_decode(Mod, Conf, BinMsg);
227 do_decode(Mod, Conf, BinMsg).
230 do_decode(Mod, Conf, Bin) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/examples/meas/
H A Dmegaco_codec_transform.erl211 do_decode(Mod, Conf, BinMsg);
215 do_decode(Mod, Conf, BinMsg);
219 do_decode(Mod, Conf, BinMsg);
223 do_decode(Mod, Conf, BinMsg);
227 do_decode(Mod, Conf, BinMsg).
230 do_decode(Mod, Conf, Bin) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/examples/meas/
H A Dmegaco_codec_transform.erl211 do_decode(Mod, Conf, BinMsg);
215 do_decode(Mod, Conf, BinMsg);
219 do_decode(Mod, Conf, BinMsg);
223 do_decode(Mod, Conf, BinMsg);
227 do_decode(Mod, Conf, BinMsg).
230 do_decode(Mod, Conf, Bin) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/examples/meas/
H A Dmegaco_codec_transform.erl211 do_decode(Mod, Conf, BinMsg);
215 do_decode(Mod, Conf, BinMsg);
219 do_decode(Mod, Conf, BinMsg);
223 do_decode(Mod, Conf, BinMsg);
227 do_decode(Mod, Conf, BinMsg).
230 do_decode(Mod, Conf, Bin) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/examples/meas/
H A Dmegaco_codec_transform.erl211 do_decode(Mod, Conf, BinMsg);
215 do_decode(Mod, Conf, BinMsg);
219 do_decode(Mod, Conf, BinMsg);
223 do_decode(Mod, Conf, BinMsg);
227 do_decode(Mod, Conf, BinMsg).
230 do_decode(Mod, Conf, Bin) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/examples/meas/
H A Dmegaco_codec_transform.erl211 do_decode(Mod, Conf, BinMsg);
215 do_decode(Mod, Conf, BinMsg);
219 do_decode(Mod, Conf, BinMsg);
223 do_decode(Mod, Conf, BinMsg);
227 do_decode(Mod, Conf, BinMsg).
230 do_decode(Mod, Conf, Bin) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/examples/meas/
H A Dmegaco_codec_transform.erl211 do_decode(Mod, Conf, BinMsg);
215 do_decode(Mod, Conf, BinMsg);
219 do_decode(Mod, Conf, BinMsg);
223 do_decode(Mod, Conf, BinMsg);
227 do_decode(Mod, Conf, BinMsg).
230 do_decode(Mod, Conf, Bin) -> function
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dtranscoder.c848 if(ret->com.do_decode) in start_audio_stream_i()
899 if(ret->com.do_decode) in start_video_stream_i()
1962 if(t->audio_streams[i].com.do_decode) in send_init_messages()
1992 if(t->video_streams[i].com.do_decode) in send_init_messages()
2439 ret->audio_streams[i].com.do_decode = 0; in setup_pass()
2444 ret->audio_streams[i].com.do_decode = 1; in setup_pass()
2450 ret->audio_streams[i].com.do_decode = 1; in setup_pass()
2459 if(ret->audio_streams[i].com.do_decode || in setup_pass()
2496 if(ret->video_streams[i].com.do_decode || in setup_pass()
2832 if(!ret->audio_streams[i].com.do_decode) in init_converters()
[all …]
/dports/textproc/erlang-fast_xml/fast_xml-1.1.47/src/
H A Dfxmlrpc_codec.erl21 Mod -> Mod:do_decode(Name, XMLNS, El, Opts)
44 do_decode(<<"name">>, <<"xmlrpc">>, El, Opts) -> function
46 do_decode(<<"member">>, <<"xmlrpc">>, El, Opts) -> function
48 do_decode(<<"struct">>, <<"xmlrpc">>, El, Opts) -> function
50 do_decode(<<"nil">>, <<"xmlrpc">>, El, Opts) -> function
52 do_decode(<<"data">>, <<"xmlrpc">>, El, Opts) -> function
54 do_decode(<<"array">>, <<"xmlrpc">>, El, Opts) -> function
67 do_decode(<<"int">>, <<"xmlrpc">>, El, Opts) -> function
69 do_decode(<<"i4">>, <<"xmlrpc">>, El, Opts) -> function
86 do_decode(Name, <<>>, _, _) -> function
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/fuzztest/
H A Dfuzztest.c65 static bool do_decode(const uint8_t *buffer, size_t msglen, size_t structsize, const pb_msgdesc_t *… in do_decode() function
295 …if (do_decode(data, size, sizeof(alltypes_static_AllTypes), alltypes_static_AllTypes_fields, 0, ex… in do_roundtrips()
304 …if (do_decode(data, size, sizeof(alltypes_proto3_static_AllTypes), alltypes_proto3_static_AllTypes… in do_roundtrips()
312 …if (do_decode(data, size, sizeof(alltypes_pointer_AllTypes), alltypes_pointer_AllTypes_fields, 0, … in do_roundtrips()
320 …if (do_decode(data, size, sizeof(alltypes_proto3_pointer_AllTypes), alltypes_proto3_pointer_AllTyp… in do_roundtrips()
341do_decode(data, size, sizeof(alltypes_static_AllTypes), alltypes_static_AllTypes_fields, PB_DECODE… in do_roundtrips()
342do_decode(data, size, sizeof(alltypes_static_AllTypes), alltypes_static_AllTypes_fields, PB_DECODE… in do_roundtrips()
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dt-b64.c152 int do_decode = 0; in main() local
169 do_decode = 1; in main()
175 else if (do_decode) in main()
/dports/devel/elixir-plug/plug-1.4.5/lib/plug/conn/
H A Dcookies.ex18 do_decode(:binary.split(cookie, [";", ","], [:global]), %{})
21 defp do_decode([], acc), function
23 defp do_decode([h|t], acc) do function
25 {k, v} -> do_decode(t, Map.put(acc, k, v))
26 false -> do_decode(t, acc)
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapidecoder_objects.c229 do_decode (VADisplay dpy, VAContextID ctx, VABufferID * buf_id, void **buf_ptr) in do_decode() function
267 if (!do_decode (va_display, va_context, &picture->param_id, &picture->param)) in gst_vaapi_picture_decode()
271 if (iq_matrix && !do_decode (va_display, va_context, in gst_vaapi_picture_decode()
276 if (bitplane && !do_decode (va_display, va_context, in gst_vaapi_picture_decode()
281 if (huf_table && !do_decode (va_display, va_context, in gst_vaapi_picture_decode()
286 if (prob_table && !do_decode (va_display, va_context, in gst_vaapi_picture_decode()
295 if (huf_table && !do_decode (va_display, va_context, in gst_vaapi_picture_decode()
/dports/lang/yap/yap-6.2.2/packages/clib/maildrop/rfc2045/
H A Drfc2045find.c18 static void do_decode(struct rfc2045 *p, struct rfc2045id *id, void *ptr) in do_decode() function
48 rfc2045_decode(p, &do_decode, &fs); in rfc2045_find()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Drfc2045find.c17 static void do_decode(struct rfc2045 *p, struct rfc2045id *id, void *ptr) in do_decode() function
47 rfc2045_decode(p, &do_decode, &fs); in rfc2045_find()
/dports/security/botan110/Botan-1.10.17/src/cert/cvc/
H A Dcvc_req.cpp42 do_decode(); in EAC1_1_Req()
50 do_decode(); in EAC1_1_Req()
/dports/mail/courier/courier-0.65.3/rfc2045/
H A Drfc2045find.c18 static void do_decode(struct rfc2045 *p, struct rfc2045id *id, void *ptr) in do_decode() function
48 rfc2045_decode(p, &do_decode, &fs); in rfc2045_find()

12345