HomeSort by relevance Sort by last modified time
    Searched refs:pVal (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 32 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef pVal) {
33 char* data = reinterpret_cast<char*>(malloc(pVal.size() + 1));
34 ::memcpy(data, pVal.data(), pVal.size());
35 m_Value = llvm::StringRef(data, pVal.size());
38 void StringEntry<llvm::StringRef>::setValue(const char* pVal) {
39 size_t length = strlen(pVal);
41 ::memcpy(data, pVal, length);
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties.h 65 * @param pVal the value of the property
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
smc_properties.c 306 * @param pVal the value of the property
307 * @return 0 if found, else 1 (and pVal set to 0)
309 int smcGetPropertyAsInt(char *pProp, int *pVal)
314 *pVal = 0;
317 if (libString2GetStringAsInt(pStr, (uint32_t*)pVal) == S_SUCCESS)
321 *pVal = 0;
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.h 65 * @param pVal the value of the property
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
smc_properties.c 306 * @param pVal the value of the property
307 * @return 0 if found, else 1 (and pVal set to 0)
309 int smcGetPropertyAsInt(char *pProp, int *pVal)
314 *pVal = 0;
317 if (libString2GetStringAsInt(pStr, (uint32_t*)pVal) == S_SUCCESS)
321 *pVal = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qedit.idl 91 [out] IUnknown* *pVal
99 [out] LONG *pVal
103 [out] LONG *pVal
111 [out] GUID *pVal
115 [out] BSTR *pVal
119 [out] double *pVal
123 [out] BSTR *pVal
146 [out] AM_MEDIA_TYPE * pVal
154 [out] double *pVal
dhtmled.h 167 virtual HRESULT WINAPI get_Names(VARIANT *pVal) = 0;
180 HRESULT (WINAPI *get_Names)(IDEGetBlockFmtNamesParam *This,VARIANT *pVal);
195 #define IDEGetBlockFmtNamesParam_get_Names(This,pVal) (This)->lpVtbl->get_Names(This,pVal)
199 HRESULT WINAPI IDEGetBlockFmtNamesParam_get_Names_Proxy(IDEGetBlockFmtNamesParam *This,VARIANT *pVal);
218 virtual HRESULT WINAPI get_DOM(IHTMLDocument2 **pVal) = 0;
221 virtual HRESULT WINAPI get_ActivateApplets(VARIANT_BOOL *pVal) = 0;
223 virtual HRESULT WINAPI get_ActivateActiveXControls(VARIANT_BOOL *pVal) = 0;
225 virtual HRESULT WINAPI get_ActivateDTCs(VARIANT_BOOL *pVal) = 0;
227 virtual HRESULT WINAPI get_ShowDetails(VARIANT_BOOL *pVal) = 0
    [all...]
bits2_0.h 100 HRESULT (WINAPI *GetId)(IBackgroundCopyJob3 *This,GUID *pVal);
101 HRESULT (WINAPI *GetType)(IBackgroundCopyJob3 *This,BG_JOB_TYPE *pVal);
102 HRESULT (WINAPI *GetProgress)(IBackgroundCopyJob3 *This,BG_JOB_PROGRESS *pVal);
103 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob3 *This,BG_JOB_TIMES *pVal);
104 HRESULT (WINAPI *GetState)(IBackgroundCopyJob3 *This,BG_JOB_STATE *pVal);
106 HRESULT (WINAPI *GetOwner)(IBackgroundCopyJob3 *This,LPWSTR *pVal);
108 HRESULT (WINAPI *GetDisplayName)(IBackgroundCopyJob3 *This,LPWSTR *pVal);
110 HRESULT (WINAPI *GetDescription)(IBackgroundCopyJob3 *This,LPWSTR *pVal);
112 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob3 *This,BG_JOB_PRIORITY *pVal);
114 HRESULT (WINAPI *GetNotifyFlags)(IBackgroundCopyJob3 *This,ULONG *pVal);
    [all...]
qedit.h 383 IUnknown **pVal) = 0;
389 LONG *pVal) = 0;
392 LONG *pVal) = 0;
398 GUID *pVal) = 0;
401 BSTR *pVal) = 0;
404 double *pVal) = 0;
407 BSTR *pVal) = 0;
426 AM_MEDIA_TYPE *pVal) = 0;
432 double *pVal) = 0;
460 IUnknown **pVal);
    [all...]
gpmgmt.h 623 virtual HRESULT WINAPI get_DomainController(BSTR *pVal) = 0;
624 virtual HRESULT WINAPI get_Domain(BSTR *pVal) = 0;
644 HRESULT (WINAPI *get_DomainController)(IGPMDomain *This,BSTR *pVal);
645 HRESULT (WINAPI *get_Domain)(IGPMDomain *This,BSTR *pVal);
667 #define IGPMDomain_get_DomainController(This,pVal) (This)->lpVtbl->get_DomainController(This,pVal)
668 #define IGPMDomain_get_Domain(This,pVal) (This)->lpVtbl->get_Domain(This,pVal)
679 HRESULT WINAPI IGPMDomain_get_DomainController_Proxy(IGPMDomain *This,BSTR *pVal);
681 HRESULT WINAPI IGPMDomain_get_Domain_Proxy(IGPMDomain *This,BSTR *pVal);
    [all...]
tsuserex.h 74 virtual HRESULT WINAPI get_TerminalServicesProfilePath(BSTR *pVal) = 0;
76 virtual HRESULT WINAPI get_TerminalServicesHomeDirectory(BSTR *pVal) = 0;
78 virtual HRESULT WINAPI get_TerminalServicesHomeDrive(BSTR *pVal) = 0;
80 virtual HRESULT WINAPI get_AllowLogon(LONG *pVal) = 0;
82 virtual HRESULT WINAPI get_EnableRemoteControl(LONG *pVal) = 0;
84 virtual HRESULT WINAPI get_MaxDisconnectionTime(LONG *pVal) = 0;
86 virtual HRESULT WINAPI get_MaxConnectionTime(LONG *pVal) = 0;
88 virtual HRESULT WINAPI get_MaxIdleTime(LONG *pVal) = 0;
96 virtual HRESULT WINAPI get_ConnectClientPrintersAtLogon(LONG *pVal) = 0;
98 virtual HRESULT WINAPI get_DefaultToMainPrinter(LONG *pVal) = 0
    [all...]
bits1_5.h 118 HRESULT (WINAPI *GetId)(IBackgroundCopyJob2 *This,GUID *pVal);
119 HRESULT (WINAPI *GetType)(IBackgroundCopyJob2 *This,BG_JOB_TYPE *pVal);
120 HRESULT (WINAPI *GetProgress)(IBackgroundCopyJob2 *This,BG_JOB_PROGRESS *pVal);
121 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob2 *This,BG_JOB_TIMES *pVal);
122 HRESULT (WINAPI *GetState)(IBackgroundCopyJob2 *This,BG_JOB_STATE *pVal);
124 HRESULT (WINAPI *GetOwner)(IBackgroundCopyJob2 *This,LPWSTR *pVal);
126 HRESULT (WINAPI *GetDisplayName)(IBackgroundCopyJob2 *This,LPWSTR *pVal);
128 HRESULT (WINAPI *GetDescription)(IBackgroundCopyJob2 *This,LPWSTR *pVal);
130 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob2 *This,BG_JOB_PRIORITY *pVal);
132 HRESULT (WINAPI *GetNotifyFlags)(IBackgroundCopyJob2 *This,ULONG *pVal);
    [all...]
msimcntl.h 164 virtual HRESULT WINAPI get_Service(short *pVal) = 0;
166 virtual HRESULT WINAPI get_HasService(VARIANT_BOOL *pVal) = 0;
167 virtual HRESULT WINAPI get_AutoLogon(VARIANT_BOOL *pVal) = 0;
169 virtual HRESULT WINAPI get_LoggedOn(VARIANT_BOOL *pVal) = 0;
186 HRESULT (WINAPI *get_Service)(_IUseIMBase *This,short *pVal);
188 HRESULT (WINAPI *get_HasService)(_IUseIMBase *This,VARIANT_BOOL *pVal);
189 HRESULT (WINAPI *get_AutoLogon)(_IUseIMBase *This,VARIANT_BOOL *pVal);
191 HRESULT (WINAPI *get_LoggedOn)(_IUseIMBase *This,VARIANT_BOOL *pVal);
210 #define _IUseIMBase_get_Service(This,pVal) (This)->lpVtbl->get_Service(This,pVal)
    [all...]
bits.h 111 virtual HRESULT WINAPI GetRemoteName(LPWSTR *pVal) = 0;
112 virtual HRESULT WINAPI GetLocalName(LPWSTR *pVal) = 0;
113 virtual HRESULT WINAPI GetProgress(BG_FILE_PROGRESS *pVal) = 0;
121 HRESULT (WINAPI *GetRemoteName)(IBackgroundCopyFile *This,LPWSTR *pVal);
122 HRESULT (WINAPI *GetLocalName)(IBackgroundCopyFile *This,LPWSTR *pVal);
123 HRESULT (WINAPI *GetProgress)(IBackgroundCopyFile *This,BG_FILE_PROGRESS *pVal);
133 #define IBackgroundCopyFile_GetRemoteName(This,pVal) (This)->lpVtbl->GetRemoteName(This,pVal)
134 #define IBackgroundCopyFile_GetLocalName(This,pVal) (This)->lpVtbl->GetLocalName(This,pVal)
    [all...]
mspterm.h 26 STDMETHOD(get_TerminalClass)(BSTR *pVal);
27 STDMETHOD(get_TerminalType)(TERMINAL_TYPE *pVal);
28 STDMETHOD(get_State)(TERMINAL_STATE *pVal);
29 STDMETHOD(get_Name)(BSTR *pVal);
msptrmac.h 29 STDMETHOD(get_Balance)(__LONG32 *pVal);
31 STDMETHOD(get_Volume) (__LONG32 *pVal);
msptrmar.h 29 STDMETHOD(get_Balance)(__LONG32 *pVal);
31 STDMETHOD(get_Volume)(__LONG32 *pVal);
adoctint.h 344 virtual HRESULT WINAPI get_ActiveConnection(VARIANT *pVal) = 0;
366 HRESULT (WINAPI *get_ActiveConnection)(_ADOCatalog *This,VARIANT *pVal);
391 #define _Catalog_get_ActiveConnection(This,pVal) (This)->lpVtbl->get_ActiveConnection(This,pVal)
405 HRESULT WINAPI _Catalog_get_ActiveConnection_Proxy(_ADOCatalog *This,VARIANT *pVal);
434 virtual HRESULT WINAPI get_Name(BSTR *pVal) = 0;
436 virtual HRESULT WINAPI get_Type(BSTR *pVal) = 0;
440 virtual HRESULT WINAPI get_DateCreated(VARIANT *pVal) = 0;
441 virtual HRESULT WINAPI get_DateModified(VARIANT *pVal) = 0;
457 HRESULT (WINAPI *get_Name)(_ADOTable *This,BSTR *pVal);
    [all...]
sdpblb.h 196 virtual HRESULT WINAPI get_FormatCodes(VARIANT *pVal) = 0;
218 HRESULT (WINAPI *get_FormatCodes)(ITMedia *This,VARIANT *pVal);
242 #define ITMedia_get_FormatCodes(This,pVal) (This)->lpVtbl->get_FormatCodes(This,pVal)
261 HRESULT WINAPI ITMedia_get_FormatCodes_Proxy(ITMedia *This,VARIANT *pVal);
279 virtual HRESULT WINAPI Next(ULONG celt,ITMedia **pVal,ULONG *pceltFetched) = 0;
290 HRESULT (WINAPI *Next)(IEnumMedia *This,ULONG celt,ITMedia **pVal,ULONG *pceltFetched);
303 #define IEnumMedia_Next(This,celt,pVal,pceltFetched) (This)->lpVtbl->Next(This,celt,pVal,pceltFetched)
309 HRESULT WINAPI IEnumMedia_Next_Proxy(IEnumMedia *This,ULONG celt,ITMedia **pVal,ULONG *pceltFetched)
    [all...]
msimcsdk.h 334 virtual HRESULT WINAPI get_Title(BSTR *pVal) = 0;
337 virtual HRESULT WINAPI get_HasFocus(VARIANT_BOOL *pVal) = 0;
338 virtual HRESULT WINAPI get_IsVisible(VARIANT_BOOL *pVal) = 0;
340 virtual HRESULT WINAPI get_TopMost(VARIANT_BOOL *pVal) = 0;
342 virtual HRESULT WINAPI get_Window(__LONG32 *pVal) = 0;
359 HRESULT (WINAPI *get_Title)(IMSIMWindow *This,BSTR *pVal);
362 HRESULT (WINAPI *get_HasFocus)(IMSIMWindow *This,VARIANT_BOOL *pVal);
363 HRESULT (WINAPI *get_IsVisible)(IMSIMWindow *This,VARIANT_BOOL *pVal);
365 HRESULT (WINAPI *get_TopMost)(IMSIMWindow *This,VARIANT_BOOL *pVal);
367 HRESULT (WINAPI *get_Window)(IMSIMWindow *This,__LONG32 *pVal);
    [all...]
rdpencomapi.h 143 STDMETHOD_(HRESULT,get_RemoteName)(THIS_ BSTR *pVal) PURE;
144 STDMETHOD_(HRESULT,get_ControlLevel)(THIS_ CTRL_LEVEL *pVal) PURE;
162 #define IRDPSRAPIAttendee_get_RemoteName(This,pVal) (This)->lpVtbl->get_RemoteName(This,pVal)
163 #define IRDPSRAPIAttendee_get_ControlLevel(This,pVal) (This)->lpVtbl->get_ControlLevel(This,pVal)
  /frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h 45 void setValue(const DataType& pVal) { m_Value = pVal; }
84 void setValue(const std::string& pVal) { setValue(pVal.c_str()); }
86 void setValue(const char* pVal);
88 void setValue(llvm::StringRef pVal);
SizeTraits.h 153 inline uint64_t signExtend(uint64_t pVal) {
157 return ((pVal & mask) ^ sign_bit) - sign_bit;
161 inline uint64_t signExtend<64>(uint64_t pVal) {
162 return pVal;
  /external/llvm/lib/Support/
APInt.cpp 78 pVal = getClearedMemory(getNumWords());
79 pVal[0] = val;
82 pVal[i] = -1ULL;
86 pVal = getMemory(getNumWords());
87 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE);
97 pVal = getClearedMemory(getNumWords());
100 // Copy the words from bigVal to pVal
101 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE);
131 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE)
    [all...]
  /external/valgrind/include/
pub_tool_wordfm.h 145 /*OUT*/UWord* pKey, /*OUT*/UWord* pVal );
203 Bool VG_(nextIterBag)( WordBag*, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount );

Completed in 1172 milliseconds

1 2 3