Searched defs:i4 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_zip_file.c | 69 static unsigned i4(const unsigned char *p) { return (i2(p) | (i2(p + 2) << 16)); } i4() function [all...] |
H A D | test_write_format_zip_stream.c | 64 static unsigned i4(const unsigned char *p) { return (i2(p) | (i2(p + 2) << 16)); } in i4() function
|
H A D | test_write_format_zip_file_zip64.c | 69 static unsigned i4(const unsigned char *p) { return (i2(p) | (i2(p + 2) << 16)); } i4() function [all...] |
H A D | test_write_format_zip_compression_store.c | 119 i4(const void *p_) i4() function [all...] |
H A D | test_write_format_zip_entry_size_unset.c | 47 static unsigned i4(const char *p) { return (i2(p) | (i2(p + 2) << 16)); } in i4() function
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_intrinsics.h | 338 typedef int i4 __attribute__((ext_vector_type(4))); in __ldg() typedef
|
/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-hacl64.h | 605 u64 i0, i1, i2, i3, i4, output0, output1, output2, output3, output4; in format_fexpand() local
|
/freebsd/crypto/openssh/ |
H A D | ssh-keygen.c | 484 u_int magic, i1, i2, i3, i4; in do_convert_private_ssh2() local
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 12257 int i4, i3, i2; in ptpages_show_pml4() local
|