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

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
env.c 165 GFC_INTEGER_4 length4, status4; local
171 get_environment_variable_i4 (name, value, &length4, &status4,
176 *length = length4;
args.c 176 GFC_INTEGER_4 length4; local
180 get_command_argument_i4 (&number4, value, &length4, &status4, value_len);
182 *length = length4;
261 GFC_INTEGER_4 length4; local
264 get_command_i4 (command, &length4, &status4, command_len);
266 *length = length4;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
env.c 165 GFC_INTEGER_4 length4, status4; local
171 get_environment_variable_i4 (name, value, &length4, &status4,
176 *length = length4;
args.c 176 GFC_INTEGER_4 length4; local
180 get_command_argument_i4 (&number4, value, &length4, &status4, value_len);
182 *length = length4;
261 GFC_INTEGER_4 length4; local
264 get_command_i4 (command, &length4, &status4, command_len);
266 *length = length4;
  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 227 size_t const length4 = srcSize - (length1 + length2 + length3 + 6); local
236 if (length1 < 8 || length2 < 8 || length3 < 8 || length4 < 8)
238 if (length4 > srcSize) return ERROR(corruption_detected); /* overflow */
626 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); local
643 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
649 CHECK_F( BIT_initDStream(&bitD4, istart4, length4) );
1407 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); local
1424 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
1430 CHECK_F( BIT_initDStream(&bitD4, istart4, length4) );
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 1053 const size_t length4 = cSrcSize - 6 - length1 - length2 - length3; /* check coherency !! */ local
1068 errorCode = FSE_initDStream(&bitD4, start4, length4);
zstd_v03.c 1677 size_t length4; local
1692 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1693 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
1700 errorCode = BIT_initDStream(&bitD4, istart4, length4);
2039 size_t length4; local
2054 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2055 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
2062 errorCode = BIT_initDStream(&bitD4, istart4, length4);
zstd_v02.c 1681 size_t length4; local
1696 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1697 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
1704 errorCode = BIT_initDStream(&bitD4, istart4, length4);
2043 size_t length4; local
2058 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2059 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
2066 errorCode = BIT_initDStream(&bitD4, istart4, length4);
2400 size_t length4; local
2415 length4 = cSrcSize - (length1 + length2 + length3 + 6)
    [all...]
zstd_v04.c 1834 size_t length4; local
1849 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1850 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
1857 errorCode = BIT_initDStream(&bitD4, istart4, length4);
2192 size_t length4; local
2207 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2208 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
2215 errorCode = BIT_initDStream(&bitD4, istart4, length4);
zstd_v05.c 1968 size_t length4; local
1983 length4 = cSrcSize - (length1 + length2 + length3 + 6);
1984 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
1991 errorCode = BITv05_initDStream(&bitD4, istart4, length4);
2350 size_t length4; local
2365 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2366 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
2373 errorCode = BITv05_initDStream(&bitD4, istart4, length4);
zstd_v06.c 2098 size_t length4; local
2113 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2114 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
2121 errorCode = BITv06_initDStream(&bitD4, istart4, length4);
2473 size_t length4; local
2488 length4 = cSrcSize - (length1 + length2 + length3 + 6);
2489 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
2496 errorCode = BITv06_initDStream(&bitD4, istart4, length4);
zstd_v07.c 1887 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); local
1904 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
1911 { size_t const errorCode = BITv07_initDStream(&bitD4, istart4, length4);
2297 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); local
2314 if (length4 > cSrcSize) return ERROR(corruption_detected); /* overflow */
2321 { size_t const errorCode = BITv07_initDStream(&bitD4, istart4, length4);

Completed in 65 milliseconds