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

1 2

  /external/pcre/dist2/src/
pcre2_jit_test.c 120 #define MU (PCRE2_MULTILINE | PCRE2_UTF)
155 { MU, A, 0, 0, "AbC", "AbAbC" },
156 { MU, A, 0, 0, "ACCEPT", "AACACCACCEACCEPACCEPTACCEPTT" },
163 { MU, A, 0, 0, "[^a]", "aaa\xc3\xa1#Ab" },
165 { MU, A, 0, 0, "\\W(\\W)?\\w", "\r\n+bc" },
166 { MU, A, 0, 0, "\\W(\\W)?\\w", "\n\r+bc" },
167 { MU, A, 0, 0, "\\W(\\W)?\\w", "\r\r+bc" },
168 { MU, A, 0, 0, "\\W(\\W)?\\w", "\n\n+bc" },
169 { MU, A, 0, 0, "[axd]", "sAXd" },
172 { MU, A, 0, 0, "[a-dA-C]", "\xe6\x92\xad\xc3\xa9.B" }
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 369 // 3. MU.Lock() a. write(GLOB)
370 // b. MU.Lock()
373 // 4. while(COND) / e. MU.Unlock()
374 // CV.Wait(MU) <---/
375 // 5. MU.Unlock()
377 Mutex MU;
383 MU.Lock();
386 MU.Unlock();
394 MU.Lock();
396 CV.Wait(&MU);
4170 Mutex mu; member in namespace:test86
4243 Mutex mu; member in namespace:test87
4824 Mutex mu; member in namespace:test99
5325 Mutex mu; member in namespace:test111
5382 Mutex mu; member in namespace:test112
5505 Mutex mu; member in namespace:test115
5719 static Mutex mu; member in namespace:test121
5760 RWLock mu; member in namespace:test122
5979 RWLock mu; member in namespace:test125
6051 Mutex mu; member in namespace:test127
6071 Mutex mu; member in namespace:test128
6256 Mutex mu; member in namespace:test134
6332 pthread_mutex_t mu; local
6442 Mutex mu; member in namespace:test140
7174 static Mutex mu; member in namespace:test400
7506 Mutex mu[N_MUTEXES]; local
7667 Mutex * mu = new Mutex(); local
7672 Mutex * mu = mu_list[i]; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c 177 { "add3", LONG_L, 1, MU, SEQ|WCAR, 0x1000000, 0x3f000000, { RDST, RSRC, NUM16 } },
184 { "and3", LONG_L, 1, MU, SEQ, 0x6000000, 0x3f000000, { RDST, RSRC, NUM16 } },
187 { "bl.s", SHORT_B, 3, MU, ALONE|BRANCH_LINK|PAR, 0x4900, 0x7f00, { ANUM8 } },
188 { "bl.l", LONG_B, 3, MU, BRANCH_LINK|SEQ, 0x24800000, 0x3fff0000, { ANUM16 } },
191 { "bra.s", SHORT_B, 3, MU, ALONE|BRANCH|PAR, 0x4800, 0x7f00, { ANUM8 } },
192 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } },
194 { "brf0f.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4a00, 0x7f00, { ANUM8 } },
195 { "brf0f.l", LONG_B, 3, MU, SEQ, 0x25000000, 0x3fff0000, { ANUM16 } },
197 { "brf0t.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4b00, 0x7f00, { ANUM8 } },
198 { "brf0t.l", LONG_B, 3, MU, SEQ, 0x25800000, 0x3fff0000, { ANUM16 } }
    [all...]
d30v-opc.c 228 { "bra", BRA, 0, { SHORT_B1, SHORT_B2r, LONG_Ur }, MU, FLAG_JMP, 0, RELOC_PCREL },
229 { "bratnz", BRA, 0x4, { SHORT_B3br, LONG_2br }, MU, FLAG_JMP, 0, RELOC_PCREL },
230 { "bratzr", BRA, 0x4, { SHORT_B3r, LONG_2r }, MU, FLAG_JMP, 0, RELOC_PCREL },
232 { "bsr", BRA, 0x2, { SHORT_B1, SHORT_B2r, LONG_Ur }, MU, FLAG_JSR, 0, RELOC_PCREL },
233 { "bsrtnz", BRA, 0x6, { SHORT_B3br, LONG_2br }, MU, FLAG_JSR, 0, RELOC_PCREL },
234 { "bsrtzr", BRA, 0x6, { SHORT_B3r, LONG_2r }, MU, FLAG_JSR, 0, RELOC_PCREL },
238 { "dbra", BRA, 0x10, { SHORT_B3r, LONG_2r }, MU, FLAG_JMP | FLAG_DELAY, FLAG_RP, RELOC_PCREL },
239 { "dbrai", BRA, 0x14, { SHORT_D2r, LONG_Dr }, MU, FLAG_JMP | FLAG_DELAY, FLAG_RP, RELOC_PCREL },
240 { "dbsr", BRA, 0x12, { SHORT_B3r, LONG_2r }, MU, FLAG_JSR | FLAG_DELAY, FLAG_RP, RELOC_PCREL },
241 { "dbsri", BRA, 0x16, { SHORT_D2r, LONG_Dr }, MU, FLAG_JSR | FLAG_DELAY, FLAG_RP, RELOC_PCREL }
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst.h 88 #define MU 26214 /* Factor for tilt compensation filter 0.8 */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
qpisf_2s.cpp 94 #define MU 10923 /* Prediction factor (1.0/3.0) in Q15 */
171 isf_q[i] += ((int32)MU * past_isfq[i]) >> 15;
210 tmp = add_int16(ref_isf[i], mult_int16(past_isfq[i], MU)); /* predicted ISF */
265 isf_q[i] = add_int16(isf_q[i], mult_int16(MU, past_isfq[i]));
305 tmp = add_int16(ref_isf[i], mult_int16(past_isfq[i], MU)); /* predicted ISF */
  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 65 #define MU 2
d30v.h 134 #define MU 2
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
qpisf_2s.c 32 #define MU 10923 /* Prediction factor (1.0/3.0) in Q15 */
73 isf[i] = vo_sub(isf[i], vo_mult(MU, past_isfq[i]));
163 isf[i] = vo_sub(isf[i], vo_mult(MU, past_isfq[i]));
266 isf_q[i] = add1(isf_q[i], vo_mult(MU, past_isfq[i]));
302 tmp = add1(ref_isf[i], vo_mult(past_isfq[i], MU)); /* predicted ISF */
359 isf_q[i] = add1(isf_q[i], vo_mult(MU, past_isfq[i]));
396 tmp = add1(ref_isf[i], vo_mult(past_isfq[i], MU)); /* predicted ISF */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
bittest.s 6 # will fail in IU only occasionally. Thus GAS should pack them in MU for
bittest.l 15 6 # will fail in IU only occasionally. Thus GAS should pack them in MU for
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
fp_cvt_int.s 85 do_fcvt MU, \fbits, \reg
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.cpp 294 (2) tilt compensation filtering; 1 - MU*k*z^-1
391 temp2 = mult (temp2, MU);
547 L_tmp = (((Word32) temp2) * MU) >> 15;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 843 || (op1->unit == MU && op2->unit == MU))
991 else if (opcode2->unit == MU)
1016 else if (opcode2->unit == MU)
1018 if (opcode1->unit == MU)
1019 as_fatal (_("Two MU instructions may not be executed in parallel"));
1032 else if (opcode2->unit == MU || opcode2->unit == EITHER)
1045 if (opcode2->unit != MU)
1054 as_fatal (_("MU instruction may not be in the right container"));
    [all...]
tc-d30v.c 691 /* Section 4.3: Both instructions must not be IU or MU only. */
693 || (op1->op->unit == MU && op2->op->unit == MU))
969 || opcode1->op->unit == MU)
972 || opcode2->op->unit == MU)))
978 || opcode2->op->unit == MU
1041 else if (opcode2->op->unit == MU)
1043 if (opcode1->op->unit == MU)
1044 as_bad (_("Two MU instructions may not be executed in parallel"));
1074 if (opcode2->op->unit == MU)
    [all...]
  /external/llvm/lib/Transforms/Utils/
MemorySSA.cpp 433 if (auto *MU = dyn_cast<MemoryUse>(&MA)) {
434 Instruction *Inst = MU->getMemoryInst();
435 MU->setDefiningAccess(Walker->getClobberingMemoryAccess(Inst));
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 456 ~c370=MU # Oman
rel.conf 462 ~c200,~c370=MU # Oman
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 752 static bool defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 752 static bool defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 752 static bool defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 752 static bool defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 752 static bool defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 752 static bool defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 752 static bool defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU,
    [all...]

Completed in 1249 milliseconds

1 2