Lines Matching defs:uint16
372 func fcall_uint16(a [2]uint16) [2]uint16 {
478 func store_le16(b []byte, x uint16) {
487 func store_le16_idx(b []byte, x uint16, idx int) {
554 func store_be16(b []byte, x uint16) {
564 func store_be16_idx(b []byte, x uint16, idx int) {
574 func store_le_byte_2(b []byte, val uint16) {
584 func store_le_byte_2_inv(b []byte, val uint16) {
612 func store_be_byte_2(b []byte, val uint16) {
642 func store_le_byte_2_idx(b []byte, idx int, val uint16) {
651 func store_le_byte_2_idx_inv(b []byte, idx int, val uint16) {
667 func store_be_byte_2_idx(b []byte, idx int, val uint16) {
683 func store_be_byte_2_idx2(b []byte, idx int, val uint16) {
691 func store_le_byte_2_idx2(b []byte, idx int, val uint16) {
784 func zero_uint16_2(h1, h2 []uint16) {
798 func zero_uint16_4(h1, h2 []uint16) {
809 func zero_uint16_8(h []uint16) {
903 func store16le(p *struct{ a, b uint16 }, x uint32) {
913 func store16be(p *struct{ a, b uint16 }, x uint32) {