/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/ |
H A D | f_parity.c | 19 #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 D | cpuid_subr.c | 356 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 D | dtrace_subr.c | 198 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 D | LinearDistribution.java | 65 private long step; field in LinearDistribution 129 getBucketRange(int i, int len, long base, long step) in getBucketRange()
|
H A D | LogLinearDistribution.java | 124 long next, step; in fillRangeCache() local
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | regexp.c | 48 #define step __step macro
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 49 #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 D | dtrace_subr.c | 125 uint8_t step = curthread->t_dtrace_step; in dtrace_return_probe() local
|
/titanic_41/usr/src/cmd/expr/ |
H A D | compile.c | 109 step(const char *instr, const char *expbuf) in step() function
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | regexp.h | 61 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | expand.c | 195 uint_t family, model, step; in amd64_config_cpu() local
|
/titanic_41/usr/src/head/ |
H A D | regexp.h | 306 step(const char *p1, const char *p2) in step() function
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 252 int step = 10; in getLinearDistribution() local 270 long next, step; in getLogLinearDistribution() local
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | trans_ioctl.c | 354 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 D | reg_step.c | 160 step(char *p1, char *p2) in step() function
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | usage.c | 40 #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 D | hpi_pfc.c | 327 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 D | lz4.c | 561 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 D | dt_aggregate.c | 144 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 D | usbvc_v4l2.c | 1521 uint32_t step, i, closest, index, approx1, approx2; in usbvc_find_interval() local
|
/titanic_41/usr/src/uts/common/io/ |
H A D | cryptmod.c | 797 #define smask(step) ((1<<step)-1) argument 798 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
|