Home
last modified time | relevance | path

Searched refs:found_null (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/mail/akpop3d/akpop3d-0.7.7/
H A Dmain.c213 int found_null = 0; in main() local
216 found_null = 1; in main()
220 found_null = 1; in main()
224 found_null = 1; in main()
228 found_null = 1; in main()
232 found_null = 1; in main()
234 if (found_null) { in main()
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dprocess.c59 int found_null; /* If null was found among window cells */ in process() local
184 found_null = FALSE; in process()
186 if (found_null) in process()
200 found_null = TRUE; in process()
208 if (found_null) in process()
/dports/devel/libruin/libruin-0.2.0/src/
H A Dutil.c153 int j, found_null = FALSE; in ruin_util_hash_insert() local
157 found_null = TRUE; in ruin_util_hash_insert()
160 if (!found_null) { in ruin_util_hash_insert()
179 int hashed_index, mapped_index, i, found_null; in ruin_util_hash_retrieve() local
193 found_null = FALSE; in ruin_util_hash_retrieve()
196 found_null = TRUE; in ruin_util_hash_retrieve()
205 if (found_null) { in ruin_util_hash_retrieve()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Oalloc.c966 if(found_null >= oh->nmesgs) { in H5O__alloc_chunk()
1005 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1038 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1084 found_null--; in H5O__alloc_chunk()
1229 found_null = -1; in H5O__alloc_find_best_null()
1235 if(found_null < 0) in H5O__alloc_find_best_null()
1236 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1253 if(found_null < 0) in H5O__alloc_find_best_null()
1254 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1270 if(found_null >= 0) in H5O__alloc_find_best_null()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Oalloc.c966 if(found_null >= oh->nmesgs) { in H5O__alloc_chunk()
1005 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1038 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1084 found_null--; in H5O__alloc_chunk()
1229 found_null = -1; in H5O__alloc_find_best_null()
1235 if(found_null < 0) in H5O__alloc_find_best_null()
1236 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1253 if(found_null < 0) in H5O__alloc_find_best_null()
1254 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1270 if(found_null >= 0) in H5O__alloc_find_best_null()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c968 if(found_null >= oh->nmesgs) { in H5O__alloc_chunk()
1007 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1040 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1086 found_null--; in H5O__alloc_chunk()
1231 found_null = -1; in H5O__alloc_find_best_null()
1237 if(found_null < 0) in H5O__alloc_find_best_null()
1238 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1255 if(found_null < 0) in H5O__alloc_find_best_null()
1256 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1272 if(found_null >= 0) in H5O__alloc_find_best_null()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c950 if (found_null >= oh->nmesgs) { in H5O__alloc_chunk()
989 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1023 found_null = oh->nmesgs++; in H5O__alloc_chunk()
1072 found_null--; in H5O__alloc_chunk()
1213 found_null = -1; in H5O__alloc_find_best_null()
1219 if (found_null < 0) in H5O__alloc_find_best_null()
1220 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1224 found_null = (ssize_t)idx; in H5O__alloc_find_best_null()
1237 if (found_null < 0) in H5O__alloc_find_best_null()
1254 if (found_null >= 0) in H5O__alloc_find_best_null()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Oalloc.c790 found_null = (int)u; in H5O_alloc_new_chunk()
794 (found_null < 0 || curr_msg->raw_size < oh->mesg[found_null].raw_size)) in H5O_alloc_new_chunk()
795 found_null = (int)u; in H5O_alloc_new_chunk()
877 if(found_null < 0) { in H5O_alloc_new_chunk()
981 found_null = (int)oh->nmesgs++; in H5O_alloc_new_chunk()
982 null_msg = &(oh->mesg[found_null]); in H5O_alloc_new_chunk()
1002 } else if(found_null < 0) { in H5O_alloc_new_chunk()
1013 found_null = (int)oh->nmesgs++; in H5O_alloc_new_chunk()
1014 null_msg = &(oh->mesg[found_null]); in H5O_alloc_new_chunk()
1059 found_null--; in H5O_alloc_new_chunk()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c792 found_null = (int)u; in H5O_alloc_new_chunk()
796 (found_null < 0 || curr_msg->raw_size < oh->mesg[found_null].raw_size)) in H5O_alloc_new_chunk()
797 found_null = (int)u; in H5O_alloc_new_chunk()
879 if(found_null < 0) { in H5O_alloc_new_chunk()
983 found_null = (int)oh->nmesgs++; in H5O_alloc_new_chunk()
984 null_msg = &(oh->mesg[found_null]); in H5O_alloc_new_chunk()
1004 } else if(found_null < 0) { in H5O_alloc_new_chunk()
1015 found_null = (int)oh->nmesgs++; in H5O_alloc_new_chunk()
1016 null_msg = &(oh->mesg[found_null]); in H5O_alloc_new_chunk()
1061 found_null--; in H5O_alloc_new_chunk()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Collections/
H A DNewArrayListTest.cs1397 bool found_null = false; in TestIteratorObjects()
1401 if (found_null) in TestIteratorObjects()
1403 found_null = true; in TestIteratorObjects()
1409 Assert.IsTrue (found_null, "Should fine one null"); in TestIteratorObjects()
/dports/databases/pear-DB_Table/DB_Table-1.5.6/DB/Table/
H A DBase.php718 if ($match == 'full' && isset($found_null)) {
736 $found_null = true;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_64.cpp1190 Label found_null; in record_klass_in_profile_helper() local
1196 jccb(Assembler::zero, found_null); in record_klass_in_profile_helper()
1201 bind(found_null); in record_klass_in_profile_helper()
1208 jcc(Assembler::zero, found_null); in record_klass_in_profile_helper()
1215 bind(found_null); in record_klass_in_profile_helper()
H A Dinterp_masm_x86_32.cpp1156 Label found_null; in record_klass_in_profile_helper() local
1162 jccb(Assembler::zero, found_null); in record_klass_in_profile_helper()
1167 bind(found_null); in record_klass_in_profile_helper()
1174 jcc(Assembler::zero, found_null); in record_klass_in_profile_helper()
1181 bind(found_null); in record_klass_in_profile_helper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_64.cpp1190 Label found_null; in record_klass_in_profile_helper() local
1196 jccb(Assembler::zero, found_null); in record_klass_in_profile_helper()
1201 bind(found_null); in record_klass_in_profile_helper()
1208 jcc(Assembler::zero, found_null); in record_klass_in_profile_helper()
1215 bind(found_null); in record_klass_in_profile_helper()
H A Dinterp_masm_x86_32.cpp1156 Label found_null; in record_klass_in_profile_helper() local
1162 jccb(Assembler::zero, found_null); in record_klass_in_profile_helper()
1167 bind(found_null); in record_klass_in_profile_helper()
1174 jcc(Assembler::zero, found_null); in record_klass_in_profile_helper()
1181 bind(found_null); in record_klass_in_profile_helper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1731 Label found_null; in record_item_in_profile_helper() local
1732 jccb(Assembler::zero, found_null); in record_item_in_profile_helper()
1737 bind(found_null); in record_item_in_profile_helper()
1743 Label found_null; in record_item_in_profile_helper() local
1745 jcc(Assembler::zero, found_null); in record_item_in_profile_helper()
1753 bind(found_null); in record_item_in_profile_helper()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1748 Label found_null; in record_item_in_profile_helper() local
1749 jccb(Assembler::zero, found_null); in record_item_in_profile_helper()
1754 bind(found_null); in record_item_in_profile_helper()
1760 Label found_null; in record_item_in_profile_helper() local
1762 jcc(Assembler::zero, found_null); in record_item_in_profile_helper()
1770 bind(found_null); in record_item_in_profile_helper()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1749 Label found_null; in record_item_in_profile_helper() local
1750 jccb(Assembler::zero, found_null); in record_item_in_profile_helper()
1755 bind(found_null); in record_item_in_profile_helper()
1761 Label found_null; in record_item_in_profile_helper() local
1763 jcc(Assembler::zero, found_null); in record_item_in_profile_helper()
1771 bind(found_null); in record_item_in_profile_helper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1711 Label found_null; in record_item_in_profile_helper() local
1712 jccb(Assembler::zero, found_null); in record_item_in_profile_helper()
1717 bind(found_null); in record_item_in_profile_helper()
1723 Label found_null; in record_item_in_profile_helper() local
1725 jcc(Assembler::zero, found_null); in record_item_in_profile_helper()
1733 bind(found_null); in record_item_in_profile_helper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1706 Label found_null; in record_item_in_profile_helper() local
1707 jccb(Assembler::zero, found_null); in record_item_in_profile_helper()
1712 bind(found_null); in record_item_in_profile_helper()
1718 Label found_null; in record_item_in_profile_helper() local
1720 jcc(Assembler::zero, found_null); in record_item_in_profile_helper()
1728 bind(found_null); in record_item_in_profile_helper()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp1731 Label found_null; in record_item_in_profile_helper() local
1732 jccb(Assembler::zero, found_null); in record_item_in_profile_helper()
1737 bind(found_null); in record_item_in_profile_helper()
1743 Label found_null; in record_item_in_profile_helper() local
1745 jcc(Assembler::zero, found_null); in record_item_in_profile_helper()
1753 bind(found_null); in record_item_in_profile_helper()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/heap/
H A Dhp_hash.c486 int found_null=MY_TEST(rec[seg->null_pos] & seg->null_bit); in hp_key_cmp() local
487 if (found_null != (int) *key++) in hp_key_cmp()
489 if (found_null) in hp_key_cmp()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/heap/
H A Dhp_hash.c486 int found_null=MY_TEST(rec[seg->null_pos] & seg->null_bit); in hp_key_cmp() local
487 if (found_null != (int) *key++) in hp_key_cmp()
489 if (found_null) in hp_key_cmp()
/dports/databases/mysql57-client/mysql-5.7.36/storage/heap/
H A Dhp_hash.c486 int found_null=MY_TEST(rec[seg->null_pos] & seg->null_bit); in hp_key_cmp() local
487 if (found_null != (int) *key++) in hp_key_cmp()
489 if (found_null) in hp_key_cmp()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_load.cc92 bool error,line_cuted,found_null,enclosed; member in READ_INFO
1029 (length == 1 && read_info.found_null)) in read_sep_field()
1375 case 'N': found_null=1; in unescape()
1397 error(false), line_cuted(false), found_null(false), read_charset(cs) in READ_INFO()
1517 found_null=0; in read_field()

1234567