Home
last modified time | relevance | path

Searched refs:readSymbol (Results 1 – 25 of 71) sorted by relevance

123

/dports/textproc/xmlppm/xmlppm-0.98.3/src/
H A DDecodeSax.cpp86 readSymbol (PPM_DECODER * sym_m, StringArray * array, unsigned char loc) in readSymbol() function
162 readSymbol (state->symPPM, state->atts, tag); in decodeAttribute()
211 elttag = readSymbol (state->symPPM, state->elts, tag); in decodeElement()
325 const char *eltname = readSymbol (state->symPPM, state->elts, elttag); in decodeNameModel()
437 const char *eltname = readSymbol (state->symPPM, in decodeElementDecl()
446 char *attname = readSymbol (state->symPPM, state->elts, atttag); in decodeAttributeDecl()
459 char *elname = readSymbol (state->symPPM, state->elts, elttag); in decodeAttlistDecl()
H A Dxmlunppm.cpp89 readSymbol (PPM_DECODER * sym_m, StringArray * array, unsigned char loc) in readSymbol() function
165 readSymbol (state->symPPM, state->atts, tag); in expandAttribute()
216 elttag = readSymbol (state->symPPM, state->elts, tag); in expandElement()
330 const char *eltname = readSymbol (state->symPPM, state->elts, elttag); in expandNameModel()
444 const char *eltname = readSymbol (state->symPPM, in expandElementDecl()
453 char *attname = readSymbol (state->symPPM, state->elts, atttag); in expandAttributeDecl()
466 char *elname = readSymbol (state->symPPM, state->elts, elttag); in expandAttlistDecl()
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dhuffmanstream.h15 bool readSymbol(quint32 &symbol);
81 bool HuffmanStream<BitStream>::readSymbol(quint32 &symbol) in readSymbol() function
106 if (!readSymbol(symbol)) in readDelta()
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Dasm.c220 static const unsigned char *readSymbol ( in readSymbol() function
301 cp = readSymbol (cp, name); in findAsmTags()
328 cp = readSymbol (cp, name); in findAsmTags()
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_asm.c220 static const unsigned char *readSymbol ( in readSymbol() function
301 cp = readSymbol (cp, name); in findAsmTags()
328 cp = readSymbol (cp, name); in findAsmTags()
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DHuffmanTableVector.h44 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
138 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
H A DHuffmanTableLookup.h144 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
167 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
H A DHuffmanTableTree.h47 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
149 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DHuffmanTableVector.h44 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
138 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
H A DHuffmanTableLookup.h144 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
167 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
H A DHuffmanTableTree.h47 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
149 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DHuffmanTableVector.h44 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
138 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
H A DHuffmanTableTree.h47 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
149 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
H A DHuffmanTableLookup.h144 readSymbol(BIT_STREAM& bs) const { in readSymbol() function
167 std::tie(symbol, codeValue) = readSymbol(bs); in decode()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dasm.c240 static const unsigned char *readSymbol ( in readSymbol() function
323 cp = readSymbol (cp, name); in findAsmTags()
350 cp = readSymbol (cp, name); in findAsmTags()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dasm.c240 static const unsigned char *readSymbol ( in readSymbol() function
323 cp = readSymbol (cp, name); in findAsmTags()
350 cp = readSymbol (cp, name); in findAsmTags()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dasm.c249 static const unsigned char *readSymbol ( in readSymbol() function
345 cp = readSymbol (cp, name); in findAsmTags()
379 cp = readSymbol (cp, name); in findAsmTags()
/dports/devel/ctags/ctags-5.8/
H A Dasm.c240 static const unsigned char *readSymbol ( in readSymbol() function
323 cp = readSymbol (cp, name); in findAsmTags()
350 cp = readSymbol (cp, name); in findAsmTags()
/dports/japanese/ctags/ctags-5.8j2/
H A Dasm.c240 static const unsigned char *readSymbol ( in readSymbol() function
323 cp = readSymbol (cp, name); in findAsmTags()
350 cp = readSymbol (cp, name); in findAsmTags()
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/java/org/brotli/dec/
H A DDecode.java240 private static int readSymbol(int[] table, int offset, State s) { in readSymbol() method in Decode
258 int code = readSymbol(table, offset, s); in readBlockLength()
456 int code = readSymbol(table, 0, s); in decodeContextMap()
487 int blockType = readSymbol(s.blockTrees, treeType * HUFFMAN_TABLE_SIZE, s); in decodeBlockTypeAndLength()
757 int cmdCode = readSymbol(s.hGroup1, s.treeCommandOffset, s); in decompress()
789 (byte) readSymbol(s.hGroup0, s.literalTree, s); in decompress()
813 prevByte1 = readSymbol( in decompress()
841 s.distanceCode = readSymbol(s.hGroup2, s.hGroup2[ in decompress()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() method in Decode
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
630 int code = readSymbol(table, tableIdx, s); in decodeContextMap()
661 int blockType = readSymbol(s.blockTrees, 2 * treeType, s); in decodeBlockTypeAndLength()
1002 int cmdCode = readSymbol(s.commandTreeGroup, s.commandTreeIdx, s) << 2; in decompress()
1031 ringBuffer[s.pos] = (byte) readSymbol(s.literalTreeGroup, s.literalTreeIdx, s); in decompress()
1054 prevByte1 = readSymbol(s.literalTreeGroup, literalTreeIdx, s); in decompress()
1085 distanceCode = readSymbol(s.distanceTreeGroup, distTreeIdx, s); in decompress()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() method in Decode
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
630 int code = readSymbol(table, tableIdx, s); in decodeContextMap()
661 int blockType = readSymbol(s.blockTrees, 2 * treeType, s); in decodeBlockTypeAndLength()
1002 int cmdCode = readSymbol(s.commandTreeGroup, s.commandTreeIdx, s) << 2; in decompress()
1031 ringBuffer[s.pos] = (byte) readSymbol(s.literalTreeGroup, s.literalTreeIdx, s); in decompress()
1054 prevByte1 = readSymbol(s.literalTreeGroup, literalTreeIdx, s); in decompress()
1085 distanceCode = readSymbol(s.distanceTreeGroup, distTreeIdx, s); in decompress()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() method in Decode
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
630 int code = readSymbol(table, tableIdx, s); in decodeContextMap()
661 int blockType = readSymbol(s.blockTrees, 2 * treeType, s); in decodeBlockTypeAndLength()
1002 int cmdCode = readSymbol(s.commandTreeGroup, s.commandTreeIdx, s) << 2; in decompress()
1031 ringBuffer[s.pos] = (byte) readSymbol(s.literalTreeGroup, s.literalTreeIdx, s); in decompress()
1054 prevByte1 = readSymbol(s.literalTreeGroup, literalTreeIdx, s); in decompress()
1085 distanceCode = readSymbol(s.distanceTreeGroup, distTreeIdx, s); in decompress()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() method in Decode
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
630 int code = readSymbol(table, tableIdx, s); in decodeContextMap()
661 int blockType = readSymbol(s.blockTrees, 2 * treeType, s); in decodeBlockTypeAndLength()
1002 int cmdCode = readSymbol(s.commandTreeGroup, s.commandTreeIdx, s) << 2; in decompress()
1031 ringBuffer[s.pos] = (byte) readSymbol(s.literalTreeGroup, s.literalTreeIdx, s); in decompress()
1054 prevByte1 = readSymbol(s.literalTreeGroup, literalTreeIdx, s); in decompress()
1085 distanceCode = readSymbol(s.distanceTreeGroup, distTreeIdx, s); in decompress()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() method in Decode
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
630 int code = readSymbol(table, tableIdx, s); in decodeContextMap()
661 int blockType = readSymbol(s.blockTrees, 2 * treeType, s); in decodeBlockTypeAndLength()
1002 int cmdCode = readSymbol(s.commandTreeGroup, s.commandTreeIdx, s) << 2; in decompress()
1031 ringBuffer[s.pos] = (byte) readSymbol(s.literalTreeGroup, s.literalTreeIdx, s); in decompress()
1054 prevByte1 = readSymbol(s.literalTreeGroup, literalTreeIdx, s); in decompress()
1085 distanceCode = readSymbol(s.distanceTreeGroup, distTreeIdx, s); in decompress()

123