/external/pcre/dist/sljit/ |
H A D | 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)) { 1140 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
H A D | 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. */ 1020 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { 1505 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
H A D | 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. */ 1213 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { 1977 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
H A D | 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. */ 1441 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
H A D | 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. */ 1465 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
H A D | sljitNativeARM_32.c | 1422 Note: can_cache is called only for binary operators. Those 1424 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function 1471 /* Emit the necessary instructions. See can_cache above. */ 1755 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
H A D | sljitNativeTILEGX_64.c | 1363 Note: can_cache is called only for binary operators. Those 1365 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function 1390 /* Emit the necessary instructions. See can_cache above. */ 2094 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
H A D | tab.cc | 1179 const bool can_cache = !theme_provided_image && local 1182 if (can_cache) {
|