HomeSort by: relevance | last modified time | path
    Searched defs:length1 (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h 261 uptr length1, length2; member in struct:__asan::ErrorStringFunctionMemoryRangesOverlap
272 length1(length1_),
274 addr1_description(addr1, length1, /*shouldLockThreadRegistry=*/false),
asan_report.cc 318 const char *offset1, uptr length1,
323 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, local
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_errors.h 276 uptr length1, length2; member in struct:__asan::ErrorStringFunctionMemoryRangesOverlap
287 length1(length1_),
289 addr1_description(addr1, length1, /*shouldLockThreadRegistry=*/false),
asan_report.cpp 328 const char *offset1, uptr length1,
333 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, local
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c 926 unsigned int length1, length2; local
946 length1 = *current1++ * 256;
947 length1 += *current1++;
957 if (length1 != length2 ||
958 memcmp(current1, current2, length1) != 0)
963 current1 += length1;
964 current2 += length1;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_errors.h 276 uptr length1, length2; member in struct:__asan::ErrorStringFunctionMemoryRangesOverlap
287 length1(length1_),
289 addr1_description(addr1, length1, /*shouldLockThreadRegistry=*/false),
asan_report.cpp 330 const char *offset1, uptr length1,
335 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, local
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c 289 int i, modulus_length, outputSize, length, length1;
379 bi_2_nbin1( &length1, buffer1, pk_internal->modulus);
384 length1, buffer1,
393 length1, buffer1,
402 length1, buffer1,
412 length1, buffer1,
469 int length, length1; local
598 bi_2_nbin1( &length1, buffer1, pk_internal->modulus);
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay_i.h 169 u8 length1; member in struct:ieee802_1x_mka_hdr
184 * @length1: Parameter set body length (cont)
208 u8 length1; member in struct:ieee802_1x_mka_basic_body
224 * @length1: Parameter set body length (cont)
241 u8 length1; member in struct:ieee802_1x_mka_peer_body
305 u8 length1; member in struct:ieee802_1x_mka_sak_use_body
327 * @length1: Parameter set body length (cont)
359 u8 length1; member in struct:ieee802_1x_mka_dist_sak_body
374 * @length1: Parameter set body length (cont)
396 u8 length1; member in struct:ieee802_1x_mka_dist_cak_body
419 u8 length1; member in struct:ieee802_1x_mka_icv_body
    [all...]
  /src/external/gpl2/texinfo/dist/util/
texindex.c 120 long int length1, long int pos1, char *start2,
362 long length1, length2;
363 char *start1 = find_field (&keyfields[i], *line1, &length1);
365 int tem = compare_field (&keyfields[i], start1, length1,
423 long length1, length2;
424 char *start1 = find_field (&keyfields[i], text1, &length1);
426 int tem = compare_field (&keyfields[i], start1, length1,
458 long length1, length2;
459 char *start1 = find_field (&keyfields[i], str1, &length1);
461 int tem = compare_field (&keyfields[i], start1, length1, pos1
359 long length1, length2; local
420 long length1, length2; local
455 long length1, length2; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 960 unsigned int length1, length2; local
978 length1 = get_uint16(current1);
986 if (length1 != length2 ||
987 memcmp(current1, current2, length1) != 0)
992 current1 += length1;
993 current2 += length1;
  /src/external/bsd/nsd/dist/
difffile.c 406 uint8_t length1, length2; local
414 length1 = buf_dname_length(name1, rr1->rdlength - offset);
417 if (!length1 || !length2 || length1 != length2) {
422 if (!dname_equal_nocase((uint8_t*)name1, (uint8_t*)name2, length1)) {
  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 224 size_t const length1 = MEM_readLE16(istart); local
227 size_t const length4 = srcSize - (length1 + length2 + length3 + 6);
229 args->iend[1] = args->iend[0] + length1;
236 if (length1 < 8 || length2 < 8 || length3 < 8 || length4 < 8)
623 size_t const length1 = MEM_readLE16(istart); local
626 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
628 const BYTE* const istart2 = istart1 + length1;
646 CHECK_F( BIT_initDStream(&bitD1, istart1, length1) );
1404 size_t const length1 = MEM_readLE16(istart); local
1407 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6)
    [all...]
zstd_decompress_block.c 939 { size_t const length1 = dictEnd - match; local
940 ZSTD_memmove(oLitEnd, match, length1);
941 op = oLitEnd + length1;
942 sequence.matchLength -= length1;
988 { size_t const length1 = dictEnd - match; local
989 ZSTD_memmove(oLitEnd, match, length1);
990 op = oLitEnd + length1;
991 sequence.matchLength -= length1;
1061 { size_t const length1 = dictEnd - match; local
1062 ZSTD_memmove(oLitEnd, match, length1);
1154 { size_t const length1 = dictEnd - match; local
    [all...]
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 1050 const size_t length1 = FSE_readLE16(jumpTable); local
1053 const size_t length4 = cSrcSize - 6 - length1 - length2 - length3; /* check coherency !! */
1055 const char* const start2 = start1 + length1;
1060 if (length1+length2+length3+6 >= cSrcSize) return (size_t)-FSE_ERROR_srcSize_wrong;
1062 errorCode = FSE_initDStream(&bitD1, start1, length1);
zstd_v03.c 1674 const size_t length1 = MEM_readLE16(istart); local
1679 const BYTE* const istart2 = istart1 + length1;
1692 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1694 errorCode = BIT_initDStream(&bitD1, istart1, length1);
2036 const size_t length1 = MEM_readLE16(istart); local
2041 const BYTE* const istart2 = istart1 + length1;
2054 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2056 errorCode = BIT_initDStream(&bitD1, istart1, length1);
zstd_v02.c 1678 const size_t length1 = MEM_readLE16(istart); local
1683 const BYTE* const istart2 = istart1 + length1;
1696 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1698 errorCode = BIT_initDStream(&bitD1, istart1, length1);
2040 const size_t length1 = MEM_readLE16(istart); local
2045 const BYTE* const istart2 = istart1 + length1;
2058 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2060 errorCode = BIT_initDStream(&bitD1, istart1, length1);
2397 const size_t length1 = MEM_readLE16(istart); local
2402 const BYTE* const istart2 = istart1 + length1;
    [all...]
zstd_v04.c 1831 const size_t length1 = MEM_readLE16(istart); local
1836 const BYTE* const istart2 = istart1 + length1;
1849 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1851 errorCode = BIT_initDStream(&bitD1, istart1, length1);
2189 const size_t length1 = MEM_readLE16(istart); local
2194 const BYTE* const istart2 = istart1 + length1;
2207 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2209 errorCode = BIT_initDStream(&bitD1, istart1, length1);
2853 size_t length1 = dictEnd - match; local
2854 memmove(oLitEnd, match, length1);
    [all...]
zstd_v05.c 1965 const size_t length1 = MEM_readLE16(istart); local
1970 const BYTE* const istart2 = istart1 + length1;
1983 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1985 errorCode = BITv05_initDStream(&bitD1, istart1, length1);
2347 const size_t length1 = MEM_readLE16(istart); local
2352 const BYTE* const istart2 = istart1 + length1;
2365 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2367 errorCode = BITv05_initDStream(&bitD1, istart1, length1);
3213 size_t length1 = dictEnd - match; local
3214 memmove(oLitEnd, match, length1);
    [all...]
zstd_v06.c 2095 const size_t length1 = MEM_readLE16(istart); local
2100 const BYTE* const istart2 = istart1 + length1;
2113 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2115 errorCode = BITv06_initDStream(&bitD1, istart1, length1);
2470 const size_t length1 = MEM_readLE16(istart); local
2475 const BYTE* const istart2 = istart1 + length1;
2488 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2490 errorCode = BITv06_initDStream(&bitD1, istart1, length1);
3343 { size_t const length1 = dictEnd - match; local
3344 memmove(oLitEnd, match, length1);
    [all...]
zstd_v07.c 1884 size_t const length1 = MEM_readLE16(istart); local
1887 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
1889 const BYTE* const istart2 = istart1 + length1;
1905 { size_t const errorCode = BITv07_initDStream(&bitD1, istart1, length1);
2294 size_t const length1 = MEM_readLE16(istart); local
2297 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6);
2299 const BYTE* const istart2 = istart1 + length1;
2315 { size_t const errorCode = BITv07_initDStream(&bitD1, istart1, length1);
3568 { size_t const length1 = (size_t)(dictEnd - match); local
3569 memmove(oLitEnd, match, length1);
    [all...]

Completed in 81 milliseconds