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

  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c 545 Note: can_cache is called only for binary operators. Those
547 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
566 /* Emit the necessary instructions. See can_cache above. */
749 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
    [all...]
sljitNativeMIPS_common.c 732 Note: can_cache is called only for binary operators. Those
734 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
756 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativePPC_common.c 907 Note: can_cache is called only for binary operators. Those operator always
909 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
957 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativeARM_64.c 884 Note: can_cache is called only for binary operators. Those
886 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
909 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativeARM_T2_32.c 976 Note: can_cache is called only for binary operators. Those
978 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
1001 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativeARM_32.c 1424 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
    [all...]
sljitNativeTILEGX_64.c 1365 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 1179 const bool can_cache = !theme_provided_image && local
    [all...]

Completed in 43 milliseconds