Searched refs:segcount (Results 1 – 3 of 3) sorted by relevance
458 u32 i, segcount, total; in xdr_check_write_chunk() local464 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() local586 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()
428 __be32 *segcount; in rpcrdma_encode_write_list() local442 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() local508 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() local1213 segcount = be32_to_cpup(p); in decode_write_chunk()[all …]
1099 stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; in stbtt_FindGlyphIndex() local1133 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()