HomeSort by relevance Sort by last modified time
    Searched refs:exp1 (Results 1 - 25 of 45) sorted by null

1 2

  /external/libnetfilter_conntrack/src/expect/
compare.c 14 const struct nf_expect *exp1,
17 int (*cmp)(const struct nf_expect *exp1,
21 int a = test_bit(attr, exp1->set);
25 return cmp(exp1, exp2, flags);
29 test_bit(attr, exp1->set)) {
38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2,
41 return __cmp_orig((struct nf_conntrack *)&exp1->master,
46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2,
49 return __cmp_orig((struct nf_conntrack *)&exp1->expected,
54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2
    [all...]
api.c 103 * \param exp1 pointer to a valid expectation object
118 * if an attribute is present in exp1 but not in exp2, this function
126 int nfexp_cmp(const struct nf_expect *exp1, const struct nf_expect *exp2,
129 assert(exp1 != NULL);
132 return __cmp_expect(exp1, exp2, flags);
  /system/vold/tests/
VolumeManager_test.cpp 42 const char* exp1 = "d41d8cd98f00b204e9800998ecf8427e"; local
44 EXPECT_TRUE(VolumeManager::asecHash(exp1, (char*)NULL, sizeof(buffer)) == NULL && errno == ESPIPE)
46 EXPECT_TRUE(VolumeManager::asecHash(exp1, dst, 0) == NULL && errno == ESPIPE)
53 EXPECT_STREQ(exp1, dst)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 37 Word16 tmp, exp, ener1, exp1, ener2, exp2; local
41 ener1 = extract_h(Dot_product12_asm(exc, exc, L_subfr, &exp1));
43 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
45 exp1 = exp1 - (Q_exc + Q_exc);
50 exp1 = exp1 - exp - 10; /* 10 -> gain_pit Q14 to Q9 */
64 i = exp1 - exp2;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
voice_factor.cpp 127 int16 i, tmp, exp, ener1, exp1, ener2, exp2; local
130 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
131 exp1 = sub_int16(exp1, Q_exc << 1);
137 exp1 -= (exp + 10); /* 10 -> gain_pit Q14 to Q9 */
147 i = exp1 - exp2;
  /external/libtextclassifier/common/
fastexp.h 41 int32 exp1[1 << kBits]; member in struct:libtextclassifier::nlp_core::FastMathClass::Table
50 | cache_.exp1[x & kMask1];
  /external/ltp/testcases/realtime/func/pi-tests/
parse-testpi1.py 36 exp1= re.compile("pthread pol 0 pri 0")
41 if exp1.search(line) and exp2.search(prev_line)and exp3.search(prev_line):
parse-testpi2.py 37 exp1= re.compile("pthread pol 2 pri 10")
44 if exp1.search(line) and exp2.search(prev_line)and exp3.search(prev_line):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.c 138 int exp1 = 0; local
145 exp1 = exp1 * 10 + *(s++) - '0';
146 if (neg1) exp1 = -exp1;
147 e += exp1;
lparser.c 653 /* recfield -> (NAME | `['exp1`]') = exp1 */
911 case '[': { /* `[' exp1 `]' */
1272 static int exp1 (LexState *ls) { function
    [all...]
  /external/skia/third_party/lua/src/
lobject.c 138 int exp1 = 0; local
145 exp1 = exp1 * 10 + *(s++) - '0';
146 if (neg1) exp1 = -exp1;
147 e += exp1;
  /external/syslinux/com32/lua/src/
lobject.c 138 int exp1 = 0; local
145 exp1 = exp1 * 10 + *(s++) - '0';
146 if (neg1) exp1 = -exp1;
147 e += exp1;
  /external/libnetfilter_conntrack/include/internal/
prototypes.h 53 int __cmp_expect(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags);
  /cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
JvmtiTaggingTest.java 96 GetTaggedObjectsExpectation exp1 = new GetTaggedObjectsExpectation(18); local
97 getTaggedObjectsRun(null, false, false, exp1);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-s390.c 858 s390_exp_compare (expressionS *exp1, expressionS *exp2)
860 if (exp1->X_op != exp2->X_op)
863 switch (exp1->X_op)
867 return exp1->X_add_number == exp2->X_add_number;
877 return (exp1->X_add_symbol == exp2->X_add_symbol)
878 && (exp1->X_add_number == exp2->X_add_number);
899 return (exp1->X_add_symbol == exp2->X_add_symbol)
900 && (exp1->X_op_symbol == exp2->X_op_symbol)
901 && (exp1->X_add_number == exp2->X_add_number);
    [all...]
tc-msp430.c 496 expressionS exp1; local
598 exp1.X_op = O_constant;
599 exp1.X_add_number = abs_section_offset;
604 exp1.X_op = O_symbol;
605 exp1.X_add_symbol = symbol_temp_new_now ();
606 exp1.X_add_number = 0;
624 emit_expr (& exp1, 2);
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 402 def __init__(self, identifier=None, exp1=None, exp2=None):
404 self.exp1 = exp1
665 lower = int(env.EvalExp(node.exp1))
  /external/googletest/googletest/scripts/
pump.py 402 def __init__(self, identifier=None, exp1=None, exp2=None):
404 self.exp1 = exp1
665 lower = int(env.EvalExp(node.exp1))
  /external/protobuf/gtest/scripts/
pump.py 393 def __init__(self, identifier=None, exp1=None, exp2=None):
395 self.exp1 = exp1
658 lower = int(env.EvalExp(node.exp1))
  /external/v8/testing/gtest/scripts/
pump.py 402 def __init__(self, identifier=None, exp1=None, exp2=None):
404 self.exp1 = exp1
665 lower = int(env.EvalExp(node.exp1))
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 402 def __init__(self, identifier=None, exp1=None, exp2=None):
404 self.exp1 = exp1
665 lower = int(env.EvalExp(node.exp1))
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 348 List<Object> exp1 = list((Object) 1, "3"); local
354 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
  /prebuilts/go/darwin-x86/src/math/
exp.go 175 // exp1 returns e**r × 2**k where r = hi - lo and |r| ? ln(2)/2.
  /prebuilts/go/linux-x86/src/math/
exp.go 175 // exp1 returns e**r × 2**k where r = hi - lo and |r| ? ln(2)/2.
  /build/soong/androidmk/cmd/androidmk/
android.go 488 exp1, ok := value.(*bpparser.Operator)
493 exp2, ok := exp1.Args[0].(*bpparser.Operator)
507 s, ok := exp1.Args[1].(*bpparser.String)

Completed in 1679 milliseconds

1 2