text large_stringlengths 384 2.05k | rank_avg float64 1 4.19k ⌀ | rank_max float64 1 8.21k ⌀ | rank_min float64 1 5.03k ⌀ | rank_median float64 1 4.21k ⌀ | rank_by_avgsim float64 1 4.19k ⌀ | avgsim_to_github float32 0.77 0.85 ⌀ | dataset large_stringclasses 1
value |
|---|---|---|---|---|---|---|---|
];
asm volatile (
"vld1.8 {d0, d1}, [%[perm], :128]\n"
"1:\n"
"sub %[x], %[x], #16\n"
"sub %[y], %[y], #16\n"
"sub %[position], %[position], #8\n"
"vld1.8 {d4, d5}, [%[pcm]]!\n"
"vuzp.16 d4, d5\n"
"vld1.8 {d20, d21}, [%[pcm]]!\n"
"vuzp.16 d20, d21\n"
"vswp d5, d20\n"
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
:128]\n"
"1:\n"
"sub %[x], %[x], #16\n"
"sub %[position], %[position], #8\n"
"vld1.8 {d4, d5}, [%[pcm]]!\n"
"vtbl.8 d16, {d4, d5}, d0\n"
"vtbl.8 d17, {d4, d5}, d1\n"
"vst1.16 {d16, d17}, [%[x], :128]\n"
"subs %[nsamples], %[nsamples], #8\n"
"bgt 1b\n"
:
[x] "+r... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
d2, d3}, [%[src], :128]!\n"
"vst1.16 {d0, d1, d2, d3}, [%[dst], :128]!\n"
"vld1.16 {d0, d1, d2, d3}, [%[src], :128]!\n"
"vst1.16 {d0, d1, d2, d3}, [%[dst], :128]!\n"
"vld1.16 {d0, d1, d2, d3}, [%[src], :128]!\n"
"vst1.16 {d0, d1, d2, d3}, [%[dst], :128]!\n"
"vld1.16 {d0, d1}, [%[src], :128]!\n"
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
%[x], %[x], #32\n"
"sub %[y], %[y], #32\n"
"sub %[position], %[position], #16\n"
"vld2.16 {d4, d5, d6, d7}, [%[pcm]]!\n"
"vld2.16 {d20, d21, d22, d23}, [%[pcm]]!\n"
"vswp q3, q10\n"
"vtbl.8 d16, {d4, d5, d6, d7}, d0\n"
"vtbl.8 d17, {d4, d5, d6, d7}, d1\n"
"vtbl.8 d18, {d4, d5, ... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
les, int nchannels)
{
return sbc_enc_process_input_4s_neon_internal(
position, pcm, X, nsamples, nchannels, 1);
}
static int sbc_enc_process_input_4s_le_neon(int position, const uint8_t *pcm,
int16_t X[2][SBC_X_BUFFER_SIZE],
int nsamples, int nchannels)
{
return sbc_enc_process_input_4s_neon_internal(
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ard.pl",
"PGchoicemacros.pl",
"PGgraphmacros.pl",
"PGmatrixmacros.pl",
"PGnumericalmacros.pl",
"PGmorematrixmacros.pl",
"MathObjects.pl",
"freemanMacros.pl",
"PGasu.pl",
"PGcourse.pl"
);
# make sure we're in the context we want
Context("Numeric");
$v11=random(1,9,1);
$v12=random(-9,9,1);
$v13=random(... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
in{matrix} $v21 \cr $v22 \cr $v23 \cr \end{matrix} \right] x_2+
\left[\begin{matrix} $v31 \cr $v32 \cr $v33 \cr \end{matrix} \right] x_3=
\left[\begin{matrix} $v41 \cr $v42 \cr $v43 \cr \end{matrix} \right]
\]
END_SOLUTION
Context()->normalStrings;
ENDDOCUMENT();
// Copyright (c) Microsoft. All rights reserved.
/... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
entModeProperty =
DependencyProperty.Register("CurrentMode", typeof(InspectTabMode), typeof(InspectTabsControl),
new PropertyMetadata(new PropertyChangedCallback(CurrentModePropertyChanged)));
/// <summary>
/// CurrentMode Property Change event handler
/// </summary>
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
DisableEventsPanel();
this.tabDetails.IsSelected = true;
break;
case InspectTabMode.TestHowToFix:
tabControlInspect.Items.Add(tabHowToFix);
DisableEventsPanel();
this.ta... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
alizeComponent();
InitCommandBindings();
InitAcceleratorPropertiesOnDescendants();
tabDetails.Tag = InspectTabType.Details;
tabHowToFix.Tag = InspectTabType.HowToFix;
tabEvents.Tag = InspectTabType.EventConfig;
}
void InitCommandBi... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ame="el"></param>
/// <param name="enableAction"></param>
public void SetElement(A11yElement el, bool enableAction = false, Guid ecId = default(Guid))
{
if (el != null)
{
this.tbElement.Text = el.Glimpse;
this.ctrlProperties.SetEleme... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ame="e"></param>
private void mniIncludeAllProps_Click(object sender, RoutedEventArgs e)
{
this.ctrlProperties.mniIncludeAllPropertiesClicked();
}
/// <summary>
/// Update show selected properties check state
/// </summary>
/// <param name="s... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
aversalRequest(FocusNavigationDirection.First);
this.CtrlEventMessage.MoveFocus(traversalRequest);
}
/// <summary>
/// Update main window when tab selection changes
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
rg/MPL/2.0/.
#ifndef EIGEN_GENERAL_PRODUCT_H
#define EIGEN_GENERAL_PRODUCT_H
namespace Eigen {
/** \class GeneralProduct
* \ingroup Core_Module
*
* \brief Expression of the product of two general matrices or vectors
*
* \param LhsNested the type used to store the left-hand side
* \param RhsNested the ty... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
N_SIZE_MIN_PREFER_FIXED(_Lhs::ColsAtCompileTime,
_Rhs::RowsAtCompileTime),
LargeThreshold = EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD
};
// the splitting into different lines of code here, introducing the _select enums and the typedef below,
// is to work around an interna... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
late<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBasedProductMode }; };
template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBasedProductMode }; };
template<> struct product_type_selector<1, Large,Small> { enum { re... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
s the typename Type representing the optimized product expression
* between two matrix expressions. In practice, using ProductReturnType<Lhs,Rhs>::Type
* is the recommended way to define the result type of a function returning an expression
* which involve a matrix product. The class Product should never be
* u... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
*************************/
// FIXME : maybe the "inner product" could return a Scalar
// instead of a 1x1 matrix ??
// Pro: more natural for the user
// Cons: this could be a problem if in a meta unrolled algorithm a matrix-matrix
// product ends up to a row-vector times col-vector product... To tackle this use
// cas... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
real and lhs complex while alpha is real too
const Index cols = dest.cols();
for (Index j=0; j<cols; ++j)
func(dest.col(j), prod.rhs().coeff(j) * prod.lhs());
}
// Row major
template<typename ProductType, typename Dest, typename Func>
EIGEN_DONT_INLINE void outer_product_selector_run(const ProductType& prod, ... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
template<typename Dst, typename Src> void operator()(const Dst& dst, const Src& src) const {
dst.const_cast_derived() += m_scale * src;
}
};
template<typename Dest>
inline void evalTo(Dest& dest) const {
internal::outer_product_selector_run(*this, dest, set(), IsRowMajor<Dest>()... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
UCT_PUBLIC_INTERFACE(GeneralProduct)
typedef typename Lhs::Scalar LhsScalar;
typedef typename Rhs::Scalar RhsScalar;
GeneralProduct(const Lhs& a_lhs, const Rhs& a_rhs) : Base(a_lhs,a_rhs)
{
// EIGEN_STATIC_ASSERT((internal::is_same<typename Lhs::Scalar, typename Rhs::Scalar>::value),
// ... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
te<typename Scalar,int Size>
struct gemv_static_vector_if<Scalar,Size,Dynamic,true>
{
EIGEN_STRONG_INLINE Scalar* data() { return 0; }
};
template<typename Scalar,int Size,int MaxSize>
struct gemv_static_vector_if<Scalar,Size,MaxSize,true>
{
#if EIGEN_ALIGN_STATICALLY
internal::plain_array<Scalar,EIGEN_SIZE_MIN_... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
LhsBlasTraits::extractScalarFactor(prod.lhs())
* RhsBlasTraits::extractScalarFactor(prod.rhs());
enum {
// FIXME find a way to allow an inner stride on the result if packet_traits<Scalar>::size==1
// on, the other hand it is good for the cache to pack the vector anyway... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
}
};
template<> struct gemv_selector<OnTheRight,RowMajor,true>
{
template<typename ProductType, typename Dest>
static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
{
typedef typename ProductType::LhsScalar LhsScalar;
typedef typename ProductType::RhsScalar RhsSc... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
lar,RhsBlasTraits::NeedToConjugate>::run(
actualLhs.rows(), actualLhs.cols(),
actualLhs.data(), actualLhs.outerStride(),
actualRhsPtr, 1,
dest.data(), dest.innerStride(),
actualAlpha);
}
};
template<> struct gemv_selector<OnTheRight,ColMajor,false>
{
template<typename Produc... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
for dynamic
// matrices and product types are holding a member to store the result.
// Thus it does not help tagging this function with EIGEN_STRONG_INLINE.
enum {
ProductIsValid = Derived::ColsAtCompileTime==Dynamic
|| OtherDerived::RowsAtCompileTime==Dynamic
|| int(Der... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
<Derived>::lazyProduct(const MatrixBase<OtherDerived> &other) const
{
enum {
ProductIsValid = Derived::ColsAtCompileTime==Dynamic
|| OtherDerived::RowsAtCompileTime==Dynamic
|| int(Derived::ColsAtCompileTime)==int(OtherDerived::RowsAtCompileTime),
AreVectors = Derived::I... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
core.filesystems.AbsPath;
import com.facebook.buck.core.model.BuildTarget;
import com.facebook.buck.core.model.Flavor;
import com.facebook.buck.core.model.impl.BuildTargetPaths;
import com.facebook.buck.core.rulekey.AddToRuleKey;
import com.facebook.buck.core.rules.ActionGraphBuilder;
import com.facebook.buck.core.rule... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
eList;
import com.google.common.collect.ImmutableList.Builder;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableSortedSet;
import com.google.common.collect.Iterables;
import com.google.common.collect.Streams;
import java.io.IOExcepti... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ObjcInterop;
@AddToRuleKey private final Optional<SourcePath> bridgingHeader;
@AddToRuleKey private final Preprocessor cPreprocessor;
@AddToRuleKey private final PreprocessorFlags cxxDeps;
@AddToRuleKey private final boolean importUnderlyingModule;
private BuildableSupport.DepsSupplier depsSupplier;
Sw... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
? Optional.of(
getProjectFilesystem()
.getRootPath()
.resolve(
BuildTargetPaths.getScratchPath(
getProjectFilesystem(), getBuildTarget(), "%s__filelist.txt")))
: Optional.empty();
this.... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
h(bridgingHeader.get()).toString());
}
if (importUnderlyingModule) {
compilerCommand.add("-import-underlying-module");
}
compilerCommand.addAll(
Streams.concat(frameworks.stream(), cxxDeps.getFrameworkPaths().stream())
.filter(x -> !x.isSDKROOTFrameworkPath())
.map... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
compilerCommand.add("-filelist", swiftFileListPath.get().toString());
} else {
for (SourcePath sourcePath : srcs) {
compilerCommand.add(resolver.getRelativePath(sourcePath).toString());
}
}
ProjectFilesystem projectFilesystem = getProjectFilesystem();
return new SwiftCompileStep(... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
Path(), ImmutableMap.of(), compilerCommand.build());
}
@Override
public boolean isCacheable() {
// .swiftmodule artifacts are not cacheable because they can contain machine-specific
// headers. More specifically, all files included in a bridging header will be
// literally included in the .swiftmodul... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
sourcePath).toString())
.collect(ImmutableList.toImmutableList());
return new Step() {
@Override
public StepExecutionResult execute(ExecutionContext context) throws IOException {
if (Files.notExists(swiftFileListPath.getParent().getPath())) {
Files.createDirectories(swiftF... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ng.
Path headerPath =
CxxDescriptionEnhancer.getHeaderSymlinkTreePath(
getProjectFilesystem(),
getBuildTarget().withFlavors(),
headerVisibility,
flavor);
args.add(INCLUDE_FLAG.concat(headerPath.toString()));
}
}
r... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
he compilation process
* (object files, Swift module metadata, etc).
*/
public SourcePath getOutputPath() {
return ExplicitBuildTargetSourcePath.of(getBuildTarget(), outputPath);
}
/**
* @return {@link SourcePath} to the .swiftmodule output from the compilation process. A
* swiftmodule file c... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div>
<div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<t... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
that run a variety of PHP versions and configurations.</li>
<li>You want a framework that requires nearly zero configuration.</li>
<li>You want a framework that does not require you to use the command line.</li>
<li>You want a framework that does not require you to adhere to restrictive coding rules.</li>
<li>You do n... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
BI_TAG2_SYS_ID_OFFS)
#define EBI_TAG3_SYS_ID_OFFS 0x00000050
#define EBI_TAG3_SYS_ID(base) ((base) + EBI_TAG3_SYS_ID_OFFS)
#define EBI_TAG4_SYS_ID_OFFS 0x00000060
#define EBI_TAG4_SYS_ID(base) ((base) + EBI_TAG4_SYS_ID_OFFS)
#define EBI_GEN_DMA_CTRL_OFFS 0x00000070
#define EBI_GEN_DMA_CTRL(base) ((base) + EBI_GEN... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
I_DEV1_CONFIG1_OFFS)
#define EBI_DEV1_CONFIG2_OFFS 0x0000010C
#define EBI_DEV1_CONFIG2(base) ((base) + EBI_DEV1_CONFIG2_OFFS)
#define EBI_DEV1_FIFO_CONFIG_OFFS 0x00000110
#define EBI_DEV1_FIFO_CONFIG(base) ((base) + EBI_DEV1_FIFO_CONFIG_OFFS)
#define EBI_DEV1_FLASH_CONF_ST_OFFS 0x00000114
#define EBI_DEV1_FLASH_CONF_... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
EBI_DEV1_ACK_RM_CNT_OFFS)
#define EBI_DEV2_DMA_EXT_ADDR_OFFS 0x00000200
#define EBI_DEV2_DMA_EXT_ADDR(base) ((base) + EBI_DEV2_DMA_EXT_ADDR_OFFS)
#define EBI_DEV2_EXT_ACC_OFFS 0x00000204
#define EBI_DEV2_EXT_ACC(base) ((base) + EBI_DEV2_EXT_ACC_OFFS)
#define EBI_DEV2_CONFIG1_OFFS 0x00000208
#define EBI_DEV2_CONFIG1... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
EBI_DEV2_TIM3_DMA2_OFFS)
#define EBI_DEV2_TIM4_UDMA1_OFFS 0x00000248
#define EBI_DEV2_TIM4_UDMA1(base) ((base) + EBI_DEV2_TIM4_UDMA1_OFFS)
#define EBI_DEV2_TIM4_UDMA2_OFFS 0x0000024C
#define EBI_DEV2_TIM4_UDMA2(base) ((base) + EBI_DEV2_TIM4_UDMA2_OFFS)
#define EBI_DEV2_ACK_RM_CNT_OFFS 0x00000250
#define EBI_DEV2_ACK_RM... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
3_TIM2_CFI_RD1_OFFS)
#define EBI_DEV3_TIM2_CFI_RD2_OFFS 0x0000033C
#define EBI_DEV3_TIM2_CFI_RD2(base) ((base) + EBI_DEV3_TIM2_CFI_RD2_OFFS)
#define EBI_DEV3_TIM3_DMA1_OFFS 0x00000340
#define EBI_DEV3_TIM3_DMA1(base) ((base) + EBI_DEV3_TIM3_DMA1_OFFS)
#define EBI_DEV3_TIM3_DMA2_OFFS 0x00000344
#define EBI_DEV3_TIM3_D... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
EBI_DEV4_TIM1_WR1_OFFS)
#define EBI_DEV4_TIM1_WR2_OFFS 0x00000430
#define EBI_DEV4_TIM1_WR2(base) ((base) + EBI_DEV4_TIM1_WR2_OFFS)
#define EBI_DEV4_TIM_EXT_OFFS 0x00000434
#define EBI_DEV4_TIM_EXT(base) ((base) + EBI_DEV4_TIM_EXT_OFFS)
#define EBI_DEV4_TIM2_CFI_RD1_OFFS 0x00000438
#define EBI_DEV4_TIM2_CFI_RD1(bas... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
NFIG2_OFFS 0x00000A14
#define EBI_GENIO2_CONFIG2(base) ((base) + EBI_GENIO2_CONFIG2_OFFS)
#define EBI_GENIO2_CONFIG3_OFFS 0x00000A18
#define EBI_GENIO2_CONFIG3(base) ((base) + EBI_GENIO2_CONFIG3_OFFS)
#define EBI_GENIO3_CONFIG1_OFFS 0x00000A20
#define EBI_GENIO3_CONFIG1(base) ((base) + EBI_GENIO3_CONFIG1_OFFS)
#defi... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
"description": "Debug clojure from the browser",
"fork": false,
"full_name": "prismofeverything/schmetterling",
"language": "JavaScript",
"updated_at": "2015-02-27T23:42:35.555182"
}
/*
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "Lic... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ConfigurableEnvironment environment) {
this(null, application, args, environment);
}
/**
* Create a new {@link ApplicationEnvironmentPreparedEvent} instance.
* @param bootstrapContext the bootstrap context
* @param application the current application
* @param args the arguments the application is runnin... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
01FFD000007FFE95100000000000EFFFFFFF1000000
0000006FFC000000BFFFFFD8000000000D7BFFFFF5000000
0000009FFF30000006EFFFFF9000000047003DFFF9000000
000000CFFFD100000005BFFFF0000000100000DFFC000000
000000EFFFFD20000000016AC70000000000007FFE000000
000000FFFFFFF60000000000000000000000006FFF000000
000000FFFFFFFFC2000000000000000... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ss=
Instructions=Instructions.txt
set_testmode=No
set_mif=No
SummaryText=
Department=
HomeURL=
Author=
Type=Database Application
InstallRoot=D:\My Installations\Executor Win32
Version=2.1pr11
InstallationGUID=18397a85-64ea-11d1-962e-00609734111f
set_level=Level 3
CurrentFileGroupDef=Default.fdf
Notes=Note... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
<linux/errno.h>
#include <linux/random.h>
#include <linux/rbtree.h>
#include <net/ip.h>
#include <net/ipv6.h>
#include <net/netlink.h>
#include <linux/netfilter.h>
#include <linux/netfilter/ipset/pfxlen.h>
#include <linux/netfilter/ipset/ip_set.h>
#include <linux/netfilter/ipset/ip_set_hash.h>
#define IPSET_TYPE_REV... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
hash_netiface
#define IP_SET_HASH_WITH_NETS
#define IP_SET_HASH_WITH_RBTREE
#define IP_SET_HASH_WITH_MULTI
#define IP_SET_HASH_WITH_NET0
#define STREQ(a, b) (strcmp(a, b) == 0)
/* IPv4 variant */
struct hash_netiface4_elem_hashed {
__be32 ip;
u8 physdev;
u8 cidr;
u8 nomatch;
u8 elem;
};
/* Member elements */
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ST_MASK 32
#define HKEY_DATALEN sizeof(struct hash_netiface4_elem_hashed)
#include "ip_set_hash_gen.h"
static int
hash_netiface4_kadt(struct ip_set *set, const struct sk_buff *skb,
const struct xt_action_param *par,
enum ipset_adt adt, struct ip_set_adt_opt *opt)
{
struct hash_netiface *h = set->data;
ip... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) ||
!ip_set_optattr_netorder(tb, IPSET_ATTR_PACKETS) ||
!ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) ||
!ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) ||
!ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) ||
!ip_set_optattr_netorder(tb,... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
tiface6_elem_hashed {
union nf_inet_addr ip;
u8 physdev;
u8 cidr;
u8 nomatch;
u8 elem;
};
struct hash_netiface6_elem {
union nf_inet_addr ip;
u8 physdev;
u8 cidr;
u8 nomatch;
u8 elem;
const char *iface;
};
/* Common functions */
static inline bool
hash_netiface6_data_equal(const struct hash_netiface6_elem... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ash_netiface6_kadt(struct ip_set *set, const struct sk_buff *skb,
const struct xt_action_param *par,
enum ipset_adt adt, struct ip_set_adt_opt *opt)
{
struct hash_netiface *h = set->data;
ipset_adtfn adtfn = set->variant->adt[adt];
struct hash_netiface6_elem e = {
.cidr = IP_SET_INIT_CIDR(h->nets[0].ci... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
, IPSET_ATTR_SKBQUEUE)))
return -IPSET_ERR_PROTOCOL;
if (unlikely(tb[IPSET_ATTR_IP_TO]))
return -IPSET_ERR_HASH_RANGE_UNSUPPORTED;
if (tb[IPSET_ATTR_LINENO])
*lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]);
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip) ||
ip_set_get_extensions(set, tb, &ext);
if (r... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
GS] = { .type = NLA_U32 },
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
[IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
[IPSET_ATTR_LINENO] = { .type = NLA_U32 },
[IPSET_ATTR_BYTES] = { .type = NLA_U64 },
[IPSET_ATTR_PACKETS] = { .type = NLA_U64 },
[IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
[IPSET_ATTR_SKB... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
"
app:layout_collapseMode="pin"
app:popupTheme="@style/PopupOverlay"/>
</android.support.design.widget.CollapsingToolbarLayout>
</android.support.design.widget.AppBarLayout>
<include layout="@layout/content_contour"/>
<android.support.design.widget.FloatingActionBu... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
UNITY_MATRIX_MVP, v.vertex);
o.uv = UnityStereoScreenSpaceUVAdjust(MultiplyUV (UNITY_MATRIX_TEXTURE0, v.texcoord), _MainTex_ST);
o.uvg = v.texcoord.xy * _GrainOffsetScale.zw + _GrainOffsetScale.xy;
o.uvs = v.texcoord.xy * _ScratchOffsetScale.zw + _ScratchOffsetScale.xy;
return o;
}
fixed4 frag (v2f i) : SV_Target
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
��',
preview : 'មើលសាកល្បង',
cut : 'កាត់យក',
copy : 'ចំលងយក',
paste : 'ចំលងដាក់',
print : 'បោះពុម្ភ',
underline : 'ដិតបន្ទាត់ពីក្រោមអក្សរ',
bold : 'អក្សរដិតធំ',
italic : 'អក្សរផ្តេក',
selectAll : 'ជ្រើសរើសទាំងអស់',
removeFormat : 'លប់ចោល ការរចនា',
strike : 'ដិតបន្ទាត់ពាក់កណ្តាលអក្សរ',
sub... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
�្វេង(RTL)',
langCode : 'លេខកូតភាសា',
longDescr : 'អធិប្បាយ URL វែង',
cssClass : 'Stylesheet Classes',
advisoryTitle : 'ចំណងជើង ប្រឹក្សា',
cssStyle : 'ម៉ូត',
ok : 'យល់ព្រម',
cancel : 'មិនយល់ព្រម',
close : 'Close', // MISSING
preview : 'Preview', // MISSING
generalTab : 'General', // MI... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
//... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
(Netscape)',
popupLeft : 'ទីតាំងខាងឆ្វេង',
popupTop : 'ទីតាំងខាងលើ',
id : 'Id', // MISSING
langDir : 'ទិសដៅភាសា',
langDirLTR : 'ពីឆ្វេងទៅស្តាំ(LTR)',
langDirRTL : 'ពីស្តាំទៅឆ្វេង(RTL)',
acccessKey : 'ឃី សំរាប់ចូល',
name : 'ឈ្មោះ',
langCode : 'ទិសដៅភាសា',
tabIndex : 'លេខ Tab',
advi... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
e a whole number.', // MISSING
circle : 'Circle', // MISSING
disc : 'Disc', // MISSING
square : 'Square', // MISSING
none : 'None', // MISSING
notset : '<not set>', // MISSING
armenian : 'Armenian numbering', // MISSING
georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
��្តីសង្ខេប',
headers : 'Headers', // MISSING
headersNone : 'None', // MISSING
headersColumn : 'First column', // MISSING
headersRow : 'First Row', // MISSING
headersBoth : 'Both', // MISSING
invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
invalidCols : 'Number of columns... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
MISSING
insertBefore : 'Insert Row Before', // MISSING
insertAfter : 'Insert Row After', // MISSING
deleteRow : 'លប់ជួរផ្តេក'
},
column :
{
menu : 'Column', // MISSING
insertBefore : 'Insert Column Before', // MISSING
insertAfter : 'Insert Column After', // MISSING
deleteColumn : 'លប់ជួ... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
'ជូរឈរ',
rows : 'ជូរផ្តេក'
},
// Text Field Dialog.
textfield :
{
title : 'ការកំណត់ជួរអត្ថបទ',
name : 'ឈ្មោះ',
value : 'តំលៃ',
charWidth : 'ទទឹង អក្សរ',
maxChars : 'អក្សរអតិបរិមា',
type : 'ប្រភេទ',
typeText : 'ពាក្យ',
typePass : 'ពាក្យសំងាត់'
},
// Hidden Field Dialog.
hidden :
{
titl... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
: 'លេងដោយស្វ័យប្រវត្ត',
chkLoop : 'ចំនួនដង',
chkMenu : 'បង្ហាញ មឺនុយរបស់ Flash',
chkFull : 'Allow Fullscreen', // MISSING
scale : 'ទំហំ',
scaleAll : 'បង្ហាញទាំងអស់',
scaleNoBorder : 'មិនបង្ហាញស៊ុម',
scaleFit : 'ត្រូវល្មម',
access : 'Script Access', // MISSING
accessAlways : 'Always', /... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
�ូរទៅ',
btnIgnore : 'មិនផ្លាស់ប្តូរ',
btnIgnoreAll : 'មិនផ្លាស់ប្តូរ ទាំងអស់',
btnReplace : 'ជំនួស',
btnReplaceAll : 'ជំនួសទាំងអស់',
btnUndo : 'សារឡើងវិញ',
noSuggestions : '- គ្មានសំណើរ -',
progress : 'កំពុងពិនិត្យអក្ខរាវិរុទ្ធ...',
noMispell : 'ការពិនិត្យអក្ខរាវិរុទ្ធបានចប់: គ្មានកំហុស',
noChan... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
:
{
title : 'ចំលងដាក់',
cutError : 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ\u200bមិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ កាត់អត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl/Cmd+X) ។',
copyError : 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ\u200bមិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ ចំលងអត្... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
,
title : 'ឯកសារគំរូ របស់អត្ថន័យ',
options : 'Template Options', // MISSING
insertOption : 'Replace actual contents', // MISSING
selectPromptMsg : 'សូមជ្រើសរើសឯកសារគំរូ ដើម្បីបើកនៅក្នុងកម្មវិធីតាក់តែងអត្ថបទ<br>(អត្ថបទនឹងបាត់បង់):',
emptyListMsg : '(ពុំមានឯកសារគំរូត្រូវបានកំណត់)'
},
showBlocks : 'Show Blo... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
វុង',
voiceLabel : 'Font', // MISSING
panelTitle : 'ហ្វុង'
},
fontSize :
{
label : 'ទំហំ',
voiceLabel : 'Font Size', // MISSING
panelTitle : 'ទំហំ'
},
colorButton :
{
textColorTitle : 'ពណ៌អក្សរ',
bgColorTitle : 'ពណ៌ផ្ទៃខាងក្រោយ',
panelTitle : 'Colors', // MISSING
auto : 'ស្វ័យប្រវត្ត',
m... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
T', // MISSING
disable : 'Disable SCAYT', // MISSING
about : 'About SCAYT', // MISSING
toggle : 'Toggle SCAYT', // MISSING
options : 'Options', // MISSING
langs : 'Languages', // MISSING
moreSuggestions : 'More suggestions', // MISSING
ignore : 'Ignore', // MISSING
ignoreAll : 'Ignore All',... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
: 'Unknown Object' // MISSING
},
resize : 'Drag to resize', // MISSING
colordialog :
{
title : 'Select color', // MISSING
options : 'Color Options', // MISSING
highlight : 'Highlight', // MISSING
selected : 'Selected Color', // MISSING
clear : 'Clear' // MISSING
},
toolbarCollapse : 'Collapse Toolb... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
��ស់រូបភាពខាងក្រោម',
bgFixed : 'ទំព័រក្រោមមិនប្តូរ',
txtColor : 'ពណ៌អក្សរ',
margin : 'ស៊ុមទំព័រ',
marginTop : 'លើ',
marginLeft : 'ឆ្វេង',
marginRight : 'ស្ដាំ',
marginBottom : 'ក្រោម',
metaKeywords : 'ពាក្យនៅក្នុងឯកសារ (ផ្តាច់ពីគ្នាដោយក្បៀស)',
metaDescription : 'សេចក្តីអត្ថាធិប្បាយអំពីឯកសារ',
metaAu... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
teger> streamSource3 =
DataStreamSource.fromCollection(context, Arrays.asList(1, 1));
streamSource1
.union(streamSource2, streamSource3)
.sink((SinkFunction<Integer>) value -> {
LOG.info("UnionStreamTest, sink: {}", value);
try {
if (!Files.exists(Paths.get(si... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
idgetLabel: "Wsadowe sprawdzanie pisowni",
unfound: "Nie znaleziono",
skip: "Pomiń",
skipAll: "Pomiń wszystko",
toDic: "Dodaj do słownika",
suggestions: "Propozycje",
replace: "Zastąp",
replaceWith: "Zastąp przez",
replaceAll: "Zastąp wszystko",
cancel: "Anuluj",
msg: "Nie znaleziono błędów pisowni",
iSkip: ... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
tatus = status;
),
TP_printk("xid=0x%08x fh_hash=0x%08x status=%d",
__entry->xid, __entry->fh_hash,
__entry->status)
)
#define DEFINE_NFSD_FH_ERR_EVENT(name) \
DEFINE_EVENT(nfsd_fh_err_class, nfsd_##name, \
TP_PROTO(struct svc_rqst *rqstp, \
struct svc_fh *fhp, \
int status), \
TP_ARGS(rqstp, fhp,... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ath, key->ex_path.dentry->d_name.name);
__assign_str(auth_domain, key->ex_client->name);
__entry->status = status;
),
TP_printk("path=%s domain=%s status=%d",
__get_str(path),
__get_str(auth_domain),
__entry->status
)
);
TRACE_EVENT(nfsd_export_update,
TP_PROTO(const struct svc_export *key),
TP_ARGS(key... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
TP_ARGS(rqstp, fhp, offset, status),
TP_STRUCT__entry(
__field(u32, xid)
__field(u32, fh_hash)
__field(loff_t, offset)
__field(int, status)
),
TP_fast_assign(
__entry->xid = be32_to_cpu(rqstp->rq_xid);
__entry->fh_hash = knfsd_fh_hash(&fhp->fh_handle);
__entry->offset = offset;
__entry->status = sta... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ENT(deleg_recall);
DECLARE_EVENT_CLASS(nfsd_stateseqid_class,
TP_PROTO(u32 seqid, const stateid_t *stp),
TP_ARGS(seqid, stp),
TP_STRUCT__entry(
__field(u32, seqid)
__field(u32, cl_boot)
__field(u32, cl_id)
__field(u32, si_id)
__field(u32, si_generation)
),
TP_fast_assign(
__entry->seqid = seqid;
__e... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
n,
const unsigned char *namedata),
TP_ARGS(nn, namelen, namedata),
TP_STRUCT__entry(
__field(unsigned long long, boot_time)
__field(unsigned int, namelen)
__dynamic_array(unsigned char, name, namelen)
),
TP_fast_assign(
__entry->boot_time = nn->boot_time;
__entry->namelen = namelen;
memcpy(__get_dyn... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
ably be fleshed out in the future. */
#define show_nf_may(val) \
__print_flags(val, "|", \
{ NFSD_MAY_READ, "READ" }, \
{ NFSD_MAY_WRITE, "WRITE" }, \
{ NFSD_MAY_NOT_BREAK_LEASE, "NOT_BREAK_LEASE" })
DECLARE_EVENT_CLASS(nfsd_file_class,
TP_PROTO(struct nfsd_file *nf),
TP_ARGS(nf),
TP_STRUCT__en... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
: 0;
__entry->nf_flags = nf ? nf->nf_flags : 0;
__entry->nf_may = nf ? nf->nf_may : 0;
__entry->nf_file = nf ? nf->nf_file : NULL;
__entry->status = be32_to_cpu(status);
),
TP_printk("xid=0x%x hash=0x%x inode=0x%p may_flags=%s ref=%d nf_flags=%s nf_may=%s nf_file=0x%p status=%u",
__entry->xid, __entry->h... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
DOIT, "DOIT" })
TRACE_EVENT(nfsd_drc_found,
TP_PROTO(
const struct nfsd_net *nn,
const struct svc_rqst *rqstp,
int result
),
TP_ARGS(nn, rqstp, result),
TP_STRUCT__entry(
__field(unsigned long long, boot_time)
__field(unsigned long, result)
__field(u32, xid)
),
TP_fast_assign(
__entry->boot_time = ... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
_field(u32, cl_id)
),
TP_fast_assign(
__entry->cl_boot = clp->cl_clientid.cl_boot;
__entry->cl_id = clp->cl_clientid.cl_id;
),
TP_printk("client %08x:%08x", __entry->cl_boot, __entry->cl_id)
)
TRACE_DEFINE_ENUM(NFSD4_CB_UP);
TRACE_DEFINE_ENUM(NFSD4_CB_UNKNOWN);
TRACE_DEFINE_ENUM(NFSD4_CB_DOWN);
TRACE_DEFINE_EN... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
const struct nfs4_client *clp,
const char *procedure
),
TP_ARGS(clp, procedure),
TP_STRUCT__entry(
__field(u32, cl_boot)
__field(u32, cl_id)
__string(procedure, procedure)
__array(unsigned char, addr, sizeof(struct sockaddr_in6))
),
TP_fast_assign(
__entry->cl_boot = clp->cl_clientid.cl_boot;
__entr... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
oup</string>
<key>Name</key>
<string>Editor</string>
</dict>
<dict>
<key>BundleLoadPath</key>
<string></string>
<key>MaxInstances</key>
<string>n</string>
<key>Module</key>
<string>XCTaskListModule</string>
<key>Name</key>
<string>Task List</string>
</dict>
<dict>
<key>BundleLoa... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
tring>
<key>MaxInstances</key>
<string>n</string>
<key>Module</key>
<string>PBXDebugBreakpointsModule</string>
<key>Name</key>
<string>Debug Breakpoints Tool</string>
</dict>
<dict>
<key>BundleLoadPath</key>
<string></string>
<key>MaxInstances</key>
<string>n</string>
<key>Module</k... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
</integer>
<key>Name</key>
<string>Default</string>
<key>Notifications</key>
<array/>
<key>OpenEditors</key>
<array/>
<key>PerspectiveWidths</key>
<array>
<integer>-1</integer>
<integer>-1</integer>
</array>
<key>Perspectives</key>
<array>
<dict>
<key>ChosenToolbarItems</key>
<array>
<string>... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
rtGroupTreeModuleOutlineStateKey_v7</key>
<dict>
<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
<array>
<string>29B97314FDCFA39411CA2CEA</string>
<string>29B97317FDCFA39411CA2CEA</string>
<string>8E7D47441128F52000B184C5</string>
<string>1C37FBAC04509CD000... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
toryCapacity</key>
<integer>0</integer>
<key>bookmark</key>
<string>8EE2C169139AA0F6007E4557</string>
<key>history</key>
<array>
<string>8EA3E27C112862FC00889321</string>
<string>8E312744113440B00096DE87</string>
<string>8E25E54B13901435... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
5F4</string>
<string>8EE2C16B139AA0F6007E4557</string>
<string>1CE0B20306471E060097A5F4</string>
<string>1CE0B20506471E060097A5F4</string>
</array>
<key>ToolbarConfigUserDefaultsMinorVersion</key>
<string>2</string>
<key>ToolbarConfiguration</key>
<string>xcode.toolbar.config.defaultV3</strin... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
y>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
<array>
<array>
<integer>0</integer>
</array>
</array>
<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
<string>{{0, 0}, {186, 337}}</string>
</dict>
<key>PBXTopSmartGroupGIDs</key>
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
dateMessage</key>
<string>The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. D... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
>1011</integer>
</dict>
<key>GeometryConfiguration</key>
<dict>
<key>Frame</key>
<string>{{0, 223}, {500, 236}}</string>
<key>RubberWindowFrame</key>
<string>528 408 500 500 0 0 1920 1058 </string>
</dict>
<key>Module</key>
<string>PBXBuildResult... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
, 0}, {316, 203}}</string>
<string>{{316, 0}, {378, 203}}</string>
</array>
</dict>
<key>VerticalSplitView</key>
<dict>
<key>_collapsingFrameDimension</key>
<real>0.0</real>
<key>_indexOfCollapsedView</key>
<integer>0</integer>
... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
81pt</string>
</dict>
</array>
<key>Proportion</key>
<string>381pt</string>
</dict>
</array>
<key>Name</key>
<string>Debugger</string>
<key>ServiceClasses</key>
<array>
<string>PBXDebugSessionModule</string>
</array>
<key>StatusbarIsVisible</key>
<true/>
<key>Tabl... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
<string>62 385 781 470 0 0 1440 878 </string>
</dict>
<key>Module</key>
<string>PBXNavigatorGroup</string>
<key>Proportion</key>
<string>781pt</string>
</dict>
</array>
<key>Proportion</key>
<string>50%</string>
</dict>
<dict>... | null | null | null | null | null | null | github_plus_top10pct_by_avg |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.