Home
last modified time | relevance | path

Searched refs:oob (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/v8/src/base/
Dbounds.h46 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/
Dtest_src_regression.gni33 "memmem-oob-read",
34 "memmem-oob",
37 "printf-1e9-oob",
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c87 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()
Draop-client.c1750 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/
Dlibinput-debug-tablet.c114 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/
Djs-array-buffer.tq46 // go oob once constructed)
47 // 2) Non-length tracking backed by RAB (can go oob once constructed)
/third_party/mesa3d/docs/relnotes/
D20.1.9.rst62 - nir/lower_io: Eliminate oob writes and return zero for oob reads
D22.0.1.rst58 - ir3/lower_spill: Fix corner case with oob offsets
141 - gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArray
D21.3.9.rst112 - gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArray
D22.0.4.rst119 - gallivm: fix oob txf swizzling
D22.1.0.rst760 - 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/
Druntime-wasm.cc477 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/
Dpan_indirect_draw.c878 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/
DMakefile.am232 test/test-poll-oob.c \
275 test/test-tcp-oob.c \
DCMakeLists.txt542 test/test-poll-oob.c
580 test/test-tcp-oob.c
/third_party/libuv/
DMakefile.am232 test/test-poll-oob.c \
275 test/test-tcp-oob.c \
DCMakeLists.txt542 test/test-poll-oob.c
580 test/test-tcp-oob.c
/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c1430 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/
Dpickle.rst322 (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/
Dlp_bld_sample_soa.c3226 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/
DCHANGES127 - 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/
DCHANGES127 - 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/
DCHANGES235 - 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/
Dpickletester.py1993 oob = protocols[-1] + 1 # a future protocol
1995 badpickle = pickle.PROTO + bytes([oob]) + build_none
Dmime.types276 application/vnd.bluetooth.ep.oob ep

12