/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/take/test/ |
H A D | run.c | 39 ok1(is_taken(NULL)); in main() 42 ok1(!is_taken(NULL)); in main() 48 ok1(is_taken(NULL)); in main() 51 ok1(is_taken(NULL)); in main() 54 ok1(!is_taken(NULL)); in main() 60 ok1(is_taken(p)); in main() 63 ok1(!is_taken(p)); in main() 85 ok1(is_taken(NULL)); in main()
|
H A D | run-debug.c | 17 ok1(is_taken(NULL)); in main() 20 ok1(!is_taken(NULL)); in main() 26 ok1(is_taken(p)); in main() 29 ok1(!is_taken(p)); in main()
|
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/t/ |
H A D | 20_mutex.t | 19 ok( $mutex-> is_taken, 'new mutex is taken'); 27 ok( $mutex-> is_taken, 'awaited mutex is taken'); 45 ok( $mutex-> is_taken, 'awaited mutex is taken'); 72 $mutex-> pipeline( lambda { $flag .= 1 if $mutex-> is_taken } ), 73 $mutex-> pipeline( lambda { $flag .= 2 if $mutex-> is_taken } ), 74 $mutex-> pipeline( lambda { $flag .= 3 if $mutex-> is_taken } )
|
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/test/ |
H A D | run-take.c | 13 ok1(is_taken(NULL)); in main() 15 ok1(!is_taken(NULL)); in main() 22 ok1(is_taken(parent)); in main() 24 ok1(!is_taken(parent)); in main()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/str/ |
H A D | str.c | 159 if (unlikely(!delims) && is_taken(delims)) in tal_strsplit_() 202 if (unlikely(!strings) && is_taken(strings)) in tal_strjoin_() 205 if (unlikely(!delim) && is_taken(delim)) in tal_strjoin_() 272 if (unlikely(!regex) && is_taken(regex)) in tal_strreg_() 278 if (unlikely(!string) && is_taken(string)) in tal_strreg_()
|
/dports/emulators/bochs/bochs-2.7/instrument/example0/ |
H A D | instrument.cc | 56 bool is_taken; member 99 if(i->is_taken) in bx_print_instruction() 152 instruction[cpu].is_taken = 1; in branch_taken() 168 instruction[cpu].is_taken = 0; in bx_instr_cnear_branch_not_taken()
|
/dports/emulators/bochs/bochs-2.7/instrument/example1/ |
H A D | instrument.cc | 71 if(is_taken) in bx_print_instruction() 121 is_taken = 1; in branch_taken() 137 is_taken = 0; in bx_instr_cnear_branch_not_taken()
|
H A D | instrument.h | 64 bool is_taken; variable
|
/dports/net/turnserver/coturn-4.5.2/src/apps/relay/ |
H A D | turn_ports.c | 73 static int is_taken(uint32_t status) { in is_taken() function 180 if(is_taken(tp->status[port])) { in turnports_allocate() 203 if(is_taken(tp->status[port])) { in turnports_release() 258 int ret = is_taken(tp->status[port]); in turnports_is_allocated() 268 if((status!=TPS_OUT_OF_RANGE) && !is_taken(status)) { in turnports_is_available()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 62 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument 211 #define BI_PROFILE_UPDATE_BRANCH(is_taken) \ argument 214 if (is_taken) { \
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 62 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument 211 #define BI_PROFILE_UPDATE_BRANCH(is_taken) \ argument 214 if (is_taken) { \
|
/dports/devel/R-cran-optparse/optparse/R/ |
H A D | optparse.R | 538 is_taken <- FALSE # set to true if optional argument needs to take next argument functionVar 540 if (is_taken) { 542 is_taken <- FALSE 547 is_taken <- TRUE
|
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/ |
H A D | weighted_tardiness_sat.cc | 64 std::vector<bool> is_taken(num_tasks, false); in Solve() local 71 if (is_taken[j]) continue; in Solve() 80 is_taken[next_task] = true; in Solve()
|
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/drm/ |
H A D | util.c | 224 static inline bool is_taken(size_t n, const uint32_t arr[static n], uint32_t key) { in is_taken() function 289 if (st->orig[i] != UNMATCHED && !is_taken(i, st->res, st->orig[i])) { in match_obj_() 322 if (is_taken(i, st->res, candidate)) { in match_obj_()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/ |
H A D | bytecodeInterpreterProfiling.hpp | 47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
|
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/take/ |
H A D | take.h | 76 bool is_taken(const void *p);
|
H A D | take.c | 87 bool is_taken(const void *p) in is_taken() function
|
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/path/ |
H A D | path.c | 119 else if (unlikely(!dir) && is_taken(dir)) in path_pushd() 208 if (unlikely(!a) && is_taken(a)) in path_canon() 308 if (unlikely(!linkname) && is_taken(linkname)) in path_readlink()
|
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/lib/IO/Lambda/ |
H A D | Mutex.pm | 21 sub is_taken { $_[0]-> {taken} } subroutine
|
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/json_escape/ |
H A D | json_escape.c | 44 if (is_taken(str) in escape()
|