/external/llvm/lib/Support/ |
D | APInt.cpp | 79 pVal = getClearedMemory(getNumWords()); in initSlowCase() 80 pVal[0] = val; in initSlowCase() 83 pVal[i] = -1ULL; in initSlowCase() 87 pVal = getMemory(getNumWords()); in initSlowCase() 88 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 98 pVal = getClearedMemory(getNumWords()); in initFromArray() 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 132 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 140 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase() 141 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 76 pVal = getClearedMemory(getNumWords()); in initSlowCase() 77 pVal[0] = val; in initSlowCase() 80 pVal[i] = -1ULL; in initSlowCase() 84 pVal = getMemory(getNumWords()); in initSlowCase() 85 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 95 pVal = getClearedMemory(getNumWords()); in initFromArray() 99 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 129 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 137 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase() 138 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 77 U.pVal = getClearedMemory(getNumWords()); in initSlowCase() 78 U.pVal[0] = val; in initSlowCase() 81 U.pVal[i] = WORD_MAX; in initSlowCase() 86 U.pVal = getMemory(getNumWords()); in initSlowCase() 87 memcpy(U.pVal, that.U.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 97 U.pVal = getClearedMemory(getNumWords()); in initFromArray() 101 memcpy(U.pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 132 delete [] U.pVal; in reallocate() 139 U.pVal = getMemory(getNumWords()); in reallocate() 154 memcpy(U.pVal, RHS.U.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 79 pVal = getClearedMemory(getNumWords()); in initSlowCase() 80 pVal[0] = val; in initSlowCase() 83 pVal[i] = -1ULL; in initSlowCase() 87 pVal = getMemory(getNumWords()); in initSlowCase() 88 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 98 pVal = getClearedMemory(getNumWords()); in initFromArray() 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 132 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 140 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase() 141 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 80 uint64_t *pVal; ///< Used to store the >64 bits integer value. member 98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() 150 pVal[getNumWords() - 1] &= mask; in clearUnusedBits() 157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)]; in getWord() 294 delete[] pVal; in ~APInt() 577 return &pVal[0]; in getRawData() 645 if (pVal[i]) 676 delete[] pVal; 727 pVal[0] |= RHS; 970 (isSingleWord() ? VAL : pVal[whichWord(bitPosition)])) != [all …]
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpec_selectp256r1w7.c | 61 void p256r1_select_ap_w7(BNU_CHUNK_T* pVal, const BNU_CHUNK_T* pTbl, int idx) in p256r1_select_ap_w7() argument 73 pVal[n] = 0; in p256r1_select_ap_w7() 79 pVal[n] |= (pTbl[n] & mask); in p256r1_select_ap_w7()
|
D | pcpgfpec_selectp192r1w7.c | 61 void p192r1_select_ap_w7(BNU_CHUNK_T* pVal, const BNU_CHUNK_T* pTbl, int idx) in p192r1_select_ap_w7() argument 73 pVal[n] = 0; in p192r1_select_ap_w7() 79 pVal[n] |= (pTbl[n] & mask); in p192r1_select_ap_w7()
|
D | pcpgfpec_selectp224r1w7.c | 61 void p224r1_select_ap_w7(BNU_CHUNK_T* pVal, const BNU_CHUNK_T* pTbl, int idx) in p224r1_select_ap_w7() argument 73 pVal[n] = 0; in p224r1_select_ap_w7() 79 pVal[n] |= (pTbl[n] & mask); in p224r1_select_ap_w7()
|
D | pcpgfpec_selectp521r1w5.c | 61 void p521r1_select_ap_w5(BNU_CHUNK_T* pVal, const BNU_CHUNK_T* pTbl, int idx) in p521r1_select_ap_w5() argument 73 pVal[n] = 0; in p521r1_select_ap_w5() 79 pVal[n] |= (pTbl[n] & mask); in p521r1_select_ap_w5()
|
D | pcpgfpec_selectp384r1w5.c | 61 void p384r1_select_ap_w5(BNU_CHUNK_T* pVal, const BNU_CHUNK_T* pTbl, int idx) in p384r1_select_ap_w5() argument 73 pVal[n] = 0; in p384r1_select_ap_w5() 79 pVal[n] |= (pTbl[n] & mask); in p384r1_select_ap_w5()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 94 uint64_t *pVal; ///< Used to store the >64 bits integer value. member 108 U.pVal = val; in APInt() 156 U.pVal[getNumWords() - 1] &= mask; in clearUnusedBits() 163 return isSingleWord() ? U.VAL : U.pVal[whichWord(bitPosition)]; in getWord() 337 delete[] U.pVal; in ~APInt() 677 return &U.pVal[0]; in getRawData() 755 delete[] U.pVal; 779 U.pVal[0] = RHS; 780 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); 810 U.pVal[0] &= RHS; [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 84 uint64_t *pVal; ///< Used to store the >64 bits integer value. member 102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() 154 pVal[getNumWords() - 1] &= mask; in clearUnusedBits() 161 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)]; in getWord() 298 delete[] pVal; in ~APInt() 581 return &pVal[0]; in getRawData() 637 if (pVal[i]) 668 delete[] pVal; 719 pVal[0] |= RHS; 946 (isSingleWord() ? VAL : pVal[whichWord(bitPosition)])) != [all …]
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/ |
D | AlaLib.h | 86 inline int FSCANF_BYTE(FILE *stream, const char *format, void* pVal) in FSCANF_BYTE() argument 90 if((NULL != stream) && (NULL != format) && (NULL != pVal)) in FSCANF_BYTE() 93 unsigned char* pTmp = (unsigned char*)pVal; in FSCANF_BYTE()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 80 uint64_t *pVal; ///< Used to store the >64 bits integer value. member 95 APInt(uint64_t* val, unsigned bits) : BitWidth(bits), pVal(val) { } in APInt() 144 pVal[getNumWords() - 1] &= mask; in clearUnusedBits() 151 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)]; in getWord() 278 delete [] pVal; in ~APInt() 356 return APInt(N, makeArrayRef(pVal, getNumWords())).zext(getBitWidth()) in isIntN() 516 return &pVal[0]; in getRawData() 612 pVal[0] |= RHS; 1069 pVal[i] = ~0ULL; in setAllBits() 1084 memset(pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits() [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 963 opt.pVal = NULL; in Parse() 989 opt.pVal = &m_psSplit[nOut]; in Parse() 996 if(opt.pArg || opt.pVal) in Parse() 1013 opt.pVal = NULL; in Parse() 1041 val = m_pOpt[i].pVal; in Apply() 1557 m_CommandLine.m_pOpt[i].pVal ? m_CommandLine.m_pOpt[i].pVal : ""); in Run()
|
D | PVRShell.h | 382 const char *pArg, *pVal; member
|
/external/sonic/ |
D | Sonic.java | 529 short pVal = samples[position + period + i]; in findPitchPeriodInRange() local 530 diff += sVal >= pVal? sVal - pVal : pVal - sVal; in findPitchPeriodInRange()
|
D | sonic.c | 618 short *s, *p, sVal, pVal; in findPitchPeriodInRange() local 628 pVal = *p++; in findPitchPeriodInRange() 629 diff += sVal >= pVal? (unsigned short)(sVal - pVal) : in findPitchPeriodInRange() 630 (unsigned short)(pVal - sVal); in findPitchPeriodInRange()
|
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 321 gl_constant_value *pVal = paramList->ParameterValues[pos]; in _mesa_add_typed_unnamed_constant() local 323 pVal[p->Size] = values[0]; in _mesa_add_typed_unnamed_constant()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstyleselector.cpp | 565 const RetainPtr<CFX_CSSValue> pVal = pValue->GetValue(i); in ToTextDecoration() local 566 if (pVal->GetType() != CFX_CSSPrimitiveType::Enum) in ToTextDecoration() 569 switch (pVal.As<CFX_CSSEnumValue>()->Value()) { in ToTextDecoration()
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 92 const uint64_t *pVal; ///< Used to store the >64 bits integer value. member 289 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)), in getAsIntegral()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 945 Value* pVal = VEXTRACT(a, pIndex); in PERMD() local 946 res = VINSERT(res, pVal, C(l)); in PERMD() 980 Value* pVal = VEXTRACT(a, pIndex); in PERMPS() local 981 res = VINSERT(res, pVal, C(l)); in PERMPS()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 223 void WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, 725 BuilderSWR::WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, unsigned slot, unsigned chan… in WriteVS() argument 734 STORE(pVal, pOut, {channel * 2}); in WriteVS() 737 STORE(pVal, pOut, {0, channel}); in WriteVS()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 72251 static SQLITE_NOINLINE const void *valueToText(sqlite3_value* pVal, u8 enc){ 72252 assert( pVal!=0 ); 72253 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) ); 72255 assert( (pVal->flags & MEM_RowSet)==0 ); 72256 assert( (pVal->flags & (MEM_Null))==0 ); 72257 if( pVal->flags & (MEM_Blob|MEM_Str) ){ 72258 if( ExpandBlob(pVal) ) return 0; 72259 pVal->flags |= MEM_Str; 72260 if( pVal->enc != (enc & ~SQLITE_UTF16_ALIGNED) ){ 72261 sqlite3VdbeChangeEncoding(pVal, enc & ~SQLITE_UTF16_ALIGNED); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 72267 static SQLITE_NOINLINE const void *valueToText(sqlite3_value* pVal, u8 enc){ 72268 assert( pVal!=0 ); 72269 assert( pVal->db==0 || sqlite3_mutex_held(pVal->db->mutex) ); 72271 assert( (pVal->flags & MEM_RowSet)==0 ); 72272 assert( (pVal->flags & (MEM_Null))==0 ); 72273 if( pVal->flags & (MEM_Blob|MEM_Str) ){ 72274 if( ExpandBlob(pVal) ) return 0; 72275 pVal->flags |= MEM_Str; 72276 if( pVal->enc != (enc & ~SQLITE_UTF16_ALIGNED) ){ 72277 sqlite3VdbeChangeEncoding(pVal, enc & ~SQLITE_UTF16_ALIGNED); [all …]
|