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

1 2 3 45 6 7 8 91011>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_tonecontrol.c 73 static EAS_RESULT TC_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
82 static EAS_RESULT TC_GetNextChar (EAS_HW_DATA_HANDLE hwInstData, S_TC_DATA *pData, EAS_I8 *pValue);
603 static EAS_RESULT TC_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
612 *pValue = EAS_FILE_MMAPI_TONE_CONTROL;
616 *pValue = (EAS_I32) pData->pSynth;
914 static EAS_RESULT TC_GetNextChar (EAS_HW_DATA_HANDLE hwInstData, S_TC_DATA *pData, EAS_I8 *pValue)
921 *pValue = pData->dataByte;
926 return EAS_HWGetByte(hwInstData, pData->fileHandle, pValue);
eas_parser.h 62 EAS_RESULT (* EAS_CONST pfGetData)(struct s_eas_data_tag *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
eas_xmf.c 68 static EAS_RESULT XMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
462 static EAS_RESULT XMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
467 if ((result = SMF_GetData(pEASData, ((S_XMF_DATA*) pInstData)->pSMFData, param, pValue)) != EAS_SUCCESS)
473 if (*pValue == EAS_FILE_SMF0)
474 *pValue = EAS_FILE_XMF0;
475 else if (*pValue == EAS_FILE_SMF1)
476 *pValue = EAS_FILE_XMF1;
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 62 LDSymbol::ValueType pValue,
103 if (m_pResolver->resolve(*old_symbol, *new_symbol, override, pValue)) {
StaticResolver.cpp 25 LDSymbol::ValueType pValue) const {
176 if (pOld.outSymbol()->value() == pValue) {
183 << pValue;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
488 llvm::cast<Mips32GOTEntry>(entry)->setValue(pValue);
503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
504 return new Mips32GOTEntry(pValue, pParent);
522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
523 llvm::cast<Mips64GOTEntry>(entry)->setValue(pValue);
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {
539 return new Mips64GOTEntry(pValue, pParent);
  /external/aac/libPCMutils/include/
pcmutils_lib.h 227 INT * const pValue
  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.h 24 const FX_WCHAR* pValue,
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 106 uint64_t getSymValue(uint64_t pValue,
NamePool.h 72 LDSymbol::ValueType pValue,
StaticResolver.h 108 LDSymbol::ValueType pValue) const;
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.h 92 * input pointers != NULL (pItemCount, pKeySize, pKey, pValueSize, pValue)
110 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue);
android_AudioSfDecoder.h 67 bool getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 172 char * pValue
199 Values = sscanf ( pValue, "%d", Value.i32 );
207 Values = sscanf ( pValue, "%d.%d",
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.cpp 59 for (const auto& pValue : m_Objects) {
60 if (!pdfium::ContainsKey(*pVisited, pValue.get()))
61 pCopy->m_Objects.push_back(pValue->CloneNonCyclic(bDirect, pVisited));
  /external/pdfium/fpdfsdk/javascript/
Document.cpp 625 v8::Local<v8::Value> pValue = pRuntime->GetObjectProperty(pObj, L"cURL");
626 if (!pValue.IsEmpty())
627 strURL = CJS_Value(pRuntime, pValue).ToCFXWideString(pRuntime);
629 pValue = pRuntime->GetObjectProperty(pObj, L"bFDF");
630 bFDF = CJS_Value(pRuntime, pValue).ToBool(pRuntime);
632 pValue = pRuntime->GetObjectProperty(pObj, L"bEmpty");
633 bEmpty = CJS_Value(pRuntime, pValue).ToBool(pRuntime);
635 pValue = pRuntime->GetObjectProperty(pObj, L"aFields");
636 aFields.Attach(CJS_Value(pRuntime, pValue).ToV8Array(pRuntime));
712 v8::Local<v8::Value> pValue = pRuntime->GetObjectProperty(pObj, L"bUI")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
medparam.h 107 MP_DATA *pValue) = 0;
153 MP_DATA *pValue);
180 #define IMediaParams_GetParam(This,dwParamIndex,pValue) (This)->lpVtbl->GetParam(This,dwParamIndex,pValue)
201 static FORCEINLINE HRESULT IMediaParams_GetParam(IMediaParams* This,DWORD dwParamIndex,MP_DATA *pValue) {
202 return This->lpVtbl->GetParam(This,dwParamIndex,pValue);
238 MP_DATA *pValue);
wmsdkidl.h 310 BYTE *pValue,
339 BYTE *pValue,
355 #define IWMStatusCallback_OnStatus(This,Status,hr,dwType,pValue,pvContext) (This)->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext)
368 static FORCEINLINE HRESULT IWMStatusCallback_OnStatus(IWMStatusCallback* This,WMT_STATUS Status,HRESULT hr,WMT_ATTR_DATATYPE dwType,BYTE *pValue,void *pvContext) {
369 return This->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext);
381 BYTE *pValue,
436 BYTE *pValue,
462 #define IWMReaderCallback_OnStatus(This,Status,hr,dwType,pValue,pvContext) (This)->lpVtbl->OnStatus(This,Status,hr,dwType,pValue,pvContext
    [all...]
structuredquerycondition.h 94 PROPVARIANT *pValue) = 0;
122 PROPVARIANT *pValue);
137 #define IRichChunk_GetData(This,pFirstPos,pLength,ppsz,pValue) (This)->lpVtbl->GetData(This,pFirstPos,pLength,ppsz,pValue)
150 static FORCEINLINE HRESULT IRichChunk_GetData(IRichChunk* This,ULONG *pFirstPos,ULONG *pLength,LPWSTR *ppsz,PROPVARIANT *pValue) {
151 return This->lpVtbl->GetData(This,pFirstPos,pLength,ppsz,pValue);
163 PROPVARIANT *pValue);
174 PROPVARIANT *pValue);
180 PROPVARIANT *pValue);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 687 char *pValue;
695 &pValue,
761 char *pValue;
771 &pValue,
841 char *pValue;
851 &pValue,
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.h 437 static bool ValueIsNull(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
438 static int32_t ValueToInteger(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
439 static FX_FLOAT ValueToFloat(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
440 static FX_DOUBLE ValueToDouble(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
441 static void ValueToUTF8String(CFXJSE_Value* pValue,
451 void GlobalPropertyGetter(CFXJSE_Value* pValue);
  /external/pdfium/fxjs/
cfxjse_context.cpp 190 std::unique_ptr<CFXJSE_Value> pValue(new CFXJSE_Value(m_pIsolate));
196 pValue->ForceSetValue(hGlobalObject);
198 return pValue;
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 145 CPDF_Object* pValue = it.second.get();
153 if (!pValue->IsInline()) {
157 if ((len = pFile->AppendDWord(pValue->GetObjNum())) < 0) {
165 if (PDF_CreatorAppendObject(pValue, pFile, offset) < 0) {
214 CPDF_Object* pValue = it.second.get();
230 if (!pValue->IsInline()) {
234 if ((len = pFile->AppendDWord(pValue->GetObjNum())) < 0) {
242 if (PDF_CreatorAppendObject(pValue, pFile, offset) < 0) {
    [all...]
  /external/pdfium/xfa/fde/css/
cfde_cssdeclaration.h 86 CFX_RetainPtr<CFDE_CSSValue> pValue,
  /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...]

Completed in 754 milliseconds

1 2 3 45 6 7 8 91011>>