/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | lwsac.c | 96 _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 D | cJSON.c | 146 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 D | lws-lwsac.h | 88 * \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 D | continuous.bat | 54 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 D | cJSON.c | 605 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 D | hb-buffer.cc | 164 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 D | hb-graphite2.cc | 293 (void) buffer->ensure (glyph_count); in _hb_graphite2_shape() 298 if (unlikely (!buffer->ensure (buffer->allocated * 2))) in _hb_graphite2_shape()
|
H A D | hb-uniscribe.cc | 775 if (unlikely (!buffer->ensure (buffer->allocated * 2))) in _hb_uniscribe_shape() 844 if (unlikely (!buffer->ensure (glyphs_len))) in _hb_uniscribe_shape()
|
H A D | hb-buffer.hh | 339 HB_NODISCARD bool ensure (unsigned int size)
|
/third_party/gn/infra/recipe_modules/macos_sdk/ |
H A D | api.py | 85 self.m.cipd.ensure(cache_dir, pkgs)
|
/third_party/gn/infra/recipe_modules/windows_sdk/ |
H A D | api.py | 56 self.m.cipd.ensure(sdk_dir, pkgs)
|
/third_party/mbedtls/programs/test/ |
H A D | generate_cpp_dummy_build.sh | 28 * This program is a dummy C++ program to ensure Mbed TLS library header files
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-setjmp.tex | 49 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 D | libunwind-ptrace.tex | 56 first argument to this routine. Doing so will ensure that
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | install.js | 53 // 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 D | node-gyp.js | 38 ensure: Boolean, // 'install' 137 // zero-length options so ensure those don't get through.
|
/third_party/jinja2/ |
H A D | parser.py | 872 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 D | parser.py | 787 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 D | parser.py | 760 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 D | parser.py | 787 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 D | diracdsp.asm | 196 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 D | trie-fd.c | 518 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 D | fd.rs | 291 /// 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 D | gn.py | 140 api.cipd.ensure(cipd_dir, pkgs)
|
/third_party/weex-loader/src/ |
H A D | loader.js | 499 `To ensure that the debugging function is normal, please delete this page in 'config.json'.`
|