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

1 2 3

  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 35 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef& pVal)
37 char* data = (char*)malloc(pVal.size()+1);
38 strcpy(data, pVal.data());
39 m_Value = llvm::StringRef(data, pVal.size());
42 void StringEntry<llvm::StringRef>::setValue(const char* pVal)
44 size_t length = strlen(pVal);
46 strcpy(data, pVal);
  /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...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbemem.c 957 const void *sqlite3ValueText(sqlite3_value* pVal, u8 enc){
958 if( !pVal ) return 0;
960 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) );
962 assert( (pVal->flags & MEM_RowSet)==0 );
964 if( pVal->flags&MEM_Null ){
968 pVal->flags |= (pVal->flags & MEM_Blob)>>3;
969 expandBlob(pVal);
970 if( pVal->flags&MEM_Str )
    [all...]
test5.c 131 sqlite3_value *pVal;
153 pVal = sqlite3ValueNew(0);
160 sqlite3ValueSetStr(pVal, -1, z, enc_from, xDel);
168 sqlite3ValueSetStr(pVal, -1, z, enc_from, xDel);
171 z = (char *)sqlite3ValueText(pVal, enc_to);
172 len = sqlite3ValueBytes(pVal, enc_to) + (enc_to==SQLITE_UTF8?1:2);
175 sqlite3ValueFree(pVal);
vdbeapi.c 140 const void *sqlite3_value_blob(sqlite3_value *pVal){
141 Mem *p = (Mem*)pVal;
148 return sqlite3_value_text(pVal);
151 int sqlite3_value_bytes(sqlite3_value *pVal){
152 return sqlite3ValueBytes(pVal, SQLITE_UTF8);
154 int sqlite3_value_bytes16(sqlite3_value *pVal){
155 return sqlite3ValueBytes(pVal, SQLITE_UTF16NATIVE);
157 double sqlite3_value_double(sqlite3_value *pVal){
158 return sqlite3VdbeRealValue((Mem*)pVal);
160 int sqlite3_value_int(sqlite3_value *pVal){
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h 51 void setValue(const DataType& pVal)
52 { m_Value = pVal; }
101 void setValue(const std::string& pVal)
102 { setValue(pVal.c_str()); }
104 void setValue(const char* pVal);
106 void setValue(llvm::StringRef& pVal);
SizeTraits.h 169 inline uint64_t signExtend(uint64_t pVal)
174 return ((pVal & mask) ^ sign_bit) - sign_bit;
178 inline uint64_t signExtend<64>(uint64_t pVal)
180 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...]

Completed in 757 milliseconds

1 2 3