Home
last modified time | relevance | path

Searched +defs:check +defs:size (Results 1 – 25 of 117) sorted by relevance

12345

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dreloc.h360 check_overflow(Address value, Overflow_check check) in check_overflow()
401 rel(unsigned char* view, Address value, Overflow_check check) in rel()
415 rel_unaligned(unsigned char* view, Address value, Overflow_check check) in rel_unaligned()
432 const Sized_relobj_file<size, big_endian>* object, in rel()
434 Overflow_check check) in rel()
449 const Sized_relobj_file<size, big_endian>* object, in rel_unaligned()
451 Overflow_check check) in rel_unaligned()
466 Overflow_check check) in rela()
480 const Sized_relobj_file<size, big_endian>* object, in rela()
483 Overflow_check check) in rela()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dreloc.h360 check_overflow(Address value, Overflow_check check) in check_overflow()
401 rel(unsigned char* view, Address value, Overflow_check check) in rel()
415 rel_unaligned(unsigned char* view, Address value, Overflow_check check) in rel_unaligned()
432 const Sized_relobj_file<size, big_endian>* object, in rel()
434 Overflow_check check) in rel()
449 const Sized_relobj_file<size, big_endian>* object, in rel_unaligned()
451 Overflow_check check) in rel_unaligned()
466 Overflow_check check) in rela()
480 const Sized_relobj_file<size, big_endian>* object, in rela()
483 Overflow_check check) in rela()
[all …]
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/
H A Dcheck.c84 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init()
117 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update()
118 const uint8_t *buf, size_t size) in lzma_check_update()
148 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
H A Dcheck.h46 uint64_t size; member
141 lzma_sha256_init(lzma_check_state *check) in lzma_sha256_init()
148 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) in lzma_sha256_update()
165 lzma_sha256_finish(lzma_check_state *check) in lzma_sha256_finish()
H A Dsha256.c119 process(lzma_check_state *check) in process()
127 lzma_sha256_init(lzma_check_state *check) in lzma_sha256_init()
142 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) in lzma_sha256_update()
169 lzma_sha256_finish(lzma_check_state *check) in lzma_sha256_finish()
/netbsd-src/external/bsd/flex/dist/tests/
H A Dalloc_extra.l68 struct Check check; in main() local
89 void *testalloc(size_t size, yyscan_t scanner) in testalloc()
91 struct Check *check; in testalloc() local
105 struct Check *check; in check_extra() local
/netbsd-src/usr.sbin/mdsetimage/
H A Dexec_elf32.c53 #define check(off, size) ((off < 0) || (off + size > mappedsize)) argument
57 ELFNAMEEND(check)(const char *mappedfile, size_t mappedsize) in ELFNAMEEND() argument
H A Dexec_aout.c45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) argument
H A Dexec_ecoff.c45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) argument
H A Dexec_coff.c48 #define check(off, size) ((off < 0) || (off + size > mappedsize)) argument
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dutilfdt_test.c22 static void check(const char *fmt, int expect_type, int expect_size) in check() function
25 int size; in check() local
40 int size; in checkfail() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcpu-ns32k.c41 _bfd_ns32k_get_displacement (bfd_byte *buffer, int size) in _bfd_ns32k_get_displacement()
72 _bfd_ns32k_put_displacement (bfd_vma value, bfd_byte *buffer, int size) in _bfd_ns32k_put_displacement()
100 _bfd_ns32k_get_immediate (bfd_byte *buffer, int size) in _bfd_ns32k_get_immediate()
123 _bfd_ns32k_put_immediate (bfd_vma value, bfd_byte *buffer, int size) in _bfd_ns32k_put_immediate()
366 bfd_vma check; in do_ns32k_reloc() local
572 int size; in _bfd_do_ns32k_reloc_contents() local
604 bfd_vma check; in _bfd_do_ns32k_reloc_contents() local
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-ns32k.c41 _bfd_ns32k_get_displacement (bfd_byte *buffer, int size) in _bfd_ns32k_get_displacement()
72 _bfd_ns32k_put_displacement (bfd_vma value, bfd_byte *buffer, int size) in _bfd_ns32k_put_displacement()
100 _bfd_ns32k_get_immediate (bfd_byte *buffer, int size) in _bfd_ns32k_get_immediate()
123 _bfd_ns32k_put_immediate (bfd_vma value, bfd_byte *buffer, int size) in _bfd_ns32k_put_immediate()
366 bfd_vma check; in do_ns32k_reloc() local
572 int size; in _bfd_do_ns32k_reloc_contents() local
604 bfd_vma check; in _bfd_do_ns32k_reloc_contents() local
/netbsd-src/lib/libc/gen/
H A Dnlist_ecoff.c61 #define check(off, size) \ argument
H A Dnlist_elf32.c72 #define check(off, size) (off + size > mappedsize) argument
/netbsd-src/usr.bin/crunch/crunchide/
H A Dexec_elf32.c66 size_t size; member
70 xreadatoff(int fd, void *buf, off_t off, size_t size, const char *fn) in xreadatoff()
87 xwriteatoff(int fd, void *buf, off_t off, size_t size, const char *fn) in xwriteatoff()
104 xmalloc(size_t size, const char *fn, const char *use) in xmalloc()
116 xrealloc(void *ptr, size_t size, const char *fn, const char *use) in xrealloc()
130 ELFNAMEEND(check)(int fd, const char *fn) in ELFNAMEEND() argument
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c278 unsigned low, size; in makefixed() local
384 # define UPDATE(check, buf, len) \ argument
387 # define UPDATE(check, buf, len) adler32(check, buf, len) argument
392 # define CRC2(check, word) \ argument
399 # define CRC4(check, word) \ argument
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c131 check (void) in check() function
134 mp_size_t size = 100; in check() local
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.c345 unsigned low, size; in makefixed() local
451 # define UPDATE_CHECK(check, buf, len) \ argument
454 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
459 # define CRC2(check, word) \ argument
466 # define CRC4(check, word) \ argument
1557 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dinflate.c345 unsigned low, size; in makefixed() local
451 # define UPDATE_CHECK(check, buf, len) \ argument
454 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
459 # define CRC2(check, word) \ argument
466 # define CRC4(check, word) \ argument
1557 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dinflate.c345 unsigned low, size; in makefixed() local
451 # define UPDATE_CHECK(check, buf, len) \ argument
454 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
459 # define CRC2(check, word) \ argument
466 # define CRC4(check, word) \ argument
1557 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
/netbsd-src/usr.sbin/kvm_mkdb/
H A Dnlist_ecoff.c73 #define check(off, size) ((off < 0) || (off + size > mappedsize)) argument
H A Dnlist_coff.c73 #define check(off, size) ((off < 0) || (off + size > mappedsize)) argument
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c542 size_t size; /* total size of current allocations */ member
557 local void *malloc_track(struct mem_track_s *mem, size_t size) in malloc_track()
574 local void *realloc_track(struct mem_track_s *mem, void *ptr, size_t size) in realloc_track()
596 size_t size; in free_track() local
609 local void *yarn_malloc(size_t size) in yarn_malloc()
620 local voidpf zlib_alloc(voidpf opaque, uInt items, uInt size) in zlib_alloc()
933 unsigned long check, unsigned long head) in put_trailer()
1134 size_t size; /* current size of this buffer */ member
1144 size_t size; /* size of new buffers in this pool */ member
1152 local void new_pool(struct pool *pool, size_t size, int limit) in new_pool()
[all …]
/netbsd-src/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c87 size_t size; variable
92 int (*check)(const char *, size_t); member

12345