Home
last modified time | relevance | path

Searched refs:blockFlags (Results 1 – 25 of 31) sorted by relevance

12

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Pcsxr-QL/
H A DPSXMemEnumerator.m106 static inline PCSXRMemFlag MemBlockFlag(unsigned char blockFlags)
108 if ((blockFlags & 0xF0) == 0xA0) {
109 if ((blockFlags & 0xF) >= 1 && (blockFlags & 0xF) <= 3)
113 } else if ((blockFlags & 0xF0) == 0x50) {
114 if ((blockFlags & 0xF) == 0x1)
116 else if ((blockFlags & 0xF) == 0x2)
118 else if ((blockFlags & 0xF) == 0x3)
124 //NSLog(@"Unknown flag %x", blockFlags);
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Psx-Memcard/
H A DGetMetadataForFile.m111 static inline PCSXRMemFlags MemBlockFlag(unsigned char blockFlags)
113 if ((blockFlags & 0xF0) == 0xA0) {
114 if ((blockFlags & 0xF) >= 1 && (blockFlags & 0xF) <= 3)
118 } else if ((blockFlags & 0xF0) == 0x50) {
119 if ((blockFlags & 0xF) == 0x1)
121 else if ((blockFlags & 0xF) == 0x2)
123 else if ((blockFlags & 0xF) == 0x3)
129 //NSLog(@"Unknown flag %x", blockFlags);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/integration/
H A Dquerier_streaming_mixed_ingester_test.go40 blockFlags := mergeFlags(BlocksStorageFlags(), map[string]string{
46 blockFlags["-ingester.stream-chunks-when-using-blocks"] = fmt.Sprintf("%v", streamChunks)
50 minio := e2edb.NewMinio(9000, blockFlags["-blocks-storage.s3.bucket-name"])
54 …terBlocks := e2ecortex.NewIngester("ingester-blocks", consul.NetworkHTTPEndpoint(), blockFlags, "")
56 …Gateway := e2ecortex.NewStoreGateway("store-gateway", consul.NetworkHTTPEndpoint(), blockFlags, "")
60 querierFlags := mergeFlags(blockFlags, map[string]string{
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPcsxrMemoryObject.m130 + (PCSXRMemFlag)memFlagsFromBlockFlags:(unsigned char)blockFlags
132 if ((blockFlags & 0xF0) == 0xA0) {
133 if ((blockFlags & 0xF) >= 1 && (blockFlags & 0xF) <= 3)
137 } else if ((blockFlags & 0xF0) == 0x50) {
138 if ((blockFlags & 0xF) == 0x1)
140 else if ((blockFlags & 0xF) == 0x2)
142 else if ((blockFlags & 0xF) == 0x3)
148 NSLog(@"Unknown flag %x", blockFlags);
H A DPcsxrMemoryObject.h34 + (PCSXRMemFlag)memFlagsFromBlockFlags:(unsigned char)blockFlags;
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/widgets/
H A Dqfoldpanel.cpp101 else if ( def->blockFlags(doc, ln, 0) & QLanguageDefinition::Collapsible ) in mousePressEvent()
161 int flags = def->blockFlags(doc, n, depth); in paint()
223 int sflags = def->blockFlags(doc, n, depth + 1); in paint()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/widgets/
H A Dqfoldpanel.cpp101 else if ( def->blockFlags(doc, ln, 0) & QLanguageDefinition::Collapsible ) in mousePressEvent()
161 int flags = def->blockFlags(doc, n, depth); in paint()
223 int sflags = def->blockFlags(doc, n, depth + 1); in paint()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/
H A Dqlanguagedefinition.cpp164 int QLanguageDefinition::blockFlags(QDocument *d, int line, int depth) const in blockFlags() function in QLanguageDefinition
H A Dqlanguagedefinition.h77 virtual int blockFlags(QDocument *d, int line, int depth = 0) const;
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/
H A Dqlanguagedefinition.cpp164 int QLanguageDefinition::blockFlags(QDocument *d, int line, int depth) const in blockFlags() function in QLanguageDefinition
H A Dqlanguagedefinition.h77 virtual int blockFlags(QDocument *d, int line, int depth = 0) const;
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfadefinition.h90 virtual int blockFlags(QDocument *d, int line, int depth) const;
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfadefinition.h90 virtual int blockFlags(QDocument *d, int line, int depth) const;
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Djitallocator.cpp212 uint32_t blockFlags, in JitAllocatorBlock() argument
220 flags(blockFlags), in JitAllocatorBlock()
430 uint32_t blockFlags = 0; in JitAllocatorImpl_newBlock() local
434 blockFlags |= JitAllocatorBlock::kFlagDualMapped; in JitAllocatorImpl_newBlock()
454 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Djitallocator.cpp227 uint32_t blockFlags, in JitAllocatorBlock() argument
235 flags(blockFlags), in JitAllocatorBlock()
445 uint32_t blockFlags = 0; in JitAllocatorImpl_newBlock() local
449 blockFlags |= JitAllocatorBlock::kFlagDualMapped; in JitAllocatorImpl_newBlock()
469 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Djitallocator.cpp227 uint32_t blockFlags, in JitAllocatorBlock() argument
235 flags(blockFlags), in JitAllocatorBlock()
445 uint32_t blockFlags = 0; in JitAllocatorImpl_newBlock() local
449 blockFlags |= JitAllocatorBlock::kFlagDualMapped; in JitAllocatorImpl_newBlock()
469 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java311 private int blockFlags; field in MatroskaExtractor
576 blockFlags |= C.BUFFER_FLAG_KEY_FRAME; in endMasterElement()
1004 blockFlags = (isKeyframe ? C.BUFFER_FLAG_KEY_FRAME : 0) in binaryElement()
1036 track.output.sampleMetadata(timeUs, blockFlags, sampleBytesWritten, 0, track.encryptionKeyId); in commitSampleToOutput()
1093 blockFlags &= ~C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1106 blockFlags |= C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java376 private int blockFlags; field in MatroskaExtractor
693 int sampleFlags = blockFlags; in endMasterElement()
1187 blockFlags = (isKeyframe ? C.BUFFER_FLAG_KEY_FRAME : 0) in binaryElement()
1200 commitSampleToOutput(track, sampleTimeUs, blockFlags, sampleSize, /* offset= */ 0); in binaryElement()
1321 blockFlags &= ~C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1334 blockFlags |= C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1404 blockFlags |= C.BUFFER_FLAG_HAS_SUPPLEMENTAL_DATA; in writeSampleData()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java376 private int blockFlags; field in MatroskaExtractor
693 int sampleFlags = blockFlags; in endMasterElement()
1187 blockFlags = (isKeyframe ? C.BUFFER_FLAG_KEY_FRAME : 0) in binaryElement()
1200 commitSampleToOutput(track, sampleTimeUs, blockFlags, sampleSize, /* offset= */ 0); in binaryElement()
1321 blockFlags &= ~C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1334 blockFlags |= C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1404 blockFlags |= C.BUFFER_FLAG_HAS_SUPPLEMENTAL_DATA; in writeSampleData()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java376 private int blockFlags; field in MatroskaExtractor
693 int sampleFlags = blockFlags; in endMasterElement()
1187 blockFlags = (isKeyframe ? C.BUFFER_FLAG_KEY_FRAME : 0) in binaryElement()
1200 commitSampleToOutput(track, sampleTimeUs, blockFlags, sampleSize, /* offset= */ 0); in binaryElement()
1321 blockFlags &= ~C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1334 blockFlags |= C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1404 blockFlags |= C.BUFFER_FLAG_HAS_SUPPLEMENTAL_DATA; in writeSampleData()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mkv/
H A DMatroskaExtractor.java311 private int blockFlags; field in MatroskaExtractor
576 blockFlags |= C.BUFFER_FLAG_KEY_FRAME; in endMasterElement()
1004 blockFlags = (isKeyframe ? C.BUFFER_FLAG_KEY_FRAME : 0) in binaryElement()
1036 track.output.sampleMetadata(timeUs, blockFlags, sampleBytesWritten, 0, track.encryptionKeyId); in commitSampleToOutput()
1093 blockFlags &= ~C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
1106 blockFlags |= C.BUFFER_FLAG_ENCRYPTED; in writeSampleData()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp264 uint32_t blockFlags, in JitAllocatorBlock() argument
272 _flags(blockFlags), in JitAllocatorBlock()
534 uint32_t blockFlags = 0; in JitAllocatorImpl_newBlock() local
538 blockFlags |= JitAllocatorBlock::kFlagDualMapped; in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp264 uint32_t blockFlags, in JitAllocatorBlock() argument
272 _flags(blockFlags), in JitAllocatorBlock()
534 uint32_t blockFlags = 0; in JitAllocatorImpl_newBlock() local
538 blockFlags |= JitAllocatorBlock::kFlagDualMapped; in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp264 uint32_t blockFlags, in JitAllocatorBlock() argument
272 _flags(blockFlags), in JitAllocatorBlock()
534 uint32_t blockFlags = 0; in JitAllocatorImpl_newBlock() local
538 blockFlags |= JitAllocatorBlock::kFlagDualMapped; in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Djitallocator.cpp264 uint32_t blockFlags, in JitAllocatorBlock() argument
272 _flags(blockFlags), in JitAllocatorBlock()
534 uint32_t blockFlags = 0; in JitAllocatorImpl_newBlock() local
538 blockFlags |= JitAllocatorBlock::kFlagDualMapped; in JitAllocatorImpl_newBlock()
558 …return new(block) JitAllocatorBlock(pool, virtMem, blockSize, blockFlags, bitWords, bitWords + num… in JitAllocatorImpl_newBlock()

12