HomeSort by relevance Sort by last modified time
    Searched refs:pValue (Results 101 - 125 of 295) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 70 static inline void helper_clear_thumb_bit(Relocator::DWord& pValue) {
71 pValue &= (~0x1);
186 Relocator::DWord pValue) {
189 (((pValue >> 4) & 0xf000U) | ((pValue >> 15) & 0x0800U) |
190 ((pValue >> 4) & 0x0700U) | (pValue & 0x00ffU)),
195 Relocator::DWord pValue,
198 pValue &= 0xfbf08f00U;
199 pValue |= (pImm & 0xf000U) << 4
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Consts.cpp 134 const wchar_t* pValue) {
136 FXJS_NewString(pRuntime->GetIsolate(), pValue));
JS_Value.cpp 28 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue, Type t)
29 : m_eType(t), m_pValue(pValue), m_pJSRuntime(pRuntime) {
86 void CJS_Value::Attach(v8::Local<v8::Value> pValue, Type t) {
87 m_pValue = pValue;
91 void CJS_Value::Attach(CJS_Value* pValue) {
92 if (pValue)
93 Attach(pValue->ToV8Value(), pValue->GetType());
JS_Define.h 36 #define JS_STATIC_CONST_ENTRY_NUMBER(const_name, pValue) \
37 { const_name, pValue, L"", 0 } \
40 #define JS_STATIC_CONST_ENTRY_STRING(const_name, pValue) \
41 { const_name, 0, pValue, 1 } \
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.h 35 CFDE_CSSPrimitiveValue(FDE_CSSPRIMITIVETYPE eType, const FX_WCHAR* pValue)
36 : m_eType(eType), m_pString(pValue) {
  /external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp 150 FX_DWORD* pValue = (FX_DWORD*)pSrc;
152 *pStart++ = *pValue++;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 333 int Reverb_setParameter (reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue);
334 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue);
EffectReverb.c 741 * pValue - pointer to variable to hold retrieved value
745 * *pValue updated with parameter value
754 void *pValue) {
768 pValue16 = (int16_t *)pValue;
807 pValue32 = (int32_t *) pValue;
808 pValue16 = (int16_t *) pValue;
809 pProperties = (t_reverb_settings *) pValue;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmnquery.h 76 STDMETHOD(WriteString)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPCWSTR pValue) PURE;
79 STDMETHOD(ReadInt)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,LPINT pValue) PURE;
medparam.idl 89 MP_DATA *pValue
mfidl.h 187 PROPVARIANT *pValue);
330 PROPVARIANT *pValue);
424 #define IMFTopologyNode_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
452 #define IMFTopologyNode_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
483 static FORCEINLINE HRESULT IMFTopologyNode_GetItem(IMFTopologyNode* This,REFGUID guidKey,PROPVARIANT *pValue) {
484 return This->lpVtbl->GetItem(This,guidKey,pValue);
567 static FORCEINLINE HRESULT IMFTopologyNode_GetItemByIndex(IMFTopologyNode* This,UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) {
568 return This->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue);
    [all...]
mfobjects.h 169 PROPVARIANT *pValue) = 0;
287 PROPVARIANT *pValue) = 0;
316 PROPVARIANT *pValue);
459 PROPVARIANT *pValue);
478 #define IMFAttributes_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
506 #define IMFAttributes_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
520 static FORCEINLINE HRESULT IMFAttributes_GetItem(IMFAttributes* This,REFGUID guidKey,PROPVARIANT *pValue) {
521 return This->lpVtbl->GetItem(This,guidKey,pValue);
    [all...]
wmcontainer.h 223 STDMETHOD_(HRESULT,GetItem)(THIS_ REFGUID guidKey,PROPVARIANT *pValue) PURE;
224 STDMETHOD_(HRESULT,GetItemByIndex)(THIS_ UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) PURE;
269 #define IMFASFContentInfo_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
270 #define IMFASFContentInfo_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
325 STDMETHOD_(HRESULT,GetItem)(THIS_ REFGUID guidKey,PROPVARIANT *pValue) PURE;
326 STDMETHOD_(HRESULT,GetItemByIndex)(THIS_ UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) PURE;
374 #define IMFASFStreamConfig_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ct.c 340 uint32_t pValue;
406 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
416 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
424 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
427 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
ucnv_ext.h 381 UChar32 cp, uint32_t *pValue,
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.c 88 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
466 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
475 *pValue = pWaveData->fileType;
481 *pValue = (EAS_I32) pWaveData->fmtChunk;
486 *pValue = WAVE_GAIN_OFFSET;
eas_public.c 117 * pValue - pointer to variable to receive current setting
120 EAS_RESULT EAS_GetStreamParameter (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_I32 param, EAS_I32 *pValue)
126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue);
227 EAS_RESULT EAS_IntGetStrmParam (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_INT param, EAS_I32 *pValue)
232 if (EAS_GetStreamParameter(pEASData, pStream, param, pValue) == EAS_SUCCESS)
246 return VMGetPolyphony(pEASData->pVoiceMgr, pSynth, pValue);
249 return VMGetPriority(pEASData->pVoiceMgr, pSynth, pValue);
252 VMGetTranposition(pSynth, pValue);
256 *pValue = VMGetNoteCount(pSynth);
    [all...]
eas_smf.c 693 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
703 *pValue = EAS_FILE_SMF0;
705 *pValue = EAS_FILE_SMF1;
712 VMGetPolyphony(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
719 VMGetPriority(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
724 *pValue = pSMFData->transposition;
729 *pValue = (EAS_I32) pSMFData->pSynth;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datamerger_imp.cpp 143 CXFA_Node* pValue = NULL;
146 pValue = pDataNode->CreateSamePacketNode(XFA_ELEMENT_DataValue);
147 pValue->SetCData(XFA_ATTRIBUTE_Name, FX_WSTRC(L"value"));
148 pValueXMLNode = pValue->CreateXMLMappingNode();
149 pDataNode->InsertChild(pValue);
150 pValue->SetCData(XFA_ATTRIBUTE_Value, wsSelTextArray[i]);
179 CXFA_Node* pValue = pChild->GetChild(0, XFA_ELEMENT_Value);
180 if (!pValue) {
183 CXFA_Value valueChild(pValue);
217 CXFA_Node* pValue = pChild->GetProperty(0, XFA_ELEMENT_Value);
    [all...]
xfa_object_imp.cpp     [all...]
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 714 void* pValue = NULL;
715 if (!CFX_MapPtrToPtr::Lookup((void*)(uintptr_t)key, pValue)) {
718 rValue = (ValueType)(uintptr_t)pValue;
738 void* pValue = NULL;
739 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);
741 rValue = (ValueType)(uintptr_t)pValue;
769 void AddValue(const CFX_ByteStringC& key, void* pValue);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 82 void *pValue;
92 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
93 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 120 void *pValue;
131 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
132 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 221 CFPF_SkiaFont* pValue = NULL;
224 m_FamilyFonts.GetNextAssoc(pos, pkey, (void*&)pValue);
225 if (pValue) {
226 pValue->Release();

Completed in 1128 milliseconds

1 2 3 45 6 7 8 91011>>