Home
last modified time | relevance | path

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

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgximage.c255 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
323 int num_decode; in gx_pixel_image_sput() local
347 num_decode = num_components * 2; in gx_pixel_image_sput()
350 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
377 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
378 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
402 sputc(s, (byte)((dflags << (8 - num_decode)) & 0xff)); in gx_pixel_image_sput()
446 int num_components, num_decode; in gx_pixel_image_sget() local
468 num_decode = num_components * 2; in gx_pixel_image_sget()
499 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgximage.c259 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
327 int num_decode; in gx_pixel_image_sput() local
351 num_decode = num_components * 2; in gx_pixel_image_sput()
354 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
381 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
382 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
406 sputc(s, (dflags << (8 - num_decode)) & 0xff); in gx_pixel_image_sput()
450 int num_components, num_decode; in gx_pixel_image_sget() local
472 num_decode = num_components * 2; in gx_pixel_image_sget()
503 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
H A Dzshade.c440 int num_decode = in build_mesh_shading() local
451 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
455 code = dict_floats_param(op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgximage.c255 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
323 int num_decode; in gx_pixel_image_sput() local
347 num_decode = num_components * 2; in gx_pixel_image_sput()
350 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
377 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
378 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
402 sputc(s, (byte)((dflags << (8 - num_decode)) & 0xff)); in gx_pixel_image_sput()
446 int num_components, num_decode; in gx_pixel_image_sget() local
468 num_decode = num_components * 2; in gx_pixel_image_sget()
499 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgximage.c258 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
265 # define debug_b_print_decode(pim, num_decode) DO_NOTHING argument
326 int num_decode; in gx_pixel_image_sput() local
350 num_decode = num_components * 2; in gx_pixel_image_sput()
353 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
380 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
381 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
449 int num_components, num_decode; in gx_pixel_image_sget() local
471 num_decode = num_components * 2; in gx_pixel_image_sget()
502 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgximage.c258 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
265 # define debug_b_print_decode(pim, num_decode) DO_NOTHING argument
326 int num_decode; in gx_pixel_image_sput() local
350 num_decode = num_components * 2; in gx_pixel_image_sput()
353 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
380 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
381 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
449 int num_components, num_decode; in gx_pixel_image_sget() local
471 num_decode = num_components * 2; in gx_pixel_image_sget()
502 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgximage.c257 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
264 # define debug_b_print_decode(pim, num_decode) DO_NOTHING argument
325 int num_decode; in gx_pixel_image_sput() local
349 num_decode = num_components * 2; in gx_pixel_image_sput()
352 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
379 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
380 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
448 int num_components, num_decode; in gx_pixel_image_sget() local
470 num_decode = num_components * 2; in gx_pixel_image_sget()
501 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgximage.c257 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
264 # define debug_b_print_decode(pim, num_decode) DO_NOTHING argument
325 int num_decode; in gx_pixel_image_sput() local
349 num_decode = num_components * 2; in gx_pixel_image_sput()
352 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
379 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
380 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
448 int num_components, num_decode; in gx_pixel_image_sget() local
470 num_decode = num_components * 2; in gx_pixel_image_sget()
501 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgximage.c259 for (i = 0; i < num_decode; str = " ", ++i) in debug_b_print_decode()
327 int num_decode; in gx_pixel_image_sput() local
351 num_decode = num_components * 2; in gx_pixel_image_sput()
354 for (i = 0; i < num_decode; ++i) in gx_pixel_image_sput()
381 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sput()
382 for (i = 0; i < num_decode; i += 2) { in gx_pixel_image_sput()
406 sputc(s, (dflags << (8 - num_decode)) & 0xff); in gx_pixel_image_sput()
450 int num_components, num_decode; in gx_pixel_image_sget() local
472 num_decode = num_components * 2; in gx_pixel_image_sget()
503 debug_b_print_decode(pim, num_decode); in gx_pixel_image_sget()
[all …]
H A Dzshade.c440 int num_decode = in build_mesh_shading() local
451 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
455 code = dict_floats_param(op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/
H A Dvtc_h2_hpack.c169 num_decode(uint32_t *result, struct hpk_iter *iter, uint8_t prefix) in num_decode() function
263 if (hpk_more != num_decode(&num, iter, 7)) in str_decode()
322 if (hpk_err == num_decode(&num, iter, 7)) in HPK_DecHdr()
366 if (hpk_done != num_decode(&num, iter, 5)) in HPK_DecHdr()
374 if (hpk_more != num_decode(&num, iter, pref)) in HPK_DecHdr()
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rnn/bucket_R/
H A DaclImdb_lstm_classification.R48 num_decode = 2,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rnn/bucket_R/
H A DaclImdb_lstm_classification.R48 num_decode = 2,
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzshade.c519 int num_decode = 4 + in build_mesh_shading() local
529 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
534 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzshade.c521 int num_decode = 4 + in build_mesh_shading() local
531 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
536 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzshade.c523 int num_decode = 4 + in build_mesh_shading() local
533 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
538 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzshade.c523 int num_decode = 4 + in build_mesh_shading() local
533 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
538 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzshade.c519 int num_decode = 4 + in build_mesh_shading() local
529 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
534 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzshade.c521 int num_decode = 4 + in build_mesh_shading() local
531 gs_alloc_byte_array(mem, num_decode, sizeof(float), in build_mesh_shading()
536 code = dict_floats_param(mem, op, "Decode", num_decode, *pDecode, NULL); in build_mesh_shading()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest__groupcompress.py564 def assertEqualDecode(self, val, num_decode, bytes): argument
565 self.assertEqual((val, num_decode),
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/r/docs/tutorials/
H A Dchar_rnn_model.md154 num_decode = vocab,
H A Dmulti_dim_lstm.md149 num_decode = 1,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/r/docs/tutorials/
H A Dchar_rnn_model.md154 num_decode = vocab,
H A Dmulti_dim_lstm.md149 num_decode = 1,
/dports/comms/tkscanfax/tkscanfax1/
H A Dfax-lib.tcl934 proc num_decode { string } { procedure