Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 150) sorted by relevance

123456

/glibc-2.36/sysdeps/generic/
Dunwind-dw2.c616 _Unwind_Word first, second; in execute_stack_op() local
619 second = stack[stack_elt]; in execute_stack_op()
625 result = second & first; in execute_stack_op()
628 result = (_Unwind_Sword) second / (_Unwind_Sword) first; in execute_stack_op()
631 result = second - first; in execute_stack_op()
634 result = (_Unwind_Sword) second % (_Unwind_Sword) first; in execute_stack_op()
637 result = second * first; in execute_stack_op()
640 result = second | first; in execute_stack_op()
643 result = second + first; in execute_stack_op()
646 result = second << first; in execute_stack_op()
[all …]
/glibc-2.36/stdlib/
Dtest-dlclose-exit-race-helper.c54 second (void *start) in second() function
77 __cxa_atexit (second, NULL, __dso_handle); in constructor()
/glibc-2.36/
Dshlib-versions13 # In the optional second column, there can one or more symbol set names
18 # An entry with DEFAULT in the first column gives a default second
20 # no second column. The defaults must precede the entries they apply
/glibc-2.36/sysdeps/arm/armv6/
Dstrrchr.S83 cmp r7, #0 @ Found EOS, second word
85 cmp r5, #0 @ Handle C, second word
91 @ Found EOS in second word; fold to first word.
Dstrlen.S76 @ Found something. Disambiguate between first and second words.
Drawmemchr.S83 @ Found something. Disambiguate between first and second words.
/glibc-2.36/nptl/
Dtst-thread_local1.cc188 do_thread.second (thread_without_access); in do_test()
191 do_thread.second (thread_with_access); in do_test()
/glibc-2.36/iconvdata/testdata/
DISO-2022-JP-2..UTF8875 Just for a test of JISX0212: 騏驎 (the second character is of JISX0212)
/glibc-2.36/sysdeps/s390/s390-32/
Ds390-mcount.S66 la %r3,0(%r14) # callees address = second parameter
Dstrncpy-z900.S44 icm %r0,4,1(%r3) # second byte
/glibc-2.36/sysdeps/alpha/
Dmul_1.S2 # the result in a second limb vector.
Dstxncpy.S164 ldq_u t2, 8(a1) # e0 : load second src word
181 cmpbge zero, t2, t7 # e0 : find nulls in second partial
/glibc-2.36/iconvdata/
DTESTS76 # charmap as well. The second one tests character composition/decomposition.
82 # charmap as well. The second one tests character composition/decomposition.
/glibc-2.36/timezone/
Dsystemv14 # Compile this *without* leap second correction for true conformance.
/glibc-2.36/sysdeps/sparc/sparc32/
Dsubmul_1.S2 ! subtract the result from a second limb vector.
/glibc-2.36/sysdeps/s390/s390-64/
Dstrncpy-z900.S43 icmh %r0,4,1(%r3) # second byte
/glibc-2.36/math/
Dlibm-test-y0.inc23 /* y0 is the Bessel function of the second kind of order 0 */
Dlibm-test-y1.inc23 /* y1 is the Bessel function of the second kind of order 1 */
/glibc-2.36/sysdeps/sparc/sparc32/sparcv9/
Dmul_1.S2 ! limb and store the product in a second limb vector.
Daddmul_1.S2 ! and add the result to a second limb vector.
Dsubmul_1.S2 ! and subtract the result from a second limb vector.
/glibc-2.36/sysdeps/hppa/hppa1.1/
Dmul_1.S2 ;! the result in a second limb vector.
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/
Dmul_1-vis3.S2 ! limb and store the product in a second limb vector.
Daddmul_1-vis3.S2 ! limb and add the result to a second limb vector.
Dsubmul_1-vis3.S2 ! limb and subtract the result from a second limb vector.

123456