/external/valgrind/none/tests/s390x/ |
D | icm.c | 36 icm(&a[0+offset], 0, what); cc = get_cc(); \ in main() 37 icm(&a[1+offset+cc], 1, what); cc = get_cc(); \ in main() 38 icm(&a[2+offset+cc], 2, what); cc = get_cc(); \ in main() 39 icm(&a[3+offset+cc], 3, what); cc = get_cc(); \ in main() 40 icm(&a[4+offset+cc], 4, what); cc = get_cc(); \ in main() 41 icm(&a[5+offset+cc], 5, what); cc = get_cc(); \ in main() 42 icm(&a[6+offset+cc], 6, what); cc = get_cc(); \ in main() 43 icm(&a[7+offset+cc], 7, what); cc = get_cc(); \ in main() 44 icm(&a[8+offset+cc], 8, what); cc = get_cc(); \ in main() 45 icm(&a[9+offset+cc], 9, what); cc = get_cc(); \ in main() [all …]
|
D | xc.c | 14 printf("CC:%d\n", get_cc()); in test_oc() 19 printf("CC:%d\n", get_cc()); in test_oc() 32 printf("CC:%d\n", get_cc()); in test_nc() 37 printf("CC:%d\n", get_cc()); in test_nc() 58 printf("CC:%d\n", get_cc()); in test_xc() 63 printf("CC:%d\n", get_cc()); in test_xc() 68 printf("CC:%d\n", get_cc()); in test_xc() 73 printf("CC:%d\n", get_cc()); in test_xc() 82 printf("CC:%d\n", get_cc()); in test_xc() 87 printf("CC:%d\n", get_cc()); in test_xc() [all …]
|
D | tmll.c | 3 #define get_cc() \ macro 51 check_cc(0, get_cc()); in tmll() 56 check_cc(0, get_cc()); in tmll() 61 check_cc(0, get_cc()); in tmll() 66 check_cc(3, get_cc()); in tmll() 71 check_cc(1, get_cc()); in tmll() 76 check_cc(2, get_cc()); in tmll()
|
D | tm.c | 3 #define get_cc() \ macro 51 check_cc(0, get_cc()); in tm() 56 check_cc(0, get_cc()); in tm() 61 check_cc(0, get_cc()); in tm() 66 check_cc(3, get_cc()); in tm() 71 check_cc(1, get_cc()); in tm()
|
D | mvst.c | 22 return get_cc(); in mvst() 32 return get_cc(); in mvst_full()
|
D | test.h | 26 #define get_cc() \ macro
|
D | clst.c | 24 return (clst_t) { .str1 = string1, .str2 = string2, .cc = get_cc() }; in do_clst()
|
D | cksm.c | 35 cc = get_cc(); in cksm_by_insn()
|
/external/autotest/client/tests/memory_api/ |
D | memory_api.py | 11 (utils.get_cc(), 15 (utils.get_cc(),
|
/external/autotest/client/tests/rmaptest/ |
D | rmaptest.py | 23 utils.system(utils.get_cc() + ' -Wall -o rmaptest rmap-test.c')
|
/external/autotest/client/tests/linus_stress/ |
D | linus_stress.py | 13 utils.system(utils.get_cc() + ' linus_stress.c -D_POSIX_C_SOURCE=200112 -o linus_stress')
|
/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_common.c | 1234 static sljit_ins get_cc(sljit_si type) in get_cc() function 1306 PTR_FAIL_IF(push_inst(compiler, BICC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1316 PTR_FAIL_IF(push_inst(compiler, FBFCC | get_cc(type ^ 1) | 5, UNMOVABLE_INS)); in sljit_emit_jump() 1399 FAIL_IF(push_inst(compiler, BICC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags() 1401 FAIL_IF(push_inst(compiler, FBFCC | get_cc(type) | 3, UNMOVABLE_INS)); in sljit_emit_op_flags()
|
D | sljitNativeARM_32.c | 2329 static sljit_uw get_cc(sljit_si type) in get_cc() function 2417 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump() 2435 …sh_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | get_cc(type))); in sljit_emit_jump() 2495 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
|
D | sljitNativeARM_64.c | 1809 static sljit_uw get_cc(sljit_si type) in get_cc() function 1894 PTR_FAIL_IF(push_inst(compiler, B_CC | (6 << 5) | get_cc(type))); in sljit_emit_jump() 1983 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
|
D | sljitNativeARM_T2_32.c | 1843 static sljit_uw get_cc(sljit_si type) in get_cc() function 1931 cc = get_cc(type); in sljit_emit_jump() 1992 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
|
/external/valgrind/coregrind/ |
D | m_mallocfree.c | 443 const HChar* get_cc ( Block* b ) in get_cc() function 1438 cc = get_cc(b); in cc_analyse_alloc_arena() 1445 get_cc(b)); in cc_analyse_alloc_arena()
|
/external/autotest/client/bin/ |
D | base_utils.py | 249 def get_cc(): function
|