Home
last modified time | relevance | path

Searched refs:cpatch (Results 1 – 2 of 2) sorted by relevance

/external/curl/
Dcurl-config.in109 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1`
125 if test "$cpatch" -le "$vpatch"; then
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc164 uint32_t cpatch = static_cast<uint32_t>(req_untrusted.chunks_to_patch_size()); in EncodeCommitDataRequest() local
170 acc |= (cpatch & mask) << 20; in EncodeCommitDataRequest()