Home
last modified time | relevance | path

Searched refs:segcount (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c458 u32 i, segcount, total; in xdr_check_write_chunk() local
464 segcount = be32_to_cpup(p); in xdr_check_write_chunk()
467 for (i = 0; i < segcount; i++) { in xdr_check_write_chunk()
563 u32 i, segcount; in svc_rdma_get_inv_rkey() local
586 segcount = be32_to_cpup(p++); in svc_rdma_get_inv_rkey()
587 for (i = 0; i < segcount; i++) { in svc_rdma_get_inv_rkey()
598 segcount = be32_to_cpup(p++); in svc_rdma_get_inv_rkey()
599 for (i = 0; i < segcount; i++) { in svc_rdma_get_inv_rkey()
H A Drpc_rdma.c428 __be32 *segcount; in rpcrdma_encode_write_list() local
442 segcount = xdr_reserve_space(xdr, sizeof(*segcount)); in rpcrdma_encode_write_list()
443 if (unlikely(!segcount)) in rpcrdma_encode_write_list()
464 *segcount = cpu_to_be32(nchunks); in rpcrdma_encode_write_list()
493 __be32 *segcount; in rpcrdma_encode_reply_chunk() local
508 segcount = xdr_reserve_space(xdr, sizeof(*segcount)); in rpcrdma_encode_reply_chunk()
509 if (unlikely(!segcount)) in rpcrdma_encode_reply_chunk()
530 *segcount = cpu_to_be32(nchunks); in rpcrdma_encode_reply_chunk()
1205 u32 segcount, seglength; in decode_write_chunk() local
1213 segcount = be32_to_cpup(p); in decode_write_chunk()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1099 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; in stbtt_FindGlyphIndex() local
1133 start = ttUSHORT(data + index_map + 14 + segcount*2 + 2 + 2*item); in stbtt_FindGlyphIndex()
1137 offset = ttUSHORT(data + index_map + 14 + segcount*6 + 2 + 2*item); in stbtt_FindGlyphIndex()
1139 …return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item… in stbtt_FindGlyphIndex()
1141 …return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 + segcount*6 + 2 + 2*… in stbtt_FindGlyphIndex()