/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psstack.c | 55 FT_UInt stackSize ) in FT_LOCAL_DEF() 68 if ( FT_QNEW_ARRAY( stack->buffer, stackSize ) ) in FT_LOCAL_DEF() 74 stack->stackSize = stackSize; in FT_LOCAL_DEF() 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 FT_LOCAL_DEF()
|
H A D | psstack.h | 68 FT_UInt stackSize; member 76 FT_UInt stackSize );
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | pthread_key_test.cpp | 63 const size_t stackSize = TEST_MULTIPLE * TEST_BASE; in HWTEST_F() local 65 void* attrStack = mmap(nullptr, stackSize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in HWTEST_F() 66 memset(attrStack, 0xff, stackSize); in HWTEST_F() 68 EXPECT_EQ(0, pthread_attr_setstack(&pthreadAttr, attrStack, stackSize)); in HWTEST_F() 81 munmap(attrStack, stackSize); in HWTEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | osfiber_windows.h | 40 size_t stackSize, 77 size_t stackSize, in createFiber() 80 // stackSize is rounded up to the system's allocation granularity (typically in createFiber() 82 out->fiber = CreateFiberEx(stackSize - 1, stackSize, FIBER_FLAG_FLOAT_SWITCH, in createFiber() 75 createFiber( Allocator* allocator, size_t stackSize, const std::function<void()>& func) createFiber() argument
|
H A D | osfiber_asm.h | 78 size_t stackSize, 112 size_t stackSize, in createFiber() 115 request.size = stackSize; in createFiber() 127 &out->context, out->stack.ptr, static_cast<uint32_t>(stackSize), in createFiber() 110 createFiber( Allocator* allocator, size_t stackSize, const std::function<void()>& func) createFiber() argument
|
H A D | osfiber_ucontext.h | 51 size_t stackSize, 83 size_t stackSize, in createFiber() 103 request.size = stackSize; in createFiber() 119 out->context.uc_stack.ss_size = stackSize; in createFiber() 81 createFiber( Allocator* allocator, size_t stackSize, const std::function<void()>& func) createFiber() argument
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | IntDiffer.java | 23 * @param stackSize The size of the largest difference you expect. 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/ |
H A 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() 153 "vec4 protectedData[" + de::toString(m_params.stackSize) + "];\n" in initPrograms() 157 " vec4 localData[" + de::toString(m_params.stackSize) + "];\n" in initPrograms() 158 " for (int i = 0; i < " + de::toString(m_params.stackSize) + "; i++)\n" in initPrograms() 169 " const int n = " + de::toString(m_params.stackSize) + ";\n" in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A 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/icu/icu4c/source/common/ |
H A 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()
|
H A 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()
|
/third_party/node/deps/icu-small/source/common/ |
H A 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()
|
H A 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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()
|
H A 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()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffparse.h | 60 FT_UInt stackSize; /* allocated size */ member 84 FT_UInt stackSize,
|
H A D | cffparse.c | 45 FT_UInt stackSize, in FT_LOCAL_DEF() 65 if ( FT_QNEW_ARRAY( parser->stack, stackSize ) ) in FT_LOCAL_DEF() 71 parser->stackSize = stackSize; in FT_LOCAL_DEF() 1021 if ( numBlends > parser->stackSize ) in cff_parse_blend() 1225 if ( (FT_UInt)( parser->top - parser->stack ) >= parser->stackSize ) in FT_LOCAL_DEF() 1347 if ( (FT_UInt)( parser->top - parser->stack ) >= parser->stackSize ) in FT_LOCAL_DEF() 1428 if ( (FT_UInt)( parser->top - parser->stack ) >= parser->stackSize ) in FT_LOCAL_DEF()
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_preinit_common.h | 131 inline bool __send_hook_misc_data(uint64_t id, const char* stackPtr, size_t stackSize, uint32_t type) in __send_hook_misc_data() argument 143 return send_hook_func_ptr(id, stackPtr, stackSize, type); in __send_hook_misc_data()
|
/third_party/musl/src/hook/linux/ |
H A D | musl_preinit_common.h | 153 inline bool __send_hook_misc_data(uint64_t id, const char* stackPtr, size_t stackSize, uint32_t type) in __send_hook_misc_data() argument 165 return send_hook_func_ptr(id, stackPtr, stackSize, type); in __send_hook_misc_data()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.cpp | 267 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local 272 << "stackSize : " << stackSize << "\n" in eliminateFrameIndex() 277 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_ops.h | 54 int (*pthread_attr_setstacksize)(pthread_attr_t *attr, size_t stackSize); 55 int (*pthread_attr_getstacksize)(const pthread_attr_t *attr, size_t *stackSize);
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 110 int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stackSize) in pthread_attr_setstacksize() argument 112 return g_usrLibc->pthread_attr_setstacksize(attr, stackSize); in pthread_attr_setstacksize() 115 int pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stackSize) in pthread_attr_getstacksize() argument 117 return g_usrLibc->pthread_attr_getstacksize(attr, stackSize); in pthread_attr_getstacksize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VESubtarget.h | 66 int getAdjustedFrameSize(int stackSize) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcSubtarget.h | 118 int getAdjustedFrameSize(int stackSize) const;
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 1082 int stackSize = 1; in captureStackTrace() local 1084 stackSize = V8StackTraceImpl::kDefaultMaxCallStackSizeToCapture; in captureStackTrace() 1087 contextGroupId, [this, &stackSize](V8InspectorSessionImpl* session) { in captureStackTrace() 1089 stackSize = maxCallStackSizeToCapture(); in captureStackTrace() 1092 return V8StackTraceImpl::capture(this, stackSize); in captureStackTrace()
|