HomeSort by relevance Sort by last modified time
    Searched refs:divs (Results 1 - 10 of 10) sorted by null

  /external/kernel-headers/original/asm-x86/
div64.h 35 * (long)X = ((long long)divs) / (long)div
36 * (long)rem = ((long long)divs) % (long)div
43 div_ll_X_l_rem(long long divs, long div, long *rem)
47 : "rm"(div), "A"(divs));
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 321 /* Resize the height of the side-nav and doc-content divs,
326 // Get the window height and always resize the doc-content and side-nav divs
332 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 246 /* Resize the height of the side-nav and doc-content divs,
251 // Get the window height and always resize the doc-content and side-nav divs
257 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 312 } divs; member in union:__anon16372::__anon16373
host_s390_defs.c 581 addHRegUse(u, HRmRead, insn->variant.divs.op1);
582 addHRegUse(u, HRmWrite, insn->variant.divs.op1); /* quotient */
583 addHRegUse(u, HRmWrite, insn->variant.divs.rem); /* remainder */
584 s390_opnd_RMI_get_reg_usage(u, insn->variant.divs.op2);
822 insn->variant.divs.op1 = lookupHRegRemap(m, insn->variant.divs.op1);
823 insn->variant.divs.rem = lookupHRegRemap(m, insn->variant.divs.rem);
824 s390_opnd_RMI_map_regs(m, &insn->variant.divs.op2);
    [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 668 // rendering issues with floated divs wrapping at some sizes).
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 452 # the inner nested divs must be indented.
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 32 // initialize the divs with custom scrollbars
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 55 // initialize the divs with custom scrollbars
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 63 // initialize the divs with custom scrollbars
    [all...]

Completed in 228 milliseconds