Searched refs:cval (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/SemaCXX/
H A 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:
72 case 1000 + (true? 1 + cval * Struct::sval ^
81 template struct C<cval, ceva
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.c29 LLVMValueRef cval = build_intrinsic(bld_base->base.gallivm->builder, local
33 return bitcast(bld_base, type, cval);
65 LLVMValueRef cval = ctx->system_values[reg->Register.Index]; local
66 return bitcast(bld_base, type, cval);
/external/tremolo/Tremolo/
H A Dfloor1.c310 int cval=0; local
314 cval=vorbis_book_decode(books+info->klass[classv].class_book,&vd->opb);
316 if(cval==-1)goto eop;
320 int book=info->klass[classv].class_subbook[cval&(csub-1)];
321 cval>>=csubbits;
/external/svox/pico/lib/
H A Dpicopal.c183 picopal_char cval; local
200 cval = va_arg(args,int);
201 picopal_sprintf(buf,(picopal_char *)"%c",cval);
/external/libvorbis/lib/
H A Dfloor1.c866 int cval=0; local
889 cval|= bookas[k]<<cshift;
894 vorbis_book_encode(books+info->class_book[class],cval,opb);
903 fprintf(of,"%d\n",cval);
989 int cval=0; local
993 cval=vorbis_book_decode(books+info->class_book[class],&vb->opb);
995 if(cval==-1)goto eop;
999 int book=info->class_subbook[class][cval&(csub-1)];
1000 cval>>=csubbits;
/external/libvorbis/doc/
H A 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/coregrind/m_debuginfo/
H A Dreaddwarf.c904 ULong cval = -1LL; /* Constant value read */ local
931 cval = ML_(cur_step_UShort)(&p);
934 cval = ML_(cur_step_UInt)(&p);
950 cval = ML_(cur_step_UChar)(&p);
954 cval = ML_(cur_step_ULong)(&p);
956 cval = ML_(cur_step_UInt)(&p);
960 if (ui->dw64) cval = ML_(cur_read_ULong)(p);
962 /* perhaps should assign unconditionally to cval? */
1039 else if ( name == 0x10 ) ui->stmt_list = cval; /* DW_AT_stmt_list */
/external/valgrind/perf/
H A Dtinycc.c8092 CValue cval;
8097 cval.i = s->last_line_num;
8098 tok_str_add2(s, TOK_LINENUM, &cval);
8296 CValue cval;
8299 TOK_GET(t, str, cval);
8302 printf(" %s", get_tok_str(t, &cval));
9598 CValue cval;
9605 TOK_GET(t, macro_str, cval);
9610 TOK_GET(t, macro_str, cval);
9621 TOK_GET(t, st, cval);
8090 CValue cval; local
8294 CValue cval; local
9596 CValue cval; local
9700 CValue cval; local
9848 CValue cval; local
9983 CValue cval; local
10127 CValue cval; local
10150 CValue cval; local
10194 CValue cval; local
10204 CValue cval; local
14453 CValue cval; local
[all...]
/external/libxml2/
H A Dxmlschemastypes.c2259 xmlChar cval[25]; local
2260 xmlChar *cptr = cval;
2353 cptr = cval;

Completed in 784 milliseconds