Home
last modified time | relevance | path

Searched refs:cval (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaCXX/
Dconstant-expression.cpp13 const int cval = 2; variable
24 v3 = cval,
32 v11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
37 b3 : cval,
45 b11 : true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
50 i3 = cval,
58 i11 = true? 1 + cval * Struct::sval ^ itval / (int)1.5 - sizeof(Struct) : 0
64 case 200 + cval: in f()
72 case 1000 + (true? 1 + cval * Struct::sval ^ in f()
81 template struct C<cval, ceval>;
/external/llvm/test/Transforms/Scalarizer/
Ddbginfo.ll26 ; CHECK: %cval.i0 = load i32, i32* %c.i0, align 16, !dbg ![[TAG1]], !tbaa ![[TAG2]]
27 ; CHECK: %cval.i1 = load i32, i32* %c.i1, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
28 ; CHECK: %cval.i2 = load i32, i32* %c.i2, align 8, !dbg ![[TAG1]], !tbaa ![[TAG2]]
29 ; CHECK: %cval.i3 = load i32, i32* %c.i3, align 4, !dbg ![[TAG1]], !tbaa ![[TAG2]]
30 ; CHECK: %add.i0 = add i32 %bval.i0, %cval.i0, !dbg ![[TAG1]]
31 ; CHECK: %add.i1 = add i32 %bval.i1, %cval.i1, !dbg ![[TAG1]]
32 ; CHECK: %add.i2 = add i32 %bval.i2, %cval.i2, !dbg ![[TAG1]]
33 ; CHECK: %add.i3 = add i32 %bval.i3, %cval.i3, !dbg ![[TAG1]]
44 %cval = load <4 x i32>, <4 x i32>* %c, align 16, !dbg !21, !tbaa !22
45 %add = add <4 x i32> %bval, %cval, !dbg !21
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c29 LLVMValueRef cval = build_intrinsic(bld_base->base.gallivm->builder, in llvm_fetch_const() local
33 return bitcast(bld_base, type, cval); in llvm_fetch_const()
65 LLVMValueRef cval = ctx->system_values[reg->Register.Index]; in llvm_fetch_system_value() local
66 return bitcast(bld_base, type, cval); in llvm_fetch_system_value()
/external/tremolo/Tremolo/
Dfloor1.c310 int cval=0; in floor1_inverse1() local
314 cval=vorbis_book_decode(books+info->klass[classv].class_book,&vd->opb); in floor1_inverse1()
316 if(cval==-1)goto eop; in floor1_inverse1()
320 int book=info->klass[classv].class_subbook[cval&(csub-1)]; in floor1_inverse1()
321 cval>>=csubbits; in floor1_inverse1()
/external/libvorbis/lib/
Dfloor1.c866 int cval=0; in floor1_encode() local
889 cval|= bookas[k]<<cshift; in floor1_encode()
894 vorbis_book_encode(books+info->class_book[class],cval,opb); in floor1_encode()
903 fprintf(of,"%d\n",cval); in floor1_encode()
989 int cval=0; in floor1_inverse1() local
993 cval=vorbis_book_decode(books+info->class_book[class],&vb->opb); in floor1_inverse1()
995 if(cval==-1)goto eop; in floor1_inverse1()
999 int book=info->class_subbook[class][cval&(csub-1)]; in floor1_inverse1()
1000 cval>>=csubbits; in floor1_inverse1()
/external/llvm/test/CodeGen/SPARC/
Dfp128.ll200 %cval = load fp128, fp128* %c, align 8
201 %1 = fptosi fp128 %cval to i64
228 %cval = load fp128, fp128* %c, align 8
229 %1 = fptoui fp128 %cval to i64
/external/svox/pico/lib/
Dpicopal.c183 picopal_char cval; in picopal_vslprintf() local
200 cval = va_arg(args,int); in picopal_vslprintf()
201 picopal_sprintf(buf,(picopal_char *)"%c",cval); in picopal_vslprintf()
/external/libvorbis/doc/
D07-floor1.tex196 10) [cval] = 0
199 12) [cval] = read from packet using codebook number
205 14) [book] = array [floor1_subclass_books] element [class],([cval] bitwise AND [csub])
206 15) [cval] = [cval] right shifted [cbits] bits
/external/valgrind/perf/
Dtinycc.c8090 CValue cval; in tok_str_add_tok() local
8095 cval.i = s->last_line_num; in tok_str_add_tok()
8096 tok_str_add2(s, TOK_LINENUM, &cval); in tok_str_add_tok()
8294 CValue cval; in tok_print() local
8297 TOK_GET(t, str, cval); in tok_print()
8300 printf(" %s", get_tok_str(t, &cval)); in tok_print()
9596 CValue cval; in macro_arg_subst() local
9603 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9608 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9619 TOK_GET(t, st, cval); in macro_arg_subst()
[all …]
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c904 ULong cval = -1LL; /* Constant value read */ in read_unitinfo_dwarf2() local
931 cval = ML_(cur_step_UShort)(&p); in read_unitinfo_dwarf2()
934 cval = ML_(cur_step_UInt)(&p); in read_unitinfo_dwarf2()
950 cval = ML_(cur_step_UChar)(&p); in read_unitinfo_dwarf2()
954 cval = ML_(cur_step_ULong)(&p); in read_unitinfo_dwarf2()
956 cval = ML_(cur_step_UInt)(&p); in read_unitinfo_dwarf2()
960 if (ui->dw64) cval = ML_(cur_read_ULong)(p); in read_unitinfo_dwarf2()
1039 else if ( name == 0x10 ) ui->stmt_list = cval; /* DW_AT_stmt_list */ in read_unitinfo_dwarf2()
/external/libxml2/
Dxmlschemastypes.c2259 xmlChar cval[25]; in xmlSchemaValAtomicType() local
2260 xmlChar *cptr = cval; in xmlSchemaValAtomicType()
2353 cptr = cval; in xmlSchemaValAtomicType()