Home
last modified time | relevance | path

Searched refs:oob (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dbounds.h46 bool oob = *length > avail; in ClampToBounds() local
47 if (oob) *length = avail; in ClampToBounds()
48 return !oob; in ClampToBounds()
/third_party/pulseaudio/src/modules/raop/
H A 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()
467 /* If !oob: streaming driven by pollds (POLLOUT) */ in thread_func()
468 if (pollfd && !u->oob && !pollfd->revents) { in thread_func()
479 /* if oob: streaming managed by timing, pollfd for oob sockets */ 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()
[all...]
H A 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/alsa-utils/nhlt/
H A Dnhlt-dmic-info.c149 goto oob; in nhlt_dmic_ep_to_json()
166 goto oob; in nhlt_dmic_ep_to_json()
179 oob: in nhlt_dmic_ep_to_json()
206 goto oob; in nhlt_table_to_json()
209 goto oob; in nhlt_table_to_json()
226 oob: in nhlt_table_to_json()
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c115 bool oob = false; in print_bar() local
125 oob = true; in print_bar()
132 oob ? ANSI_RED : "", in print_bar()
137 oob ? ANSI_NORMAL : ""); in print_bar()
/third_party/node/deps/v8/src/runtime/
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRobustnessCacheTests.cpp138 bool verifyImage (tcu::Vec4 value, bool oob);
186 bool PipelineCacheTestInstance::verifyImage (tcu::Vec4 value, bool oob) in verifyImage() argument
204 if (oob && m_type == IMAGE) in verifyImage()
/third_party/mesa3d/src/panfrost/lib/
H A 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/mesa3d/src/compiler/nir/
H A 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/mesa3d/src/gallium/auxiliary/gallivm/
H A 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/python/Lib/test/
H A Dpickletester.py2023 oob = protocols[-1] + 1 # a future protocol
2025 badpickle = pickle.PROTO + bytes([oob]) + build_none

Completed in 30 milliseconds