Searched refs:second (Results 1 – 25 of 150) sorted by relevance
123456
/glibc-2.36/sysdeps/generic/ |
D | unwind-dw2.c | 616 _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/ |
D | test-dlclose-exit-race-helper.c | 54 second (void *start) in second() function 77 __cxa_atexit (second, NULL, __dso_handle); in constructor()
|
/glibc-2.36/ |
D | shlib-versions | 13 # 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/ |
D | strrchr.S | 83 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.
|
D | strlen.S | 76 @ Found something. Disambiguate between first and second words.
|
D | rawmemchr.S | 83 @ Found something. Disambiguate between first and second words.
|
/glibc-2.36/nptl/ |
D | tst-thread_local1.cc | 188 do_thread.second (thread_without_access); in do_test() 191 do_thread.second (thread_with_access); in do_test()
|
/glibc-2.36/iconvdata/testdata/ |
D | ISO-2022-JP-2..UTF8 | 875 Just for a test of JISX0212: 騏驎 (the second character is of JISX0212)
|
/glibc-2.36/sysdeps/s390/s390-32/ |
D | s390-mcount.S | 66 la %r3,0(%r14) # callees address = second parameter
|
D | strncpy-z900.S | 44 icm %r0,4,1(%r3) # second byte
|
/glibc-2.36/sysdeps/alpha/ |
D | mul_1.S | 2 # the result in a second limb vector.
|
D | stxncpy.S | 164 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/ |
D | TESTS | 76 # 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/ |
D | systemv | 14 # Compile this *without* leap second correction for true conformance.
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | submul_1.S | 2 ! subtract the result from a second limb vector.
|
/glibc-2.36/sysdeps/s390/s390-64/ |
D | strncpy-z900.S | 43 icmh %r0,4,1(%r3) # second byte
|
/glibc-2.36/math/ |
D | libm-test-y0.inc | 23 /* y0 is the Bessel function of the second kind of order 0 */
|
D | libm-test-y1.inc | 23 /* y1 is the Bessel function of the second kind of order 1 */
|
/glibc-2.36/sysdeps/sparc/sparc32/sparcv9/ |
D | mul_1.S | 2 ! limb and store the product in a second limb vector.
|
D | addmul_1.S | 2 ! and add the result to a second limb vector.
|
D | submul_1.S | 2 ! and subtract the result from a second limb vector.
|
/glibc-2.36/sysdeps/hppa/hppa1.1/ |
D | mul_1.S | 2 ;! the result in a second limb vector.
|
/glibc-2.36/sysdeps/sparc/sparc64/multiarch/ |
D | mul_1-vis3.S | 2 ! limb and store the product in a second limb vector.
|
D | addmul_1-vis3.S | 2 ! limb and add the result to a second limb vector.
|
D | submul_1-vis3.S | 2 ! limb and subtract the result from a second limb vector.
|
123456