Home
last modified time | relevance | path

Searched refs:ensure (Results 1 – 25 of 1353) sorted by relevance

12345678910>>...55

/third_party/libwebsockets/lib/misc/lwsac/
Dlwsac.c96 _lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size, char backfill) in _lwsac_use() argument
105 al = lwsac_align(ensure); in _lwsac_use()
114 if (bf->alloc_size - bf->ofs >= ensure) in _lwsac_use()
125 if (bf->alloc_size - bf->ofs >= ensure) in _lwsac_use()
149 lwsl_debug("%s: alloc %d for %d\n", __func__, (int)alloc, (int)ensure); in _lwsac_use()
190 if (al > ensure) in _lwsac_use()
192 memset((char *)bf + ofs + ensure, 0, al - ensure); in _lwsac_use()
202 lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use() argument
204 return _lwsac_use(head, ensure, chunk_size, 0); in lwsac_use()
208 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use_backfill() argument
[all …]
/third_party/vulkan-loader/loader/
DcJSON.c137 char *ensure(const VkAllocationCallbacks *pAllocator, printbuffer *p, size_t needed) { in ensure() function
171 str = ensure(item->pAllocator, p, 2); in print_number()
177 str = ensure(item->pAllocator, p, 21); in print_number()
183 str = ensure(item->pAllocator, p, 64); in print_number()
351 out = ensure(pAllocator, p, len + 3); in print_string_ptr()
365 out = ensure(pAllocator, p, 3); in print_string_ptr()
384 out = ensure(pAllocator, p, len + 3); in print_string_ptr()
530 out = ensure(item->pAllocator, p, 5); in print_value()
535 out = ensure(item->pAllocator, p, 6); in print_value()
540 out = ensure(item->pAllocator, p, 5); in print_value()
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-lwsac.h104 lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size);
126 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size);
144 lwsac_use_zero(struct lwsac **head, size_t ensure, size_t chunk_size);
/third_party/typescript/tests/baselines/reference/project/prologueEmit/node/
DprologueEmit.errors.txt6 // Add a lambda to ensure global 'this' capture is triggered
10 // class inheritance to ensure __extends is emitted
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt55 - Call clock_gettime() mulitple times and ensure the time is always
56 increasing (call also at nsec increments to ensure both nsec and sec
77 - Have the clock change underneath a timer and ensure it expires
80 and ensure they expire in the order set up. (May need to nanosleep
96 - Have multiple timers in a process blocked and ensure overrun count
98 - Have a repeating timer blocked for a period of time and ensure overrun
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-install.js34 ensure: true property
97 prog.opts.ensure = true
112 prog.opts.ensure = false
/third_party/node/doc/contributing/
Dtechnical-priorities.md4 by the project as important to ensure the ongoing success of Node.js.
36 to ensure there are good typings available for the public Node.js APIs.
51 To ensure Node.js continues to be part of solutions where a
62 develop and improve its ESM implementation to stay relevant and ensure
70 of choice and to ensure its continued growth for the next 10 years.
91 continue its growth in product/enterprise deployments we need to ensure
113 to ensure the continued growth and success of Node.js.
/third_party/benchmark/docs/
Ddependencies.md3 To ensure the broadest compatibility when building the benchmark library, but
12 _Note, CI also runs ubuntu-16.04 and ubuntu-14.04 to ensure best effort support
/third_party/rust/crates/syn/tests/crates/
Dmain.rs13 use anyhow::{ensure, Result};
27 ensure!(args.len() == 2); in main()
/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedInterfacesOfTheSameName.types22 // ensure merges as expected
58 // ensure merges as expected
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.types41 // ensure merges as expected
83 // ensure merges as expected
DTwoInternalModulesThatMergeEachWithExportedInterfacesOfTheSameName.types22 // ensure merges as expected
60 // ensure merges as expected
/third_party/cJSON/
DcJSON.c444 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure() function
594 output_pointer = ensure(output_buffer, (size_t)length + sizeof("")); in print_number()
924 output = ensure(output_buffer, sizeof("\"\"")); in print_string_ptr()
960 output = ensure(output_buffer, output_length + sizeof("\"\"")); in print_string_ptr()
1384 output = ensure(output_buffer, 5); in print_value()
1393 output = ensure(output_buffer, 6); in print_value()
1402 output = ensure(output_buffer, 5); in print_value()
1422 output = ensure(output_buffer, raw_length); in print_value()
1557 output_pointer = ensure(output_buffer, 1); in print_array()
1577 output_pointer = ensure(output_buffer, length + 1); in print_array()
[all …]
/third_party/icu/docs/processes/release/tasks/
Dupdating-measure-unit.md68 * Run the MeasureUnitTest.java to ensure that the new code is backward
75 * Run tests again to ensure that new code is backward compatible with itself
107 * Run `./intltest format/MeasureFormatTest` from `test/intltest` to ensure new
116 * Run tests again to ensure that new code is backward compatible with itself
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle_device_context_volatile_eagl.txt78 Calls to OpenGL or OpenGL ES functions will not ensure the underlying device
80 clients should call MakeCurrent to ensure that the internal device
DEGL_ANGLE_platform_angle_device_context_volatile_cgl.txt78 Calls to OpenGL or OpenGL ES functions will not ensure the underlying device
80 clients should call MakeCurrent to ensure that the internal device
/third_party/libsnd/docs/
Ddonate.md14 I therefore ask Windows users of libsndfile to donate to ensure that
22 * If you are simply a user of libsndfile that would like to ensure that the
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
Dcontinuous.bat54 REM Incrementally build with REACTOR_EMIT_DEBUG_INFO to ensure it builds
60 REM Incrementally build with REACTOR_EMIT_PRINT_LOCATION to ensure it builds
/third_party/glib/patch/
Dbackport-gregex-ensure-we-translate-the-errcode.patch7 Since commit 8d5a44dc in order to ensure that we were setting the errcode in
13 ensure we've change them.
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dqos4 Timestamps are used in the pipeline to ensure timely delivery
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BugReporting7 This document describes the steps we'd like to take to ensure we are finding
17 Research as many of the following areas as possible to ensure the bug
/third_party/openssl/doc/man7/
DEVP_MD-SHAKE.pod61 16 (bytes) which results in a security strength of only 64 bits. To ensure the
65 32 (bytes) which results in a security strength of only 128 bits. To ensure the
/third_party/vk-gl-cts/external/vulkan-docs/src/images/
DREADME.adoc27 If using other tools, please ensure that the diagram renders correctly in
45 Please ensure that you build the PDF before submitting any new images,
/third_party/ltp/testcases/kernel/mce-test/kvm/
DREADME108 Please ensure *SDL-devel* library is installed on the host machine, otherwise
128 b) DHCP guest ethernet card. This operation is to ensure the network connection
134 please check /etc/ssh/ssd_config and ensure related options are opened.
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.cc164 if (unlikely (!ensure (out_len + num_out))) return false; in make_room_for()
182 if (unlikely (!ensure (len + count))) return false; in shift_forward()
263 if (unlikely (!ensure (len + 1))) return; in add()
278 if (unlikely (!ensure (len + 1))) return; in add_info()
1255 return buffer->ensure (size); in hb_buffer_pre_allocate()
1321 if (unlikely (!buffer->ensure (length))) in hb_buffer_set_length()
1563 !buffer->ensure (buffer->len + item_length * sizeof (T) / 4))) in hb_buffer_add_utf()

12345678910>>...55