Lines Matching refs:Source
94 char Source[SmallAllocSize]; in TEST() local
96 Source[I] = 0x55 + I; in TEST()
99 __orc_rt_CreateCWrapperFunctionResultFromRange(Source, SmallAllocSize); in TEST()
115 char Source[LargeAllocSize]; in TEST() local
117 Source[I] = 0x55 + I; in TEST()
120 __orc_rt_CreateCWrapperFunctionResultFromRange(Source, LargeAllocSize); in TEST()
136 char Source[SmallAllocSize]; in TEST() local
138 Source[I] = 'a' + I; in TEST()
139 Source[SmallAllocSize - 1] = '\0'; in TEST()
142 __orc_rt_CreateCWrapperFunctionResultFromString(Source); in TEST()
160 char Source[LargeAllocSize]; in TEST() local
162 Source[I] = 'a' + I; in TEST()
163 Source[LargeAllocSize - 1] = '\0'; in TEST()
166 __orc_rt_CreateCWrapperFunctionResultFromString(Source); in TEST()