OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_a
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_initimg/
simple_huffman.c
228
UInt k, size,
size_a
, size_b, last_a, first_b;
local
256
size_a
= 0;
257
for( k = first;
size_a
< ((size+1)>>1) && k < last; ++ k )
259
size_a
+= sym[k].Count;
263
if(
size_a
> 0 )
282
size_b = size -
size_a
;
/external/ceres-solver/internal/ceres/
problem_impl.cc
55
// Returns true if two regions of memory, a and b, with sizes
size_a
and size_b
57
static bool RegionsAlias(const double* a, int
size_a
,
59
return (a < b) ? b < (a +
size_a
)
/external/opencv/cxcore/src/
cxdrawing.cpp
855
double
size_a
= axes.width, size_b = axes.height;
local
897
x =
size_a
* icvSinTable[450-angle];
[
all
...]
Completed in 329 milliseconds