Home
last modified time | relevance | path

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

12

/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.c82 bool oob; member
199 u->oob = pa_raop_client_register_pollfd(u->raop, u->rtpoll, &u->rtpoll_item); in sink_process_msg()
438 if (pollfd && !u->oob && !pollfd->revents) { in thread_func()
450 if (pollfd && u->oob && !on_timeout) { in thread_func()
497 if (u->oob && u->autoreconnect && on_timeout) { in thread_func()
568 } else if (errno != EAGAIN && !u->oob) { in thread_func()
570 if (!u->oob) { in thread_func()
596 if ((u->autonull && !canstream) || (u->oob && canstream && on_timeout)) { in thread_func()
600 } else if (!u->oob) { in thread_func()
758 u->oob = true; in pa_raop_sink_new()
Draop-client.c1746 bool oob = true; in pa_raop_client_register_pollfd() local
1760 oob = false; in pa_raop_client_register_pollfd()
1773 oob = true; in pa_raop_client_register_pollfd()
1780 return oob; in pa_raop_client_register_pollfd()
/third_party/libinput/tools/
Dlibinput-debug-tablet.c113 bool oob = false; in print_bar() local
123 oob = true; in print_bar()
130 oob ? ANSI_RED : "", in print_bar()
135 oob ? ANSI_NORMAL : ""); in print_bar()
/third_party/pixman/test/
DMakefile.sources3 oob-test \
Dmeson.build22 'oob-test',
/third_party/mesa3d/docs/relnotes/
D20.1.9.rst62 - nir/lower_io: Eliminate oob writes and return zero for oob reads
D21.2.0.rst1415 - ir3/parser: Fix oob write with immediates array
1418 - ir3: Prevent oob writes to inputs/outputs array
3915 - gallivm: fix oob imageLoad with formats that have <4 components
4011 - zink: add oob asserts for descriptor set ref setting
D20.3.0.rst1239 - nir/lower_io: Eliminate oob writes and return zero for oob reads
D20.2.0.rst1328 - nir/lower_io: Eliminate oob writes and return zero for oob reads
D21.1.0.rst1332 - ir3: Prevent oob writes to inputs/outputs array
1444 - ir3: fix oob access to regs array for getbuf,getinfo,rgetinfo
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp56 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer) in oob() function
203 oobMask = OR(oobMask, oob(state, pSoCtx, buffer)); in buildStream()
/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_draw.c869 nir_ssa_def *oob = in get_instance_size() local
876 nir_bcsel(b, oob, nir_imm_int(b, UINT32_MAX), data)); in get_instance_size()
878 nir_bcsel(b, oob, nir_imm_int(b, 0), data)); in get_instance_size()
897 nir_ssa_def *oob = nir_uge(b, nir_imm_int(b, i), remaining); in get_instance_size() local
901 nir_bcsel(b, oob, nir_imm_int(b, UINT32_MAX), data)); in get_instance_size()
903 nir_bcsel(b, oob, nir_imm_int(b, 0), data)); in get_instance_size()
/third_party/libuv/
DMakefile.am231 test/test-poll-oob.c \
271 test/test-tcp-oob.c \
DCMakeLists.txt537 test/test-poll-oob.c
573 test/test-tcp-oob.c
/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c1441 bool oob = false; in vec_deref_is_oob() local
1449 oob = true; in vec_deref_is_oob()
1456 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/boost/boost/graph/distributed/detail/
Dmpi_process_group.ipp126 /// The MPI requests for posted sends of oob messages
129 /// The MPI buffers for posted irecvs of oob messages
/third_party/spirv-tools/
DCHANGES69 - Generate differentiated error codes for buffer oob checking (#4097)
84 - Fix buffer oob instrumentation for matrix refs (#4025)
177 - 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/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/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-quick_shader.txt48 spec/arb_geometry_shader4/linker/2darray-vertex-index-oob: skip
Dllvmpipe-glslparser.txt482 spec/arb_geometry_shader4/compiler/2darray-index-oob.geom: skip
483 spec/arb_geometry_shader4/compiler/2darray-vertex-index-oob.geom: skip
/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