Searched refs:tag2 (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/storage/
H A DPef.h13 PefOSType tag2; member in struct:PEFContainerHeader
/haiku/src/tools/restest/
H A DPef.h13 PefOSType tag2; member in struct:PEFContainerHeader
H A DResourceFile.cpp583 if (!memcmp(pefHeader.tag2, kPPCResourceFileMagic, 4)) {
588 } else if (!memcmp(pefHeader.tag2, kPEFFileMagic2, 4)) {
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.h45 bool TagEquals(const char* tag1, const char* tag2) const;
H A DSynthFileReader.cpp61 bool SSynthFileReader::TagEquals(const char* tag1, const char* tag2) const {
62 return strncmp(tag1, tag2, 4) == 0;
308 SSynthFileReader::tag tag2; local
310 Read(tag2);
312 if (!isalpha(tag2[0])) {
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dparse_duckduckgo_html.c249 struct duckduckgo_result *tag1 = (void*)0xaaaa5555, *res = NULL, *tag2 = (void*)0x5555aaaa; local
270 printf("before = 0x%08x:%p, after = 0x%08x:%p\n", 0xaaaa5555, tag1, 0x5555aaaa, tag2);
/haiku/src/kits/storage/
H A DResourceFile.cpp409 if (!memcmp(pefHeader.tag2, kPPCResourceFileMagic, 4)) {
415 } else if (!memcmp(pefHeader.tag2, kPEFFileMagic2, 4)) {
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex91 PefOSType tag2;
116 \item{\code{tag2}:

Completed in 168 milliseconds