Home
last modified time | relevance | path

Searched defs:clp (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D22-1.c55 clockid_t clp, clt; in main() local
/third_party/icu/icu4c/source/test/intltest/
Dcaltestdata.h26 int8_t clp; // 1 for leap month, 0 otherwise member
/third_party/ffmpeg/libavfilter/
Daf_crystalizer.c55 #define filters(fmt, type, inverse, clp, inverset, clip, one, clip_fn, packed) \ argument
/third_party/curl/src/
Dvar.c240 char *clp = strstr(envp, "}}"); in varexpand() local
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c6740 static void guarded_stop_in(Rq_coll * clp) in guarded_stop_in()
6747 static void guarded_stop_out(Rq_coll * clp) in guarded_stop_out()
6754 static void guarded_stop_both(Rq_coll * clp) in guarded_stop_both()
6762 Rq_coll *clp = (Rq_coll *) v_clp; in sig_listen_thread() local
6778 Rq_coll *clp = (Rq_coll *) v_clp; in cleanup_in() local
6789 Rq_coll *clp = (Rq_coll *) v_clp; in cleanup_out() local
6800 Rq_coll *clp = (Rq_coll *) v_clp; in read_write_thread() local
6925 int normal_in_operation(Rq_coll * clp, Rq_elem * rep, int blocks) in normal_in_operation()
6968 void normal_out_operation(Rq_coll * clp, Rq_elem * rep, int blocks) in normal_out_operation()
7001 void sg_in_operation(Rq_coll * clp, Rq_elem * rep) in sg_in_operation()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp101318 OwningCompileOptions& setCanLazilyParse(bool clp) { canLazilyParse = clp; return *this; } in setCanLazilyParse()
101407 CompileOptions& setCanLazilyParse(bool clp) { canLazilyParse = clp; return *this; } in setCanLazilyParse()