Home
last modified time | relevance | path

Searched refs:offset_table (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/x11-fonts/psftools/psftools-1.0.13/winfonts/
H A Dfnt2psf.c75 static msw_word offset_table[768]; variable
98 if (read_word(fp, &offset_table[ch])) in msw_conv_1()
109 offset_table[ch] = vx; in msw_conv_1()
126 if (offset_table[ch] <= vx && in msw_conv_1()
127 offset_table[ch+1] > vx) break; in msw_conv_1()
129 chx = vx - offset_table[ch]; in msw_conv_1()
158 ww = (offset_table[ch*2] + 7) / 8; in msw_conv_2()
159 maybe_fseek(fp, offset_table[ch*2+1]); in msw_conv_2()
190 read_word(fp, &offset_table[ch*3+2])) in msw_conv_3()
196 ww = (offset_table[ch*3] + 7) / 8; in msw_conv_3()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dtessdatamanager.cpp129 std::vector<int64_t> offset_table(num_entries); in LoadMemBuffer() local
130 if (!fp.DeSerialize(&offset_table[0], num_entries)) { in LoadMemBuffer()
134 if (offset_table[i] >= 0) { in LoadMemBuffer()
135 int64_t entry_size = size - offset_table[i]; in LoadMemBuffer()
137 while (j < num_entries && offset_table[j] == -1) { in LoadMemBuffer()
141 entry_size = offset_table[j] - offset_table[i]; in LoadMemBuffer()
181 int64_t offset_table[TESSDATA_NUM_ENTRIES]; in Serialize() local
182 int64_t offset = sizeof(int32_t) + sizeof(offset_table); in Serialize()
185 offset_table[i] = -1; in Serialize()
187 offset_table[i] = offset; in Serialize()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkPeriodicBoundaryCondition.hxx57 const typename TInputImage::OffsetValueType * offset_table = in operator ()() local
68 * offset_table[i] - boundary_offset[i] * offset_table[i]; in operator ()()
73 * offset_table[i] + boundary_offset[i] * offset_table[i]; in operator ()()
112 const typename TInputImage::OffsetValueType * offset_table = in operator ()() local
123 * offset_table[i] - boundary_offset[i] * offset_table[i]; in operator ()()
128 * offset_table[i] + boundary_offset[i] * offset_table[i]; in operator ()()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dgenerate-bytecodes-builtins-list.cc15 OperandScale operand_scale, int* count, int offset_table[], in WriteBytecode() argument
22 offset_table[table_index] = *count; in WriteBytecode()
25 offset_table[table_index] = -1; in WriteBytecode()
43 int offset_table[kTableSize]; in WriteHeader() local
48 WriteBytecode(out, Bytecode::k##Name, operand_scale, &count, offset_table, \ in WriteHeader()
75 out << offset_table[i] << ", "; in WriteHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dgenerate-bytecodes-builtins-list.cc18 OperandScale operand_scale, int* count, int offset_table[], in WriteBytecode() argument
25 offset_table[table_index] = *count; in WriteBytecode()
28 offset_table[table_index] = kIllegalBytecodeHandler; in WriteBytecode()
47 int offset_table[kTableSize]; in WriteHeader() local
52 WriteBytecode(out, Bytecode::k##Name, operand_scale, &count, offset_table, \ in WriteHeader()
79 int offset = offset_table[i]; in WriteHeader()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dgenerate-bytecodes-builtins-list.cc18 OperandScale operand_scale, int* count, int offset_table[], in WriteBytecode() argument
34 offset_table[table_index] = *count; in WriteBytecode()
37 offset_table[table_index] = kIllegalBytecodeHandler; in WriteBytecode()
56 int offset_table[kTableSize]; in WriteHeader() local
61 WriteBytecode(out, Bytecode::k##Name, operand_scale, &count, offset_table, \ in WriteHeader()
90 int offset = offset_table[i]; in WriteHeader()
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/
H A Dwasm-translation.cc26 OffsetTable offset_table; member
29 WasmSourceInformation(String16 source, OffsetTable offset_table) in WasmSourceInformation()
30 : source(std::move(source)), offset_table(std::move(offset_table)) { in WasmSourceInformation()
42 reverse_offset_table = this->offset_table; in WasmSourceInformation()
131 const OffsetTable& offset_table = GetOffsetTable(loc); in Translate() local
132 DCHECK(!offset_table.empty()); in Translate()
140 if (offset_table[mid].byte_offset <= byte_offset) { in Translate()
148 if (offset_table[left].byte_offset == byte_offset) { in Translate()
149 loc->line = offset_table[left].line; in Translate()
150 loc->column = offset_table[left].column; in Translate()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopencl_hash_check_128_plug.c12 static OFFSET_TABLE_WORD *offset_table = NULL; variable
36 if (offset_table) in ocl_hc_128_prepare_table()
37 MEM_FREE(offset_table); in ocl_hc_128_prepare_table()
71 &offset_table, in ocl_hc_128_prepare_table()
77 MEM_FREE(offset_table); in ocl_hc_128_prepare_table()
95 if (offset_table) in ocl_hc_128_prepare_table_test()
96 MEM_FREE(offset_table); in ocl_hc_128_prepare_table_test()
116 &offset_table, in ocl_hc_128_prepare_table_test()
122 MEM_FREE(offset_table); in ocl_hc_128_prepare_table_test()
471 if (offset_table) in ocl_hc_128_rlobj()
[all …]
H A Dbt.c56 static OFFSET_TABLE_WORD *offset_table; variable
213 if (bt_malloc((void **)&offset_table, offset_table_size * sizeof(OFFSET_TABLE_WORD))) in init_tables()
235 offset_table[i] = 0; in init_tables()
397 offset_table[offset_data[i].offset_table_idx] = offset; in create_tables()
422 offset_table[offset_data[i].offset_table_idx] = 0; in create_tables()
427 last_offset = offset_table[offset_data[i - j].offset_table_idx]; in create_tables()
436 offset_table[offset_data[i - j].offset_table_idx] = 0; in create_tables()
464offset_table[offset_data[i].offset_table_idx] = get_offset(hash_table_idx, offset_data[i].hash_loc… in create_tables()
676 bt_free((void **)&offset_table); in create_perfect_hash_table()
703 *offset_table_ptr = offset_table; in create_perfect_hash_table()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/io/avi/intern/
H A Davi_options.c65 BLI_fseek(movie->fp, movie->offset_table[1 + i * 2 + 1], SEEK_SET); in AVI_set_compress_option()
88 BLI_fseek(movie->fp, movie->offset_table[1 + i * 2 + 1], SEEK_SET); in AVI_set_compress_option()
104 BLI_fseek(movie->fp, movie->offset_table[1 + i * 2 + 1], SEEK_SET); in AVI_set_compress_option()
124 BLI_fseek(movie->fp, movie->offset_table[1 + i * 2 + 1], SEEK_SET); in AVI_set_compress_option()
136 BLI_fseek(movie->fp, movie->offset_table[0], SEEK_SET); in AVI_set_compress_option()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dtiertexseq.c126 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
154 offset_table[i] = get_le16(pb); in seq_parse_frame_data()
157 if (offset_table[i] != 0) { in seq_parse_frame_data()
158 for (e = i + 1; e < 4 && offset_table[e] == 0; e++); in seq_parse_frame_data()
160 offset_table[i], in seq_parse_frame_data()
161 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A DDES_bs_hash_checking_kernel.cl24 __global unsigned int *offset_table,
40 hash += (unsigned long)offset_table[hash % OFFSET_TABLE_SIZE];
56 __global unsigned int *offset_table,
79 …cmp_final(B, value, offset_table, hash_table, hash_chk_params, hash_ids, bitmap_dupe, section, i, …
86 __global unsigned int *offset_table,
119 …cmp_final(B, value, offset_table, hash_table, hash_chk_params, hash_ids, bitmap_dupe, section, mas…
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/cyclone/tools/
H A Didle.s42 adr r12,offset_table
62 adr r12,offset_table
72 adr r12,offset_table
170 adr r12,offset_table
189 offset_table: label
190 .word idle_data - offset_table
191 .word patch_desc_table - offset_table
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/sfnt/
H A Dttpost.c281 FT_Char* offset_table = 0; in load_format_25() local
295 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
296 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
306 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
323 table->offsets = offset_table; in load_format_25()
329 FT_FREE( offset_table ); in load_format_25()
/dports/games/warmux/warmux-11.04/build/android/jni/freetype/src/sfnt/
H A Dttpost.c280 FT_Char* offset_table = 0; in load_format_25() local
294 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
295 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
305 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
322 table->offsets = offset_table; in load_format_25()
328 FT_FREE( offset_table ); in load_format_25()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/font/
H A Dwfnfont.cpp91 uint16_t *offset_table = new uint16_t[char_count]; in ReadFromFile() local
92 in->ReadArrayOfInt16((int16_t*)offset_table, char_count); in ReadFromFile()
99 const uint16_t off = offset_table[i]; in ReadFromFile()
169 const uint16_t off = offset_table[i]; in ReadFromFile()
192 delete [] offset_table; in ReadFromFile()
/dports/www/analog/analog-6.0/src/libpng/
H A Dpngmem.c68 if (png_ptr->offset_table == NULL) in png_malloc()
108 png_ptr->offset_table = table; in png_malloc()
157 if (png_ptr->offset_table != NULL) in png_free()
172 farfree(png_ptr->offset_table); in png_free()
174 png_ptr->offset_table = NULL; in png_free()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/sfnt/
H A Dttpost.c319 FT_Char* offset_table = NULL; in load_format_25() local
335 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
336 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
346 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
363 table->offsets = offset_table; in load_format_25()
369 FT_FREE( offset_table ); in load_format_25()

12345678910>>...19