Home
last modified time | relevance | path

Searched defs:flag (Results 151 – 175 of 42852) sorted by relevance

12345678910>>...1715

/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_assign_stats.m82 flag = 0; variable
89 flag = 1; variable
97 flag = 3; variable
102 flag = 2; variable
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_assign_stats.m82 flag = 0; variable
89 flag = 1; variable
97 flag = 3; variable
102 flag = 2; variable
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_assign_stats.m82 flag = 0; variable
89 flag = 1; variable
97 flag = 3; variable
102 flag = 2; variable
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_assign_stats.m82 flag = 0; variable
89 flag = 1; variable
97 flag = 3; variable
102 flag = 2; variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/PH/
H A Dstop_ph.f909 SUBROUTINE stop_ph( flag ) argument
22 LOGICAL :: flag local
48 SUBROUTINE stop_smoothly_ph(flag) argument
50 LOGICAL, INTENT(IN) :: flag local
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_assign_stats.m82 flag = 0; variable
89 flag = 1; variable
97 flag = 3; variable
102 flag = 2; variable
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/MATLAB_Tools/spqr_rank/private/
H A Dspqr_rank_assign_stats.m82 flag = 0; variable
89 flag = 1; variable
97 flag = 3; variable
102 flag = 2; variable
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dopts_d_h.c41 char *tile_blocks, int flag) in Xorriso_option_data_cache_size()
72 int Xorriso_option_dev(struct XorrisO *xorriso, char *in_adr, int flag) in Xorriso_option_dev()
136 int Xorriso_option_devices(struct XorrisO *xorriso, int flag) in Xorriso_option_devices()
332 int flag) in Xorriso_option_early_stdio_test()
400 int Xorriso_option_end(struct XorrisO *xorriso, int flag) in Xorriso_option_end()
442 char *mode, char *path, int flag) in Xorriso_option_errfile_log()
554 char *disk_path, int flag) in Xorriso_option_extract()
653 int flag) in Xorriso_option_file_name_limit()
721 char *space_name, int flag) in Xorriso_determine_name_space()
764 int *idx, int flag) in Xorriso_option_find()
[all …]
H A Dcheck_media.c50 int quality, int flag) in Spotlistitem_new()
85 int Spotlist_new(struct SpotlisT **o, int flag) in Spotlist_new()
121 int quality, int flag) in Spotlist_add_item()
147 int Spotlist_count(struct SpotlisT *o, int flag) in Spotlist_count()
209 int flag) in Spotlist__quality_name()
252 int flag) in Sectorbitmap_new()
507 int flag) in Sectorbitmap_copy()
549 int flag) in Sectorbitmap_clone()
616 int flag) in Checkmediajob_copy()
939 int flag) in Xorriso_sectormap_to_spotlist()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_utils.c311 void conference_utils_set_flag(conference_obj_t *conference, conference_flag_t flag) in conference_utils_set_flag()
315 void conference_utils_set_flag_locked(conference_obj_t *conference, conference_flag_t flag) in conference_utils_set_flag_locked()
321 void conference_utils_clear_flag(conference_obj_t *conference, conference_flag_t flag) in conference_utils_clear_flag()
325 void conference_utils_clear_flag_locked(conference_obj_t *conference, conference_flag_t flag) in conference_utils_clear_flag_locked()
331 switch_bool_t conference_utils_test_flag(conference_obj_t *conference, conference_flag_t flag) in conference_utils_test_flag()
353 void conference_utils_member_set_flag(conference_member_t *member, member_flag_t flag) in conference_utils_member_set_flag()
364 void conference_utils_member_set_flag_locked(conference_member_t *member, member_flag_t flag) in conference_utils_member_set_flag_locked()
371 static void check_cleared_flag(conference_member_t *member, member_flag_t flag) in check_cleared_flag()
378 void conference_utils_member_clear_flag(conference_member_t *member, member_flag_t flag) in conference_utils_member_clear_flag()
383 void conference_utils_member_clear_flag_locked(conference_member_t *member, member_flag_t flag) in conference_utils_member_clear_flag_locked()
[all …]
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwout_twkb.h53 #define FIRST_BYTE_SET_BBOXES(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
54 #define FIRST_BYTE_SET_SIZES(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
55 #define FIRST_BYTE_SET_IDLIST(flag, bool) ((flag) = ((bool) ? (flag) | 0x04 : (flag) & (~0x04))) argument
56 #define FIRST_BYTE_SET_EXTENDED(flag, bool) ((flag) = ((bool) ? (flag) | 0x08 : (flag) & (~0x08))) argument
57 #define FIRST_BYTE_SET_EMPTY(flag, bool) ((flag) = ((bool) ? (flag) | 0x10 : (flag) & (~0x10))) argument
66 #define TYPE_PREC_SET_TYPE(flag, type) ((flag) = ((flag) & 0xF0) | (((type) & 0x0F))) argument
67 #define TYPE_PREC_SET_PREC(flag, prec) ((flag) = ((flag) & 0x0F) | (((prec) & 0x0F) << 4)) argument
69 #define HIGHER_DIM_SET_HASZ(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
70 #define HIGHER_DIM_SET_HASM(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
72 #define HIGHER_DIM_SET_PRECZ(flag, prec) ((flag) = ((flag) & 0xE3) | (((prec) & 0x07) << 2)) argument
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NCSUOpt/
H A Dmyfunc.f14 SUBROUTINE myfunc(n,x,f,flag, argument
74 SUBROUTINE teconst(x,n,flag,f, argument
93 SUBROUTINE telinear(x,n,flag,f, argument
116 SUBROUTINE tequadr(x,n,flag,f, argument
138 SUBROUTINE jonestest(x,n,flag,f, argument
170 SUBROUTINE goldprice(x,n,flag,f, argument
199 SUBROUTINE branin(x,n,flag,f, argument
223 SUBROUTINE shekel(x,n,flag,f, argument
317 SUBROUTINE hartman(x,n,flag,f, argument
453 SUBROUTINE sixhump(x,n,flag,f, argument
[all …]
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwout_twkb.h53 #define FIRST_BYTE_SET_BBOXES(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
54 #define FIRST_BYTE_SET_SIZES(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
55 #define FIRST_BYTE_SET_IDLIST(flag, bool) ((flag) = ((bool) ? (flag) | 0x04 : (flag) & (~0x04))) argument
56 #define FIRST_BYTE_SET_EXTENDED(flag, bool) ((flag) = ((bool) ? (flag) | 0x08 : (flag) & (~0x08))) argument
57 #define FIRST_BYTE_SET_EMPTY(flag, bool) ((flag) = ((bool) ? (flag) | 0x10 : (flag) & (~0x10))) argument
66 #define TYPE_PREC_SET_TYPE(flag, type) ((flag) = ((flag) & 0xF0) | (((type) & 0x0F))) argument
67 #define TYPE_PREC_SET_PREC(flag, prec) ((flag) = ((flag) & 0x0F) | (((prec) & 0x0F) << 4)) argument
69 #define HIGHER_DIM_SET_HASZ(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
70 #define HIGHER_DIM_SET_HASM(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
72 #define HIGHER_DIM_SET_PRECZ(flag, prec) ((flag) = ((flag) & 0xE3) | (((prec) & 0x07) << 2)) argument
[all …]
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwout_twkb.h53 #define FIRST_BYTE_SET_BBOXES(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
54 #define FIRST_BYTE_SET_SIZES(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
55 #define FIRST_BYTE_SET_IDLIST(flag, bool) ((flag) = ((bool) ? (flag) | 0x04 : (flag) & (~0x04))) argument
56 #define FIRST_BYTE_SET_EXTENDED(flag, bool) ((flag) = ((bool) ? (flag) | 0x08 : (flag) & (~0x08))) argument
57 #define FIRST_BYTE_SET_EMPTY(flag, bool) ((flag) = ((bool) ? (flag) | 0x10 : (flag) & (~0x10))) argument
66 #define TYPE_PREC_SET_TYPE(flag, type) ((flag) = ((flag) & 0xF0) | (((type) & 0x0F))) argument
67 #define TYPE_PREC_SET_PREC(flag, prec) ((flag) = ((flag) & 0x0F) | (((prec) & 0x0F) << 4)) argument
69 #define HIGHER_DIM_SET_HASZ(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
70 #define HIGHER_DIM_SET_HASM(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
72 #define HIGHER_DIM_SET_PRECZ(flag, prec) ((flag) = ((flag) & 0xE3) | (((prec) & 0x07) << 2)) argument
[all …]
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwout_twkb.h53 #define FIRST_BYTE_SET_BBOXES(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
54 #define FIRST_BYTE_SET_SIZES(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
55 #define FIRST_BYTE_SET_IDLIST(flag, bool) ((flag) = ((bool) ? (flag) | 0x04 : (flag) & (~0x04))) argument
56 #define FIRST_BYTE_SET_EXTENDED(flag, bool) ((flag) = ((bool) ? (flag) | 0x08 : (flag) & (~0x08))) argument
57 #define FIRST_BYTE_SET_EMPTY(flag, bool) ((flag) = ((bool) ? (flag) | 0x10 : (flag) & (~0x10))) argument
66 #define TYPE_PREC_SET_TYPE(flag, type) ((flag) = ((flag) & 0xF0) | (((type) & 0x0F))) argument
67 #define TYPE_PREC_SET_PREC(flag, prec) ((flag) = ((flag) & 0x0F) | (((prec) & 0x0F) << 4)) argument
69 #define HIGHER_DIM_SET_HASZ(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
70 #define HIGHER_DIM_SET_HASM(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
72 #define HIGHER_DIM_SET_PRECZ(flag, prec) ((flag) = ((flag) & 0xE3) | (((prec) & 0x07) << 2)) argument
[all …]
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtout_twkb.h55 #define FIRST_BYTE_SET_BBOXES(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
56 #define FIRST_BYTE_SET_SIZES(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
57 #define FIRST_BYTE_SET_IDLIST(flag, bool) ((flag) = ((bool) ? (flag) | 0x04 : (flag) & (~0x04))) argument
58 #define FIRST_BYTE_SET_EXTENDED(flag, bool) ((flag) = ((bool) ? (flag) | 0x08 : (flag) & (~0x08))) argument
59 #define FIRST_BYTE_SET_EMPTY(flag, bool) ((flag) = ((bool) ? (flag) | 0x10 : (flag) & (~0x10))) argument
68 #define RTTYPE_PREC_SET_TYPE(flag, type) ((flag) = ((flag) & 0xF0) | (((type) & 0x0F))) argument
69 #define TYPE_PREC_SET_PREC(flag, prec) ((flag) = ((flag) & 0x0F) | (((prec) & 0x0F) << 4)) argument
71 #define HIGHER_DIM_SET_HASZ(flag, bool) ((flag) = ((bool) ? (flag) | 0x01 : (flag) & (~0x01))) argument
72 #define HIGHER_DIM_SET_HASM(flag, bool) ((flag) = ((bool) ? (flag) | 0x02 : (flag) & (~0x02))) argument
74 #define HIGHER_DIM_SET_PRECZ(flag, prec) ((flag) = ((flag) & 0xE3) | (((prec) & 0x07) << 2)) argument
[all …]
/dports/multimedia/libde265/libde265-1.0.2/sherlock265/
H A DVideoDecoder.cc316 void VideoDecoder::showCBPartitioning(bool flag) in showCBPartitioning()
326 void VideoDecoder::showTBPartitioning(bool flag) in showTBPartitioning()
335 void VideoDecoder::showPBPartitioning(bool flag) in showPBPartitioning()
344 void VideoDecoder::showIntraPredMode(bool flag) in showIntraPredMode()
353 void VideoDecoder::showPBPredMode(bool flag) in showPBPredMode()
362 void VideoDecoder::showQuantPY(bool flag) in showQuantPY()
371 void VideoDecoder::showMotionVec(bool flag) in showMotionVec()
380 void VideoDecoder::showDecodedImage(bool flag) in showDecodedImage()
389 void VideoDecoder::showTiles(bool flag) in showTiles()
398 void VideoDecoder::showSlices(bool flag) in showSlices()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http2/platform/impl/
H A Dhttp2_flags_impl.h15 inline bool GetHttp2FlagImpl(bool flag) { in GetHttp2FlagImpl()
23 #define HTTP2_RELOADABLE_FLAG(flag) FLAGS_##flag argument
25 #define GetHttp2ReloadableFlagImpl(flag) \ argument
27 #define SetHttp2ReloadableFlagImpl(flag, value) \ argument
30 #define HTTP2_CODE_COUNT_N_IMPL(flag, instance, total) \ argument
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
25 void __kmp_release_64(kmp_flag_64<> *flag) { __kmp_release_template(flag); } in __kmp_release_64()
29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64()
36 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dflags.h75 FlagsTemplate(FlagType flag) : flags_(flag) {} in FlagsTemplate()
83 bool test(FlagType flag) const { return (flags_ & flag) != 0; } in test()
87 void set(FlagType flag) { flags_ |= flag; } in set()
89 void clear(FlagType flag) { flags_ &= ~flag; } in clear()
91 void set(FlagType flag, bool bSet) in set()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
25 void __kmp_release_64(kmp_flag_64<> *flag) { __kmp_release_template(flag); } in __kmp_release_64()
29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64()
36 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
25 void __kmp_release_64(kmp_flag_64<> *flag) { __kmp_release_template(flag); } in __kmp_release_64()
29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64()
36 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore()
/dports/www/mattermost-server/mattermost-server-6.0.2/services/remotecluster/
H A DsendprofileImage_test.go173 type flag struct { struct
174 mux sync.RWMutex
175 b bool
178 func (f *flag) get() bool {
184 func (f *flag) set(b bool) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
25 void __kmp_release_64(kmp_flag_64<> *flag) { __kmp_release_template(flag); } in __kmp_release_64()
29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64()
36 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
25 void __kmp_release_64(kmp_flag_64<> *flag) { __kmp_release_template(flag); } in __kmp_release_64()
29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64()
36 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore()

12345678910>>...1715