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

  /src/external/mpl/bind/dist/bin/tests/system/journal/
tests.sh 217 check_size() ( function
220 retry_quiet 10 check_size || ret=1
232 check_size() ( function
235 retry_quiet 10 check_size || ret=1
  /src/external/public-domain/xz/dist/src/liblzma/common/
block_buffer_encoder.c 252 const size_t check_size = lzma_check_size(block->check); local
253 assert(check_size != UINT32_MAX);
256 if (out_size - *out_pos <= check_size)
259 out_size -= check_size;
300 if (check_size > 0) {
309 memcpy(block->raw_check, check.buffer.u8, check_size);
310 memcpy(out + *out_pos, check.buffer.u8, check_size);
311 *out_pos += check_size;
block_decoder.c 157 const size_t check_size = lzma_check_size(coder->block->check); local
159 &coder->check_pos, check_size);
160 if (coder->check_pos < check_size)
170 check_size) != 0)
block_encoder.c 122 const size_t check_size = lzma_check_size(coder->block->check); local
123 lzma_bufcpy(coder->check.buffer.u8, &coder->pos, check_size,
125 if (coder->pos < check_size)
129 check_size);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
debug_map_base.hpp 104 check_size(size_type, const char*, int) const;
233 check_size(size_type size, const char* __file, int __line) const function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
239 std::cerr << __file << ':' << __line << ": check_size "
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
debug_map_base.hpp 104 check_size(size_type, const char*, int) const;
233 check_size(size_type size, const char* __file, int __line) const function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
239 std::cerr << __file << ':' << __line << ": check_size "
  /src/external/bsd/zstd/dist/programs/
benchfn.c 173 typedef char check_size[ 2 * (sizeof(BMK_timedFnState_shell) >= sizeof(struct BMK_timedFnState_s)) - 1]; /* static assert : a compilation failure indicates that BMK_timedFnState_shell is not large enough */ typedef
174 typedef struct { check_size c; BMK_timedFnState_t tfs; } tfs_align; /* force tfs to be aligned at its next best position */
  /src/usr.bin/xlint/lint1/
decl.c 2867 check_size(const sym_t *dsym) function
  /src/external/gpl3/binutils/dist/gas/config/
tc-d30v.c 1842 check_size (long value, int bits, const char *file, int line) function
1934 check_size (value, 6, fixP->fx_file, fixP->fx_line);
1947 check_size (value, 9, fixP->fx_file, fixP->fx_line);
1953 check_size (value, 15, fixP->fx_file, fixP->fx_line);
1966 check_size (value, 15, fixP->fx_file, fixP->fx_line);
1972 check_size (value, 21, fixP->fx_file, fixP->fx_line);
1985 check_size (value, 21, fixP->fx_file, fixP->fx_line);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d30v.c 1840 check_size (long value, int bits, const char *file, int line) function
1932 check_size (value, 6, fixP->fx_file, fixP->fx_line);
1945 check_size (value, 9, fixP->fx_file, fixP->fx_line);
1951 check_size (value, 15, fixP->fx_file, fixP->fx_line);
1964 check_size (value, 15, fixP->fx_file, fixP->fx_line);
1970 check_size (value, 21, fixP->fx_file, fixP->fx_line);
1983 check_size (value, 21, fixP->fx_file, fixP->fx_line);
  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 249 mp_size_t check_size; member in struct:param_t
553 if (param->check_size != 0)
556 s.size = param->check_size;
2194 param.check_size = 256; \
2355 param.check_size = 256;
2368 param.check_size = 256;
2421 param.check_size = 256;
2537 param.check_size = 256;
2554 param.check_size = 500;
2586 param.check_size = 256
    [all...]

Completed in 32 milliseconds