OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_a
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/tests/scripts/
mkdup
6
SIZE_A
=15000
17
dd if=/dev/zero of=$TMP bs=$
SIZE_A
count=1 >& /dev/null
18
echo Writing $
SIZE_A
bytes to a
/external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h
41
#define
SIZE_A
8
42
#define SIZE_Ax (SIZE_C + SIZE_B +
SIZE_A
)
48
#define POS_C (POS_A +
SIZE_A
)
74
#define MAXARG_A ((1<<
SIZE_A
)-1)
97
#define GETARG_A(i) getarg(i, POS_A,
SIZE_A
)
98
#define SETARG_A(i,v) setarg(i, v, POS_A,
SIZE_A
)
/external/chromium_org/third_party/brotli/src/brotli/enc/
cluster.h
54
inline double ClusterCostDiff(int
size_a
, int size_b) {
55
int size_c =
size_a
+ size_b;
56
return
size_a
* FastLog2(
size_a
) + size_b * FastLog2(size_b) -
/external/ceres-solver/internal/ceres/
problem_impl.cc
70
// Returns true if two regions of memory, a and b, with sizes
size_a
and size_b
72
bool RegionsAlias(const double* a, int
size_a
,
74
return (a < b) ? b < (a +
size_a
)
[
all
...]
/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 164 milliseconds