HomeSort by relevance Sort by last modified time
    Searched refs:size_b (Results 1 - 4 of 4) sorted by null

  /external/vboot_reference/firmware/2lib/
2sha256.c 285 unsigned int size_b; local
293 size_b = (ctx->total_size + ctx->size) << 3;
298 UNPACK32(size_b, ctx->block + pm_size - 4);
2sha512.c 315 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/
problem_impl.cc 70 // 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);
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 855 double size_a = axes.width, size_b = axes.height; local
898 y = size_b * icvSinTable[angle];
    [all...]

Completed in 3395 milliseconds