Home
last modified time | relevance | path

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

12345678910>>...26

/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.c67 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.c78 static int exp_parse_ip(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_ip()
133 static int exp_parse_proto(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_proto()
165 static int exp_parse_tuple(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_tuple()
189 static int exp_parse_nat(struct nfnl_exp *exp, struct nlattr *attr) in exp_parse_nat()
227 struct nfnl_exp *exp; in nfnlmsg_exp_parse() local
298 struct nfnl_exp *exp; in exp_msg_parser() local
350 static int nfnl_exp_build_tuple(struct nl_msg *msg, const struct nfnl_exp *exp, in nfnl_exp_build_tuple()
423 static int nfnl_exp_build_nat(struct nl_msg *msg, const struct nfnl_exp *exp) in nfnl_exp_build_nat()
445 static int nfnl_exp_build_message(const struct nfnl_exp *exp, int cmd, int flags, in nfnl_exp_build_message()
502 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.c26 struct nfnl_exp *exp; in nl_cli_exp_alloc() local
40 void nl_cli_exp_parse_family(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_family()
52 void nl_cli_exp_parse_timeout(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_timeout()
58 void nl_cli_exp_parse_id(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_id()
64 void nl_cli_exp_parse_helper_name(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_helper_name()
69 void nl_cli_exp_parse_zone(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_zone()
75 void nl_cli_exp_parse_flags(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_flags()
81 void nl_cli_exp_parse_class(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_class()
87 void nl_cli_exp_parse_nat_dir(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_nat_dir()
93 void nl_cli_exp_parse_fn(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_fn()
[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.cc35 DummyExperiment exp(""); in TEST() local
41 DummyExperiment exp("t:300kbps,b:5bytes,p:300ms"); in TEST() local
47 DummyExperiment exp("t:300,b:5,p:300"); in TEST() local
53 DummyExperiment exp("t:inf,p:inf"); in TEST() local
58 DummyExperiment exp("t:300bps,p:0.3 seconds,b:8 bytes"); in TEST() local
Dfield_trial_parser_unittest.cc51 DummyExperiment exp("Enabled,f:-1.7,r:2,s:10,p:1,h:x7c"); in TEST() local
64 DummyExperiment exp; in TEST() local
73 DummyExperiment exp(""); in TEST() local
82 DummyExperiment exp("p:true,h:,Enabled"); in TEST() local
100 DummyExperiment exp("Disabled,r:-11,foo"); in TEST() local
106 DummyExperiment exp("Enabled,f,p:,r:%,,s:-1,:foo,h"); 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
/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/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/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/quiche/src/
Doctets.rs970 let exp = [0xc2, 0x19, 0x7c, 0x5e, 0xff, 0x14, 0xe8, 0x8c]; in put_varint() localVariable
980 let exp = [0x9d, 0x7f, 0x3e, 0x7d]; in put_varint() localVariable
990 let exp = [0x7b, 0xbd]; in put_varint() localVariable
1000 let exp = [0x25]; in put_varint() localVariable
1010 let exp = [0; 3]; in put_varint() localVariable
1054 let exp = [ in put_u() localVariable
1077 let exp = [0xa, 0xb, 0xc, 0xd, 0xe]; in put_bytes() localVariable
1156 let exp = b"hello".to_vec(); in slice() localVariable
1162 let exp = b"".to_vec(); in slice() localVariable
1170 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
/external/libgsm/src/
Drpe.c228 word exp, mant; variable
268 word exp, mant; variable
460 word mant, exp; variable
481 word exp, mant; variable
/external/armnn/src/backends/reference/workloads/
DExp.hpp13 struct exp : public std::unary_function<T, T> struct
16 operator () (const T& inputData) const in operator ()()
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc128 static constexpr int ChunksNeeded(int exp) { in ChunksNeeded()
138 static void RunConversion(uint128 v, int exp, in RunConversion()
175 BinaryToDecimal(absl::Span<uint32_t> data, uint128 v, int exp) : data_(data) { in BinaryToDecimal()
247 uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) { in RunConversion()
303 FractionalDigitGenerator(absl::Span<uint32_t> data, uint128 v, int exp) in FractionalDigitGenerator()
376 char *PrintFractionalDigitsFast(uint64_t v, char *start, int exp, in PrintFractionalDigitsFast()
405 char *PrintFractionalDigitsFast(uint128 v, char *start, int exp, in PrintFractionalDigitsFast()
510 void FormatFFast(Int v, int exp, const FormatState &state) { in FormatFFast()
567 void FormatFPositiveExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFPositiveExpSlow()
595 void FormatFNegativeExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFNegativeExpSlow()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc128 static constexpr int ChunksNeeded(int exp) { in ChunksNeeded()
138 static void RunConversion(uint128 v, int exp, in RunConversion()
175 BinaryToDecimal(absl::Span<uint32_t> data, uint128 v, int exp) : data_(data) { in BinaryToDecimal()
247 uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) { in RunConversion()
303 FractionalDigitGenerator(absl::Span<uint32_t> data, uint128 v, int exp) in FractionalDigitGenerator()
376 char *PrintFractionalDigitsFast(uint64_t v, char *start, int exp, in PrintFractionalDigitsFast()
405 char *PrintFractionalDigitsFast(uint128 v, char *start, int exp, in PrintFractionalDigitsFast()
510 void FormatFFast(Int v, int exp, const FormatState &state) { in FormatFFast()
567 void FormatFPositiveExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFPositiveExpSlow()
595 void FormatFNegativeExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFNegativeExpSlow()
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dfloat_conversion.cc122 static constexpr int ChunksNeeded(int exp) { in ChunksNeeded()
132 static void RunConversion(uint128 v, int exp, in RunConversion()
169 BinaryToDecimal(absl::Span<uint32_t> data, uint128 v, int exp) : data_(data) { in BinaryToDecimal()
241 uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) { in RunConversion()
297 FractionalDigitGenerator(absl::Span<uint32_t> data, uint128 v, int exp) in FractionalDigitGenerator()
371 char *PrintFractionalDigitsFast(uint64_t v, char *start, int exp, in PrintFractionalDigitsFast()
400 char *PrintFractionalDigitsFast(uint128 v, char *start, int exp, in PrintFractionalDigitsFast()
505 void FormatFFast(Int v, int exp, const FormatState &state) { in FormatFFast()
562 void FormatFPositiveExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFPositiveExpSlow()
590 void FormatFNegativeExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFNegativeExpSlow()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc128 static constexpr int ChunksNeeded(int exp) { in ChunksNeeded()
138 static void RunConversion(uint128 v, int exp, in RunConversion()
175 BinaryToDecimal(absl::Span<uint32_t> data, uint128 v, int exp) : data_(data) { in BinaryToDecimal()
247 uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) { in RunConversion()
303 FractionalDigitGenerator(absl::Span<uint32_t> data, uint128 v, int exp) in FractionalDigitGenerator()
376 char *PrintFractionalDigitsFast(uint64_t v, char *start, int exp, in PrintFractionalDigitsFast()
405 char *PrintFractionalDigitsFast(uint128 v, char *start, int exp, in PrintFractionalDigitsFast()
510 void FormatFFast(Int v, int exp, const FormatState &state) { in FormatFFast()
567 void FormatFPositiveExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFPositiveExpSlow()
595 void FormatFNegativeExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFNegativeExpSlow()
[all …]

12345678910>>...26