Home
last modified time | relevance | path

Searched refs:check_flag (Results 201 – 225 of 494) sorted by relevance

12345678910>>...20

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dovermap_location.cpp74 oter_flags check_flag = it->second; in finalize() local
76 if( ter_elem.has_flag( check_flag ) ) { in finalize()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dovermap_location.cpp74 oter_flags check_flag = it->second; in finalize() local
76 if( ter_elem.has_flag( check_flag ) ) { in finalize()
/dports/mail/hashcash/hashcash-1.22/
H A Dexample.c32 int case_flag = 0, check_flag = 0, db_flag = 0, core, res = HASHCASH_FAIL; in main() local
69 case 'c': check_flag = 1; break; in main()
186 } else if ( check_flag ) { in main()
219 if ( db_flag && check_flag && checked ) { in main()
/dports/graphics/py-geomdl/geomdl-5.2.10/tests/
H A Dtest_linalg.py189 check_flag = True
192 check_flag = False
193 assert check_flag
/dports/science/lammps/lammps-stable_29Sep2021/src/MISC/
H A Dpair_list.cpp60 check_flag = 1; in PairList()
117 if (check_flag) { in compute()
173 if (check_flag) { in compute()
209 if (strcmp(arg[2],"nocheck") == 0) check_flag = 0; in settings()
210 if (strcmp(arg[2],"check") == 0) check_flag = 1; in settings()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/
H A Dproperties.c406 static bool check_flag(const char* prop, const char* flag) { in check_flag() function
456 if (check_flag(property.property, "true")) { in __android_logger_property_get_bool()
459 if (check_flag(property.property, "false")) { in __android_logger_property_get_bool()
465 if (check_flag(property.property, "eng")) { in __android_logger_property_get_bool()
469 if (check_flag(property.property, "svelte")) { in __android_logger_property_get_bool()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/liblog/
H A Dproperties.cpp398 static bool check_flag(const char* prop, const char* flag) { in check_flag() function
446 if (check_flag(property.property, "true")) { in __android_logger_property_get_bool()
449 if (check_flag(property.property, "false")) { in __android_logger_property_get_bool()
455 if (check_flag(property.property, "eng")) { in __android_logger_property_get_bool()
459 if (check_flag(property.property, "svelte")) { in __android_logger_property_get_bool()
/dports/misc/heyu2/heyu-2.10/
H A Drelay.c101 int check_flag;
317 if ( seconds > 30 && check_flag == 0 ) { in start_relay()
318 check_flag = 1; in start_relay()
327 check_flag = 0; in start_relay()
/dports/devel/p5-PerlIO-Layers/PerlIO-Layers-0.012/lib/PerlIO/
H A DLayers.pm27 my $check_flag = _names_to_flags(@_);
33 my $entry = $flags & $check_flag;
/dports/ftp/fastdfs/fastdfs-6.06/storage/
H A Dstorage_sync_func.c33 ConnectionInfo *conn, bool *check_flag) in storage_sync_connect_storage_server_ex() argument
78 while (g_continue_flag && *check_flag && in storage_sync_connect_storage_server_ex()
/dports/ftp/php-fastdfs/fastdfs-6.06/storage/
H A Dstorage_sync_func.c33 ConnectionInfo *conn, bool *check_flag) in storage_sync_connect_storage_server_ex() argument
78 while (g_continue_flag && *check_flag && in storage_sync_connect_storage_server_ex()
/dports/lang/gravity/gravity-0.8.5/src/shared/
H A Dgravity_memory.c49 #define CHECK_FLAG() if (!check_flag) return
78 static bool check_flag = true; variable
170 if (check_flag) { in memdebug_remove()
197 check_flag = flag; in memdebug_setcheck()
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dresol.m1 function [dr, info, M, options, oo] = resol(check_flag, M, options, oo)
6 % - check_flag [integer] scalar, equal to 0 if all the approximation is required, equal to…
116 [dr,info,M,options,oo] = dr_block(dr,check_flag,M,options,oo);
120 [dr,info] = stochastic_solvers(dr,check_flag,M,options,oo);
/dports/devel/hpx/hpx-1.2.1/tests/unit/lcos/
H A Dcondition_variable.cpp59 struct check_flag struct
63 check_flag(bool const& flag_): in check_flag() argument
72 void operator=(check_flag&);
89 cond_var.wait(lock,check_flag(flag)); in wait_with_predicate()
118 if(cond_var.wait_until(lock,timeout,check_flag(flag)) && flag) in wait_until_with_predicate()
127 check_flag(flag)) && flag) in relative_wait_until_with_predicate()
/dports/archivers/innoextract/innoextract-1.9/cmake/
H A DCompileCheck.cmake122 function(check_flag RESULT FLAG TYPE) function
131 endfunction(check_flag)
156 check_flag(result "${FLAG}" compiler)
161 check_flag(result "${FLAG}" linker)
/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dmakeit.c149 if (prefs.check_flag) in makeit()
321 if (prefs.check_flag) in makeit()
362 if (prefs.check_flag) in makeit()
410 if (prefs.check_flag) in makeit()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/cmake/
H A DCompileCheck.cmake102 function(check_flag RESULT FLAG TYPE) function
107 endfunction(check_flag)
110 check_flag(result "${FLAG}" compiler)
115 check_flag(result "${FLAG}" linker)
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/pdfminer/
H A Djbig2.py41 def check_flag(flag, value): function
98 "deferred": check_flag(HEADER_FLAG_DEFERRED, flags),
99 "page_assoc_long": check_flag(HEADER_FLAG_PAGE_ASSOC_LONG, flags),
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dvastart-defs-eflags.ll8 define i32 @check_flag(i32 %flags, ...) nounwind {
9 ; CHECK-LABEL: check_flag:

12345678910>>...20