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

  /external/libvpx/libvpx/tools/
diff.py 44 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b):
47 self.right = DiffLines(file_b, start_b, len_b)
112 len_b = int(diffrange.group(6))
115 len_b = int(diffrange.group(4))
118 hunk = DiffHunk(header, a, b, start_a, len_a, start_b, len_b)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
diff.py 44 def __init__(self, header, file_a, file_b, start_a, len_a, start_b, len_b):
47 self.right = DiffLines(file_b, start_b, len_b)
112 len_b = int(diffrange.group(6))
115 len_b = int(diffrange.group(4))
118 hunk = DiffHunk(header, a, b, start_a, len_a, start_b, len_b)
  /external/sqlite/android/
PhoneNumberUtils.cpp 287 size_t len_b = 0; local
296 len_b = strlen(b);
302 size_t tmp_len_b = len_b;
305 int ccc_b = tryGetCountryCallingCode(b, len_b, &tmp_b, &tmp_len_b, accept_thailand_case);
329 tryGetTrunkPrefixOmittedStr(b, len_b, &tmp_b, &tmp_len_b);
340 len_b = tmp_len_b;
344 int i_b = len_b - 1;
  /external/mmc-utils/3rdparty/hmac_sha/
sha2.c 396 unsigned int len_b; local
405 len_b = (ctx->tot_len + ctx->len) << 3;
410 UNPACK32(len_b, ctx->block + pm_len - 4);
593 unsigned int len_b; local
602 len_b = (ctx->tot_len + ctx->len) << 3;
607 UNPACK32(len_b, ctx->block + pm_len - 4);
695 unsigned int len_b; local
704 len_b = (ctx->tot_len + ctx->len) << 3;
709 UNPACK32(len_b, ctx->block + pm_len - 4);
795 unsigned int len_b; local
    [all...]
  /external/vboot_reference/firmware/lib/cryptolib/
sha256.c 280 unsigned int len_b; local
288 len_b = (ctx->tot_len + ctx->len) << 3;
293 UNPACK32(len_b, ctx->block + pm_len - 4);
sha512.c 303 unsigned int len_b; local
312 len_b = (ctx->tot_len + ctx->len) << 3;
317 UNPACK32(len_b, ctx->block + pm_len - 4);

Completed in 204 milliseconds