HomeSort by relevance Sort by last modified time
    Searched refs:div (Results 226 - 250 of 535) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/d/
T_div_long_2addr_5.d 30 div-long/2addr v9, v12
T_div_long_2addr_6.d 30 div-long/2addr v10, v14
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_14.d 24 div-int v0, v0, v1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_14.d 24 div-int v0, v0, v1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/
T_move_exception_1.d 33 div-int v0, v1, v2
T_move_exception_2.d 33 div-int v0, v1, v2
T_move_exception_5.d 33 div-int v0, v1, v2
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 298 ** Description This function is called to calculate LTK, starting with DIV
311 div_status = btm_get_local_div(p_cb->pairing_bda, &p_cb->div);
319 SMP_TRACE_DEBUG0 ("Generate DIV for LTK");
341 UINT8 buffer[4]; /* for (r || DIV) r=1*/
347 SMP_TRACE_DEBUG1 ("smp_compute_csrk div=%x", p_cb->div);
349 /* CSRK = d1(ER, DIV, 1) */
350 UINT16_TO_STREAM(p, p_cb->div);
369 ** Description This function is called to calculate LTK, starting with DIV
382 div_status = btm_get_local_div(p_cb->pairing_bda, &p_cb->div);
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 961 div %bl,%al
962 div %bx,%ax
963 div %ecx,%eax
964 div 0xdeadbeef(%ebx,%ecx,8),%eax
965 div 0x45,%eax
966 div 0x7eed,%eax
967 div 0xbabecafe,%eax
968 div 0x12345678,%eax
  /external/skia/legacy/src/core/
SkUnPreMultiply.cpp 74 uint32_t div = roundf(j * 255.0f / i); local
75 int diff = SkAbs32(test - div);
  /external/skia/legacy/src/effects/
SkDashPathEffect.cpp 98 SkScalar div = SkScalarDiv(length, fIntervalLength); local
99 int n = SkScalarFloor(div);
  /external/skia/src/core/
SkUnPreMultiply.cpp 74 uint32_t div = roundf(j * 255.0f / i); local
75 int diff = SkAbs32(test - div);
  /external/v8/test/mjsunit/
string-split.js 62 assertArrayEquals(["div", "#id", ".class"], "div#id.class".split(/(?=[#.])/));
65 assertArrayEquals(["div", "#i", "d", ".class"], "div#id.class".split(/(?=[d#.])/));
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.stdout.exp     [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/
cells.js 26 "div",
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch.js 5 var box = document.createElement("div");
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 103 using ::div;
  /ndk/sources/cxx-stl/system/include/
cstdlib 103 using ::div;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 100 using ::div;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 100 using ::div;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 104 using ::div;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 104 using ::div;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 104 using ::div;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 104 using ::div;

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 91011>>