Searched defs:cval (Results 1 - 17 of 17) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_cnf.c219 CONF_VALUE *cval; local
236 cval = sk_CONF_VALUE_value(elist, i);
237 if (!int_engine_configure(cval->name, cval->value, cnf))
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.c259 yasm_intnum *intn, *cval; local
269 cval = yasm_intnum_create_uint(dbgfmt_dwarf2->sizeof_offset);
271 yasm_intnum_calc(intn, YASM_EXPR_SUB, cval);
279 yasm_intnum_set_uint(cval, 2);
280 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 0);
305 yasm_intnum_destroy(cval);
H A Ddwarf2-line.c788 yasm_intnum *cval; local
792 cval = yasm_intnum_create_uint(bc->len - (unsigned long)(buf-*bufp) -
794 yasm_arch_intnum_tobytes(object->arch, cval, buf,
834 yasm_intnum_destroy(cval);
/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/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/tremolo/Tremolo/
H A Dfloor1.c309 int cval=0; local
313 cval=vorbis_book_decode(books+info->klass[classv].class_book,&vd->opb);
315 if(cval==-1)goto eop;
319 int book=info->klass[classv].class_subbook[cval&(csub-1)];
320 cval>>=csubbits;
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.c212 int direction, cval; local
231 cval = ct_compare(key, KEY(node));
232 if (cval == 0) {
241 direction = (cval < 0) ? LEFT : RIGHT;
670 int cval; local
673 cval = ct_compare(key, KEY(node));
674 if (cval == 0)
676 else if (cval < 0) {
705 int cval; local
708 cval
740 int cval; local
762 int cval; local
[all...]
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c737 yasm_intnum *intn, *cval; local
739 cval = yasm_intnum_create_uint(4);
742 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
747 yasm_intnum_set_uint(cval, head->type);
748 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
752 yasm_intnum_set_uint(cval, bc->len);
754 yasm_intnum_calc(intn, YASM_EXPR_SUB, cval);
761 yasm_intnum_destroy(cval);
811 yasm_intnum *cval; local
815 cval
879 yasm_intnum *cval; local
1036 yasm_intnum *cval; local
[all...]
H A Dcv-type.c611 unsigned char **bufp, yasm_intnum *cval)
619 yasm_intnum_set_uint(cval, leaf->type);
620 yasm_arch_intnum_tobytes(arch, cval, buf, 2, 16, 0, bc, 0);
630 yasm_intnum_set_uint(cval, leaf->args[arg++].i);
631 yasm_arch_intnum_tobytes(arch, cval, buf, 2, 16, 0, bc, 0);
635 yasm_intnum_set_uint(cval, leaf->args[arg++].i);
636 yasm_arch_intnum_tobytes(arch, cval, buf, 4, 32, 0, bc, 0);
641 &buf, cval);
644 yasm_intnum_set_uint(cval,
646 yasm_arch_intnum_tobytes(arch, cval, bu
610 cv_leaf_tobytes(const cv_leaf *leaf, yasm_bytecode *bc, yasm_arch *arch, unsigned char **bufp, yasm_intnum *cval) argument
742 yasm_intnum *cval; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c2255 xmlChar cval[25]; local
2256 xmlChar *cptr = cval;
2349 cptr = cval;
/external/libxml2/
H A Dxmlschemastypes.c2255 xmlChar cval[25]; local
2256 xmlChar *cptr = cval;
2349 cptr = cval;
/external/qemu/target-arm/
H A Dcpu.h98 uint64_t cval; /* Timer CompareValue register */ member in struct:ARMGenericTimer
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c1006 ULong cval = -1LL; /* Constant value read */ local
1033 cval = ML_(cur_step_UShort)(&p);
1036 cval = ML_(cur_step_UInt)(&p);
1052 cval = ML_(cur_step_UChar)(&p);
1056 cval = ML_(cur_step_ULong)(&p);
1058 cval = ML_(cur_step_UInt)(&p);
1062 if (ui->dw64) cval = ML_(cur_read_ULong)(p);
1064 /* perhaps should assign unconditionally to cval? */
1141 else if ( name == 0x10 ) ui->stmt_list = cval; /* DW_AT_stmt_list */
/external/valgrind/main/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...]

Completed in 482 milliseconds