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

123

/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DCodecTable.cpp45 const AVCodecTag *tags = inputFormat->codec_tag[tagSet]; local
46 if (tags == NULL)
49 for (; tags->id != CODEC_ID_NONE; tags++) {
51 // skip unwanted codec tags
52 if (tags->tag == CODEC_ID_RAWVIDEO
53 || (tags->tag >= CODEC_ID_PCM_S16LE
54 && tags->tag < CODEC_ID_ADPCM_IMA_QT)
55 || tags->tag >= CODEC_ID_DVD_SUBTITLE)
67 if (tags
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg/
H A Dexif_parser.h23 const convert_tag* tags, size_t tagCount);
H A Dexif_parser.cpp49 BMessage& target, const convert_tag* tags, size_t tagCount);
180 find_convert_tag(uint16 id, const convert_tag* tags, size_t count) argument
183 if (tags[i].tag == id)
184 return &tags[i];
248 uint16 tags; local
249 read(tags);
250 if (tags > 512)
253 while (tags--) {
294 const convert_tag* tags, size_t tagCount)
303 tags, tagCoun
293 parse_tiff_directory(TReadHelper& read, set<off_t>& visited, BMessage& target, const convert_tag* tags, size_t tagCount) argument
321 convert_exif_to_message(BPositionIO& source, BMessage& target, const convert_tag* tags, size_t tagCount) argument
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dlistused.sh76 tags=
82 tags=$prog
100 if test "$last" = "$tags"
104 HAVE="$HAVE $tags $have"
107 HAVE="$tags $have"
109 last="$tags"
/haiku-fatelf/src/libs/ncurses/man/
H A DMakefile52 tags :
71 -rm -f core tags TAGS *~ *.bak *.ln *.atac trace
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDeframer.h52 status_t RegisterSOFTags(const uint8 **tags, int count, size_t len, size_t skip);
53 status_t RegisterEOFTags(const uint8 **tags, int count, size_t len, size_t skip);
57 int FindTags(const uint8 *buf, size_t buflen, const uint8 **tags, int tagcount, size_t taglen, size_t skiplen, int *which=NULL);
72 /* tags */
H A DCamDeframer.cpp151 CamDeframer::RegisterSOFTags(const uint8 **tags, int count, size_t len, size_t skip) argument
159 fSOFTags = tags;
168 CamDeframer::RegisterEOFTags(const uint8 **tags, int count, size_t len, size_t skip) argument
176 fEOFTags = tags;
185 CamDeframer::FindTags(const uint8 *buf, size_t buflen, const uint8 **tags, int tagcount, size_t taglen, size_t skiplen, int *which) argument
190 if (!memcmp(buf+i, tags[t], taglen)) {
/haiku-fatelf/src/libs/ncurses/misc/
H A DMakefile122 tags :
129 -rm -f core tags TAGS *~ *.bak *.ln *.atac trace
/haiku-fatelf/src/bin/diffutils/
H A DMakefile218 tags-recursive:
220 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
226 tags: TAGS
237 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
239 tags=; \
243 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
252 test -z "$(ETAGS_ARGS)$$tags$$unique" \
254 $$tags $$unique
261 distclean-tags
[all...]
/haiku-fatelf/src/bin/less/
H A Dtags.c18 public char *tags = "tags"; variable
38 T_CTAGS, /* 'tags': standard and extended format (ctags) */
55 * The list of tags generated by the last findgtag() call.
145 if (strcmp(tags, "GTAGS") == 0)
147 if (strcmp(tags, "GRTAGS") == 0)
149 if (strcmp(tags, "GSYMS") == 0)
151 if (strcmp(tags, "GPATH") == 0)
153 if (strcmp(tags, "-") == 0)
155 f = open(tags, OPEN_REA
[all...]
H A Doptfunc.c58 extern char *tags;
266 error("tags support is not available", NULL_PARG);
300 tags = s;
304 tags = lglob(s);
307 parg.p_string = tags;
/haiku-fatelf/src/bin/gdb/libiberty/testsuite/
H A DMakefile.in57 info install-info clean-info dvi install etags tags installcheck:
/haiku-fatelf/src/bin/sharutils/checks/
H A DMakefile46 install uninstall tags TAGS id ID:
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_mbuf2.c351 p = SLIST_FIRST(&m->m_pkthdr.tags);
360 * Strip off all tags that would normally vanish when
362 * tags will exist after this; these are expected to remain
371 SLIST_FOREACH_SAFE(p, &m->m_pkthdr.tags, m_tag_link, q)
384 p = SLIST_FIRST(&m->m_pkthdr.tags);
426 * tags even if the operation fails. This should not be a problem, as
439 SLIST_FOREACH(p, &from->m_pkthdr.tags, m_tag_link) {
446 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link);
/haiku-fatelf/src/bin/diffutils/lib/
H A DMakefile323 tags-recursive:
325 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
331 tags: TAGS
342 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344 tags=; \
348 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
357 test -z "$(ETAGS_ARGS)$$tags$$unique" \
359 $$tags $$unique
366 distclean-tags
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A DMakefile107 tags:
114 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
/haiku-fatelf/build/scripts/
H A Ddetermine_haiku_revision18 revision=`git describe --dirty --tags --match=hrev*`
20 # failed to find any hrev tags, use short hash instead
/haiku-fatelf/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp160 char* tags; local
181 tags = outline.tags + first;
182 tag = FT_CURVE_TAG(tags[0]);
191 if(FT_CURVE_TAG(outline.tags[last]) == FT_CURVE_TAG_ON)
208 tags--;
221 tags++;
223 tag = FT_CURVE_TAG(tags[0]);
250 tags++;
251 tag = FT_CURVE_TAG(tags[
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h112 SLIST_HEAD(packet_tags, m_tag) tags; member in struct:pkthdr
116 SLIST_ENTRY(m_tag) m_tag_link; // List of packet tags
228 SLIST_INSERT_HEAD(&memoryBuffer->m_pkthdr.tags, tag, m_tag_link);
235 SLIST_REMOVE(&memoryBuffer->m_pkthdr.tags, tag, m_tag, m_tag_link);
/haiku-fatelf/src/servers/app/font/
H A DFontEngine.cpp72 char* tags; local
92 tags = outline.tags + first;
93 tag = FT_CURVE_TAG(tags[0]);
102 if (FT_CURVE_TAG(outline.tags[last]) == FT_CURVE_TAG_ON) {
116 tags--;
127 tags++;
129 tag = FT_CURVE_TAG(tags[0]);
151 tags++;
152 tag = FT_CURVE_TAG(tags[
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp751 // Maximum tags per descriptor block
787 JournalBlockTag* tags = (JournalBlockTag*)descriptorBlock->data; local
792 while (tags < lastTag && (tags->Flags() & JOURNAL_FLAG_LAST_TAG) == 0) {
793 if ((tags->Flags() & JOURNAL_FLAG_SAME_UUID) == 0) {
795 tags += 2; // Skip new UUID
798 TRACE("Journal::_CountTags(): Tag block: %lu\n", tags->BlockNumber());
800 tags++; // Go to next tag
804 if ((tags->Flags() & JOURNAL_FLAG_LAST_TAG) != 0)
807 TRACE("Journal::_CountTags(): counted tags
858 uint32 tags = _CountTags(header); local
[all...]
/haiku-fatelf/src/bin/gawk/
H A DMakefile571 tags-recursive:
573 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
586 tags: TAGS
597 TAGS: tags-recursive $(HEADERS) $(SOURCES) configh.in $(TAGS_DEPENDENCIES) \
599 tags=; \
609 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
618 test -z "$(ETAGS_ARGS)$$tags$$unique" \
620 $$tags $$unique
625 tags
[all...]
/haiku-fatelf/src/tools/rman/
H A Drman.c37 /* maximum number of tags per line */
51 struct { enum tagtype type; int first; int last; } tags[MAXTAGS], tagtmp; variable in typeref:struct:__anon6126
387 tags[tagc].type = type;
388 tags[tagc].first = first;
389 tags[tagc].last = last;
509 * Tk -- just emit list of text-tags pairs
1431 tags[0].last = linelen;
2544 /* set I for tags below */
2552 /*** tags and filler spaces ***/
2629 if (efirst>=0 /*&& (esccode==0 || esccode==1 || esccode==4 || esccode==22 || esccode==24) /*&& hl>=0 && hl2==-1 && tags[MAXTAG
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/
H A Dlocate-test38 Note that the [requires compilation] tags will mean that the actual
/haiku-fatelf/src/bin/diffutils/src/
H A DMakefile275 tags: TAGS
288 tags=; \
296 test -z "$(ETAGS_ARGS)$$tags$$unique" \
298 $$tags $$unique
305 distclean-tags:
370 distclean-generic distclean-tags
402 distclean-generic distclean-tags distdir dvi dvi-am info \
408 mostlyclean-generic tags uninstall uninstall-am \

Completed in 227 milliseconds

123