Searched refs:CurrentValue (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 334 CurrentValue = nullptr; in Act() 338 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); in Act() 346 CurrentValue = I->Value; in Act() 352 CurrentValue = Stack.back().Value; in Act() 358 CurrentValue = Value; in Act()
|
D | SemaDecl.cpp | 7879 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 7883 CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 7885 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10020 if (Stack->CurrentValue && !var->hasAttr<SectionAttr>()) { in CheckCompleteVariableDeclaration() 10023 Stack->CurrentValue->getString(), Stack->CurrentPragmaLocation)); in CheckCompleteVariableDeclaration()
|
/external/libmtp/src/ |
D | ptp-pack.c | 733 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType); in ptp_unpack_DPD() 1577 dpd->CurrentValue.u32 = dtoh32a(data); in ptp_unpack_CANON_changes() 1578 ptp_debug (params ,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u32); in ptp_unpack_CANON_changes() 1582 dpd->CurrentValue.u16 = dtoh16a(data); in ptp_unpack_CANON_changes() 1583 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u16); in ptp_unpack_CANON_changes() 1587 dpd->CurrentValue.u8 = dtoh8a(data); in ptp_unpack_CANON_changes() 1588 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u8); in ptp_unpack_CANON_changes() 1594 dpd->CurrentValue.str = ptp_unpack_string(params, data, 0, &len); in ptp_unpack_CANON_changes() 1597 dpd->CurrentValue.str = strdup( (char*)data ); in ptp_unpack_CANON_changes() 1599 ptp_debug (params,"event %d: currentvalue of %x is %s", i, proptype, dpd->CurrentValue.str); in ptp_unpack_CANON_changes() [all …]
|
D | ptp.c | 1618 dpd->CurrentValue.str = strdup( params->canon_props[i].dpd.CurrentValue.str ); in ptp_canon_eos_getdevicepropdesc() 1729 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; in ptp_canon_eos_setdevicepropvalue() 1744 params->canon_props[i].dpd.CurrentValue.u8 = value->u8; in ptp_canon_eos_setdevicepropvalue() 1749 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; in ptp_canon_eos_setdevicepropvalue() 1754 params->canon_props[i].dpd.CurrentValue.u32 = value->u32; in ptp_canon_eos_setdevicepropvalue() 1758 free (params->canon_props[i].dpd.CurrentValue.str); in ptp_canon_eos_setdevicepropvalue() 1759 params->canon_props[i].dpd.CurrentValue.str = strdup(value->str); in ptp_canon_eos_setdevicepropvalue() 2715 ptp_free_devicepropvalue (dpd->DataType, &dpd->CurrentValue); in ptp_free_devicepropdesc() 4129 double value = _value_to_num(&(dpd->CurrentValue), dpd->DataType); in ptp_render_property_value() 4138 kval = _value_to_num(&(dpd->CurrentValue), dpd->DataType); in ptp_render_property_value() [all …]
|
D | ptp.h | 951 PTPPropertyValue CurrentValue; member
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 503 long CurrentValue; member 2012 …if(pPrevParametr[i].CurrentValue != pParametr[i].CurrentValue || pPrevParametr[i].Flag != pParamet… in setParametrs() 2013 … hr = pProcAmp->Set(VideoProcAmp_Brightness + i, pParametr[i].CurrentValue, pParametr[i].Flag); in setParametrs() 2023 …if(pPrevParametr[10 + i].CurrentValue != pParametr[10 + i].CurrentValue || pPrevParametr[10 + i].F… in setParametrs() 2024 …hr = pProcControl->Set(CameraControl_Pan+i, pParametr[10 + i].CurrentValue, pParametr[10 + i].Flag… in setParametrs() 2051 temp.CurrentValue = temp.Default; in getParametrs() 2067 temp.CurrentValue = temp.Default; in getParametrs() 2942 CurrentValue = 0; in Parametr()
|
/external/v8/src/ |
D | d8.h | 82 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); } in CurrentValue() function
|
D | d8.cc | 1328 counters[j].counter = i.CurrentValue(); in OnExit()
|
D | objects-inl.h | 7696 array->set(1, CurrentValue()); in PopulateValueArray() 7700 Object* JSMapIterator::CurrentValue() { in CurrentValue() function
|
D | objects.h | 9808 inline Object* CurrentValue();
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2092 Value *CurrentValue, Value *BaseValue) { in findRematerializableChainToBasePointer() argument 2095 if (CurrentValue == BaseValue) { in findRematerializableChainToBasePointer() 2099 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(CurrentValue)) { in findRematerializableChainToBasePointer() 2106 if (CastInst *CI = dyn_cast<CastInst>(CurrentValue)) { in findRematerializableChainToBasePointer()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 378 : CurrentValue(Value) {} in PragmaStack() 380 ValueType CurrentValue; member
|