Home
last modified time | relevance | path

Searched refs:third (Results 1 – 25 of 103) sorted by relevance

12345

/titanic_44/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c220 unsigned char *third = data; in get_table_ent_val() local
232 third += 8; in get_table_ent_val()
233 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val()
235 (uint64_t)(*((uint32_t *)third)); in get_table_ent_val()
243 third += 16; in get_table_ent_val()
244 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val()
246 (uint64_t)(*((uint64_t *)third)); in get_table_ent_val()
254 third += 8; in get_table_ent_val()
255 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val()
257 (uint64_t)(int64_t)(*((int32_t *)third)); in get_table_ent_val()
[all …]
/titanic_44/usr/src/cmd/sgs/size/common/
H A Dprocess.c88 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()
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s121 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 Dstrncmp.s126 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 Dstrchr.s209 andcc %o1, %o4, %g0 ! third byte zero?
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s106 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 Dstrncmp.s126 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 Dstrchr.s209 andcc %o1, %o4, %g0 ! third byte zero?
/titanic_44/usr/src/cmd/dtrace/test/tst/common/begin/
H A Dtst.multibegin.d.out3 Begin fired third
/titanic_44/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s72 cmpb %cl, %al / if the third byte is %al
110 / found at the third byte
/titanic_44/usr/src/lib/libc/i386/gen/
H A Dmemchr.s75 cmpb %dl, %cl / if the third byte is %cl
114 / found at the third byte
/titanic_44/usr/src/cmd/hal/fdi/
H A DREADME4 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
/titanic_44/usr/src/uts/common/io/rwn/fw-rt2860/
H A DLICENSE20 These files are required for second and third generation PCI/CardBus
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A DFIRMWARELICENSE44 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
/titanic_44/usr/src/lib/libbsm/
H A Dmkhdr.sh69 * 32768 - 65535 Available for third party TCB applications.
/titanic_44/usr/src/tools/opensolaris/
H A DREADME.binaries.tmpl22 any claim, lawsuit or action by any third party that arises or
/titanic_44/usr/src/tools/ctf/dwarf/
H A DTHIRDPARTYLICENSE12 free of the rightful claim of any third person regarding infringement
/titanic_44/usr/src/
H A DREADME.license-files30 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
H A DOPENSOLARIS.LICENSE83 subject to third party intellectual property claims, the Initial
102 third party under the terms of this License.
114 subject to third party intellectual property claims, each
138 otherwise makes the Modifications available to a third
144 by: (i) third party modifications of Contributor Version,
/titanic_44/usr/src/cmd/sendmail/cf/feature/
H A Dldap_routing.m422 # Check for third argument to indicate how to deal with non-existant
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel33 * the token "variable" as the third symbol on the line - see the
/titanic_44/usr/src/cmd/tsol/tnctl/
H A Dtnrhdb34 # to 0.0.0.0 (literal), such as for dhcp or some third-party network
/titanic_44/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.def38 * third field - command flags
/titanic_44/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu_asm.s338 mov -1, %o2 ! use -1 if no third TSB
343 nop ! panic if no third TSB
/titanic_44/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s372 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

12345