Home
last modified time | relevance | path

Searched refs:uc_type (Results 1 – 11 of 11) sorted by relevance

/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/support/Test/
H A DHarness.pm815 my $uc_type = uc($type);
825 push @result, "$uc_type tests @canon\n";
829 push @result, "$uc_type test $last\n";
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/libsam/include/
H A Dpmc.h234 void pmc_enable_sleepmode(uint8_t uc_type);
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/
H A Dusdf_cq.c73 switch (comp->uc_type) { in usdf_cqe_to_flags()
80 comp->uc_type); in usdf_cqe_to_flags()
189 if (src->uc_type == USD_COMPTYPE_RECV) { in usdf_cq_adjust_len()
365 if (cq->cq_comp.uc_type == USD_COMPTYPE_RECV) { in usdf_cq_readfrom_context()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/libsam/source/
H A Dpmc.c972 void pmc_enable_sleepmode(uint8_t uc_type) in pmc_enable_sleepmode() argument
977 if (uc_type == 0) { in pmc_enable_sleepmode()
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/data/luascripts/
H A Dstartup.lua711 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
713 if uc_type == "255" then
729 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
731 if uc_type == "255" then
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/data/luascripts/
H A Dstartup.lua711 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
713 if uc_type == "255" then
729 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
731 if uc_type == "255" then
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/data/luascripts/
H A Dstartup.lua711 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
713 if uc_type == "255" then
729 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
731 if uc_type == "255" then
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/data/luascripts/
H A Dstartup.lua711 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
713 if uc_type == "255" then
729 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
731 if uc_type == "255" then
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/data/luascripts/
H A Dstartup.lua711 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
713 if uc_type == "255" then
729 local uc_type = string.gsub( msg, "%$UserCommand (%d+) .+", "%1")
731 if uc_type == "255" then
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/usnic_direct/
H A Dusd_poll.c254 comp->uc_type = (enum usd_completion_type) type; in usd_poll_cq()
H A Dusnic_direct.h123 enum usd_completion_type uc_type; member