Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/external/libnetfilter_conntrack/src/expect/
Dgetter.c12 static const void *get_exp_attr_master(const struct nf_expect *exp) in get_exp_attr_master()
17 static const void *get_exp_attr_expected(const struct nf_expect *exp) in get_exp_attr_expected()
22 static const void *get_exp_attr_mask(const struct nf_expect *exp) in get_exp_attr_mask()
27 static const void *get_exp_attr_timeout(const struct nf_expect *exp) in get_exp_attr_timeout()
32 static const void *get_exp_attr_zone(const struct nf_expect *exp) in get_exp_attr_zone()
37 static const void *get_exp_attr_flags(const struct nf_expect *exp) in get_exp_attr_flags()
42 static const void *get_exp_attr_class(const struct nf_expect *exp) in get_exp_attr_class()
47 static const void *get_exp_attr_helper_name(const struct nf_expect *exp) in get_exp_attr_helper_name()
52 static const void *get_exp_attr_nat_dir(const struct nf_expect *exp) in get_exp_attr_nat_dir()
57 static const void *get_exp_attr_nat_tuple(const struct nf_expect *exp) in get_exp_attr_nat_tuple()
[all …]
Dsetter.c12 static void set_exp_attr_master(struct nf_expect *exp, const void *value) in set_exp_attr_master()
17 static void set_exp_attr_expected(struct nf_expect *exp, const void *value) in set_exp_attr_expected()
22 static void set_exp_attr_mask(struct nf_expect *exp, const void *value) in set_exp_attr_mask()
27 static void set_exp_attr_timeout(struct nf_expect *exp, const void *value) in set_exp_attr_timeout()
32 static void set_exp_attr_zone(struct nf_expect *exp, const void *value) in set_exp_attr_zone()
37 static void set_exp_attr_flags(struct nf_expect *exp, const void *value) in set_exp_attr_flags()
42 static void set_exp_attr_class(struct nf_expect *exp, const void *value) in set_exp_attr_class()
47 static void set_exp_attr_helper_name(struct nf_expect *exp, const void *value) in set_exp_attr_helper_name()
53 static void set_exp_attr_nat_dir(struct nf_expect *exp, const void *value) in set_exp_attr_nat_dir()
58 static void set_exp_attr_nat_tuple(struct nf_expect *exp, const void *value) in set_exp_attr_nat_tuple()
[all …]
Dapi.c30 struct nf_expect *exp; in nfexp_new() local
45 void nfexp_destroy(struct nf_expect *exp) in nfexp_destroy()
56 size_t nfexp_sizeof(const struct nf_expect *exp) in nfexp_sizeof()
88 struct nf_expect *nfexp_clone(const struct nf_expect *exp) in nfexp_clone()
160 struct nf_expect *exp, in nfexp_callback_register()
235 struct nf_expect *exp, in nfexp_callback_register2()
308 void nfexp_set_attr(struct nf_expect *exp, in nfexp_set_attr()
330 void nfexp_set_attr_u8(struct nf_expect *exp, in nfexp_set_attr_u8()
343 void nfexp_set_attr_u16(struct nf_expect *exp, in nfexp_set_attr_u16()
356 void nfexp_set_attr_u32(struct nf_expect *exp, in nfexp_set_attr_u32()
[all …]
Dbuild.c14 const struct nf_expect *exp) in __build_timeout()
20 const struct nf_expect *exp) in __build_zone()
26 size_t size, const struct nf_expect *exp) in __build_flags()
33 const struct nf_expect *exp) in __build_class()
39 const struct nf_expect *exp) in __build_helper_name()
46 size_t size, const struct nf_expect *exp) in __build_expectfn()
57 const struct nf_expect *exp) in __build_expect()
Dsnprintf_default.c14 const struct nf_expect *exp) in __snprintf_expect_timeout()
24 const struct nf_expect *exp) in __snprintf_expect_class()
34 const struct nf_expect *exp) in __snprintf_expect_proto()
42 const struct nf_expect *exp, in __snprintf_expect_default()
Dsnprintf_xml.c54 const struct nf_expect *exp, unsigned int flags) in snprintf_expect_meta_xml()
120 snprintf_expect_layer3_xml(char *buf, size_t len, const struct nf_expect *exp) in snprintf_expect_layer3_xml()
180 snprintf_expect_layer4_xml(char *buf, size_t len, const struct nf_expect *exp) in snprintf_expect_layer4_xml()
240 const struct nf_expect *exp, in __snprintf_expect_xml()
/external/libnl/lib/netfilter/
Dexp_obj.c60 struct nfnl_exp *exp = (struct nfnl_exp *) c; in exp_free_data() local
173 static void dump_icmp(struct nl_dump_params *p, struct nfnl_exp *exp, int tuple) in dump_icmp()
185 static void exp_dump_tuples(struct nfnl_exp *exp, struct nl_dump_params *p) in exp_dump_tuples()
228 struct nfnl_exp *exp = (struct nfnl_exp *) a; in exp_dump_line() local
239 struct nfnl_exp *exp = (struct nfnl_exp *) a; in exp_dump_details() local
417 void nfnl_exp_get(struct nfnl_exp *exp) in nfnl_exp_get()
422 void nfnl_exp_put(struct nfnl_exp *exp) in nfnl_exp_put()
434 void nfnl_exp_set_family(struct nfnl_exp *exp, uint8_t family) in nfnl_exp_set_family()
440 uint8_t nfnl_exp_get_family(const struct nfnl_exp *exp) in nfnl_exp_get_family()
448 void nfnl_exp_set_flags(struct nfnl_exp *exp, uint32_t flags) in nfnl_exp_set_flags()
[all …]
Dexp.c71 static int exp_parse_ip(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_ip()
126 static int exp_parse_proto(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_proto()
158 static int exp_parse_tuple(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_tuple()
182 static int exp_parse_nat(struct nfnl_exp *exp, struct nlattr *attr) in exp_parse_nat()
220 struct nfnl_exp *exp; in nfnlmsg_exp_parse() local
291 struct nfnl_exp *exp; in exp_msg_parser() local
343 static int nfnl_exp_build_tuple(struct nl_msg *msg, const struct nfnl_exp *exp, in nfnl_exp_build_tuple()
416 static int nfnl_exp_build_nat(struct nl_msg *msg, const struct nfnl_exp *exp) in nfnl_exp_build_nat()
437 static int nfnl_exp_build_message(const struct nfnl_exp *exp, int cmd, int flags, in nfnl_exp_build_message()
494 int nfnl_exp_build_add_request(const struct nfnl_exp *exp, int flags, in nfnl_exp_build_add_request()
[all …]
/external/libnl/src/lib/
Dexp.c19 struct nfnl_exp *exp; in nl_cli_exp_alloc() local
33 void nl_cli_exp_parse_family(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_family()
45 void nl_cli_exp_parse_timeout(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_timeout()
51 void nl_cli_exp_parse_id(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_id()
57 void nl_cli_exp_parse_helper_name(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_helper_name()
62 void nl_cli_exp_parse_zone(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_zone()
68 void nl_cli_exp_parse_flags(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_flags()
74 void nl_cli_exp_parse_class(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_class()
80 void nl_cli_exp_parse_nat_dir(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_nat_dir()
86 void nl_cli_exp_parse_fn(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_fn()
[all …]
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMDecoder.java75 public short decodeArray(short exp, byte[] buffer, short startOff, short length) { in decodeArray()
97 private short decode(short exp) { in decode()
144 private short decodeTag(short tagType, short exp) { in decodeTag()
169 private short decodeVerificationToken(short exp) { in decodeVerificationToken()
174 private short decodeHwAuthToken(short exp) { in decodeHwAuthToken()
179 private short decodeHmacSharingParam(short exp) { in decodeHmacSharingParam()
184 private short decodeKeyChar(short exp) { in decodeKeyChar()
189 private short decodeCosePairKey(short exp) { in decodeCosePairKey()
204 private short decodeCosePairSimpleValueTag(short exp) { in decodeCosePairSimpleValueTag()
210 private short decodeCosePairIntegerValueTag(short exp) { in decodeCosePairIntegerValueTag()
[all …]
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMDecoder.java75 public short decodeArray(short exp, byte[] buffer, short startOff, short length) { in decodeArray()
97 private short decode(short exp) { in decode()
144 private short decodeTag(short tagType, short exp) { in decodeTag()
169 private short decodeVerificationToken(short exp) { in decodeVerificationToken()
174 private short decodeHwAuthToken(short exp) { in decodeHwAuthToken()
179 private short decodeHmacSharingParam(short exp) { in decodeHmacSharingParam()
184 private short decodeKeyChar(short exp) { in decodeKeyChar()
189 private short decodeCosePairKey(short exp) { in decodeCosePairKey()
204 private short decodeCosePairSimpleValueTag(short exp) { in decodeCosePairSimpleValueTag()
210 private short decodeCosePairIntegerValueTag(short exp) { in decodeCosePairIntegerValueTag()
[all …]
/external/armnn/src/backends/reference/workloads/
DExp.hpp13 struct exp struct
15 typedef T result_type;
16 typedef T argument_type;
19 operator () (const T& inputData) const in operator ()()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DMultilineRecursiveToStringStyleTest.java60 final String exp = getClassPrefix(customer) + "[" + LS in nestedElements() local
96 final String exp = getExpectedToString(wa, WithArraysTestType.NONE, ""); in noArray() local
104 final String exp = getExpectedToString( in boolArray() local
118 final String exp = getExpectedToString( in byteArray() local
131 final String exp = getExpectedToString( in charArray() local
144 final String exp = getExpectedToString( in intArray() local
157 final String exp = getExpectedToString( in doubleArray() local
170 final String exp = getExpectedToString( in floatArray() local
183 final String exp = getExpectedToString( in longArray() local
196 final String exp = getExpectedToString( in stringArray() local
[all …]
/external/drm_hwcomposer/.ci/android_headers/cutils/
Dcompiler.h26 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
27 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
29 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
30 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
/external/webrtc/rtc_base/experiments/
Dfield_trial_units_unittest.cc36 DummyExperiment exp(""); in TEST() local
42 DummyExperiment exp("t:300kbps,b:5bytes,p:300ms"); in TEST() local
48 DummyExperiment exp("t:300,b:5,p:300"); in TEST() local
54 DummyExperiment exp("t:inf,p:inf"); in TEST() local
59 DummyExperiment exp("t:300bps,p:0.3 seconds,b:8 bytes"); in TEST() local
Dquality_rampup_experiment_unittest.cc58 auto exp = QualityRampupExperiment::ParseSettings(); in TEST_F() local
75 auto exp = QualityRampupExperiment::ParseSettings(); in TEST_F() local
91 auto exp = QualityRampupExperiment::ParseSettings(); in TEST_F() local
105 auto exp = QualityRampupExperiment::ParseSettings(); in TEST_F() local
124 auto exp = QualityRampupExperiment::ParseSettings(); in TEST_F() local
Dfield_trial_parser_unittest.cc53 DummyExperiment exp("Enabled,f:-1.7,r:2,s:10,p:1,h:x7c"); in TEST() local
66 DummyExperiment exp; in TEST() local
75 DummyExperiment exp(""); in TEST() local
84 DummyExperiment exp("p:true,h:,Enabled"); in TEST() local
102 DummyExperiment exp("Disabled,r:-11,foo"); in TEST() local
108 DummyExperiment exp("Enabled,f,p:,r:%,,s:-1,:foo,h"); in TEST() local
/external/icu/libicu/cts_headers/
Duassert.h33 # define U_ASSERT(exp) assert(exp) argument
35 # define U_ASSERT(exp) (void)0 argument
37 # define U_ASSERT(exp) argument
/external/icu/icu4c/source/common/
Duassert.h33 # define U_ASSERT(exp) assert(exp) argument
35 # define U_ASSERT(exp) (void)0 argument
37 # define U_ASSERT(exp) argument
/external/cronet/third_party/icu/source/common/
Duassert.h33 # define U_ASSERT(exp) assert(exp) argument
35 # define U_ASSERT(exp) (void)0 argument
37 # define U_ASSERT(exp) argument
/external/deqp/external/openglcts/modules/common/
DglcMisc.cpp50 unsigned int exp; in floatToHalfFloat() local
111 unsigned int exp; in floatToUnisgnedF11() local
192 unsigned int exp; in floatToUnisgnedF10() local
261 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); in halfFloatToFloat() local
311 unsigned int exp = (unsigned int)(f11 & FLOAT11_MAX_BIASED_EXP); in unsignedF11ToFloat() local
361 unsigned int exp = (unsigned int)(f10 & FLOAT10_MAX_BIASED_EXP); in unsignedF10ToFloat() local
/external/pdfium/xfa/fxfa/formcalc/
Dcxfa_fmexpression_unittest.cpp23 auto* exp = cppgc::MakeGarbageCollected<CXFA_FMIdentifierExpression>( in TEST_F() local
59 auto* exp = cppgc::MakeGarbageCollected<CXFA_FMStringExpression>( in TEST_F() local
69 auto* exp = cppgc::MakeGarbageCollected<CXFA_FMStringExpression>( in TEST_F() local
79 auto* exp = cppgc::MakeGarbageCollected<CXFA_FMStringExpression>( in TEST_F() local
90 auto* exp = cppgc::MakeGarbageCollected<CXFA_FMStringExpression>( in TEST_F() local
100 auto* exp = cppgc::MakeGarbageCollected<CXFA_FMStringExpression>( in TEST_F() local
/external/flatbuffers/tests/
Dtest_assert.h19 #define TEST_EQ(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, "") argument
22 #define TEST_EQ_STR(exp, val) TestEqStr(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, "… argument
26 …#define TEST_EQ_FUNC(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, __… argument
29 …#define TEST_EQ_FUNC(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, __… argument
/external/rust/crates/octets/src/
Dlib.rs977 let exp = [0xc2, 0x19, 0x7c, 0x5e, 0xff, 0x14, 0xe8, 0x8c]; in put_varint() localVariable
987 let exp = [0x9d, 0x7f, 0x3e, 0x7d]; in put_varint() localVariable
997 let exp = [0x7b, 0xbd]; in put_varint() localVariable
1007 let exp = [0x25]; in put_varint() localVariable
1017 let exp = [0; 3]; in put_varint() localVariable
1061 let exp = [ in put_u() localVariable
1084 let exp = [0xa, 0xb, 0xc, 0xd, 0xe]; in put_bytes() localVariable
1163 let exp = b"hello".to_vec(); in slice() localVariable
1169 let exp = b"".to_vec(); in slice() localVariable
1177 let exp = b"world".to_vec(); in slice() localVariable
[all …]
/external/rust/crates/num-bigint/src/biguint/
Dpower.rs225 let exp = vec![0, 0b1]; in test_plain_modpow() localVariable
230 let exp = vec![0, 0b10]; in test_plain_modpow() localVariable
235 let exp = vec![0, 0b110010]; in test_plain_modpow() localVariable
240 let exp = vec![0b1, 0b1]; in test_plain_modpow() localVariable
245 let exp = vec![0b1100, 0, 0b1]; in test_plain_modpow() localVariable

12345678910>>...33