Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 40) sorted by relevance

12

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Df_parity.c19 #define smask(step) ((1<<step)-1) argument
20 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
/titanic_41/usr/src/uts/i86pc/os/
H A Dcpuid_subr.c356 synth_amd_info(uint_t family, uint_t model, uint_t step, in synth_amd_info()
441 _cpuid_skt(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_skt()
459 _cpuid_sktstr(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_sktstr()
487 _cpuid_chiprev(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_chiprev()
505 _cpuid_chiprevstr(uint_t vendor, uint_t family, uint_t model, uint_t step) in _cpuid_chiprevstr()
H A Ddtrace_subr.c198 uint8_t step = curthread->t_dtrace_step; in dtrace_user_probe() local
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLinearDistribution.java65 private long step; field in LinearDistribution
129 getBucketRange(int i, int len, long base, long step) in getBucketRange()
H A DLogLinearDistribution.java124 long next, step; in fillRangeCache() local
/titanic_41/usr/src/lib/libadm/common/
H A Dregexp.c48 #define step __step macro
/titanic_41/usr/src/lib/libc/port/locale/
H A Dengine.c49 #define step sstep macro
60 #define step lstep macro
71 #define step mstep macro
955 step(struct re_guts *g, in step() function
/titanic_41/usr/src/uts/sun4/os/
H A Ddtrace_subr.c125 uint8_t step = curthread->t_dtrace_step; in dtrace_return_probe() local
/titanic_41/usr/src/cmd/expr/
H A Dcompile.c109 step(const char *instr, const char *expbuf) in step() function
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/titanic_41/usr/src/lib/libast/common/comp/
H A Dregexp.h61 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c195 uint_t family, model, step; in amd64_config_cpu() local
/titanic_41/usr/src/head/
H A Dregexp.h306 step(const char *p1, const char *p2) in step() function
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java252 int step = 10; in getLinearDistribution() local
270 long next, step; in getLogLinearDistribution() local
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c354 int step; member
364 trans_test_stepwait(struct tothread *tp, int step) in trans_test_stepwait()
376 trans_test_step(struct tothread *tp, int step) in trans_test_step()
/titanic_41/usr/src/lib/libgen/common/
H A Dreg_step.c160 step(char *p1, char *p2) in step() function
/titanic_41/usr/src/lib/libdladm/common/
H A Dusage.c40 #define NET_RESET_TOT(tbytes, ttime, tibytes, tobytes, step) { \ argument
1055 int step = 1; in dladm_walk_usage_res() local
1196 int step = 1; in dladm_walk_usage_time() local
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c327 int step = 8; in hpi_pfc_cfg_vlan_table_clear() local
932 uint32_t step = sizeof (uint32_t); in hpi_pfc_mac_addr_get_i() local
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dlz4.c561 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx() local
754 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx() local
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c144 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); in dt_aggregate_lquantizedsum() local
160 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); in dt_aggregate_lquantizedzero() local
228 int64_t value = 1, next, step; in dt_aggregate_llquantizedsum() local
/titanic_41/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1521 uint32_t step, i, closest, index, approx1, approx2; in usbvc_find_interval() local
/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c797 #define smask(step) ((1<<step)-1) argument
798 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument

12