used 47 lib/zlib/contrib/infback9/inftree9.c unsigned used; /* code entries in table used */ used 202 lib/zlib/contrib/infback9/inftree9.c used = 1U << root; /* use root table entries */ used 203 lib/zlib/contrib/infback9/inftree9.c mask = used - 1; /* mask for comparing low */ used 206 lib/zlib/contrib/infback9/inftree9.c if (type == LENS && used >= ENOUGH - MAXD) used 272 lib/zlib/contrib/infback9/inftree9.c used += 1U << curr; used 273 lib/zlib/contrib/infback9/inftree9.c if (type == LENS && used >= ENOUGH - MAXD) used 320 lib/zlib/contrib/infback9/inftree9.c *table += used; used 47 lib/zlib/inftrees.c unsigned used; /* code entries in table used */ used 208 lib/zlib/inftrees.c used = 1U << root; /* use root table entries */ used 209 lib/zlib/inftrees.c mask = used - 1; /* mask for comparing low */ used 212 lib/zlib/inftrees.c if (type == LENS && used >= ENOUGH - MAXD) used 279 lib/zlib/inftrees.c used += 1U << curr; used 280 lib/zlib/inftrees.c if (type == LENS && used >= ENOUGH - MAXD) used 326 lib/zlib/inftrees.c *table += used; used 592 source3/include/smb.h bool used; used 3405 source3/libads/ldap.c SAVED CODE - we used to join via ldap - remember how we did this. JRA. used 284 source3/printing/printing.c int used; used 309 source3/printing/printing.c if ( (used = unpack_devicemode(&pjob->nt_devmode, buf+len, buflen-len)) == -1 ) used 312 source3/printing/printing.c len += used; used 4740 source3/smbd/reply.c conn->used = False; used 693 source3/smbd/service.c conn->used = True; used 421 source3/utils/status_profile.c #define percent_time(used, period) ((double)(used) / (double)(period) * 100.0 ) used 147 source4/heimdal/lib/hcrypto/imath/imath.c (((Z)->used==1&&(Z)->digits[0]==0)?0:((Z)->sign==MP_NEG)?-1:1) used 330 source4/heimdal/lib/hcrypto/imath/imath.c z->used = 1; used 2201 source4/heimdal/lib/hcrypto/imath/imath.c z->used = uv; used 3112 source4/heimdal/lib/hcrypto/imath/imath.c r.used = 1; used 3123 source4/heimdal/lib/hcrypto/imath/imath.c r.used += 1; used 3131 source4/heimdal/lib/hcrypto/imath/imath.c mp_word pfx = r.digits[r.used - 1]; used 3134 source4/heimdal/lib/hcrypto/imath/imath.c if(r.used > 1 && pfx <= btop) { used 3137 source4/heimdal/lib/hcrypto/imath/imath.c pfx |= r.digits[r.used - 2]; used 3149 source4/heimdal/lib/hcrypto/imath/imath.c t.used = ub + 1; CLAMP(&t); used 3155 source4/heimdal/lib/hcrypto/imath/imath.c s_usub(r.digits, t.digits, r.digits, r.used, t.used); used 3159 source4/heimdal/lib/hcrypto/imath/imath.c ZERO(t.digits, t.used); used 3165 source4/heimdal/lib/hcrypto/imath/imath.c q.used = qpos; used 56 source4/heimdal/lib/hcrypto/imath/imath.h mp_size used; used 62 source4/heimdal/lib/hcrypto/imath/imath.h #define MP_USED(Z) ((Z)->used)