Home
last modified time | relevance | path

Searched defs:join (Results 176 - 200 of 220) sorted by relevance

123456789

/third_party/python/Modules/_decimal/libmpdec/literature/
H A Dumodarith.lisp357 (defun join (hi lo) function
[all...]
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp576 SkPaint::Join join; member
H A Dexterns.js
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs514 pub fn join(&self, other: Span) -> Option<Span> { in join() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_bsd.c780 struct ieee80211_join_event *join; in bsd_wireless_event_receive() local
1221 struct ieee80211_join_event *join; in wpa_driver_bsd_event_receive() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c526 int join = 0; in wpas_dbus_handler_p2p_connect() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_bsd.c734 struct ieee80211_join_event *join; in bsd_wireless_event_receive() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c574 int join = 0; in wpas_dbus_handler_p2p_connect() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dveristat.c1828 struct verif_stats_join *join; in handle_comparison_mode() local
1900 const struct verif_stats_join *join = &env.join_stats[i]; handle_comparison_mode() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp2218 FlowInstruction *join = new_FlowInstruction(func, OP_JOIN, NULL); in insertConvergenceOps() local
H A Dnv50_ir.h766 Value *join; member in nv50_ir::Value
/third_party/python/Lib/
H A Dturtle.py115 from os.path import isfile, split, join namespace
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp796 SkPaint::Join join = paint.getStrokeJoin(); in apply_paint_join() local
/third_party/python/PC/
H A Dlauncher2.c189 join(wchar_t *buffer, size_t bufferLength, const wchar_t *fragment) in join() function
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c437 static int cma_igmp_send(struct net_device *ndev, union ib_gid *mgid, bool join) in cma_igmp_send() argument
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c448 static int cma_igmp_send(struct net_device *ndev, union ib_gid *mgid, bool join) in cma_igmp_send() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c433 struct sync_semaphore join[MAX_ENGINE_INSTANCE + 1]; member
/third_party/alsa-lib/src/
H A Dconf.c457 bool join; member
2645 snd_config_make_compound(snd_config_t **config, const char *id, int join) snd_config_make_compound() argument
2697 snd_config_make_path(snd_config_t **config, snd_config_t *root, const char *key, int join, int override) snd_config_make_path() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp187 std::string join(Ts &&... ts) in join() function
H A Dspirv_msl.cpp7586 MSL_BOP_CAST(<, uint_type); break; case OpSLessThan: MSL_BOP_CAST(<, int_type); break; case OpFOrdLessThan: MSL_BOP(<); break; case OpULessThanEqual: MSL_BOP_CAST(<=, uint_type); break; case OpSLessThanEqual: MSL_BOP_CAST(<=, int_type); break; case OpFOrdLessThanEqual: MSL_BOP(<=); break; case OpFUnordEqual: MSL_UNORD_BOP(==); break; case OpFUnordNotEqual: MSL_UNORD_BOP(!=); break; case OpFUnordGreaterThan: MSL_UNORD_BOP(>); break; case OpFUnordGreaterThanEqual: MSL_UNORD_BOP(>=); break; case OpFUnordLessThan: MSL_UNORD_BOP(<); break; case OpFUnordLessThanEqual: MSL_UNORD_BOP(<=); break; case OpDPdx: case OpDPdxFine: case OpDPdxCoarse: MSL_UFOP(dfdx); register_control_dependent_expression(ops[1]); break; case OpDPdy: case OpDPdyFine: case OpDPdyCoarse: MSL_UFOP(dfdy); register_control_dependent_expression(ops[1]); break; case OpFwidth: case OpFwidthCoarse: case OpFwidthFine: MSL_UFOP(fwidth); register_control_dependent_expression(ops[1]); break; case OpBitFieldInsert: { emit_bitfield_insert_op(ops[0], ops[1], ops[2], ops[3], ops[4], ops[5], �, SPIRType::UInt); break; } case OpBitFieldSExtract: { emit_trinary_func_op_bitextract(ops[0], ops[1], ops[2], ops[3], ops[4], �, int_type, int_type, SPIRType::UInt, SPIRType::UInt); break; } case OpBitFieldUExtract: { emit_trinary_func_op_bitextract(ops[0], ops[1], ops[2], ops[3], ops[4], �, uint_type, uint_type, SPIRType::UInt, SPIRType::UInt); break; } case OpBitReverse: MSL_UFOP(reverse_bits); break; case OpBitCount: { auto basetype = expression_type(ops[2]).basetype; emit_unary_func_op_cast(ops[0], ops[1], ops[2], �, basetype, basetype); break; } case OpFRem: MSL_BFOP(fmod); break; case OpFMul: if (msl_options.invariant_float_math || has_decoration(ops[1], DecorationNoContraction)) MSL_BFOP(spvFMul); else MSL_BOP(*); break; case OpFAdd: if (msl_options.invariant_float_math || has_decoration(ops[1], DecorationNoContraction)) MSL_BFOP(spvFAdd); else MSL_BOP(+); break; case OpFSub: if (msl_options.invariant_float_math || has_decoration(ops[1], DecorationNoContraction)) MSL_BFOP(spvFSub); else MSL_BOP(-); break; case OpAtomicExchange: { uint32_t result_type = ops[0]; uint32_t id = ops[1]; uint32_t ptr = ops[2]; uint32_t mem_sem = ops[4]; uint32_t val = ops[5]; emit_atomic_func_op(result_type, id, �, mem_sem, mem_sem, false, ptr, val); break; } case OpAtomicCompareExchange: { uint32_t result_type = ops[0]; uint32_t id = ops[1]; uint32_t ptr = ops[2]; uint32_t mem_sem_pass = ops[4]; uint32_t mem_sem_fail = ops[5]; uint32_t val = ops[6]; uint32_t comp = ops[7]; emit_atomic_func_op(result_type, id, �, mem_sem_pass, mem_sem_fail, true, ptr, comp, true, false, val); break; } case OpAtomicCompareExchangeWeak: SPIRV_CROSS_THROW(�); case OpAtomicLoad: { uint32_t result_type = ops[0]; uint32_t id = ops[1]; uint32_t ptr = ops[2]; uint32_t mem_sem = ops[4]; emit_atomic_func_op(result_type, id, �, mem_sem, mem_sem, false, ptr, 0); break; } case OpAtomicStore: { uint32_t result_type = expression_type(ops[0]).self; uint32_t id = ops[0]; uint32_t ptr = ops[0]; uint32_t mem_sem = ops[2]; uint32_t val = ops[3]; emit_atomic_func_op(result_type, id, �, mem_sem, mem_sem, false, ptr, val); break; } case OpAtomicIIncrement: MSL_AFMIO(add); break; case OpAtomicIDecrement: MSL_AFMIO(sub); break; case OpAtomicIAdd: MSL_AFMO(add); break; case OpAtomicISub: MSL_AFMO(sub); break; case OpAtomicSMin: case OpAtomicUMin: MSL_AFMO(min); break; case OpAtomicSMax: case OpAtomicUMax: MSL_AFMO(max); break; case OpAtomicAnd: MSL_AFMO(and); break; case OpAtomicOr: MSL_AFMO(or); break; case OpAtomicXor: MSL_AFMO(xor); break; case OpImageRead: { uint32_t img_id = ops[2]; auto &type = expression_type(img_id); if (type.image.dim != DimSubpassData) { auto *p_var = maybe_get_backing_variable(img_id); if (p_var && has_decoration(p_var->self, DecorationNonReadable)) { unset_decoration(p_var->self, DecorationNonReadable); force_recompile(); } } emit_texture_op(instruction, false); break; } case OpImageTexelPointer: { auto *var = maybe_get_backing_variable(ops[2]); if (var && atomic_image_vars.count(var->self)) { uint32_t result_type = ops[0]; uint32_t id = ops[1]; std::string coord = to_expression(ops[3]); auto &type = expression_type(ops[2]); if (type.image.dim == Dim2D) { coord = join(�, coord, �, to_expression(ops[2]), �); } auto &e = set<SPIRExpression>(id, join(to_expression(ops[2]), �, coord, �), result_type, true); e.loaded_from = var ? var->self : ID(0); inherit_expression_dependencies(id, ops[3]); } else { uint32_t result_type = ops[0]; uint32_t id = ops[1]; auto &e = set<SPIRExpression>(id, join(to_expression(ops[2]), �, to_expression(ops[3])), result_type, true); e.loaded_from = var ? var->self : ID(0); inherit_expression_dependencies(id, ops[3]); } break; } case OpImageWrite: { uint32_t img_id = ops[0]; uint32_t coord_id = ops[1]; uint32_t texel_id = ops[2]; const uint32_t *opt = &ops[3]; uint32_t length = instruction.length - 3; auto &type = expression_type(img_id); auto &img_type = get<SPIRType>(type.self); auto *p_var = maybe_get_backing_variable(img_id); if (p_var && has_decoration(p_var->self, DecorationNonWritable) emit_instruction() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c2770 static void join(struct atmel_private *priv, int type) in join() function
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c2894 static int ipv6_mc_config(struct sock *sk, bool join, in ipv6_mc_config() argument
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c2765 static void join(struct atmel_private *priv, int type) in join() function
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c2923 static int ipv6_mc_config(struct sock *sk, bool join, in ipv6_mc_config() argument
/third_party/python/Lib/test/
H A D_test_multiprocessing.py5526 def join(self): global() member in TestPoolNotLeakOnFailure.test_release_unused_processes.FailingForkProcess
[all...]

Completed in 105 milliseconds

123456789