/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 56 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{need\_unwind\_info}, \Type{void~*}arg);\\ 80 locate the information need to unwind a particular procedure. The 86 \Var{need\_unwind\_info} is zero if the call-back does not need to 90 \Var{need\_unwind\_info} is non-zero, valid values need to be returned 105 \Func{find\_proc\_info}() with the \Var{need\_unwind\_info} argument 110 with a zero \Var{need\_unwind\_info} argument. 204 \Func{unw\_resume}(3) need not define the \Func{resume} callback.
|
/third_party/python/Include/internal/ |
H A D | pycore_gil.h | 15 # error You need either a POSIX-compatible or a Windows system!
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_fast_pac.c | 481 size_t i, need; in eap_fast_write() local 489 need = os_strlen(field) + len * 2 + 30; in eap_fast_write() 491 need += os_strlen(field) + len + 20; in eap_fast_write() 493 if (*pos - *buf + need > *buf_len) { in eap_fast_write() 494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write() 502 *buf_len += need; in eap_fast_write()
|
H A D | eap_teap_pac.c | 482 size_t i, need; in eap_teap_write() local 489 need = os_strlen(field) + len * 2 + 30; in eap_teap_write() 491 need += os_strlen(field) + len + 20; in eap_teap_write() 493 if (*pos - *buf + need > *buf_len) { in eap_teap_write() 494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_teap_write() 503 *buf_len += need; in eap_teap_write()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_fast_pac.c | 481 size_t i, need; in eap_fast_write() local 489 need = os_strlen(field) + len * 2 + 30; in eap_fast_write() 491 need += os_strlen(field) + len + 20; in eap_fast_write() 493 if (*pos - *buf + need > *buf_len) { in eap_fast_write() 494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write() 502 *buf_len += need; in eap_fast_write()
|
H A D | eap_teap_pac.c | 482 size_t i, need; in eap_teap_write() local 489 need = os_strlen(field) + len * 2 + 30; in eap_teap_write() 491 need += os_strlen(field) + len + 20; in eap_teap_write() 493 if (*pos - *buf + need > *buf_len) { in eap_teap_write() 494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_teap_write() 503 *buf_len += need; in eap_teap_write()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctred-mmx.asm | 128 ; push ecx ; need not be preserved 129 ; push edx ; need not be preserved 480 ; pop edx ; need not be preserved 481 ; pop ecx ; need not be preserved 510 ; push ecx ; need not be preserved 511 ; push edx ; need not be preserved 696 ; pop edx ; need not be preserved 697 ; pop ecx ; need not be preserved
|
H A D | jfdctflt-3dn.asm | 67 ; push ecx ; need not be preserved 68 ; push edx ; need not be preserved 308 ; pop edx ; need not be preserved 309 ; pop ecx ; need not be preserved
|
H A D | jidctred-sse2.asm | 127 ; push edx ; need not be preserved 401 ; pop edx ; need not be preserved 431 ; push ecx ; need not be preserved 432 ; push edx ; need not be preserved 584 ; pop edx ; need not be preserved 585 ; pop ecx ; need not be preserved
|
H A D | jfdctflt-sse.asm | 78 ; push ecx ; need not be preserved 79 ; push edx ; need not be preserved 359 ; pop edx ; need not be preserved 360 ; pop ecx ; need not be preserved
|
H A D | jfdctfst-mmx.asm | 92 ; push ecx ; need not be preserved 93 ; push edx ; need not be preserved 385 ; pop edx ; need not be preserved 386 ; pop ecx ; need not be preserved
|
H A D | jidctflt-3dn.asm | 76 ; push ecx ; need not be preserved 77 ; push edx ; need not be preserved 441 ; pop edx ; need not be preserved 442 ; pop ecx ; need not be preserved
|
H A D | jidctfst-mmx.asm | 107 ; push ecx ; need not be preserved 108 ; push edx ; need not be preserved 489 ; pop edx ; need not be preserved 490 ; pop ecx ; need not be preserved
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_16bpp_neon.S | 46 @ need to address the indiviudal d registers. 84 @ If no pixels need filtering, just exit as soon as possible 182 @ If no pixels need flat8in, jump to a writeout of the inner 4 pixels 265 @ If no pixels need filtering, just exit as soon as possible 392 @ If no pixels need flat8in, jump to flat8out 452 @ If no pixels need flat8out, jump to a writeout of the inner 6 pixels 727 @ Move r0/r12 forward by 2 pixels; we don't need to rewrite the 738 @ We need to transpose them to columns, done with a 835 @ If we didn't need to do the flat8in part, we use the same writeback
|
H A D | vp9lpf_neon.S | 25 @ need to address the indiviudal d registers. 39 @ need to address the indiviudal d registers. 81 @ If no pixels need filtering, just exit as soon as possible 184 @ If no pixels need filtering, just exit as soon as possible 301 @ If no pixels need flat8in, jump to flat8out 361 @ If no pixels need flat8out, jump to a writeout of the inner 6 pixels 476 @ while we need those for inputs/outputs in wd=16 and use d8-d15 531 @ Move r0/r12 forward by 2 pixels; we don't need to rewrite the 544 @ (8x4 pixels). We need to transpose them to columns, done with a 616 @ Move r0/r12 forward by 2 pixels; we don't need t [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae_pk.c | 603 size_t need; in sae_write_confirm_pk() local 658 need = 4 + wpabuf_len(pk->pubkey) + 3 + wpabuf_len(sig) + in sae_write_confirm_pk() 660 if (wpabuf_tailroom(buf) < need) { in sae_write_confirm_pk() 663 wpabuf_tailroom(buf), need); in sae_write_confirm_pk()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Console.mak | 45 # we need empty line after last line above
|
/third_party/python/Lib/venv/scripts/nt/ |
H A D | activate.bat | 3 rem This file is UTF-8 encoded, so we need to update the current code page while executing it
|
/third_party/eudev/src/shared/ |
H A D | util.h | 346 void* greedy_realloc(void **p, size_t *allocated, size_t need, size_t size); 347 #define GREEDY_REALLOC(array, allocated, need) \ 348 greedy_realloc((void**) &(array), &(allocated), (need), sizeof((array)[0]))
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 2 # configuration header. You can ignore this file if you don't need to
16 # pnglibconf.h you may need to override the following on the wmake command
140 $# You need to rebuild everything after a change to pnglibconf.dfa - i.e. you
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | stacktrace.cc | 25 // separate library adds a new dependency, but doesn't need a frame 48 # error Cannot calculate stack trace: will need to write for your environment
|
/third_party/rust/crates/rustix/src/io/ |
H A D | context.rs | 119 #[allow(clippy::new_without_default)] // This is a specialized type that doesn't need to be generically constructible. in release()
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | install.js | 72 log.verbose('install', 'version is already installed, need to check "installVersion"') 95 log.verbose('on Windows; need to check node.lib') 262 // need to download node.lib 266 // Only download SHASUMS.txt if we downloaded something in need of SHA verification 295 log.verbose('check download content checksum, need to download `SHASUMS256.txt`...') 319 log.verbose('on Windows; need to download `' + release.name + '.lib`...')
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_cs.c | 113 /* when the shmem pool is used, no need to cache the shmem in cs */ in vn_cs_encoder_gc_buffers() 193 next_buffer_size(size_t cur_size, size_t min_size, size_t need) in next_buffer_size() argument 196 while (next_size < need) { in next_buffer_size()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rtb.c | 77 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_stream); in ngtcp2_frame_chain_stream_datacnt_objalloc_new() local 80 need = sizeof(ngtcp2_vec) * (datacnt - 1); in ngtcp2_frame_chain_stream_datacnt_objalloc_new() 82 if (need > avail) { in ngtcp2_frame_chain_stream_datacnt_objalloc_new() 83 return ngtcp2_frame_chain_extralen_new(pfrc, need - avail, mem); in ngtcp2_frame_chain_stream_datacnt_objalloc_new() 94 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_crypto); in ngtcp2_frame_chain_crypto_datacnt_objalloc_new() local 97 need = sizeof(ngtcp2_vec) * (datacnt - 1); in ngtcp2_frame_chain_crypto_datacnt_objalloc_new() 99 if (need > avail) { in ngtcp2_frame_chain_crypto_datacnt_objalloc_new() 100 return ngtcp2_frame_chain_extralen_new(pfrc, need - avail, mem); in ngtcp2_frame_chain_crypto_datacnt_objalloc_new()
|