/minix3/minix/lib/liblwip/dist/test/unit/mdns/ |
H A D | test_mdns.c | 44 u16_t offset; in START_TEST() local 63 u16_t offset; in START_TEST() local 82 u16_t offset; in START_TEST() local 107 u16_t offset; in START_TEST() local 163 u16_t offset; in START_TEST() local 188 u16_t offset; in START_TEST() local 217 u16_t offset; in START_TEST() local 251 u16_t offset; in START_TEST() local 277 u16_t offset; in START_TEST() local 299 u16_t offset; in START_TEST() local [all …]
|
/minix3/minix/drivers/audio/cs4281/ |
H A D | io.h | 20 #define sdr_in8(port, offset) (my_inb((port) + (offset))) argument 33 #define sdr_in16(port, offset) (my_inw((port) + (offset))) argument 46 #define sdr_in32(port, offset) (my_inl((port) + (offset))) argument 57 #define sdr_out8(port, offset, value) \ argument 69 #define sdr_out16(port, offset, value) \ argument 81 #define sdr_out32(port, offset, value) \ argument
|
/minix3/minix/drivers/audio/cmi8738/ |
H A D | io.h | 20 #define sdr_in8(port, offset) (my_inb((port) + (offset))) argument 33 #define sdr_in16(port, offset) (my_inw((port) + (offset))) argument 46 #define sdr_in32(port, offset) (my_inl((port) + (offset))) argument 57 #define sdr_out8(port, offset, value) \ argument 69 #define sdr_out16(port, offset, value) \ argument 81 #define sdr_out32(port, offset, value) \ argument
|
/minix3/minix/drivers/net/vt6105/ |
H A D | io.h | 20 #define ndr_in8(port, offset) (my_inb((port) + (offset))) argument 33 #define ndr_in16(port, offset) (my_inw((port) + (offset))) argument 46 #define ndr_in32(port, offset) (my_inl((port) + (offset))) argument 57 #define ndr_out8(port, offset, value) \ argument 69 #define ndr_out16(port, offset, value) \ argument 81 #define ndr_out32(port, offset, value) \ argument
|
/minix3/minix/drivers/net/ip1000/ |
H A D | io.h | 20 #define ndr_in8(port, offset) (my_inb((port) + (offset))) argument 33 #define ndr_in16(port, offset) (my_inw((port) + (offset))) argument 46 #define ndr_in32(port, offset) (my_inl((port) + (offset))) argument 57 #define ndr_out8(port, offset, value) \ argument 69 #define ndr_out16(port, offset, value) \ argument 81 #define ndr_out32(port, offset, value) \ argument
|
/minix3/minix/drivers/audio/trident/ |
H A D | io.h | 20 #define sdr_in8(port, offset) (my_inb((port) + (offset))) argument 33 #define sdr_in16(port, offset) (my_inw((port) + (offset))) argument 46 #define sdr_in32(port, offset) (my_inl((port) + (offset))) argument 57 #define sdr_out8(port, offset, value) \ argument 69 #define sdr_out16(port, offset, value) \ argument 81 #define sdr_out32(port, offset, value) \ argument
|
/minix3/minix/drivers/audio/als4000/ |
H A D | io.h | 20 #define sdr_in8(port, offset) (my_inb((port) + (offset))) argument 33 #define sdr_in16(port, offset) (my_inw((port) + (offset))) argument 46 #define sdr_in32(port, offset) (my_inl((port) + (offset))) argument 57 #define sdr_out8(port, offset, value) \ argument 69 #define sdr_out16(port, offset, value) \ argument 81 #define sdr_out32(port, offset, value) \ argument
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | DataExtractorTest.cpp | 28 uint32_t offset = 0; in TEST() local 76 uint32_t offset = 0; in TEST() local 93 uint32_t offset = 0; in TEST() local 103 uint32_t offset = 0; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 341 bool isValidOffset(uint32_t offset) const { return Data.size() > offset; } in isValidOffset() 348 bool isValidOffsetForDataOfSize(uint32_t offset, uint32_t length) const { in isValidOffsetForDataOfSize() 359 bool isValidOffsetForAddress(uint32_t offset) const { in isValidOffsetForAddress()
|
/minix3/external/bsd/nvi/dist/clib/ |
H A D | env.c | 57 __findenv(register char *name, int *offset) in __findenv() 95 int l_value, offset; local 154 int offset; local
|
/minix3/minix/lib/libsys/ |
H A D | sys_safecopy.c | 7 cp_grant_id_t gr_id, vir_bytes offset, in sys_safecopyfrom() 27 cp_grant_id_t gr_id, vir_bytes offset, in sys_safecopyto()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 20 uint32_t offset = *offset_ptr; in getU() local 35 uint32_t offset = *offset_ptr; in getUs() local 122 uint32_t offset = *offset_ptr; in getCStr() local 137 uint32_t offset = *offset_ptr; in getULEB128() local 158 uint32_t offset = *offset_ptr; in getSLEB128() local
|
/minix3/minix/lib/liblwip/dist/src/apps/snmp/ |
H A D | snmp_pbuf_stream.c | 47 snmp_pbuf_stream_init(struct snmp_pbuf_stream* pbuf_stream, struct pbuf* p, u16_t offset, u16_t len… in snmp_pbuf_stream_init() 136 snmp_pbuf_stream_seek(struct snmp_pbuf_stream* pbuf_stream, s32_t offset) in snmp_pbuf_stream_seek() 150 snmp_pbuf_stream_seek_abs(struct snmp_pbuf_stream* pbuf_stream, u32_t offset) in snmp_pbuf_stream_seek_abs()
|
/minix3/minix/drivers/net/dpeth/ |
H A D | 8390.c | 26 static void ns_rw_setup(const dpeth_t *dep, int mode, int size, u16_t offset) in ns_rw_setup() 55 static void mem_getblock(dpeth_t *dep, u16_t offset, int size, void *dst) in mem_getblock() 71 size_t offset, left; in mem_nic2user() local 92 size_t offset; in mem_user2nic() local 104 static void pio_getblock(dpeth_t *dep, u16_t offset, int size, void *dst) in pio_getblock() 123 size_t offset, left; in pio_nic2user() local
|
/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() 61 public int Get(byte[] destination, int offset, int count) in Get()
|
H A D | ChecksumImpl.cs | 66 public abstract void Update(byte[] data, int offset, int count); in Update() 133 public override void Update(byte[] data, int offset, int count) in Update() 184 public override void Update(byte[] data, int offset, int count) in Update()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXSourceLocation.cpp | 157 unsigned offset) { in clang_getLocationForOffset() 184 unsigned *column, unsigned *offset) { in createNullLocation() 197 unsigned *column, unsigned *offset = nullptr) { in createNullLocation() 237 unsigned *offset) { in clang_getExpansionLocation() 311 unsigned *offset) { in clang_getInstantiationLocation() 320 unsigned *offset) { in clang_getSpellingLocation() 358 unsigned *offset) { in clang_getFileLocation()
|
/minix3/minix/fs/isofs/ |
H A D | inode.c | 217 size_t *offset) in read_inode() 338 size_t offset, int name_only) in read_inode_iso9660() 398 const struct iso9660_dir_record *dir_rec, struct buf *bp, size_t offset, in read_inode_susp() 475 struct dir_extent *extent, size_t *offset) in read_inode_extents() 482 int check_dir_record(const struct iso9660_dir_record *d, size_t offset) { in check_dir_record()
|
/minix3/minix/tests/ |
H A D | test71.c | 29 u64_t offset; in dowriteblock() local 45 u64_t offset; in readblock() local
|
/minix3/lib/libc/sys/ |
H A D | lseek.c | 57 lseek(int fd, off_t offset, int whence) in lseek()
|
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/ |
H A D | offset.pass.cpp | 23 std::streamoff offset(p); in main() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.h | 93 static bool validSpImm8(int offset) { in validSpImm8()
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/ |
H A D | offset.pass.cpp | 23 std::streamoff offset(p); in main() local
|
/minix3/external/bsd/elftoolchain/dist/libelf/ |
H A D | elf_rand.c | 40 elf_rand(Elf *ar, off_t offset) in elf_rand()
|
/minix3/lib/libc/net/ |
H A D | ip6opt.c | 455 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_append() 522 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish() 547 inet6_opt_set_val(void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_set_val() 555 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, in inet6_opt_next() 606 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_find() 650 inet6_opt_get_val(void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_get_val()
|