Searched refs:tags (Results 1 - 15 of 15) sorted by last modified time

/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py295 """Tuple of default mustache tags (in bytes)."""
589 tags: TagsTuple = default_tags,
600 :param tags: mustache tag tuple (open, close)
610 tokenization_key = _cache_hash(template), *tags, comments # type: ignore
628 start_tag, end_tag = tags
715 else: # tags
780 tags: TagsTuple = default_tags,
794 :param tags: mustache tag tuple (open, close)
813 for tag in tags[:2]
848 tokens = tokenize(data, tags
[all...]
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh35 if ! `git describe --dirty --tags --match=hrev* --abbrev=1`; then
/haiku/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/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf-fbsd.h221 return (SLIST_EMPTY(&m->m_pkthdr.tags) ? (struct m_tag *)NULL :
H A Dmbuf.h208 SLIST_HEAD(packet_tags, m_tag) tags; member in struct:pkthdr
227 SLIST_ENTRY(m_tag) m_tag_link; // List of packet tags
356 SLIST_INSERT_HEAD(&memoryBuffer->m_pkthdr.tags, tag, m_tag_link);
363 SLIST_REMOVE(&memoryBuffer->m_pkthdr.tags, tag, m_tag, m_tag_link);
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp2854 uint16 tags;
2855 fRead(tags);
2856 if (tags > 512)
2861 while (tags--) {
3132 case 46275: // Imacon tags
3283 // handle SONY tags
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp780 // Maximum tags per descriptor block
869 JournalBlockTag* tags = (JournalBlockTag*)descriptorBlock->data; local
874 while (tags < lastTag && (tags->Flags() & JOURNAL_FLAG_LAST_TAG) == 0) {
875 if ((tags->Flags() & JOURNAL_FLAG_SAME_UUID) == 0)
876 tags = (JournalBlockTag*)((uint8*)tags + 16); // Skip new UUID
879 tags->BlockNumber());
881 tags = (JournalBlockTag*)((uint8*)tags
958 uint32 tags = _CountTags(header); local
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf2.c354 p = SLIST_FIRST(&m->m_pkthdr.tags);
363 * Strip off all tags that would normally vanish when
365 * tags will exist after this; these are expected to remain
374 SLIST_FOREACH_SAFE(p, &m->m_pkthdr.tags, m_tag_link, q)
387 p = SLIST_FIRST(&m->m_pkthdr.tags);
429 * tags even if the operation fails. This should not be a problem, as
442 SLIST_FOREACH(p, &from->m_pkthdr.tags, m_tag_link) {
449 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link);
H A Dfbsd_uipc_mbuf.c221 * Clean up mbuf (chain) from any tags and packet headers.
289 !SLIST_EMPTY(&m->m_pkthdr.tags)) {
352 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags),
353 ("m_move_pkthdr: to has tags"));
365 to->m_pkthdr = from->m_pkthdr; /* especially tags */
366 SLIST_INIT(&from->m_pkthdr.tags); /* purge tags from src */
373 * In particular, this does a deep copy of the packet tags.
389 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), ("m_dup_pkthdr: to has tags"));
[all...]
/haiku/build/scripts/
H A Ddetermine_haiku_revision32 revision=`git describe --dirty --tags --match=hrev* --abbrev=1`
34 # failed to find any hrev tags, bail out
35 echo "Error: you are using a Haiku clone without tags, please set"
/haiku/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/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp49 BMessage& target, const convert_tag* tags, size_t tagCount);
181 find_convert_tag(uint16 id, const convert_tag* tags, size_t count) argument
184 if (tags[i].tag == id)
185 return &tags[i];
249 uint16 tags; local
250 read(tags);
251 if (tags > 512)
254 while (tags--) {
295 const convert_tag* tags, size_t tagCount)
304 tags, tagCoun
294 parse_tiff_directory(TReadHelper& read, set<off_t>& visited, BMessage& target, const convert_tag* tags, size_t tagCount) argument
322 convert_exif_to_message(BPositionIO& source, BMessage& target, const convert_tag* tags, size_t tagCount) argument
[all...]
H A Dexif_parser.h23 const convert_tag* tags, size_t tagCount);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
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)) {
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 */

Completed in 111 milliseconds