/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/ |
H A D | protocol_lws_minimal.c | 58 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 D | SkOpCubicHull.cpp | 131 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 D | jsdocDisallowedInTypescript.js | 17 var most: !string = 'definite'; variable 43 var most = 'definite';
variable
|
/third_party/zlib/examples/ |
H A D | enough.c | 281 // 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 D | Query.pm | 51 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 D | Query.pm | 51 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 D | parse.rs | 103 // 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 D | vktRayTracingNonUniformArgsTests.cpp | 222 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 D | vktRayTracingNonUniformArgsTests.cpp | 222 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 D | env.bat | 3 rem command window. However, most builds of Python will ignore the version
|
H A D | prepare_ssl.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
H A D | prepare_tcltk.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 74 of symbols it exposes, and most usages today are potentially wrong and will
|
H A D | functions_target.cc | 423 # 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 D | ninja_build_writer.cc | 482 the first level of directories since usually these are the most
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | CollPerf.pl | 178 is repeated 1000 times. The percentage values in the final column are the most
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 94 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 D | libunwind-dynamic.tex | 77 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 D | armv4-mont.pl | 687 vst1.32 {${temp}[0]}, [$toutptr, :32] @ top-most bit 703 ldr r10, [$aptr] @ load top-most bit
|
H A D | armv8-mont.pl | 21 # 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 D | armv4-mont.pl | 687 vst1.32 {${temp}[0]}, [$toutptr, :32] @ top-most bit 703 ldr r10, [$aptr] @ load top-most bit
|
H A D | armv8-mont.pl | 21 # 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 D | x86inc.asm | 28 ; 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 D | Test.pm | 123 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 D | Test.pm | 123 most likely refuse to run. 390 derivatives, anything else will most likely cause an error unless you
|