Home
last modified time | relevance | path

Searched refs:most (Results 1 - 25 of 56) sorted by relevance

123

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
H A Dprotocol_lws_minimal.c58 int most = 0, before = (int)lws_ring_get_count_waiting_elements(vhd->ring, in cull_lagging_clients() local
116 if (m > most) in cull_lagging_clients()
117 most = m; in cull_lagging_clients()
132 struct per_session_data__minimal, &old_pss->tail, (size_t)(before - most), in cull_lagging_clients()
135 lwsl_user("%s: shrunk ring from %d to %d\n", __func__, before, most); in cull_lagging_clients()
/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp131 int most = midX ^ mask; in convexHull() local
135 // see if mid value is on same side of line (least, most) as yMin in convexHull()
137 if (!rotate(*this, least, most, midPath)) { // ! if cbc[least]==cbc[most] in convexHull()
144 order[2] = most; in convexHull()
148 order[3] = most; in convexHull()
/third_party/typescript/tests/baselines/reference/
H A DjsdocDisallowedInTypescript.js17 var most: !string = 'definite'; variable
43 var most = 'definite'; variable
/third_party/zlib/examples/
H A Denough.c281 // we can use at most this many bit patterns, lest there not be enough in count()
283 // no limit to the code length, this would become: most = left - 1) in count()
284 int most = (((code_t)left << (g.max - len)) - syms) / in count() local
289 for (int use = least; use <= most; use++) { in count()
418 // we can use at most this many bit patterns, lest there not be enough in examine()
420 // no limit to the code length, this would become: most = left - 1) in examine()
421 int most = (((code_t)left << (g.max - len)) - syms) / in examine() local
434 for (use = least; use <= most; use++) { in examine()
532 // make sure that the calculation of most will not overflow in main()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm51 A reference to a unified information hash table, most commonly known as
56 A reference to a config information hash table, most commonly known as
/third_party/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm51 A reference to a unified information hash table, most commonly known as
56 A reference to a config information hash table, most commonly known as
/third_party/rust/crates/minimal-lexical/src/
H A Dparse.rs103 // This can't wrap, since we have at most 20 digits. in parse_number()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingNonUniformArgsTests.cpp222 deUint32 joinMostLeast (deUint32 most, deUint32 least) in joinMostLeast() argument
226 DE_ASSERT(most <= kMaxUint16 && least <= kMaxUint16); in joinMostLeast()
227 return ((most << 16) | least); in joinMostLeast()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingNonUniformArgsTests.cpp222 deUint32 joinMostLeast (deUint32 most, deUint32 least) in joinMostLeast() argument
226 DE_ASSERT(most <= kMaxUint16 && least <= kMaxUint16); in joinMostLeast()
227 return ((most << 16) | least); in joinMostLeast()
/third_party/python/PCbuild/
H A Denv.bat3 rem command window. However, most builds of Python will ignore the version
H A Dprepare_ssl.bat9 echo.update the binaries kept online - in most cases, the files downloaded
H A Dprepare_tcltk.bat9 echo.update the binaries kept online - in most cases, the files downloaded
/third_party/gn/src/gn/
H A Drust_variables.cc74 of symbols it exposes, and most usages today are potentially wrong and will
H A Dfunctions_target.cc423 # Defines a template to create an application. On most platform, this is just
718 extension, and are the intermediate step for most Rust-based binaries.
818 In most cases, a source set will behave like a static library, except no
H A Dninja_build_writer.cc482 the first level of directories since usually these are the most
/third_party/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl178 is repeated 1000 times. The percentage values in the final column are the most
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex94 back \Var{prev} to \Var{curr} whenever that is necessary. In the most
226 at most one \Prog{libunwind} header file. In other words, the
H A Dlibunwind-dynamic.tex77 contrast, most CISC use variable-length instruction encodings, so it
217 most instructions in a region usualy do not change the frame state and
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv4-mont.pl687 vst1.32 {${temp}[0]}, [$toutptr, :32] @ top-most bit
703 ldr r10, [$aptr] @ load top-most bit
H A Darmv8-mont.pl21 # longer keys) on most processors, for some reason RSA2048 is not
582 st1 {$temp.s}[0], [$toutptr],#4 // top-most bit
601 ldr w10, [$aptr] // load top-most bit
1120 mov $topmost,xzr // initial top-most carry
1262 subs xzr,$topmost,#1 // "move" top-most carry to carry bit
1277 adc $topmost,xzr,xzr // top-most carry
/third_party/openssl/crypto/bn/asm/
H A Darmv4-mont.pl687 vst1.32 {${temp}[0]}, [$toutptr, :32] @ top-most bit
703 ldr r10, [$aptr] @ load top-most bit
H A Darmv8-mont.pl21 # longer keys) on most processors, for some reason RSA2048 is not
582 st1 {$temp.s}[0], [$toutptr],#4 // top-most bit
601 ldr w10, [$aptr] // load top-most bit
1120 mov $topmost,xzr // initial top-most carry
1262 subs xzr,$topmost,#1 // "move" top-most carry to carry bit
1277 adc $topmost,xzr,xzr // top-most carry
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm28 ; DSP functions that are most often used in x264.
120 ; Macros to eliminate most code duplication between x86_32 and x86_64:
123 ; covers most of x264's asm.
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm123 most likely refuse to run.
390 derivatives, anything else will most likely cause an error unless you
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm123 most likely refuse to run.
390 derivatives, anything else will most likely cause an error unless you

Completed in 19 milliseconds

123