Home
last modified time | relevance | path

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

123456

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/generic-deriving-1.13.1/src/Generics/Deriving/
H A DEnum.hs240 genum = coerce (genum :: [HTYPE_CC_T]) function
244 genum = coerce (genum :: [HTYPE_CHAR]) function
251 genum = coerce (genum :: [HTYPE_DEV_T]) function
258 genum = coerce (genum :: [HTYPE_FLOAT]) function
262 genum = coerce (genum :: [HTYPE_GID_T]) function
267 genum = coerce (genum :: [HTYPE_INO_T]) function
271 genum = coerce (genum :: [HTYPE_INT]) function
283 genum = coerce (genum :: [HTYPE_LONG]) function
297 genum = coerce (genum :: [HTYPE_OFF_T]) function
310 genum = coerce (genum :: [HTYPE_PID_T]) function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/generic-deriving-1.14/src/Generics/Deriving/
H A DEnum.hs240 genum = coerce (genum :: [HTYPE_CC_T]) function
244 genum = coerce (genum :: [HTYPE_CHAR]) function
251 genum = coerce (genum :: [HTYPE_DEV_T]) function
258 genum = coerce (genum :: [HTYPE_FLOAT]) function
262 genum = coerce (genum :: [HTYPE_GID_T]) function
267 genum = coerce (genum :: [HTYPE_INO_T]) function
271 genum = coerce (genum :: [HTYPE_INT]) function
283 genum = coerce (genum :: [HTYPE_LONG]) function
297 genum = coerce (genum :: [HTYPE_OFF_T]) function
310 genum = coerce (genum :: [HTYPE_PID_T]) function
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/rspng/src/pngenc/
H A Dmod.rs17 #[genum(type_name = "GstRsPngCompressionLevel")]
21 #[genum(name = "Fast: A fast compression algorithm.", nick = "fast")]
23 #[genum(
28 #[genum(name = "Huffman: Huffman compression.", nick = "huffman")]
30 #[genum(name = "Rle: Rle compression.", nick = "rle")]
36 #[genum(type_name = "GstRsPngFilterType")]
38 #[genum(
43 #[genum(name = "Sub: filter applied to each pixel.", nick = "sub")]
45 #[genum(name = "Up: Up filter similar to Sub.", nick = "up")]
47 #[genum(
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/net/rusoto/src/aws_transcriber/
H A Dmod.rs26 #[genum(type_name = "GstAwsTranscriberResultStability")]
28 #[genum(name = "High: stabilize results as fast as possible", nick = "high")]
30 #[genum(
35 #[genum(
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DT5001b.hs5 genum :: [a]
6 default genum :: [a]
7 genum = undefined function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/tutorial/src/progressbin/
H A Dmod.rs19 #[genum(type_name = "GstProgressBinOutput")]
21 #[genum(
26 #[genum(
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsfu.c282 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
285 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
288 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
298 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
302 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
304 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdtw.c253 psf_glyph_enum_t genum; in pdf_compute_CIDFont_default_widths() local
266 psf_enumerate_bits_begin(&genum, NULL, in pdf_compute_CIDFont_default_widths()
270 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
289 psf_enumerate_glyphs_reset(&genum); in pdf_compute_CIDFont_default_widths()
290 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
322 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
340 psf_enumerate_bits_begin(&genum, NULL, in pdf_write_CIDFont_widths()
344 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
507 psf_glyph_enum_t genum; in pdf_write_contents_cid2() local
512 psf_enumerate_bits_begin(&genum, NULL, pdfont->used, count, in pdf_write_contents_cid2()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsfu.c282 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
285 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
288 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
298 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
302 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
304 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdtw.c253 psf_glyph_enum_t genum; in pdf_compute_CIDFont_default_widths() local
266 psf_enumerate_bits_begin(&genum, NULL, in pdf_compute_CIDFont_default_widths()
270 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
289 psf_enumerate_glyphs_reset(&genum); in pdf_compute_CIDFont_default_widths()
290 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
322 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
340 psf_enumerate_bits_begin(&genum, NULL, in pdf_write_CIDFont_widths()
344 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
507 psf_glyph_enum_t genum; in pdf_write_contents_cid2() local
512 psf_enumerate_bits_begin(&genum, NULL, pdfont->used, count, in pdf_write_contents_cid2()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsfu.c290 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
293 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
296 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
306 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
310 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
312 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdtw.c257 psf_glyph_enum_t genum; in pdf_compute_CIDFont_default_widths() local
270 psf_enumerate_bits_begin(&genum, NULL, in pdf_compute_CIDFont_default_widths()
274 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
293 psf_enumerate_glyphs_reset(&genum); in pdf_compute_CIDFont_default_widths()
294 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
326 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
344 psf_enumerate_bits_begin(&genum, NULL, in pdf_write_CIDFont_widths()
348 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
509 psf_glyph_enum_t genum; in pdf_write_contents_cid2() local
514 psf_enumerate_bits_begin(&genum, NULL, pdfont->used, count, in pdf_write_contents_cid2()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsfu.c290 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
293 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
296 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
306 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
310 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
312 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdtw.c257 psf_glyph_enum_t genum; in pdf_compute_CIDFont_default_widths() local
270 psf_enumerate_bits_begin(&genum, NULL, in pdf_compute_CIDFont_default_widths()
274 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
293 psf_enumerate_glyphs_reset(&genum); in pdf_compute_CIDFont_default_widths()
294 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
326 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
344 psf_enumerate_bits_begin(&genum, NULL, in pdf_write_CIDFont_widths()
348 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
509 psf_glyph_enum_t genum; in pdf_write_contents_cid2() local
514 psf_enumerate_bits_begin(&genum, NULL, pdfont->used, count, in pdf_write_contents_cid2()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsfu.c280 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
283 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
286 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
296 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
300 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
302 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdtw.c242 psf_glyph_enum_t genum; in pdf_compute_CIDFont_default_widths() local
255 psf_enumerate_bits_begin(&genum, NULL, in pdf_compute_CIDFont_default_widths()
259 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
278 psf_enumerate_glyphs_reset(&genum); in pdf_compute_CIDFont_default_widths()
279 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
311 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
329 psf_enumerate_bits_begin(&genum, NULL, in pdf_write_CIDFont_widths()
333 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
496 psf_glyph_enum_t genum; in pdf_write_contents_cid2() local
501 psf_enumerate_bits_begin(&genum, NULL, pdfont->used, count, in pdf_write_contents_cid2()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsfu.c280 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
283 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
286 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
296 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
300 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
302 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdtw.c242 psf_glyph_enum_t genum; in pdf_compute_CIDFont_default_widths() local
255 psf_enumerate_bits_begin(&genum, NULL, in pdf_compute_CIDFont_default_widths()
259 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
278 psf_enumerate_glyphs_reset(&genum); in pdf_compute_CIDFont_default_widths()
279 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_compute_CIDFont_default_widths()
311 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
329 psf_enumerate_bits_begin(&genum, NULL, in pdf_write_CIDFont_widths()
333 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
496 psf_glyph_enum_t genum; in pdf_write_contents_cid2() local
501 psf_enumerate_bits_begin(&genum, NULL, pdfont->used, count, in pdf_write_contents_cid2()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsfu.c294 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
297 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
300 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
310 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
314 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
316 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdfw.c340 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
344 psf_enumerate_bits_begin(&genum, NULL, ppf->widths_known, in pdf_write_CIDFont_widths()
355 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
373 psf_enumerate_glyphs_reset(&genum); in pdf_write_CIDFont_widths()
377 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
410 psf_glyph_enum_t genum; in pdf_write_CIDToGIDMap() local
413 psf_enumerate_bits_begin(&genum, NULL, ppf->widths_known, in pdf_write_CIDToGIDMap()
418 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDToGIDMap()
440 psf_glyph_enum_t genum; in pdf_write_CIDMap() local
444 psf_enumerate_bits_begin(&genum, NULL, ppf->widths_known, count, in pdf_write_CIDMap()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsfu.c294 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
297 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, subset_glyphs, in psf_get_outline_glyphs()
300 code = psf_check_outline_glyphs(pfont, &genum, glyph_data); in psf_get_outline_glyphs()
310 psf_glyph_enum_t genum; in psf_get_outline_glyphs() local
314 psf_enumerate_glyphs_begin(&genum, (gs_font *)pfont, NULL, 0, in psf_get_outline_glyphs()
316 while ((code = psf_enumerate_glyphs_next(&genum, &glyph)) != 1) { in psf_get_outline_glyphs()
H A Dgdevpdfw.c340 psf_glyph_enum_t genum; in pdf_write_CIDFont_widths() local
344 psf_enumerate_bits_begin(&genum, NULL, ppf->widths_known, in pdf_write_CIDFont_widths()
355 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
373 psf_enumerate_glyphs_reset(&genum); in pdf_write_CIDFont_widths()
377 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDFont_widths()
410 psf_glyph_enum_t genum; in pdf_write_CIDToGIDMap() local
413 psf_enumerate_bits_begin(&genum, NULL, ppf->widths_known, in pdf_write_CIDToGIDMap()
418 while (!psf_enumerate_glyphs_next(&genum, &glyph)) { in pdf_write_CIDToGIDMap()
440 psf_glyph_enum_t genum; in pdf_write_CIDMap() local
444 psf_enumerate_bits_begin(&genum, NULL, ppf->widths_known, count, in pdf_write_CIDMap()
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/glib/test-suite/
H A Dgobject.test94 (let ((class (make-class (list <genum>) '()
128 (eq? (genum->symbol (make enum-class #:value 'a)) 'a))
131 (equal? (genum->name (make enum-class #:value 'a)) "Foo"))
134 (equal? (genum->value (make enum-class #:value 'a)) 1))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/utils/fallbackswitch/src/fallbacksrc/
H A Dmod.rs27 #[genum(type_name = "GstFallbackSourceRetryReason")]
38 #[genum(type_name = "GstFallbackSourceStatus")]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/generics-sop-0.5.1.1/test/
H A DExample.hs37 genum :: (Generic a, All2 Enumerable (Code a)) => [a]
38 genum = function
94 enum = genum
97 enum = genum

123456