/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psstack.c | 55 FT_UInt stackSize ) in cf2_stack_init() argument 68 if ( FT_QNEW_ARRAY( stack->buffer, stackSize ) ) in cf2_stack_init() 74 stack->stackSize = stackSize; in cf2_stack_init() 108 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushInt() 124 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushFixed() 188 FT_ASSERT( cf2_stack_count( stack ) <= stack->stackSize ); in cf2_stack_getReal()
|
/third_party/freetype/src/psaux/ |
D | psstack.c | 55 FT_UInt stackSize ) in cf2_stack_init() argument 70 if ( FT_NEW_ARRAY( stack->buffer, stackSize ) ) in cf2_stack_init() 76 stack->stackSize = stackSize; in cf2_stack_init() 110 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushInt() 126 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushFixed() 190 FT_ASSERT( cf2_stack_count( stack ) <= stack->stackSize ); in cf2_stack_getReal()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psstack.c | 55 FT_UInt stackSize ) in cf2_stack_init() argument 70 if ( FT_NEW_ARRAY( stack->buffer, stackSize ) ) in cf2_stack_init() 76 stack->stackSize = stackSize; in cf2_stack_init() 110 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushInt() 126 if ( stack->top == stack->buffer + stack->stackSize ) in cf2_stack_pushFixed() 190 FT_ASSERT( cf2_stack_count( stack ) <= stack->stackSize ); in cf2_stack_getReal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | osfiber_windows.h | 40 size_t stackSize, 77 size_t stackSize, in createFiber() argument 82 out->fiber = CreateFiberEx(stackSize - 1, stackSize, FIBER_FLAG_FLOAT_SWITCH, in createFiber()
|
D | osfiber_asm.h | 78 size_t stackSize, 112 size_t stackSize, in createFiber() argument 115 request.size = stackSize; in createFiber() 127 &out->context, out->stack.ptr, static_cast<uint32_t>(stackSize), in createFiber()
|
D | osfiber_ucontext.h | 51 size_t stackSize, 83 size_t stackSize, in createFiber() argument 103 request.size = stackSize; in createFiber() 119 out->context.uc_stack.ss_size = stackSize; in createFiber()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | IntDiffer.java | 26 public IntDiffer(int stackSize, int matchCount) { in IntDiffer() argument 27 this.STACKSIZE = stackSize; in IntDiffer() 29 a = new int[stackSize+matchCount]; in IntDiffer() 30 b = new int[stackSize+matchCount]; in IntDiffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStackTests.cpp | 61 deUint32 stackSize; member 66 : stackSize (stackSize_) in Params() 72 while (imageWidth * imageHeight < stackSize) in Params() 86 return deInt32Hash(params.stackSize); in getSeedValue() 154 "vec4 protectedData[" + de::toString(m_params.stackSize) + "];\n" in initPrograms() 158 " vec4 localData[" + de::toString(m_params.stackSize) + "];\n" in initPrograms() 159 " for (int i = 0; i < " + de::toString(m_params.stackSize) + "; i++)\n" in initPrograms() 170 " const int n = " + de::toString(m_params.stackSize) + ";\n" in initPrograms()
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | UnmanagedLibrary.cs | 84 for (int stackSize = 0; stackSize < 128; stackSize += 4) in LoadSymbol() 86 … IntPtr candidate = Windows.GetProcAddress(this.handle, symbolName + stackSize); in LoadSymbol()
|
/third_party/boost/libs/spirit/example/x3/calc/calc7/ |
D | vm.hpp | 31 vmachine(unsigned stackSize = 4096) in vmachine() argument 32 : stack(stackSize) in vmachine()
|
/third_party/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 112 int32_t stackSize=stack_->size(); in next() local 113 int32_t length=stack_->elementAti(stackSize-1); in next() 114 pos=uchars_+stack_->elementAti(stackSize-2); in next() 115 stack_->setSize(stackSize-2); in next()
|
D | bytestrieiterator.cpp | 113 int32_t stackSize=stack_->size(); in next() local 114 int32_t length=stack_->elementAti(stackSize-1); in next() 115 pos=bytes_+stack_->elementAti(stackSize-2); in next() 116 stack_->setSize(stackSize-2); in next()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucharstrieiterator.cpp | 112 int32_t stackSize=stack_->size(); in next() local 113 int32_t length=stack_->elementAti(stackSize-1); in next() 114 pos=uchars_+stack_->elementAti(stackSize-2); in next() 115 stack_->setSize(stackSize-2); in next()
|
D | bytestrieiterator.cpp | 113 int32_t stackSize=stack_->size(); in next() local 114 int32_t length=stack_->elementAti(stackSize-1); in next() 115 pos=bytes_+stack_->elementAti(stackSize-2); in next() 116 stack_->setSize(stackSize-2); in next()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucharstrieiterator.cpp | 112 int32_t stackSize=stack_->size(); in next() local 113 int32_t length=stack_->elementAti(stackSize-1); in next() 114 pos=uchars_+stack_->elementAti(stackSize-2); in next() 115 stack_->setSize(stackSize-2); in next()
|
D | bytestrieiterator.cpp | 113 int32_t stackSize=stack_->size(); in next() local 114 int32_t length=stack_->elementAti(stackSize-1); in next() 115 pos=bytes_+stack_->elementAti(stackSize-2); in next() 116 stack_->setSize(stackSize-2); in next()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucharstrieiterator.cpp | 112 int32_t stackSize=stack_->size(); in next() local 113 int32_t length=stack_->elementAti(stackSize-1); in next() 114 pos=uchars_+stack_->elementAti(stackSize-2); in next() 115 stack_->setSize(stackSize-2); in next()
|
D | bytestrieiterator.cpp | 113 int32_t stackSize=stack_->size(); in next() local 114 int32_t length=stack_->elementAti(stackSize-1); in next() 115 pos=bytes_+stack_->elementAti(stackSize-2); in next() 116 stack_->setSize(stackSize-2); in next()
|
/third_party/boost/libs/spirit/example/x3/calc/calc8/ |
D | vm.hpp | 35 vmachine(unsigned stackSize = 4096) in vmachine() argument 36 : stack(stackSize) in vmachine()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/ |
D | vm.hpp | 35 vmachine(unsigned stackSize = 4096) in vmachine() argument 36 : stack(stackSize) in vmachine()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | vm.hpp | 56 vmachine(unsigned stackSize = 4096) in vmachine() argument 57 : stack(stackSize) in vmachine()
|
/third_party/boost/libs/spirit/example/x3/calc/calc9/ |
D | vm.hpp | 56 vmachine(unsigned stackSize = 4096) in vmachine() argument 57 : stack(stackSize) in vmachine()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | vm.hpp | 56 vmachine(unsigned stackSize = 4096) in vmachine() argument 57 : stack(stackSize) in vmachine()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | vm.hpp | 56 vmachine(unsigned stackSize = 4096) in vmachine() argument 57 : stack(stackSize) in vmachine()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | vm.hpp | 56 vmachine(unsigned stackSize = 4096) in vmachine() argument 57 : stack(stackSize) in vmachine()
|