/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | memmove.S | 45 sub %i0, %i1, %i4 ! get difference of two addresses 46 cmp %i2, %i4 ! compare size and difference of addresses
|
H A D | ascii_strcasecmp.S | 315 bnz .done ! bytes differ, return difference 324 bnz .done ! bytes differ, return difference 333 bnz .done ! bytes differ, return difference 340 bz,a .done ! bytes differ, return difference 345 restore %i0, %g0, %o0 ! return 0 or byte difference
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | memmove.S | 45 sub %i0, %i1, %i4 ! get difference of two addresses 46 cmp %i2, %i4 ! compare size and difference of addresses
|
H A D | ascii_strcasecmp.S | 316 bnz,pn %ncc, .done ! bytes differ, return difference 325 bnz,pn %ncc, .done ! bytes differ, return difference 334 bnz,pn %ncc, .done ! bytes differ, return difference 341 bz,a .done ! bytes differ, return difference
|
H A D | strcmp.S | 156 bnz,pn %xcc, .done ! bytes differ, return difference
|
H A D | strlcpy.S | 114 ! compute the return value as the difference of final dst pointer 165 ! difference between the pointer past the last byte of src and the
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wsdiff.py | 195 def difference(f, dtype, diffs) : function 972 difference(fileName, "ELF", data) 988 difference(fileName, "ELF", data) 1034 difference(fileName, "ELF " + sect, 1136 difference(fileName, fileType, 1143 difference(fileName, fileType, 1151 difference(fileName, fileType, 1193 difference(fileName, fileType, diffs) 1323 difference(fileName, "file type",
|
H A D | validate_pkg.py | 434 onlykeys1 = keys1.difference(common) 435 onlykeys2 = keys2.difference(common) 903 usedexceptions = originalexceptions.difference(exceptions)
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcmp.S | 134 sub %o1, %o0, %o1 ! o1 gets the difference 143 sub %o1, %o0, %o1 ! o1 gets the difference
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | copy.S | 62 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst 123 sub %o0, %o1, %g2 ! g2 gets the difference of src and dst
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.S | 130 sub %o1, %o0, %o1 ! o1 gets the difference 139 sub %o1, %o0, %o1 ! o1 gets the difference
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/ |
H A D | Pg.pod | 176 for the given PG. Utilization is a difference in utilization value between two 183 objects for the given PG. Utilization is a difference in utilization value 192 difference in utilization value between two snapshots. We can only compare
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | README.illumos | 10 them was 685dc743dc3b5645e34836464128e1c0558b404b. The only difference
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | nic.esc | 94 * Allow drivers (e.g. i40e) which can't tell the difference between the events 100 * have difficulty telling the difference between it and "whitelist".
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.S | 210 sub %o0, %o1, %o4 ! get difference of two addresses 211 cmp %o2, %o4 ! compare size and difference of addresses 250 add %o4, %o0, %o4 ! increase difference between src & dst 264 sub %o4, %o0, %o4 ! restore difference between src & dest 306 sub %o1, %o0, %o1 ! %o1 gets the difference
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.S | 247 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst 277 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst 305 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst 312 sub %i0, %i1, %i0 ! i0 gets difference of src and dst 365 subcc %o0, %o1, %o3 ! difference of from and to address
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | math.shlib | 17 # Return 0 if the percentage difference between $a and $b is $percent or
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 3668 size_t difference = 0; in umu_add() local 3670 difference |= umo->umo_data_size - data_size; in umu_add() 3671 difference |= umo->umo_depth - depth; in umu_add() 3674 difference |= umo->umo_stack[i] - in umu_add() 3678 if (difference == 0) { in umu_add()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 4053 size_t difference = 0; in kmu_add() local 4055 difference |= kmo->kmo_data_size - data_size; in kmu_add() 4056 difference |= kmo->kmo_depth - depth; in kmu_add() 4059 difference |= kmo->kmo_stack[i] - in kmu_add() 4063 if (difference == 0) { in kmu_add()
|
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | default | 12 # Then, it is necessary to define the difference between the standard US keyboard
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 155 dt_subtract_128(uint64_t *minuend, uint64_t *subtrahend, uint64_t *difference) in dt_subtract_128() argument 163 difference[0] = result[0]; in dt_subtract_128() 164 difference[1] = result[1]; in dt_subtract_128()
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.S | 1724 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst 1754 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst 1782 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst 1789 sub %i0, %i1, %i0 ! i0 gets difference of src and dst 1858 subcc %o0, %o1, %o3 ! difference of from and to address
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 17782 int64_t difference; in st_compare_expected_position() local 17823 difference = in st_compare_expected_position() 17828 PRId64"\n", difference); in st_compare_expected_position() 17829 if (count == difference && reposition == 0) { in st_compare_expected_position() 17842 ((difference > 0) && (difference < count))) { in st_compare_expected_position() 17859 ((difference < 0) || (reposition == 1))) { in st_compare_expected_position() 17879 } else if ((difference > count) || (reposition == 1)) { in st_compare_expected_position() 17898 cmd_att->transfers_data, difference); in st_compare_expected_position() 17906 difference = in st_compare_expected_position() 17910 PRId64"\n", difference); in st_compare_expected_position() [all …]
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.S | 81 sub %o0, %o1, %o4 ! get difference of two addresses 82 cmp %o2, %o4 ! compare size and difference of addresses
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | yaccpar | 504 ** registers done. The only difference between the
|