Home
last modified time | relevance | path

Searched refs:verify_count (Results 1 – 25 of 244) sorted by path

12345678910

/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/find/
H A Dfind_wumanber.h181 unsigned int verify_count[DIR_SIZE]; in initialize() local
182 arrayFill(verify_count, verify_count + DIR_SIZE, 0); in initialize()
199 ++(verify_count[hash]); in initialize()
210 sum += verify_count[i]; in initialize()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/find/
H A Dfind_wumanber.h183 unsigned int verify_count[DIR_SIZE]; in initialize() local
184 arrayFill(verify_count, verify_count + DIR_SIZE, 0); in initialize()
201 ++(verify_count[hash]); in initialize()
212 sum += verify_count[i]; in initialize()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/find/
H A Dfind_wumanber.h183 unsigned int verify_count[DIR_SIZE]; in initialize() local
184 arrayFill(verify_count, verify_count + DIR_SIZE, 0); in initialize()
201 ++(verify_count[hash]); in initialize()
212 sum += verify_count[i]; in initialize()
/dports/biology/seqan1/seqan-1.3.1/seqan/find/
H A Dfind_wumanber.h182 unsigned int verify_count[DIR_SIZE]; in initialize() local
183 arrayFill(verify_count, verify_count + DIR_SIZE, 0); in initialize()
198 ++(verify_count[hash]); in initialize()
209 sum += verify_count[i]; in initialize()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20177293 (cgraph_edge::verify_count): ... this one; drop frequency checking.
H A Dcgraph.c3064 cgraph_edge::verify_count () in verify_count() function
3209 if (e->verify_count ()) in verify_node()
3242 if (e->verify_count ()) in verify_node()
3268 if (e->verify_count ()) in verify_node()
H A Dcgraph.h1699 bool verify_count ();
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20177293 (cgraph_edge::verify_count): ... this one; drop frequency checking.
H A Dcgraph.c3064 cgraph_edge::verify_count () in verify_count() function
3209 if (e->verify_count ()) in verify_node()
3242 if (e->verify_count ()) in verify_node()
3268 if (e->verify_count ()) in verify_node()
H A Dcgraph.h1699 bool verify_count ();
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-20177293 (cgraph_edge::verify_count): ... this one; drop frequency checking.
H A Dcgraph.c3133 cgraph_edge::verify_count () in verify_count() function
3474 if (e->verify_count ()) in verify_node()
3507 if (e->verify_count ()) in verify_node()
3548 if (e->verify_count ()) in verify_node()
H A Dcgraph.h1895 bool verify_count ();
/dports/devel/libewf/libewf-20140812/ewftools/
H A Dverification_handle.c1290 size64_t verify_count = 0; in verification_handle_verify_input() local
1438 while( verify_count < media_size ) in verification_handle_verify_input()
1442 if( ( media_size - verify_count ) < read_size ) in verification_handle_verify_input()
1444 read_size = (size_t) ( media_size - verify_count ); in verification_handle_verify_input()
1510 verify_count += (size64_t) process_count; in verification_handle_verify_input()
1544 verify_count, in verification_handle_verify_input()
1607 verify_count, in verification_handle_verify_input()
1801 verify_count, in verification_handle_verify_input()
/dports/devel/libsmraw/libsmraw-20210807/smrawtools/
H A Dverification_handle.c1026 size64_t verify_count = 0; in verification_handle_verify_input() local
1136 while( verify_count < media_size ) in verification_handle_verify_input()
1140 if( ( media_size - verify_count ) < read_size ) in verification_handle_verify_input()
1142 read_size = (size_t) ( media_size - verify_count ); in verification_handle_verify_input()
1199 verify_count += (size64_t) process_count; in verification_handle_verify_input()
1233 verify_count, in verification_handle_verify_input()
1283 verify_count, in verification_handle_verify_input()
1355 verify_count, in verification_handle_verify_input()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20177293 (cgraph_edge::verify_count): ... this one; drop frequency checking.
H A Dcgraph.c3064 cgraph_edge::verify_count () in verify_count() function
3209 if (e->verify_count ()) in verify_node()
3242 if (e->verify_count ()) in verify_node()
3268 if (e->verify_count ()) in verify_node()
H A Dcgraph.h1699 bool verify_count ();
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog-20177293 (cgraph_edge::verify_count): ... this one; drop frequency checking.
H A Dcgraph.c3051 cgraph_edge::verify_count () in verify_count() function
3196 if (e->verify_count ()) in verify_node()
3229 if (e->verify_count ()) in verify_node()
3255 if (e->verify_count ()) in verify_node()
H A Dcgraph.h1691 bool verify_count ();
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20177293 (cgraph_edge::verify_count): ... this one; drop frequency checking.
H A Dcgraph.c3064 cgraph_edge::verify_count () in verify_count() function
3209 if (e->verify_count ()) in verify_node()
3242 if (e->verify_count ()) in verify_node()
3268 if (e->verify_count ()) in verify_node()
H A Dcgraph.h1699 bool verify_count ();
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/common/
H A Dimage-sig.c297 int verify_count = 0; in fit_image_verify_required_sigs() local
324 verify_count++; in fit_image_verify_required_sigs()
327 if (verify_count) in fit_image_verify_required_sigs()

12345678910