Searched refs:size_b (Results 1 - 4 of 4) sorted by relevance

/external/vboot_reference/firmware/2lib/
H A D2sha256.c285 unsigned int size_b; local
293 size_b = (ctx->total_size + ctx->size) << 3;
298 UNPACK32(size_b, ctx->block + pm_size - 4);
H A D2sha512.c315 unsigned int size_b; local
324 size_b = (ctx->total_size + ctx->size) << 3;
329 UNPACK32(size_b, ctx->block + pm_size - 4);
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc70 // Returns true if two regions of memory, a and b, with sizes size_a and size_b
73 const double* b, int size_b) {
75 : a < (b + size_b);
72 RegionsAlias(const double* a, int size_a, const double* b, int size_b) argument
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp855 double size_a = axes.width, size_b = axes.height; local
898 y = size_b * icvSinTable[angle];

Completed in 97 milliseconds