Searched refs:format_type (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dcoder.h22 enum format_type { enum
38 extern enum format_type opt_format;
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO;
374 enum format_type init_format = FORMAT_AUTO;
H A Dargs.c319 enum format_type format;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dcoder.h22 enum format_type { enum
38 extern enum format_type opt_format;
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO;
374 enum format_type init_format = FORMAT_AUTO;
H A Dargs.c319 enum format_type format;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c1059 po_message_is_format (po_message_t message, const char *format_type) argument
1062 size_t len = strlen (format_type);
1065 if (len >= 7 && memcmp (format_type + len - 7, "-format", 7) == 0)
1068 && memcmp (format_language[i], format_type, len - 7) == 0)
1069 /* The given format_type corresponds to (enum format_type) i. */
1078 po_message_set_format (po_message_t message, const char *format_type, /*bool*/int value) argument
1081 size_t len = strlen (format_type);
1084 if (len >= 7 && memcmp (format_type + len - 7, "-format", 7) == 0)
1087 && memcmp (format_language[i], format_type, le
1140 po_format_pretty_name(const char *format_type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmessage.h44 enum format_type enum
69 #define NFORMATS 22 /* Number of format_type enum values. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvenc.c261 const ff_asf_guid *g, *media_type, *format_type; local
270 format_type = st->codec->codec_id == AV_CODEC_ID_MPEG2VIDEO ? &ff_format_mpeg2_video : &ff_format_videoinfo2;
275 format_type = &ff_format_waveformatex;
293 format_type = &ff_format_none;
312 ff_put_guid(pb, format_type); // actual_formattype
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html8632 my %format_type = ();
8636 $format_type{$simple_format} = 'simple_format';
8640 $format_type{$paragraph_style} = 'paragraph_format';
8644 $format_type{$complex_format} = 'complex_format';
8648 $format_type{$table} = 'table';
8652 $format_type{$def_format} = 'deff';
8654 $format_type{'itemize'} = 'list';
8655 $format_type{'enumerate'} = 'list';
8657 $format_type{'menu'} = 'menu';
8659 $format_type{'cartouch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmspro_block.c96 unsigned char format_type; member in struct:mspro_sys_info
386 x_sys->format_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c386 enum format_type { enum
410 u8 type; /* format_type enum */

Completed in 209 milliseconds