/external/aac/libArithCoding/src/ |
D | ac_arith_coder.cpp | 532 static inline void copyTableAmrwbArith2(UCHAR tab[], int sizeIn, int sizeOut) { in copyTableAmrwbArith2() argument 539 if (sizeIn < sizeOut) { in copyTableAmrwbArith2() 540 tab[sizeOut + 0] = tab[sizeIn + 0]; in copyTableAmrwbArith2() 541 tab[sizeOut + 1] = tab[sizeIn + 1]; in copyTableAmrwbArith2() 542 if (sizeIn < (sizeOut >> 2)) { in copyTableAmrwbArith2() 544 } else if (sizeIn == (sizeOut >> 2)) { in copyTableAmrwbArith2() 548 i = sizeOut - 1; in copyTableAmrwbArith2() 560 if (sizeOut < (sizeIn >> 2)) { in copyTableAmrwbArith2() 562 } else if (sizeOut == (sizeIn >> 2)) { in copyTableAmrwbArith2() 566 for (i = 0, j = 0; i < sizeOut; j += k) { in copyTableAmrwbArith2() [all …]
|
/external/angle/util/ |
D | test_utils.cpp | 27 bool GetFileSize(const char *filePath, uint32_t *sizeOut) in GetFileSize() argument 36 *sizeOut = static_cast<uint32_t>(stream.tellg()); in GetFileSize()
|
D | test_utils.h | 62 bool GetFileSize(const char *filePath, uint32_t *sizeOut);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 830 size_t *sizeOut) const in getUniformBlockSize() 837 *sizeOut = 0; in getUniformBlockSize() 844 *sizeOut = static_cast<size_t>(dataSize); in getUniformBlockSize() 910 size_t *sizeOut) const in getShaderStorageBlockSize() 918 *sizeOut = 0; in getShaderStorageBlockSize() 927 *sizeOut = static_cast<size_t>(dataSize); in getShaderStorageBlockSize() 1126 size_t *sizeOut) { in linkResources() argument 1127 return this->getUniformBlockSize(name, mappedName, sizeOut); in linkResources() 1138 size_t *sizeOut) { in linkResources() argument 1139 return this->getShaderStorageBlockSize(name, mappedName, sizeOut); in linkResources()
|
D | ProgramGL.h | 130 size_t *sizeOut) const; 139 size_t *sizeOut) const;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 146 VkDeviceSize *sizeOut) in AllocateBufferOrImageMemory() argument 156 *sizeOut = memoryRequirements.size; in AllocateBufferOrImageMemory() 549 VkDeviceSize *sizeOut) in AllocateBufferMemory() argument 553 deviceMemoryOut, sizeOut); in AllocateBufferMemory() 562 VkDeviceSize *sizeOut) in AllocateImageMemory() argument 565 extraAllocationInfo, image, deviceMemoryOut, sizeOut); in AllocateImageMemory()
|
D | vk_utils.h | 399 VkDeviceSize *sizeOut); 407 VkDeviceSize *sizeOut);
|
/external/skqp/src/pdf/ |
D | SkPDFFont.h | 49 static SkExclusiveStrikePtr MakeVectorCache(SkTypeface*, int* sizeOut);
|
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 576 bool getBlockSize(const std::string &name, const std::string &mappedName, size_t *sizeOut); 646 size_t *sizeOut) in getBlockSize() argument 654 *sizeOut = 0; in getBlockSize() 658 *sizeOut = sizeIter->second; in getBlockSize() 1435 const std::string &mappedName, size_t *sizeOut) { in linkResources() argument 1436 return uniformBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources() 1460 size_t *sizeOut) { in linkResources() argument 1461 return shaderStorageBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
|
D | ProgramLinkedResources.h | 95 bool(const std::string &blockName, const std::string &blockMappedName, size_t *sizeOut)>;
|
D | queryutils.h | 251 void GetPointSize(const GLES1State *state, GLfloat *sizeOut);
|
D | queryutils.cpp | 2990 void GetPointSize(const GLES1State *state, GLfloat *sizeOut) in GetPointSize() argument 2993 *sizeOut = params.pointSize; in GetPointSize()
|
/external/python/cpython2/Modules/ |
D | almodule.c | 1488 if (pvs[i].sizeOut < 0) { in al_GetParams() 1506 pvs[i].sizeOut *= pvs[i].size2Out; in al_GetParams() 1510 item = PyList_New(pvs[i].sizeOut); in al_GetParams() 1511 for (j = 0; j < pvs[i].sizeOut; j++) { in al_GetParams()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_9_0.inc | 360 size_t *sizeOut) { 364 return func_ptr(state, cubinOut, sizeOut);
|
D | cuda_10_1.inc | 370 size_t *sizeOut) { 374 return func_ptr(state, cubinOut, sizeOut);
|
D | cuda_10_0.inc | 370 size_t *sizeOut) { 374 return func_ptr(state, cubinOut, sizeOut);
|
D | cuda_10_2.inc | 378 size_t *sizeOut) { 382 return func_ptr(state, cubinOut, sizeOut);
|
D | cuda_11_0.inc | 385 size_t *sizeOut) { 389 return func_ptr(state, cubinOut, sizeOut);
|
D | cuda_11_2.inc | 426 size_t *sizeOut) { 430 return func_ptr(state, cubinOut, sizeOut);
|