Home
last modified time | relevance | path

Searched refs:is_taken (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/take/test/
H A Drun.c39 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 Drun-debug.c17 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 D20_mutex.t19 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 Drun-take.c13 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 Dstr.c159 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 Dinstrument.cc56 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 Dinstrument.cc71 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 Dinstrument.h64 bool is_taken; variable
/dports/net/turnserver/coturn-4.5.2/src/apps/relay/
H A Dturn_ports.c73 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 DbytecodeInterpreterProfiling.hpp62 #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 DbytecodeInterpreterProfiling.hpp62 #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 Doptparse.R538 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 Dweighted_tardiness_sat.cc64 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 Dutil.c224 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 DbytecodeInterpreterProfiling.hpp47 #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 DbytecodeInterpreterProfiling.hpp47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreterProfiling.hpp47 #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 DbytecodeInterpreterProfiling.hpp47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreterProfiling.hpp47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreterProfiling.hpp47 #define BI_PROFILE_UPDATE_BRANCH(is_taken) argument
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/take/
H A Dtake.h76 bool is_taken(const void *p);
H A Dtake.c87 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 Dpath.c119 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 DMutex.pm21 sub is_taken { $_[0]-> {taken} } subroutine
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/json_escape/
H A Djson_escape.c44 if (is_taken(str) in escape()

12