Home
last modified time | relevance | path

Searched refs:ensure (Results 1 - 25 of 45) sorted by relevance

12

/third_party/libwebsockets/lib/misc/lwsac/
H A 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_siz in lwsac_use()
208 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size) lwsac_use_backfill() argument
251 lwsac_use_zero(struct lwsac **head, size_t ensure, size_t chunk_size) lwsac_use_zero() argument
[all...]
/third_party/vulkan-loader/loader/
H A DcJSON.c146 static char *ensure(const VkAllocationCallbacks *pAllocator, printbuffer *p, size_t needed) { in ensure() function
182 str = ensure(item->pAllocator, p, str_buf_size); in print_number()
189 str = ensure(item->pAllocator, p, str_buf_size); in print_number()
196 str = ensure(item->pAllocator, p, str_buf_size); in print_number()
361 out = ensure(pAllocator, p, out_buf_size); in print_string_ptr()
376 out = ensure(pAllocator, p, out_buf_size); in print_string_ptr()
397 out = ensure(pAllocator, p, out_buf_size); in print_string_ptr()
538 out = ensure(item->pAllocator, p, 5); in print_value()
543 out = ensure(item->pAllocator, p, 6); in print_value()
548 out = ensure(ite in print_value()
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lwsac.h88 * \param ensure: the number of bytes we want to use
91 * 0, the default value of 4000 is used. If ensure is
95 * whatever is necessary to return you a pointer to ensure bytes of memory
104 lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size);
110 * \param ensure: the number of bytes we want to use
113 * 0, the default value of 4000 is used. If ensure is
117 * whatever is necessary to return you a pointer to ensure bytes of memory
126 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size);
132 * \param ensure: the number of bytes we want to use, which must be zeroed
135 * 0, the default value of 4000 is used. If ensure i
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
H A 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/cJSON/
H A DcJSON.c605 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure() function
761 output_pointer = ensure(output_buffer, (size_t)length + sizeof("")); in print_number()
831 output_pointer = ensure(output_buffer, (size_t)length + sizeof("")); in print_number()
1162 output = ensure(output_buffer, sizeof("\"\"")); in print_string_ptr()
1198 output = ensure(output_buffer, output_length + sizeof("\"\"")); in print_string_ptr()
1622 output = ensure(output_buffer, 5); in print_value()
1631 output = ensure(output_buffer, 6); in print_value()
1640 output = ensure(output_buffer, 5); in print_value()
1660 output = ensure(output_buffer, raw_length); in print_value()
1795 output_pointer = ensure(output_buffe in print_array()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
1288 * caller to ensure it is a valid Unicode code point.
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()
1736 * to ensure it contains a valid Unicode code points.
H A Dhb-graphite2.cc293 (void) buffer->ensure (glyph_count); in _hb_graphite2_shape()
298 if (unlikely (!buffer->ensure (buffer->allocated * 2))) in _hb_graphite2_shape()
H A Dhb-uniscribe.cc775 if (unlikely (!buffer->ensure (buffer->allocated * 2))) in _hb_uniscribe_shape()
844 if (unlikely (!buffer->ensure (glyphs_len))) in _hb_uniscribe_shape()
H A Dhb-buffer.hh339 HB_NODISCARD bool ensure (unsigned int size)
/third_party/gn/infra/recipe_modules/macos_sdk/
H A Dapi.py85 self.m.cipd.ensure(cache_dir, pkgs)
/third_party/gn/infra/recipe_modules/windows_sdk/
H A Dapi.py56 self.m.cipd.ensure(sdk_dir, pkgs)
/third_party/mbedtls/programs/test/
H A Dgenerate_cpp_dummy_build.sh28 * This program is a dummy C++ program to ensure Mbed TLS library header files
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex49 ensure that each of the functions whose stack frames may have to be
67 be linked against to ensure it uses the libunwind-based non-local
H A Dlibunwind-ptrace.tex56 first argument to this routine. Doing so will ensure that
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dinstall.js53 // If '--ensure' was passed, then don't *always* install the version;
55 if (gyp.opts.ensure) {
56 log.verbose('install', '--ensure was passed, so won\'t reinstall if already installed')
140 // if ensure, check if file already exists and that's good enough
141 if (gyp.opts.ensure && err.code === 'EBUSY') {
H A Dnode-gyp.js38 ensure: Boolean, // 'install'
137 // zero-length options so ensure those don't get through.
/third_party/jinja2/
H A Dparser.py872 def ensure(expr: bool) -> None: function
885 ensure(dyn_args is None and dyn_kwargs is None)
889 ensure(dyn_kwargs is None)
898 ensure(dyn_kwargs is None)
905 ensure(dyn_args is None and dyn_kwargs is None and not kwargs)
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py787 def ensure(expr): function
798 ensure(dyn_args is None and dyn_kwargs is None)
802 ensure(dyn_kwargs is None)
811 ensure(dyn_kwargs is None)
818 ensure(dyn_args is None and dyn_kwargs is None and not kwargs)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py760 def ensure(expr): function
772 ensure(dyn_args is None and dyn_kwargs is None)
776 ensure(dyn_kwargs is None)
780 ensure(dyn_args is None and dyn_kwargs is None)
789 ensure(not kwargs)
/third_party/skia/third_party/externals/jinja2/
H A Dparser.py787 def ensure(expr): function
798 ensure(dyn_args is None and dyn_kwargs is None)
802 ensure(dyn_kwargs is None)
811 ensure(dyn_kwargs is None)
818 ensure(dyn_args is None and dyn_kwargs is None and not kwargs)
/third_party/ffmpeg/libavcodec/x86/
H A Ddiracdsp.asm196 movu m1, [srcq +2*wq] ; FIXME: ensure alignment
199 movu m2, [srcq +2*wq+mmsize] ; FIXME: ensure alignment
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c518 goto ensure; in lws_fts_search()
549 goto ensure; in lws_fts_search()
567 ensure: in lws_fts_search()
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs291 /// On iOS and macOS this isn't sufficient to ensure that data has reached
292 /// persistent storage; use [`fcntl_fullfsync`] to ensure that.
/third_party/gn/infra/recipes/
H A Dgn.py140 api.cipd.ensure(cipd_dir, pkgs)
/third_party/weex-loader/src/
H A Dloader.js499 `To ensure that the debugging function is normal, please delete this page in 'config.json'.`

Completed in 19 milliseconds

12