Home
last modified time | relevance | path

Searched refs:rowsize (Results 1 – 8 of 8) sorted by path

/freebsd/contrib/byacc/
H A Dclosure.c23 int rowsize; in set_EFF() local
27 rowsize = WORDSIZE(nvars); in set_EFF()
28 EFF = NEW2(nvars * rowsize, unsigned); in set_EFF()
43 row += rowsize; in set_EFF()
H A Dwarshall.c8 int rowsize; in transitive_closure() local
17 rowsize = WORDSIZE(n); in transitive_closure()
18 relend = R + n * rowsize; in transitive_closure()
34 rend = rowj + rowsize; in transitive_closure()
40 rowj += rowsize; in transitive_closure()
43 ccol += rowsize; in transitive_closure()
52 rowi += rowsize; in transitive_closure()
59 int rowsize; in reflexive_transitive_closure() local
66 rowsize = WORDSIZE(n); in reflexive_transitive_closure()
67 relend = R + n * rowsize; in reflexive_transitive_closure()
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h396 size_t rowsize, in constant_time_lookup() argument
405 memset(out, 0, rowsize); in constant_time_lookup()
410 for (j = 0; j < rowsize; j++) in constant_time_lookup()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dprintk.h49 const int prefix_type, const int rowsize, const int groupsize, in print_hex_dump() argument
75 for (row = 0; row != rowsize; row++) { in print_hex_dump()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c404 hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer() argument
415 if (i % rowsize == 0) { in hex_dump_to_buffer()
H A Ddrm_os_freebsd.h702 void hex_dump_to_buffer(const void *buf, size_t len, int rowsize,
/freebsd/sys/dev/ice/
H A Dice_osdep.c128 ice_debug_array(struct ice_hw *hw, uint64_t mask, uint32_t rowsize, in ice_debug_array() argument
141 if (rowsize > 0xFF) in ice_debug_array()
142 rowsize = 0xFF; in ice_debug_array()
144 hexdump(buf, len, prettyname, HD_OMIT_CHARS | rowsize); in ice_debug_array()
163 ice_info_fwlog(struct ice_hw *hw, uint32_t rowsize, uint32_t __unused groupsize, in ice_info_fwlog() argument
177 if (rowsize > 0xFF) in ice_info_fwlog()
178 rowsize = 0xFF; in ice_info_fwlog()
180 hexdump(buf, len, prettyname, HD_OMIT_CHARS | rowsize); in ice_info_fwlog()
H A Dice_osdep.h69 void ice_debug_array(struct ice_hw *hw, uint64_t mask, uint32_t rowsize,
71 void ice_info_fwlog(struct ice_hw *hw, uint32_t rowsize, uint32_t groupsize,