| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2s-load-xop.h | 30 #define LOAD_MSG_0_1(buf) \ argument 33 #define LOAD_MSG_0_2(buf) \ argument 36 #define LOAD_MSG_0_3(buf) \ argument 39 #define LOAD_MSG_0_4(buf) \ argument 42 #define LOAD_MSG_1_1(buf) \ argument 46 #define LOAD_MSG_1_2(buf) \ argument 50 #define LOAD_MSG_1_3(buf) \ argument 54 #define LOAD_MSG_1_4(buf) \ argument 58 #define LOAD_MSG_2_1(buf) \ argument 62 #define LOAD_MSG_2_2(buf) \ argument [all …]
|
| H A D | blake2s-load-sse2.h | 17 #define LOAD_MSG_0_1(buf) buf = _mm_set_epi32(m6,m4,m2,m0) argument 18 #define LOAD_MSG_0_2(buf) buf = _mm_set_epi32(m7,m5,m3,m1) argument 19 #define LOAD_MSG_0_3(buf) buf = _mm_set_epi32(m14,m12,m10,m8) argument 21 #define LOAD_MSG_1_1(buf) buf = _mm_set_epi32(m13,m9,m4,m14) argument 22 #define LOAD_MSG_1_2(buf) buf = _mm_set_epi32(m6,m15,m8,m10) argument 23 #define LOAD_MSG_1_3(buf) buf = _mm_set_epi32(m5,m11,m0,m1) argument 24 #define LOAD_MSG_1_4(buf) buf = _mm_set_epi32(m3,m7,m2,m12) argument 26 #define LOAD_MSG_2_2(buf) buf = _mm_set_epi32(m13,m2,m0,m8) argument 27 #define LOAD_MSG_2_3(buf) buf = _mm_set_epi32(m9,m7,m3,m10) argument 28 #define LOAD_MSG_2_4(buf) buf = _mm_set_epi32(m4,m1,m6,m14) argument [all …]
|
| H A D | blake2s-load-sse41.h | 17 #define LOAD_MSG_0_1(buf) \ argument 20 #define LOAD_MSG_0_2(buf) \ argument 23 #define LOAD_MSG_0_3(buf) \ argument 26 #define LOAD_MSG_0_4(buf) \ argument 29 #define LOAD_MSG_1_1(buf) \ argument 35 #define LOAD_MSG_1_2(buf) \ argument 41 #define LOAD_MSG_1_3(buf) \ argument 47 #define LOAD_MSG_1_4(buf) \ argument 53 #define LOAD_MSG_2_1(buf) \ argument 59 #define LOAD_MSG_2_2(buf) \ argument [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | buf.h | 99 struct buf { struct 100 struct bufobj *b_bufobj; argument 109 void (*b_iodone)(struct buf *); argument 110 void (*b_ckhashcalc)(struct buf *); argument 114 TAILQ_ENTRY(buf) b_bobufs; /* (V) Buffer's associated vnode. */ argument 117 uint8_t b_domain; /* (Q) buf domain this resides in */ argument 122 long b_bufsize; /* Allocated buffer size. */ argument 124 int b_kvasize; /* size of kva for buffer */ argument 127 caddr_t b_kvabase; /* base kva for buffer */ argument 133 TAILQ_ENTRY(buf) b_freelist; /* (Q) */ argument [all …]
|
| H A D | hash.h | 47 hash32_buf(const void *buf, size_t len, uint32_t hash) in hash32_buf() 61 hash32_str(const void *buf, uint32_t hash) in hash32_str() 75 hash32_strn(const void *buf, size_t len, uint32_t hash) in hash32_strn() 91 hash32_stre(const void *buf, int end, const char **ep, uint32_t hash) in hash32_stre() 110 hash32_strne(const void *buf, size_t len, int end, const char **ep, in hash32_strne()
|
| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry_json.h | 30 __json_snprintf(char *buf, const int len, const char *format, ...) in __json_snprintf() 48 rte_tel_json_empty_array(char *buf, const int len, const int used) in rte_tel_json_empty_array() 55 rte_tel_json_empty_obj(char *buf, const int len, const int used) in rte_tel_json_empty_obj() 62 rte_tel_json_str(char *buf, const int len, const int used, const char *str) in rte_tel_json_str() 69 rte_tel_json_add_array_string(char *buf, const int len, const int used, in rte_tel_json_add_array_string() 94 rte_tel_json_add_array_u64(char *buf, const int len, const int used, in rte_tel_json_add_array_u64() 110 rte_tel_json_add_array_json(char *buf, const int len, const int used, in rte_tel_json_add_array_json() 126 rte_tel_json_add_obj_u64(char *buf, const int len, const int used, in rte_tel_json_add_obj_u64() 144 rte_tel_json_add_obj_int(char *buf, const int len, const int used, in rte_tel_json_add_obj_int() 162 rte_tel_json_add_obj_str(char *buf, const int len, const int used, in rte_tel_json_add_obj_str() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_cirbuf.c | 24 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_string_misc() local 135 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_string_add_del() local 253 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_string_add_del_reverse() local 321 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_string_add_boundaries() local 386 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_string_get_del_boundaries() local 477 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_string_get_del_partial() local 577 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_char_add_del() local 671 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_char_fill() local 790 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_align_left() local 994 char buf[CMDLINE_TEST_BUFSIZE]; in test_cirbuf_align_right() local [all …]
|
| H A D | test_telemetry_json.c | 14 char buf[1024]; in test_basic_array() local 36 char buf[1024]; in test_basic_obj() local 56 char buf[25]; in test_overflow_array() local 78 char buf[25]; in test_overflow_obj() local 99 char buf[sizeof(str) - 5] = "ABC"; in test_large_array_element() local 114 char buf[sizeof(str) - 5] = "XYZ"; in test_large_obj_element() local
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_acl.c | 83 struct ice_aqc_acl_data *buf, struct ice_sq_cd *cd) in ice_aq_acl_entry() 112 struct ice_aqc_acl_data *buf, struct ice_sq_cd *cd) in ice_aq_program_acl_entry() 142 struct ice_aqc_acl_generic *buf, struct ice_sq_cd *cd) in ice_aq_actpair_a_d() 194 u16 act_entry_idx, struct ice_aqc_actpair *buf, in ice_aq_actpair_p_q() 242 struct ice_aqc_actpair *buf, struct ice_sq_cd *cd) in ice_aq_query_actpair() 277 struct ice_aqc_acl_prof_generic_frmt *buf, in ice_acl_prof_aq_send() 301 struct ice_aqc_acl_prof_generic_frmt *buf, in ice_prgm_acl_prof_xtrct() 319 struct ice_aqc_acl_prof_generic_frmt *buf, in ice_query_acl_prof() 448 struct ice_aqc_acl_profile_ranges *buf, in ice_prog_acl_prof_ranges() 471 struct ice_aqc_acl_profile_ranges *buf, in ice_query_acl_prof_ranges() [all …]
|
| H A D | ice_dcb.c | 214 u8 *buf = tlv->tlvinfo; in ice_parse_ieee_etscfg_tlv() local 245 u8 *buf = tlv->tlvinfo; in ice_parse_ieee_etsrec_tlv() local 262 u8 *buf = tlv->tlvinfo; in ice_parse_ieee_pfccfg_tlv() local 293 u8 *buf; in ice_parse_ieee_app_tlv() local 381 u8 *buf = tlv->tlvinfo; in ice_parse_cee_pgcfg_tlv() local 439 u8 *buf = tlv->tlvinfo; in ice_parse_cee_pfccfg_tlv() local 1059 u8 *buf = tlv->tlvinfo; in ice_add_ieee_ets_tlv() local 1101 u8 *buf = tlv->tlvinfo; in ice_add_ieee_etsrec_tlv() local 1130 u8 *buf = tlv->tlvinfo; in ice_add_ieee_pfc_tlv() local 1171 u8 *buf = tlv->tlvinfo; in ice_add_ieee_app_pri_tlv() local [all …]
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | adler32.c | 16 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} argument 17 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument 18 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument 19 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument 20 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument 63 uLong ZEXPORT adler32_z(adler, buf, len) in adler32_z() argument 134 uLong ZEXPORT adler32(adler, buf, len) in adler32() argument
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_nicenum.c | 49 zfs_nicenum_format(uint64_t num, char *buf, size_t buflen, in zfs_nicenum_format() 141 zfs_nicenum(uint64_t num, char *buf, size_t buflen) in zfs_nicenum() 151 zfs_nicetime(uint64_t num, char *buf, size_t buflen) in zfs_nicetime() 160 zfs_niceraw(uint64_t num, char *buf, size_t buflen) in zfs_niceraw() 169 zfs_nicebytes(uint64_t num, char *buf, size_t buflen) in zfs_nicebytes()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_huff_encode.c | 164 #define ngx_http_v2_huff_encode_buf(dst, buf) \ argument 167 #define ngx_http_v2_huff_encode_buf(dst, buf) \ argument 179 #define ngx_http_v2_huff_encode_buf(dst, buf) \ argument 185 #define ngx_http_v2_huff_encode_buf(dst, buf) \ argument 196 ngx_uint_t buf, pending, code; in ngx_http_v2_huff_encode() local
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cmsgpack.c | 108 mp_buf *buf = NULL; in mp_buf_new() local 130 void mp_buf_free(lua_State *L, mp_buf *buf) { in mp_buf_free() 203 void mp_encode_double(lua_State *L, mp_buf *buf, double d) { in mp_encode_double() 221 void mp_encode_int(lua_State *L, mp_buf *buf, int64_t n) { in mp_encode_int() 316 void mp_encode_map(lua_State *L, mp_buf *buf, int64_t n) { in mp_encode_map() 341 void mp_encode_lua_string(lua_State *L, mp_buf *buf) { in mp_encode_lua_string() 349 void mp_encode_lua_bool(lua_State *L, mp_buf *buf) { in mp_encode_lua_bool() 355 void mp_encode_lua_integer(lua_State *L, mp_buf *buf) { in mp_encode_lua_integer() 367 void mp_encode_lua_number(lua_State *L, mp_buf *buf) { in mp_encode_lua_number() 475 void mp_encode_lua_null(lua_State *L, mp_buf *buf) { in mp_encode_lua_null() [all …]
|
| /f-stack/freebsd/contrib/libnv/ |
| H A D | nv_impl.h | 58 #define nv_realloc(buf, size) realloc((buf), (size), M_NVLIST, \ argument 60 #define nv_free(buf) free((buf), M_NVLIST) argument 61 #define nv_strdup(buf) strdup((buf), M_NVLIST) argument 74 #define nv_realloc(buf, size) realloc((buf), (size)) argument 75 #define nv_free(buf) free((buf)) argument 76 #define nv_strdup(buf) strdup((buf)) argument
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_sha2.c | 165 SHA224Update_int(void *ctx, const void *buf, u_int len) in SHA224Update_int() 172 SHA256Update_int(void *ctx, const void *buf, u_int len) in SHA256Update_int() 179 SHA384Update_int(void *ctx, const void *buf, u_int len) in SHA384Update_int() 186 SHA512Update_int(void *ctx, const void *buf, u_int len) in SHA512Update_int()
|
| H A D | gfmult.h | 38 #define be64dec(buf) __builtin_bswap64(*(uint64_t *)buf) argument 39 #define be64enc(buf, x) (*(uint64_t *)buf = __builtin_bswap64(x)) argument 88 gf128_read(const uint8_t *buf) in gf128_read() 101 gf128_write(struct gf128 v, uint8_t *buf) in gf128_write()
|
| /f-stack/freebsd/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 48 #define memzero(buf, size) memset(buf, 0, size) argument 76 static inline uint32_t get_unaligned_le32(const uint8_t *buf) in get_unaligned_le32() 86 static inline uint32_t get_unaligned_be32(const uint8_t *buf) in get_unaligned_be32() 96 static inline void put_unaligned_le32(uint32_t val, uint8_t *buf) in put_unaligned_le32() 106 static inline void put_unaligned_be32(uint32_t val, uint8_t *buf) in put_unaligned_be32()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_byteswap.c | 56 zfs_ace_byteswap(void *buf, size_t size, boolean_t zfs_layout) in zfs_ace_byteswap() 143 zfs_oldacl_byteswap(void *buf, size_t size) in zfs_oldacl_byteswap() 159 zfs_acl_byteswap(void *buf, size_t size) in zfs_acl_byteswap() 165 zfs_znode_byteswap(void *buf, size_t size) in zfs_znode_byteswap()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rio.c | 61 static size_t rioBufferWrite(rio *r, const void *buf, size_t len) { in rioBufferWrite() 68 static size_t rioBufferRead(rio *r, void *buf, size_t len) { in rioBufferRead() 109 static size_t rioFileWrite(rio *r, const void *buf, size_t len) { in rioFileWrite() 126 static size_t rioFileRead(rio *r, void *buf, size_t len) { in rioFileRead() 169 static size_t rioFdsetWrite(rio *r, const void *buf, size_t len) { in rioFdsetWrite() 234 static size_t rioFdsetRead(rio *r, void *buf, size_t len) { in rioFdsetRead() 290 void rioGenericUpdateChecksum(rio *r, const void *buf, size_t len) { in rioGenericUpdateChecksum() 326 size_t rioWriteBulkString(rio *r, const char *buf, size_t len) { in rioWriteBulkString()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 237 fletcher_2_incremental_native(void *buf, size_t size, void *data) in fletcher_2_incremental_native() 263 fletcher_2_native(const void *buf, uint64_t size, in fletcher_2_native() 297 fletcher_2_byteswap(const void *buf, uint64_t size, in fletcher_2_byteswap() 317 fletcher_4_scalar_native(fletcher_4_ctx_t *ctx, const void *buf, in fletcher_4_scalar_native() 340 fletcher_4_scalar_byteswap(fletcher_4_ctx_t *ctx, const void *buf, in fletcher_4_scalar_byteswap() 465 fletcher_4_native(const void *buf, uint64_t size, in fletcher_4_native() 507 fletcher_4_byteswap(const void *buf, uint64_t size, in fletcher_4_byteswap() 577 fletcher_4_incremental_native(void *buf, size_t size, void *data) in fletcher_4_incremental_native() 605 fletcher_4_kstat_headers(char *buf, size_t size) in fletcher_4_kstat_headers() 617 fletcher_4_kstat_data(char *buf, size_t size, void *data) in fletcher_4_kstat_data() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/ |
| H A D | randwritecomp.c | 56 rwc_pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in rwc_pwrite() 76 fillbuf(char *buf) in fillbuf() 108 sequential_writes(int fd, char *buf, uint64_t nblocks, int64_t n) in sequential_writes() 124 random_writes(int fd, char *buf, uint64_t nblocks, int64_t n) in random_writes() 137 char buf[BLOCKSZ]; in main() local
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 88 #define SNPARGS(buf, len) buf + len argument 89 #define SNP(buf) buf argument 91 #define SNPARGS(buf, len) buf + len, sizeof(buf) > len ? sizeof(buf) - len : 0 argument 92 #define SNP(buf) buf, sizeof(buf) argument 224 char buf[INET_ADDRSTRLEN]; in ipfw_log() local 243 char buf[INET6_ADDRSTRLEN]; in ipfw_log() local
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_bcj.c | 74 uint8_t buf[16]; member 88 static size_t bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86() 160 static size_t bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc() 181 static size_t bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64() 265 static size_t bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm() 288 static size_t bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb() 316 static size_t bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc() 346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 185 u_char *const buf, int *buflen) in ng_struct_parse() 239 u_char *const buf, int *buflen) in ng_fixedarray_parse() 288 u_char *const buf, int *buflen) in ng_array_parse() 335 u_char *const buf, int *buflen) in ng_int8_parse() 430 u_char *const buf, int *buflen) in ng_int16_parse() 526 u_char *const buf, int *buflen) in ng_int32_parse() 625 u_char *const buf, int *buflen) in ng_int64_parse() 720 u_char *const buf, int *buflen) in ng_string_parse() 783 u_char *const buf, int *buflen) in ng_fixedstring_parse() 887 u_char *const buf, int *buflen) in ng_sizedstring_parse() [all …]
|