Home
last modified time | relevance | path

Searched refs:enc_idx (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/cmph/cmph-2.0/src/
H A Dcompressed_seq.c128 register cmph_uint32 enc_idx, enc_length; in compressed_seq_query() local
139 enc_idx = 0; in compressed_seq_query()
146 enc_idx = (sel_res - (idx - 1)) << cs->rem_r; in compressed_seq_query()
154 enc_length -= enc_idx; in compressed_seq_query()
158 stored_value = get_bits_at_pos(cs->store_table, enc_idx, enc_length); in compressed_seq_query()
348 register cmph_uint32 enc_idx, enc_length; in compressed_seq_query_packed() local
357 enc_idx = 0; in compressed_seq_query_packed()
364 enc_idx = (sel_res - (idx - 1)) << rem_r; in compressed_seq_query_packed()
365 enc_idx += get_bits_value(length_rems, idx-1, rem_r, rems_mask); in compressed_seq_query_packed()
372 enc_length -= enc_idx; in compressed_seq_query_packed()
[all …]
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/cmph/
H A Dcompressed_seq.c128 register cmph_uint32 enc_idx, enc_length; in compressed_seq_query() local
139 enc_idx = 0; in compressed_seq_query()
146 enc_idx = (sel_res - (idx - 1)) << cs->rem_r; in compressed_seq_query()
147 enc_idx += get_bits_value(cs->length_rems, idx-1, cs->rem_r, rems_mask); in compressed_seq_query()
154 enc_length -= enc_idx; in compressed_seq_query()
158 stored_value = get_bits_at_pos(cs->store_table, enc_idx, enc_length); in compressed_seq_query()
363 enc_idx = 0; in compressed_seq_query_packed()
370 enc_idx = (sel_res - (idx - 1)) << rem_r; in compressed_seq_query_packed()
371 enc_idx += get_bits_value(length_rems, idx-1, rem_r, rems_mask); in compressed_seq_query_packed()
378 enc_length -= enc_idx; in compressed_seq_query_packed()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/keyring-srv/
H A Dkeyring-database.c168 uint32_t id_idx, name_idx, dl_idx, enc_idx; in SaveProjects() local
172 rc = VCursorAddColumn( cur, &enc_idx, "encryption_key" ); in SaveProjects()
221 uint32_t id_idx, name_idx, proj_idx, dname_idx, size_idx, csum_idx, enc_idx; in SaveObjects() local
228 if (rc == 0) rc = VCursorAddColumn( cur, &enc_idx, "encryption_key" ); in SaveObjects()
246 …if (rc == 0) rc = VCursorWrite( cur, enc_idx, StringLength(obj->encryption_key) * 8, obj->encryp… in SaveObjects()
297 uint32_t id_idx, name_idx, dl_idx, enc_idx; in LoadProjects() local
301 if (rc == 0) rc = VCursorAddColumn( cur, &enc_idx, "encryption_key" ); in LoadProjects()
331 … if (rc == 0) rc = VCursorCellData( cur, enc_idx, NULL, &ptr, NULL, &elem_count); in LoadProjects()
367 uint32_t id_idx, name_idx, proj_idx, dname_idx, size_idx, csum_idx, enc_idx; in LoadObjects() local
374 if (rc == 0) rc = VCursorAddColumn( cur, &enc_idx, "encryption_key" ); in LoadObjects()
[all …]
/dports/security/gnupg1/gnupg-1.4.23/keyserver/
H A Dcurl-shim.c327 int len,max,idx,enc_idx=0; in curl_easy_escape() local
343 if(enc_idx+3>max) in curl_easy_escape()
360 enc[enc_idx++]=str[idx]; in curl_easy_escape()
365 strcpy(&enc[enc_idx],numbuf); in curl_easy_escape()
366 enc_idx+=3; in curl_easy_escape()
370 enc[enc_idx]='\0'; in curl_easy_escape()
/dports/lang/ruby26/ruby-2.6.9/win32/
H A Dfile.c123 int enc_idx; in code_page() local
128 enc_idx = rb_enc_to_index(enc); in code_page()
131 if (enc_idx == rb_usascii_encindex() || enc_idx == rb_ascii8bit_encindex()) { in code_page()
134 if (enc_idx == rb_utf8_encindex()) { in code_page()
138 if (0 <= enc_idx && (unsigned int)enc_idx < rb_code_page.count) in code_page()
139 return rb_code_page.table[enc_idx]; in code_page()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Datombios_encoders.c2105 if (enc_idx < 0) in radeon_atom_release_dig_encoder()
2130 enc_idx = 1; in radeon_atom_pick_dig_encoder()
2132 enc_idx = 0; in radeon_atom_pick_dig_encoder()
2136 enc_idx = 3; in radeon_atom_pick_dig_encoder()
2138 enc_idx = 2; in radeon_atom_pick_dig_encoder()
2142 enc_idx = 5; in radeon_atom_pick_dig_encoder()
2144 enc_idx = 4; in radeon_atom_pick_dig_encoder()
2147 enc_idx = 6; in radeon_atom_pick_dig_encoder()
2157 enc_idx = 1; in radeon_atom_pick_dig_encoder()
2159 enc_idx = 0; in radeon_atom_pick_dig_encoder()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Datombios_encoders.c2105 if (enc_idx < 0) in radeon_atom_release_dig_encoder()
2130 enc_idx = 1; in radeon_atom_pick_dig_encoder()
2132 enc_idx = 0; in radeon_atom_pick_dig_encoder()
2136 enc_idx = 3; in radeon_atom_pick_dig_encoder()
2138 enc_idx = 2; in radeon_atom_pick_dig_encoder()
2142 enc_idx = 5; in radeon_atom_pick_dig_encoder()
2144 enc_idx = 4; in radeon_atom_pick_dig_encoder()
2147 enc_idx = 6; in radeon_atom_pick_dig_encoder()
2157 enc_idx = 1; in radeon_atom_pick_dig_encoder()
2159 enc_idx = 0; in radeon_atom_pick_dig_encoder()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Datombios_encoders.c2105 if (enc_idx < 0) in radeon_atom_release_dig_encoder()
2130 enc_idx = 1; in radeon_atom_pick_dig_encoder()
2132 enc_idx = 0; in radeon_atom_pick_dig_encoder()
2136 enc_idx = 3; in radeon_atom_pick_dig_encoder()
2138 enc_idx = 2; in radeon_atom_pick_dig_encoder()
2142 enc_idx = 5; in radeon_atom_pick_dig_encoder()
2144 enc_idx = 4; in radeon_atom_pick_dig_encoder()
2147 enc_idx = 6; in radeon_atom_pick_dig_encoder()
2157 enc_idx = 1; in radeon_atom_pick_dig_encoder()
2159 enc_idx = 0; in radeon_atom_pick_dig_encoder()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dencodings.c881 GeanyEncodingIndex enc_idx; in handle_forced_encoding() local
904 enc_idx = encodings_scan_unicode_bom(buffer->data, buffer->size, NULL); in handle_forced_encoding()
905 buffer->bom = (enc_idx == GEANY_ENCODING_UTF_8); in handle_forced_encoding()
913 handle_encoding(BufferData *buffer, GeanyEncodingIndex enc_idx) in handle_encoding() argument
927 if (enc_idx != GEANY_ENCODING_NONE) in handle_encoding()
929 buffer->enc = g_strdup(encodings[enc_idx].charset); in handle_encoding()
932 if (enc_idx != GEANY_ENCODING_UTF_8) /* the BOM indicated something else than UTF-8 */ in handle_encoding()
/dports/devel/geany/geany-1.38/src/
H A Dencodings.c881 GeanyEncodingIndex enc_idx; in handle_forced_encoding() local
904 enc_idx = encodings_scan_unicode_bom(buffer->data, buffer->size, NULL); in handle_forced_encoding()
905 buffer->bom = (enc_idx == GEANY_ENCODING_UTF_8); in handle_forced_encoding()
913 handle_encoding(BufferData *buffer, GeanyEncodingIndex enc_idx) in handle_encoding() argument
927 if (enc_idx != GEANY_ENCODING_NONE) in handle_encoding()
929 buffer->enc = g_strdup(encodings[enc_idx].charset); in handle_encoding()
932 if (enc_idx != GEANY_ENCODING_UTF_8) /* the BOM indicated something else than UTF-8 */ in handle_encoding()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-codec/
H A Dand_vid_mediacodec.cpp728 unsigned enc_idx = 0; in and_media_enum_info() local
738 for (enc_idx = 0; enc_idx < num_enc ;++enc_idx, ++enc_name) { in and_media_enum_info()
743 if (enc_idx == num_enc) { in and_media_enum_info()
747 for (enc_idx = 0; enc_idx < num_enc ;++enc_idx, ++enc_name) { in and_media_enum_info()
752 if (enc_idx == num_enc) in and_media_enum_info()
766 for (enc_idx = 0; enc_idx < num_enc ;++enc_idx, ++enc_name) { in and_media_enum_info()
H A Dand_aud_mediacodec.cpp632 unsigned enc_idx, dec_idx; in and_media_enum_codecs() local
664 for (enc_idx = 0; enc_idx < num_enc ;++enc_idx, ++enc_name) { in and_media_enum_codecs()
669 if (enc_idx == num_enc) in and_media_enum_codecs()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dod-macho.c2153 unsigned int enc_idx; in dump_exe_compact_unwind() local
2160 enc_idx = in dump_exe_compact_unwind()
2162 if (enc_idx < encodings_count) in dump_exe_compact_unwind()
2164 + 4 * enc_idx; in dump_exe_compact_unwind()
2167 + 4 * (enc_idx - encodings_count); in dump_exe_compact_unwind()
2171 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dod-macho.c2041 unsigned int enc_idx; in dump_exe_compact_unwind() local
2048 enc_idx = in dump_exe_compact_unwind()
2050 if (enc_idx < encodings_count) in dump_exe_compact_unwind()
2052 + 4 * enc_idx; in dump_exe_compact_unwind()
2055 + 4 * (enc_idx - encodings_count); in dump_exe_compact_unwind()
2059 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Dod-macho.c2153 unsigned int enc_idx; in dump_exe_compact_unwind() local
2160 enc_idx = in dump_exe_compact_unwind()
2162 if (enc_idx < encodings_count) in dump_exe_compact_unwind()
2164 + 4 * enc_idx; in dump_exe_compact_unwind()
2167 + 4 * (enc_idx - encodings_count); in dump_exe_compact_unwind()
2171 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Dod-macho.c2153 unsigned int enc_idx; in dump_exe_compact_unwind() local
2160 enc_idx = in dump_exe_compact_unwind()
2162 if (enc_idx < encodings_count) in dump_exe_compact_unwind()
2164 + 4 * enc_idx; in dump_exe_compact_unwind()
2167 + 4 * (enc_idx - encodings_count); in dump_exe_compact_unwind()
2171 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dod-macho.c2041 unsigned int enc_idx; in dump_exe_compact_unwind() local
2048 enc_idx = in dump_exe_compact_unwind()
2050 if (enc_idx < encodings_count) in dump_exe_compact_unwind()
2052 + 4 * enc_idx; in dump_exe_compact_unwind()
2055 + 4 * (enc_idx - encodings_count); in dump_exe_compact_unwind()
2059 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Dod-macho.c2044 unsigned int enc_idx; in dump_exe_compact_unwind() local
2051 enc_idx = in dump_exe_compact_unwind()
2053 if (enc_idx < encodings_count) in dump_exe_compact_unwind()
2055 + 4 * enc_idx; in dump_exe_compact_unwind()
2058 + 4 * (enc_idx - encodings_count); in dump_exe_compact_unwind()
2062 func_offset + en_func, enc_idx); in dump_exe_compact_unwind()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c589 if (cur_q == solo_dev->enc_idx) in solo_handle_ring()
593 SOLO_VE_MPEG4_QUE(solo_dev->enc_idx)); in solo_handle_ring()
594 solo_dev->enc_idx = (solo_dev->enc_idx + 1) % MP4_QS; in solo_handle_ring()
H A Dsolo6x10.h231 u8 enc_idx; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c589 if (cur_q == solo_dev->enc_idx) in solo_handle_ring()
593 SOLO_VE_MPEG4_QUE(solo_dev->enc_idx)); in solo_handle_ring()
594 solo_dev->enc_idx = (solo_dev->enc_idx + 1) % MP4_QS; in solo_handle_ring()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c589 if (cur_q == solo_dev->enc_idx) in solo_handle_ring()
593 SOLO_VE_MPEG4_QUE(solo_dev->enc_idx)); in solo_handle_ring()
594 solo_dev->enc_idx = (solo_dev->enc_idx + 1) % MP4_QS; in solo_handle_ring()
/dports/japanese/p5-nkf/nkf-2.1.4/
H A Dnkf.c6700 int enc_idx; in options() local
6703 enc_idx = UTF_16; in options()
6706 enc_idx = UTF_32; in options()
6722 enc_idx = enc_idx == UTF_16 in options()
6726 enc_idx = enc_idx == UTF_16 in options()
6730 output_encoding = nkf_enc_from_index(enc_idx); in options()
6740 int enc_idx; in options() local
6744 enc_idx = UTF_16; in options()
6748 enc_idx = UTF_32; in options()
6760 enc_idx = (enc_idx == UTF_16 in options()
[all …]
/dports/japanese/nkf/nkf-2.1.4/
H A Dnkf.c6700 int enc_idx; in options() local
6703 enc_idx = UTF_16; in options()
6706 enc_idx = UTF_32; in options()
6722 enc_idx = enc_idx == UTF_16 in options()
6726 enc_idx = enc_idx == UTF_16 in options()
6730 output_encoding = nkf_enc_from_index(enc_idx); in options()
6740 int enc_idx; in options() local
6744 enc_idx = UTF_16; in options()
6748 enc_idx = UTF_32; in options()
6760 enc_idx = (enc_idx == UTF_16 in options()
[all …]
/dports/lang/ruby26/ruby-2.6.9/ext/nkf/nkf-utf8/
H A Dnkf.c6713 int enc_idx; in options() local
6716 enc_idx = UTF_16; in options()
6719 enc_idx = UTF_32; in options()
6735 enc_idx = enc_idx == UTF_16 in options()
6739 enc_idx = enc_idx == UTF_16 in options()
6743 output_encoding = nkf_enc_from_index(enc_idx); in options()
6753 int enc_idx; in options() local
6757 enc_idx = UTF_16; in options()
6761 enc_idx = UTF_32; in options()
6773 enc_idx = (enc_idx == UTF_16 in options()
[all …]

12