Searched refs:tags (Results 1 - 25 of 1791) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A Ds_symlink12 build btree/tags ../dist/tags
13 build build_unix/tags ../dist/tags
14 build clib/tags ../dist/tags
15 build common/tags ../dist/tags
16 build crypto/tags ../dist/tags
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A Ds_symlink12 build btree/tags ../dist/tags
13 build build_unix/tags ../dist/tags
14 build clib/tags ../dist/tags
15 build common/tags ../dist/tags
16 build crypto/tags ../dist/tags
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A Ds_symlink12 build btree/tags ../dist/tags
13 build build_unix/tags ../dist/tags
14 build clib/tags ../dist/tags
15 build common/tags ../dist/tags
16 build crypto/tags ../dist/tags
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Datags.h2 extern void save_atags(struct tag *tags);
4 static inline void save_atags(struct tag *tags) { } argument
H A Dcompat.h11 extern void convert_to_tag_list(struct tag *tags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Datags.h2 extern void save_atags(struct tag *tags);
4 static inline void save_atags(struct tag *tags) { } argument
H A Dcompat.h11 extern void convert_to_tag_list(struct tag *tags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_common/
H A Dtags.h24 FLAC__bool FLAC_plugin__tags_get(const char *filename, FLAC__StreamMetadata **tags);
25 FLAC__bool FLAC_plugin__tags_set(const char *filename, const FLAC__StreamMetadata *tags);
28 * Deletes the tags object and sets '*tags' to NULL.
30 void FLAC_plugin__tags_destroy(FLAC__StreamMetadata **tags);
36 const char *FLAC_plugin__tags_get_tag_utf8(const FLAC__StreamMetadata *tags, const char *name);
44 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name);
47 * Removes all tags with the given 'name'. Returns the number of tags removed,
50 int FLAC_plugin__tags_delete_tag(FLAC__StreamMetadata *tags, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_common/
H A Dtags.h24 FLAC__bool FLAC_plugin__tags_get(const char *filename, FLAC__StreamMetadata **tags);
25 FLAC__bool FLAC_plugin__tags_set(const char *filename, const FLAC__StreamMetadata *tags);
28 * Deletes the tags object and sets '*tags' to NULL.
30 void FLAC_plugin__tags_destroy(FLAC__StreamMetadata **tags);
36 const char *FLAC_plugin__tags_get_tag_utf8(const FLAC__StreamMetadata *tags, const char *name);
44 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name);
47 * Removes all tags with the given 'name'. Returns the number of tags removed,
50 int FLAC_plugin__tags_delete_tag(FLAC__StreamMetadata *tags, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_common/
H A Dtags.h24 FLAC__bool FLAC_plugin__tags_get(const char *filename, FLAC__StreamMetadata **tags);
25 FLAC__bool FLAC_plugin__tags_set(const char *filename, const FLAC__StreamMetadata *tags);
28 * Deletes the tags object and sets '*tags' to NULL.
30 void FLAC_plugin__tags_destroy(FLAC__StreamMetadata **tags);
36 const char *FLAC_plugin__tags_get_tag_utf8(const FLAC__StreamMetadata *tags, const char *name);
44 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name);
47 * Removes all tags with the given 'name'. Returns the number of tags removed,
50 int FLAC_plugin__tags_delete_tag(FLAC__StreamMetadata *tags, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_xmms/
H A Dtag.c36 #include "plugin_common/tags.h"
71 static char *local__getfield(const FLAC__StreamMetadata *tags, const char *name) argument
73 if (0 != tags) {
74 const char *utf8 = FLAC_plugin__tags_get_tag_utf8(tags, name);
103 FLAC__StreamMetadata *tags; local
106 FLAC_plugin__tags_get(filename, &tags);
108 title = local__getfield(tags, "TITLE");
109 artist = local__getfield(tags, "ARTIST");
110 performer = local__getfield(tags, "PERFORMER");
111 album = local__getfield(tags, "ALBU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_xmms/
H A Dtag.c36 #include "plugin_common/tags.h"
71 static char *local__getfield(const FLAC__StreamMetadata *tags, const char *name) argument
73 if (0 != tags) {
74 const char *utf8 = FLAC_plugin__tags_get_tag_utf8(tags, name);
103 FLAC__StreamMetadata *tags; local
106 FLAC_plugin__tags_get(filename, &tags);
108 title = local__getfield(tags, "TITLE");
109 artist = local__getfield(tags, "ARTIST");
110 performer = local__getfield(tags, "PERFORMER");
111 album = local__getfield(tags, "ALBU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_xmms/
H A Dtag.c36 #include "plugin_common/tags.h"
71 static char *local__getfield(const FLAC__StreamMetadata *tags, const char *name) argument
73 if (0 != tags) {
74 const char *utf8 = FLAC_plugin__tags_get_tag_utf8(tags, name);
103 FLAC__StreamMetadata *tags; local
106 FLAC_plugin__tags_get(filename, &tags);
108 title = local__getfield(tags, "TITLE");
109 artist = local__getfield(tags, "ARTIST");
110 performer = local__getfield(tags, "PERFORMER");
111 album = local__getfield(tags, "ALBU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/parallel/
H A Dparallel.h39 #include <parallel/tags.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_winamp2/
H A Dinfobox.h24 void ReadTags(const char *fileName, FLAC__StreamMetadata **tags, BOOL forDisplay);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_winamp2/
H A Dinfobox.h24 void ReadTags(const char *fileName, FLAC__StreamMetadata **tags, BOOL forDisplay);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_winamp2/
H A Dinfobox.h24 void ReadTags(const char *fileName, FLAC__StreamMetadata **tags, BOOL forDisplay);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dblk-tag.c108 init_tag_map(struct request_queue *q, struct blk_queue_tag *tags, int depth) argument
129 tags->real_max_depth = depth;
130 tags->max_depth = depth;
131 tags->tag_index = tag_index;
132 tags->tag_map = tag_map;
143 struct blk_queue_tag *tags; local
145 tags = kmalloc(sizeof(struct blk_queue_tag), GFP_ATOMIC);
146 if (!tags)
149 if (init_tag_map(q, tags, depth))
152 atomic_set(&tags
178 blk_queue_init_tags(struct request_queue *q, int depth, struct blk_queue_tag *tags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dblk-tag.c108 init_tag_map(struct request_queue *q, struct blk_queue_tag *tags, int depth) argument
129 tags->real_max_depth = depth;
130 tags->max_depth = depth;
131 tags->tag_index = tag_index;
132 tags->tag_map = tag_map;
143 struct blk_queue_tag *tags; local
145 tags = kmalloc(sizeof(struct blk_queue_tag), GFP_ATOMIC);
146 if (!tags)
149 if (init_tag_map(q, tags, depth))
152 atomic_set(&tags
178 blk_queue_init_tags(struct request_queue *q, int depth, struct blk_queue_tag *tags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/modutils/
H A Dmodinfo.c33 int tags; member in struct:modinfo_env
61 int tags = env->tags; local
63 if (tags & 1) { /* filename */
64 display(path, shortcuts[0], 1 != tags);
81 tags |= OPT_F;
86 if (!((1<<j) & tags))
96 ptr += display(ptr, pattern, (1<<j) != tags);
131 env.tags = opts & OPT_TAGS ? opts & OPT_TAGS : OPT_TAGS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/modutils/
H A Dmodinfo.c33 int tags; member in struct:modinfo_env
61 int tags = env->tags; local
63 if (tags & 1) { /* filename */
64 display(path, shortcuts[0], 1 != tags);
81 tags |= OPT_F;
86 if (!((1<<j) & tags))
96 ptr += display(ptr, pattern, (1<<j) != tags);
131 env.tags = opts & OPT_TAGS ? opts & OPT_TAGS : OPT_TAGS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/modutils/
H A Dmodinfo.c33 int tags; member in struct:modinfo_env
61 int tags = env->tags; local
63 if (tags & 1) { /* filename */
64 display(path, shortcuts[0], 1 != tags);
81 tags |= OPT_F;
86 if (!((1<<j) & tags))
96 ptr += display(ptr, pattern, (1<<j) != tags);
131 env.tags = opts & OPT_TAGS ? opts & OPT_TAGS : OPT_TAGS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Draw.c78 const PixelFormatTag * tags = ff_raw_pixelFormatTags; local
79 while (tags->pix_fmt >= 0) {
80 if (tags->pix_fmt == fmt)
81 return tags->fourcc;
82 tags++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Draw.c78 const PixelFormatTag * tags = ff_raw_pixelFormatTags; local
79 while (tags->pix_fmt >= 0) {
80 if (tags->pix_fmt == fmt)
81 return tags->fourcc;
82 tags++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Draw.c78 const PixelFormatTag * tags = ff_raw_pixelFormatTags; local
79 while (tags->pix_fmt >= 0) {
80 if (tags->pix_fmt == fmt)
81 return tags->fourcc;
82 tags++;

Completed in 277 milliseconds

1234567891011>>