/third_party/node/deps/v8/src/base/ |
D | bounds.h | 46 bool oob = *length > avail; in ClampToBounds() local 47 if (oob) *length = avail; in ClampToBounds() 48 return !oob; in ClampToBounds()
|
/third_party/musl/libc-test/src/regression/ |
D | test_src_regression.gni | 33 "memmem-oob-read", 34 "memmem-oob", 37 "printf-1e9-oob",
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 87 bool oob; member 218 u->oob = pa_raop_client_register_pollfd(u->raop, u->rtpoll, &u->rtpoll_item); in sink_process_msg() 468 if (pollfd && !u->oob && !pollfd->revents) { in thread_func() 480 if (pollfd && u->oob && !on_timeout) { in thread_func() 527 if (u->oob && u->autoreconnect && on_timeout) { in thread_func() 598 } else if (errno != EAGAIN && !u->oob) { in thread_func() 600 if (!u->oob) { in thread_func() 630 if ((u->autonull && !canstream) || (u->oob && canstream && on_timeout)) { in thread_func() 634 } else if (!u->oob) { in thread_func() 792 u->oob = true; in pa_raop_sink_new()
|
D | raop-client.c | 1750 bool oob = true; in pa_raop_client_register_pollfd() local 1764 oob = false; in pa_raop_client_register_pollfd() 1777 oob = true; in pa_raop_client_register_pollfd() 1784 return oob; in pa_raop_client_register_pollfd()
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 114 bool oob = false; in print_bar() local 124 oob = true; in print_bar() 131 oob ? ANSI_RED : "", in print_bar() 136 oob ? ANSI_NORMAL : ""); in print_bar()
|
/third_party/node/deps/v8/src/objects/ |
D | js-array-buffer.tq | 46 // go oob once constructed) 47 // 2) Non-length tracking backed by RAB (can go oob once constructed)
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.9.rst | 62 - nir/lower_io: Eliminate oob writes and return zero for oob reads
|
D | 22.0.1.rst | 58 - ir3/lower_spill: Fix corner case with oob offsets 141 - gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArray
|
D | 21.3.9.rst | 112 - gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArray
|
D | 22.0.4.rst | 119 - gallivm: fix oob txf swizzling
|
D | 22.1.0.rst | 760 - ir3/lower_spill: Fix corner case with oob offsets 2505 - gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArray 2839 - gallivm: fix ssbo oob reads 2842 - gallivm/draw: fix oob ubo reads 2844 - gallivm: fix oob txf swizzling
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-wasm.cc | 477 bool oob = !WasmInstanceObject::InitTableEntries( in RUNTIME_FUNCTION() local 479 if (oob) return ThrowTableOutOfBounds(isolate, instance); in RUNTIME_FUNCTION() 499 bool oob = !WasmInstanceObject::CopyTableEntries( in RUNTIME_FUNCTION() local 501 if (oob) return ThrowTableOutOfBounds(isolate, instance); in RUNTIME_FUNCTION()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_indirect_draw.c | 878 nir_ssa_def *oob = in get_instance_size() local 885 nir_bcsel(b, oob, nir_imm_int(b, UINT32_MAX), data)); in get_instance_size() 887 nir_bcsel(b, oob, nir_imm_int(b, 0), data)); in get_instance_size() 906 nir_ssa_def *oob = nir_uge(b, nir_imm_int(b, i), remaining); in get_instance_size() local 910 nir_bcsel(b, oob, nir_imm_int(b, UINT32_MAX), data)); in get_instance_size() 912 nir_bcsel(b, oob, nir_imm_int(b, 0), data)); in get_instance_size()
|
/third_party/node/deps/uv/ |
D | Makefile.am | 232 test/test-poll-oob.c \ 275 test/test-tcp-oob.c \
|
D | CMakeLists.txt | 542 test/test-poll-oob.c 580 test/test-tcp-oob.c
|
/third_party/libuv/ |
D | Makefile.am | 232 test/test-poll-oob.c \ 275 test/test-tcp-oob.c \
|
D | CMakeLists.txt | 542 test/test-poll-oob.c 580 test/test-tcp-oob.c
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_split_vars.c | 1430 bool oob = false; in vec_deref_is_oob() local 1438 oob = true; in vec_deref_is_oob() 1445 return oob; in vec_deref_is_oob()
|
/third_party/python/Doc/library/ |
D | pickle.rst | 322 (such as None), the given buffer is :ref:`out-of-band <pickle-oob>`; 426 an :ref:`out-of-band <pickle-oob>` buffer view. Such buffers have been 474 :ref:`out-of-band serialization <pickle-oob>`. 925 .. _pickle-oob:
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 3226 LLVMValueRef oob[4] = { in lp_build_fetch_texel() local 3232 lp_build_format_swizzle_soa(bld->format_desc, &bld->texel_bld, oob, oob); in lp_build_fetch_texel() 3235 oob[chan], colors_out[chan]); in lp_build_fetch_texel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 127 - Generate differentiated error codes for buffer oob checking (#4097) 142 - Fix buffer oob instrumentation for matrix refs (#4025) 235 - Add buffer oob check to bindless instrumentation (#3800)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 127 - Generate differentiated error codes for buffer oob checking (#4097) 142 - Fix buffer oob instrumentation for matrix refs (#4025) 235 - Add buffer oob check to bindless instrumentation (#3800)
|
/third_party/spirv-tools/ |
D | CHANGES | 235 - Generate differentiated error codes for buffer oob checking (#4097) 250 - Fix buffer oob instrumentation for matrix refs (#4025) 343 - Add buffer oob check to bindless instrumentation (#3800)
|
/third_party/python/Lib/test/ |
D | pickletester.py | 1993 oob = protocols[-1] + 1 # a future protocol 1995 badpickle = pickle.PROTO + bytes([oob]) + build_none
|
D | mime.types | 276 application/vnd.bluetooth.ep.oob ep
|