/external/libxaac/decoder/ |
ixheaacd_bit_extract.h | 57 VOID usac_past_tw(ia_usac_data_struct *usac_data, WORD32 mod0, WORD32 i, 61 WORD32 k, WORD32 mod0);
|
ixheaacd_acelp_bitparse.c | 498 WORD32 mod0) { 519 if (!td_frame_prev && (mod0 == 0)) { 523 } else if (!td_frame_prev && (mod0 > 0)) { 530 if (!td_frame_prev && (mod0 == 0)) { 546 if (!td_frame_prev && (mod0 == 0)) {
|
ixheaacd_main.h | 200 VOID ixheaacd_td_frm_dec(ia_usac_data_struct *usac_data, WORD32 k, WORD32 mod0);
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/ |
elftobin.sh | 50 mod0=`expr ${size_sec[${i}]} % 4` 51 nbytes=`expr 4 - $mod0`
|
/external/icu/icu4c/source/test/intltest/ |
numbertest_modifiers.cpp | 28 ConstantAffixModifier mod0(u"", u"", UNUM_PERCENT_FIELD, true); 29 assertModifierEquals(mod0, 0, true, u"|", u"n", status);
|
/external/syzkaller/pkg/ifuzz/gen/ |
gen.go | 147 mod0 := insn.Mod 154 if insn.Mod != mod0 { 159 insn.Mod = mod0
|
/external/python/cpython3/Lib/test/ |
test_imp.py | 242 mod0 = imp.load_dynamic(m, pathname) 245 self.assertEqual(mod0.__name__, m)
|
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 149 constexpr int mod0 = 3 % 0; // expected-error {{constant expression}} expected-note {{division by zero}} expected-warning {{undefined}} member in namespace:UndefinedBehavior
|