/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | eh_frame.c | 218 unsigned char *third = data; in get_table_ent_val() local 230 third += 8; in get_table_ent_val() 231 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val() 233 (uint64_t)(*((uint32_t *)third)); in get_table_ent_val() 241 third += 16; in get_table_ent_val() 242 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val() 244 (uint64_t)(*((uint64_t *)third)); in get_table_ent_val() 252 third += 8; in get_table_ent_val() 253 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val() 255 (uint64_t)(int64_t)(*((int32_t *)third)); in get_table_ent_val() [all …]
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 88 GElf_Xword third; in process() local 132 first = second = third = totsize = 0; in process() 170 third += shdr.sh_size; in process() 189 totsize = first + second + third; in process() 191 first, second, third, totsize); in process()
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.S | 121 andcc %o1, %o4, %g0 ! third byte zero? 122 srl %o1, 8, %o3 ! %o3<7:0> = third byte 124 stb %o3, [%o2 - 2] ! store third byte 161 sth %o1, [%o2 - 2] ! store third and fourth byte
|
H A D | strncmp.S | 126 andcc %i4, %l2, %g0 ! check if third byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero 215 andcc %i4, %l2, %g0 ! check if third byte was zero 252 andcc %i4, %l2, %g0 ! check if third byte was zero
|
H A D | strchr.S | 209 andcc %o1, %o4, %g0 ! third byte zero?
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strcpy.S | 106 srl %o5, 8, %o4 ! extract third byte 107 andcc %o4, 0xff, %g0 ! third byte zero ? 109 stb %o4, [%o2 + 2] ! store third byte 154 srlx %o1, 40, %o3 ! %o3<7:0> = third byte 155 andcc %o1, %o4, %g0 ! third byte zero? 157 stb %o3, [%o2 - 6] ! store third byte
|
H A D | strncmp.S | 126 andcc %i4, %l2, %g0 ! check if third byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero 215 andcc %i4, %l2, %g0 ! check if third byte was zero 252 andcc %i4, %l2, %g0 ! check if third byte was zero
|
H A D | strchr.S | 209 andcc %o1, %o4, %g0 ! third byte zero?
|
/illumos-gate/usr/src/data/ucode/amd/ |
H A D | THIRDPARTYLICENSE | 38 Without limiting the foregoing, the Software may implement third party 43 related to the third party technologies. These third party
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | memchr.S | 72 cmpb %cl, %al / if the third byte is %al 110 / found at the third byte
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/begin/ |
H A D | tst.multibegin.d.out | 3 Begin fired third
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | memchr.S | 75 cmpb %dl, %cl / if the third byte is %cl 114 / found at the third byte
|
/illumos-gate/usr/src/cmd/hal/fdi/ |
H A D | README | 4 a brief guide for IHV's and third party open source projects on how to 7 Said third parties need to name their files in a unique manner using
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | README | 36 Unsupported third party contributions are provided in directory contrib/ . 111 Gailly and Mark Adler; it does not include third-party code. We make all 114 any third parties.
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | FIRMWARELICENSE | 44 performance information or analysis to any third party, other than solely for 80 any third party, whether in contract, tort, negligence or products liability 94 of any third party, and further agrees that it may not assign its rights or
|
/illumos-gate/usr/src/uts/common/io/rwn/fw-rt2860/ |
H A D | LICENSE | 20 These files are required for second and third generation PCI/CardBus
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | mkhdr.sh | 69 * 32768 - 65535 Available for third party TCB applications.
|
/illumos-gate/usr/src/ |
H A D | README.license-files | 30 CDDL, and/or a third party license. If only Oracle copyright and/or 33 1. Scan the source code and extract all of the third party licenses
|
/illumos-gate/usr/src/lib/libdwarf/ |
H A D | THIRDPARTYLICENSE | 12 free of the rightful claim of any third person regarding infringement
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 22 # Check for third argument to indicate how to deal with non-existant
|
/illumos-gate/usr/src/cmd/tsol/tnctl/ |
H A D | tnrhdb | 34 # to 0.0.0.0 (literal), such as for dhcp or some third-party network
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | mapfile_skel | 33 * the token "variable" as the third symbol on the line - see the
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.def | 38 * third field - command flags
|
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_sfmmu_asm.S | 306 mov -1, %o2 ! use -1 if no third TSB 311 nop ! panic if no third TSB
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.S | 372 ldub [%o1+2], %o3 ! load third byte 373 stb %o3, [%o0+2] ! store third byte 420 ldub [%o1+6], %o3 ! load third byte 421 stb %o3, [%o0+6] ! store third byte 528 ldub [%o1+2], %o3 ! load third byte 529 stb %o3, [%o0+2] ! store third byte
|