HomeSort by relevance Sort by last modified time
    Searched defs:d21 (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
loopfilter_neon.c 181 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
219 d21 = vld1_u8(v);
228 q10 = vcombine_u8(d20, d21);
313 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
354 d21 = vld1_u8(s);
363 q10 = vcombine_u8(d20, d21);
428 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
470 d21 = vld1_u8(vs);
479 q10 = vcombine_u8(d20, d21);
mbloopfilter_neon.c 215 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
253 d21 = vld1_u8(v);
262 q10 = vcombine_u8(d20, d21);
305 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
345 d21 = vld1_u8(s2);
354 q10 = vcombine_u8(d20, d21);
472 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
512 d21 = vld1_u8(vs);
521 q10 = vcombine_u8(d20, d21);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 217 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
218 d21(1, 2)
219 d21(1, 2, 3)
220 d21(*(1, 2, 3))
221 d21(1, *(2, 3))
222 d21(1, 2, *(3,))
223 d21(1, 2, **{'c':3})
py3_test_grammar.py 205 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
206 d21(1, 2)
207 d21(1, 2, 3)
208 d21(*(1, 2, 3))
209 d21(1, *(2, 3))
210 d21(1, 2, *(3,))
211 d21(1, 2, **{'c':3})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 214 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
215 d21(1, 2)
216 d21(1, 2, 3)
217 d21(*(1, 2, 3))
218 d21(1, *(2, 3))
219 d21(1, 2, *(3,))
220 d21(1, 2, **{'c':3})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 217 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
218 d21(1, 2)
219 d21(1, 2, 3)
220 d21(*(1, 2, 3))
221 d21(1, *(2, 3))
222 d21(1, 2, *(3,))
223 d21(1, 2, **{'c':3})
py3_test_grammar.py 205 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
206 d21(1, 2)
207 d21(1, 2, 3)
208 d21(*(1, 2, 3))
209 d21(1, *(2, 3))
210 d21(1, 2, *(3,))
211 d21(1, 2, **{'c':3})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 214 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
215 d21(1, 2)
216 d21(1, 2, 3)
217 d21(*(1, 2, 3))
218 d21(1, *(2, 3))
219 d21(1, 2, *(3,))
220 d21(1, 2, **{'c':3})
  /external/chromium_org/v8/src/arm/
simulator-arm.h 119 d16, d17, d18, d19, d20, d21, d22, d23, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 384 const DwVfpRegister d21 = { 21 }; member in namespace:v8::internal
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5362 double d21 = 21; local
    [all...]

Completed in 218 milliseconds