OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_stack_bottom
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvcanny.cpp
221
uchar**
new_stack_bottom
;
local
223
CV_CALL(
new_stack_bottom
= (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
224
memcpy(
new_stack_bottom
, stack_bottom, (stack_top - stack_bottom)*sizeof(stack_top[0]) );
225
stack_top =
new_stack_bottom
+ (stack_top - stack_bottom);
227
stack_bottom =
new_stack_bottom
;
310
uchar**
new_stack_bottom
;
local
312
CV_CALL(
new_stack_bottom
= (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
313
memcpy(
new_stack_bottom
, stack_bottom, (stack_top - stack_bottom)*sizeof(stack_top[0]) );
314
stack_top =
new_stack_bottom
+ (stack_top - stack_bottom);
316
stack_bottom =
new_stack_bottom
;
[
all
...]
Completed in 47 milliseconds