/external/clang/test/SemaCXX/ |
D | constant-expression.cpp | 13 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/arm-trusted-firmware/bl32/tsp/ |
D | tsp_timer.c | 19 uint64_t cval; member 30 uint64_t cval; in tsp_generic_timer_start() local 34 cval = read_cntpct_el0() + (read_cntfrq_el0() >> 1); in tsp_generic_timer_start() 35 write_cntps_cval_el1(cval); in tsp_generic_timer_start() 76 pcpu_timer_context[linear_id].cval = read_cntps_cval_el1(); in tsp_generic_timer_save() 89 write_cntps_cval_el1(pcpu_timer_context[linear_id].cval); in tsp_generic_timer_restore()
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 223 complex_subtype_from_c_complex(PyTypeObject *type, Py_complex cval) in complex_subtype_from_c_complex() argument 229 ((PyComplexObject *)op)->cval = cval; in complex_subtype_from_c_complex() 234 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() argument 243 op->cval = cval; in PyComplex_FromCComplex() 269 return ((PyComplexObject *)op)->cval.real; in PyComplex_RealAsDouble() 280 return ((PyComplexObject *)op)->cval.imag; in PyComplex_ImagAsDouble() 328 return ((PyComplexObject *)op)->cval; in PyComplex_AsCComplex() 345 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex() 386 if (v->cval.real == 0. && copysign(1.0, v->cval.real)==1.0) { in complex_format() 388 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format() [all …]
|
/external/u-boot/drivers/power/ |
D | palmas.c | 82 u8 cval = 0, vval = 0; /* Off by default */ in twl603x_mmc1_set_ldo9() local 89 cval = LDO9_BYP_EN | RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9() 92 cval = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9() 102 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, LDO9_CTRL, cval); in twl603x_mmc1_set_ldo9() 105 cval ? "on" : "off", err); in twl603x_mmc1_set_ldo9() 116 u8 cval = 0, vval = 0, c32k = 0; in twl603x_audio_power() local 121 cval = SMPS_MODE_SLP_AUTO | SMPS_MODE_ACT_AUTO; in twl603x_audio_power() 132 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, SMPS9_CTRL, cval); in twl603x_audio_power() 135 cval ? "on" : "off", err); in twl603x_audio_power()
|
/external/yapf/yapf/yapflib/ |
D | unwrapped_line.py | 393 cval = cur_token.value 395 if pval == 'yield' and cval == 'from': 398 if pval in {'async', 'await'} and cval in {'def', 'with', 'for'}: 406 if cval == ':': 409 if cval == ',': 412 if prev_token.is_name and cval == '(': 415 if prev_token.is_name and cval == '[': 418 if prev_token.is_name and cval == '.': 469 cval = cur_token.value 480 if cval in _LOGICAL_OPERATORS: [all …]
|
/external/python/cpython3/Objects/ |
D | complexobject.c | 219 complex_subtype_from_c_complex(PyTypeObject *type, Py_complex cval) in complex_subtype_from_c_complex() argument 225 ((PyComplexObject *)op)->cval = cval; in complex_subtype_from_c_complex() 230 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() argument 239 op->cval = cval; in PyComplex_FromCComplex() 265 return ((PyComplexObject *)op)->cval.real; in PyComplex_RealAsDouble() 276 return ((PyComplexObject *)op)->cval.imag; in PyComplex_ImagAsDouble() 326 return ((PyComplexObject *)op)->cval; in PyComplex_AsCComplex() 337 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex() 371 if (v->cval.real == 0. && copysign(1.0, v->cval.real)==1.0) { in complex_repr() 375 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_repr() [all …]
|
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/timer/ |
D | mt_cpuxgpt.c | 29 uint64_t cval; in generic_timer_backup() local 31 cval = read_cntpct_el0(); in generic_timer_backup() 32 cpuxgpt_set_init_cnt((uint32_t)(cval >> 32), in generic_timer_backup() 33 (uint32_t)(cval & 0xffffffff)); in generic_timer_backup()
|
/external/u-boot/drivers/video/ |
D | sandbox_osd.c | 93 char cval; in sandbox_osd_print() local 102 cval = 'k'; in sandbox_osd_print() 105 cval = 'w'; in sandbox_osd_print() 108 cval = 'r'; in sandbox_osd_print() 111 cval = 'g'; in sandbox_osd_print() 114 cval = 'b'; in sandbox_osd_print() 124 priv->buf[pos++] = make_memval(*(p++), cval); in sandbox_osd_print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Scalarizer/ |
D | dbginfo.ll | 26 ; 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/llvm/test/Transforms/Scalarizer/ |
D | dbginfo.ll | 26 ; 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/arm-trusted-firmware/plat/mediatek/mt6795/drivers/timer/ |
D | mt_cpuxgpt.c | 31 uint64_t cval; in sched_clock() local 33 cval = (((read_cntpct_el0() - atf_time_base)*1000)/ in sched_clock() 35 return cval; in sched_clock()
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_l4lb.c | 334 struct ctl_value *cval; in process_packet() local 429 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet() 430 if (!cval) in process_packet() 432 ifindex = cval->ifindex; in process_packet() 436 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet() 437 if (!cval) in process_packet() 439 ifindex = cval->ifindex; in process_packet()
|
D | test_l4lb_noinline.c | 334 struct ctl_value *cval; in process_packet() local 429 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet() 430 if (!cval) in process_packet() 432 ifindex = cval->ifindex; in process_packet() 436 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet() 437 if (!cval) in process_packet() 439 ifindex = cval->ifindex; in process_packet()
|
D | test_xdp_noinline.c | 278 bool encap_v6(struct xdp_md *xdp, struct ctl_value *cval, in encap_v6() argument 299 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v6() 321 bool encap_v4(struct xdp_md *xdp, struct ctl_value *cval, in encap_v4() argument 347 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v4() 705 struct ctl_value *cval; in process_packet() local 775 cval = bpf_map_lookup_elem(&ctl_array, &mac_addr_pos); in process_packet() 776 if (!cval) in process_packet() 779 if (!encap_v6(xdp, cval, &pckt, dst, pkt_bytes)) in process_packet() 782 if (!encap_v4(xdp, cval, &pckt, dst, pkt_bytes)) in process_packet()
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image.py | 492 cval=0., argument 523 cval=cval,
|
/external/tremolo/Tremolo/ |
D | floor1.c | 311 int cval=0; in floor1_inverse1() local 315 cval=vorbis_book_decode(books+info->klass[classv].class_book,&vd->opb); in floor1_inverse1() 317 if(cval==-1)goto eop; in floor1_inverse1() 321 int book=info->klass[classv].class_subbook[cval&(csub-1)]; in floor1_inverse1() 322 cval>>=csubbits; in floor1_inverse1()
|
/external/python/cpython2/Lib/ |
D | Cookie.py | 599 rval, cval = self.value_encode(value) 600 self.__set(key, rval, cval) 676 rval, cval = self.value_decode(V) 677 self.__set(K, rval, cval)
|
/external/python/cpython3/Lib/http/ |
D | cookies.py | 494 rval, cval = self.value_encode(value) 495 self.__set(key, rval, cval) 592 rval, cval = value 593 self.__set(key, rval, cval)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.h | 136 Constant* cval = mpIRBuilder->getInt32(val); in SetMetadata() local 138 llvm::ConstantAsMetadata::get(cval)); in SetMetadata()
|
/external/u-boot/board/compulab/cm_t54/ |
D | cm_t54.c | 55 static int cm_t54_palmas_regulator_set(u8 vreg, u8 vval, u8 creg, u8 cval) in cm_t54_palmas_regulator_set() argument 68 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, creg, cval); in cm_t54_palmas_regulator_set()
|
/external/llvm/test/CodeGen/X86/ |
D | copy-eflags.ll | 19 %cval = load i32, i32* @c 20 %inc1 = add nsw i32 %cval, 1
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/ |
D | ComplexAnnotatedClass.java | 21 @ComplexAnnotation(ival = 4, bval = 2, cval = '5', fval = 3.0f, dval = 33.4, zval = false, jval = 5…
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search.c | 541 nir_ssa_def *cval; in construct_value() local 544 cval = nir_imm_floatN_t(build, c->data.d, bit_size); in construct_value() 549 cval = nir_imm_intN_t(build, c->data.i, bit_size); in construct_value() 553 cval = nir_imm_boolN_t(build, c->data.u, bit_size); in construct_value() 560 assert(cval->index == in construct_value() 563 nir_algebraic_automaton(cval->parent_instr, state->states, in construct_value() 567 val.src = nir_src_for_ssa(cval); in construct_value()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | fp128.ll | 170 %cval = load fp128, fp128* %c, align 8 171 %1 = fptosi fp128 %cval to i64 194 %cval = load fp128, fp128* %c, align 8 195 %1 = fptoui fp128 %cval to i64
|
/external/llvm/test/CodeGen/SPARC/ |
D | fp128.ll | 170 %cval = load fp128, fp128* %c, align 8 171 %1 = fptosi fp128 %cval to i64 194 %cval = load fp128, fp128* %c, align 8 195 %1 = fptoui fp128 %cval to i64
|