id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Terraspace/UASM:x64/Release/tbyte.asm:22 | _TEXT SEGMENT
res$ = 8
normalize PROC ; COMDAT
; 222 : {
mov QWORD PTR [rsp+8], rbx
; 223 : int shft;
; 224 : int bs;
; 225 : int bs1;
; 226 :
; 227 : bs = bitsize64( res->m64[2] ) + 128;
mov rax, QWORD PTR [rcx+16]
mov edx, 64 ; 00000040H
mov r10d, edx
mov rbx, rcx
mov r8, -922... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 841 | 900 |
Terraspace/UASM:x64/Release/tbyte.asm:23 | jne SHORT $LN2@normalize
; 229 : res->m64[2] = res->m64[1];
mov rcx, QWORD PTR [rcx+8]
; 230 : res->m64[1] = res->m64[0];
; 231 : res->m64[0] = 0;
; 232 : bs = bitsize64( res->m64[2] ) + 64;
mov r10d, edx
mov rax, QWORD PTR [rbx]
mov QWORD PTR [rbx+16], rcx
mov QWORD PTR [rb... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 881 | 940 |
Terraspace/UASM:x64/Release/tbyte.asm:24 | mov rax, QWORD PTR [rbx+8]
; 236 : res->m64[1] = res->m64[0];
; 237 : res->m64[0] = 0;
; 238 : bs = bitsize64( res->m64[2] );
mov r10d, edx
mov rcx, QWORD PTR [rbx]
mov QWORD PTR [rbx+16], rax
mov QWORD PTR [rbx+8], rcx
mov QWORD PTR [rbx], r9
npad 2
$LL22@normalize:
test rax, r8
jn... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 921 | 980 |
Terraspace/UASM:x64/Release/tbyte.asm:25 | mov rbx, QWORD PTR [rsp+8]
ret 0
$LN4@normalize:
; 242 : }
; 243 : bs1 = bs % 64;
mov r11d, r10d
and r11d, -2147483585 ; ffffffff8000003fH
jge SHORT $LN43@normalize
dec r11d
or r11d, -64 ; ffffffffffffffc0H
inc r11d
$LN43@normalize:
; 244 : if ( bs1 ) {
test r11d, r11d
je SHORT $LN5@nor... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 961 | 1,020 |
Terraspace/UASM:x64/Release/tbyte.asm:26 | mov QWORD PTR [rbx+16], rdx
; 249 : res->m64[1] |= res->m64[0] >> bs1;
mov ecx, r11d
mov rdx, QWORD PTR [rbx]
mov rax, rdx
shr rax, cl
; 250 : res->m64[0] <<= shft;
mov rcx, r9
or r8, rax
shl rdx, cl
mov QWORD PTR [rbx], rdx
mov QWORD PTR [rbx+8], r8
$LN5@normalize:
; 251 : }
; 252 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,001 | 1,060 |
Terraspace/UASM:x64/Release/tbyte.asm:27 | movsd xmm0, QWORD PTR [rcx]
; 187 : bs = bitsize32( res->m32[2] ) + 64;
mov r11d, 32 ; 00000020H
movsd QWORD PTR [rdx], xmm0
mov r10, rdx
mov eax, DWORD PTR [rcx+8]
mov ecx, r11d
mov DWORD PTR [rdx+8], eax
npad 6
$LL11@U96LD:
test eax, eax
js SHORT $LN29@U96LD
add eax, eax
js SHORT $LN38@U96LD
add... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,041 | 1,100 |
Terraspace/UASM:x64/Release/tbyte.asm:28 | ; 192 : bs = bitsize32( res->m32[2] ) + 32;
mov eax, r11d
mov DWORD PTR [r10+8], ecx
mov DWORD PTR [r10], edx
$LL17@U96LD:
test ecx, ecx
js SHORT $LN30@U96LD
add ecx, ecx
js SHORT $LN39@U96LD
add ecx, ecx
sub eax, 2
test eax, eax
jg SHORT $LL17@U96LD
jmp SHORT $LN30@U96LD
$LN39@U96LD:
dec eax
$LN... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,081 | 1,140 |
Terraspace/UASM:x64/Release/tbyte.asm:29 | $LL23@U96LD:
test ecx, ecx
js SHORT $LN3@U96LD
add ecx, ecx
js SHORT $LN40@U96LD
add ecx, ecx
sub eax, 2
test eax, eax
jg SHORT $LL23@U96LD
jmp SHORT $LN3@U96LD
$LN40@U96LD:
dec eax
$LN3@U96LD:
; 199 : }
; 200 : if( bs == 0 ) {
test eax, eax
jne SHORT $LN4@U96LD
; 201 : res->e = 0;
m... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,121 | 1,180 |
Terraspace/UASM:x64/Release/tbyte.asm:30 | dec eax
or eax, -32 ; ffffffffffffffe0H
inc eax
$LN44@U96LD:
; 205 : if( bs ) {
test eax, eax
je SHORT $LN45@U96LD
; 206 : shft = 32 - bs;
; 207 : res->m32[2] <<= shft;
; 208 : res->m32[2] |= res->m32[1] >> bs;
mov r9d, DWORD PTR [r10+4]
sub r11d, eax
mov r8... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,161 | 1,220 |
Terraspace/UASM:x64/Release/tbyte.asm:31 | $LN45@U96LD:
; 212 : }
; 213 : }
; 214 : return( 0 );
xor eax, eax
; 215 : }
ret 0
U96LD ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\tbyte.c
; COMDAT bitsize64
_TEXT SEGMENT
x$ = 8
bitsize64 PROC ; COMDAT
; 169 : int i;
; 170 :
; 17... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,201 | 1,260 |
Terraspace/UASM:x64/Release/tbyte.asm:32 | sub eax, 2
test eax, eax
jg SHORT $LL4@bitsize64
; 174 : }
; 175 : return( i );
; 176 : }
ret 0
$LN11@bitsize64:
; 172 : if( x & MAXUI64BIT ) break;
dec eax
$LN13@bitsize64:
; 174 : }
; 175 : return( i );
; 176 : }
ret 0
bitsize64 ENDP
_TEXT ENDS
; Function compile flags: /Ogtp... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,241 | 1,300 |
Terraspace/UASM:x64/Release/tbyte.asm:33 | js SHORT $LN13@bitsize32
; 159 : x <<= 1;
add ecx, ecx
; 158 : if( x & 0x80000000U ) break;
js SHORT $LN11@bitsize32
; 159 : x <<= 1;
add ecx, ecx
sub eax, 2
test eax, eax
jg SHORT $LL4@bitsize32
; 160 : }
; 161 : return( i );
; 162 : }
ret 0
$LN11@bitsize32:
; 158 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,281 | 1,340 |
Terraspace/UASM:x64/Release/tbyte.asm:34 | x$ = 8
c$ = 16
add_check_u96_overflow PROC ; COMDAT
; 134 : uint_64 cy;
; 135 : int i;
; 136 :
; 137 : if( cmp_u96_max( x ) > 0 ) {
mov eax, DWORD PTR [rcx+8]
mov r9, rcx
cmp eax, 429496729 ; 19999999H
ja SHORT $LN29@add_check_
jb SHORT $LN5@add_check_
mov eax, DWORD PTR [rcx+4]
cmp eax, ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,321 | 1,380 |
Terraspace/UASM:x64/Release/tbyte.asm:35 | lea rcx, QWORD PTR [rax+rax*4]
mov eax, DWORD PTR [r9+8]
lea r8, QWORD PTR [rdx+rcx*2]
mov DWORD PTR [r9+4], r8d
lea ecx, DWORD PTR [rax+rax*4]
shr r8, 32 ; 00000020H
add ecx, ecx
add r8d, ecx
mov DWORD PTR [r9+8], r8d
; 145 : }
; 146 : return( 0 );
xor eax, eax
; 147 : }
; 148 :... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,361 | 1,420 |
Terraspace/UASM:x64/Release/tbyte.asm:36 | mov eax, DWORD PTR [rcx+8]
cmp eax, 429496729 ; 19999999H
jbe SHORT $LN15@cmp_u96_ma
$LN18@cmp_u96_ma:
; 112 : return( 1 );
mov eax, 1
; 122 : return( -1 );
; 123 : } else {
; 124 : return( 0 );
; 125 : }
; 126 : }
ret 0
$LN15@cmp_u96_ma:
; 113 : } else if( x->m32[... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,401 | 1,460 |
Terraspace/UASM:x64/Release/tbyte.asm:37 | ja SHORT $LN18@cmp_u96_ma
; 116 : return( 1 );
; 117 : } else if( x->m32[1] < 0x99999999UL ) {
jb SHORT $LN19@cmp_u96_ma
; 118 : return( -1 );
; 119 : } else if( x->m32[0] > 0x99999998UL ) {
mov eax, DWORD PTR [rcx]
cmp eax, -1717986920 ; 99999998H
ja SHORT $LN18@cmp_u96_ma
; 120 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,441 | 1,500 |
Terraspace/UASM:x64/Release/tbyte.asm:39 | call isspace
test eax, eax
jne SHORT $LL2@strtotb
$LN3@strtotb:
; 382 : switch (*p) {
movzx eax, BYTE PTR [rbx]
cmp al, 43 ; 0000002bH
je SHORT $LN15@strtotb
cmp al, 45 ; 0000002dH
jne SHORT $LN16@strtotb
; 383 : case '-':
; 384 : sign = -1;
or esi, -1
mov DWORD PTR sign$1$[rbp-1... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,521 | 1,580 |
Terraspace/UASM:x64/Release/tbyte.asm:40 | ; 392 : }
; 393 : memset( &value, 0, sizeof( value ) );
; 394 : memset( &value_tmp, 0, sizeof( value_tmp ) );
; 395 : //exponent = 0;
; 396 : exp1 = 0;
; 397 : exponent_tmp = 0;
; 398 : overflow = 0;
; 399 : while ( (unsigned int)(*p - '0') < 10u ) {
movsx r8d, BYTE PTR [rbx]
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,561 | 1,620 |
Terraspace/UASM:x64/Release/tbyte.asm:41 | ja SHORT $LN113@strtotb
jb SHORT $LN44@strtotb
cmp edi, -1717986919 ; 99999999H
ja SHORT $LN113@strtotb
jb SHORT $LN44@strtotb
cmp r12d, -1717986919 ; 99999999H
jae SHORT $LN113@strtotb
$LN44@strtotb:
mov eax, r12d
lea rcx, QWORD PTR [rax+rax*4]
mov eax, edi
lea r12, QWORD PTR [r14+rcx*2]
mov DWORD PTR v... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,601 | 1,660 |
Terraspace/UASM:x64/Release/tbyte.asm:42 | jmp SHORT $LN24@strtotb
$LN22@strtotb:
; 411 : } else if( U96ISNOTZERO(value) ) {
cmp DWORD PTR value$[rbp-104], r10d
jne SHORT $LN25@strtotb
mov rax, r13
shr rax, 32 ; 00000020H
test eax, eax
jne SHORT $LN25@strtotb
test edx, edx
je SHORT $LN24@strtotb
; 412 : exp1++;
jmp... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,641 | 1,700 |
Terraspace/UASM:x64/Release/tbyte.asm:43 | ; 398 : overflow = 0;
; 399 : while ( (unsigned int)(*p - '0') < 10u ) {
movsx r8d, BYTE PTR [rbx+1]
; 413 : }
; 414 : }
; 415 : p++;
inc rbx
mov eax, r8d
lea r14d, DWORD PTR [r8-48]
cmp r14d, 10
jb $LL6@strtotb
; 409 : memcpy( &value, &value_tmp, size... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,681 | 1,740 |
Terraspace/UASM:x64/Release/tbyte.asm:45 | cmp r14b, 48 ; 00000030H
je SHORT $LN30@strtotb
; 427 : memcpy( &value, &value_tmp, sizeof( value ) );
movsd xmm0, QWORD PTR value_tmp$[rbp-104]
; 428 : exponent = exponent_tmp;
mov r9d, esi
movsd QWORD PTR value$[rbp-104], xmm0
mov DWORD PTR value$[rbp-96],... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,761 | 1,820 |
Terraspace/UASM:x64/Release/tbyte.asm:46 | ; 435 : exp_value = 0;
; 436 : if ( (*p | 0x20) == 'e' ) {
movzx eax, BYTE PTR [rbx]
mov r15, QWORD PTR [rsp+64]
or al, 32 ; 00000020H
mov r14, QWORD PTR [rsp+72]
mov r12, QWORD PTR [rsp+88]
mov rdi, QWORD PTR [rsp+96]
mov rsi, QWORD PTR [rsp+152]
cmp al, 101 ; 00000065H
jne $LN37@strtotb
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,801 | 1,860 |
Terraspace/UASM:x64/Release/tbyte.asm:47 | ; 456 : SET_SIGN( ld, sign );
cmp DWORD PTR sign$1$[rbp-104], 0
mov rcx, QWORD PTR ld$[rbp-104]
mov QWORD PTR [rcx], r10
mov WORD PTR [rcx+8], r10w
jge SHORT $LN36@strtotb
mov eax, 32768 ; 00008000H
mov WORD PTR [rcx+8], ax
$LN36@strtotb:
; 457 : return( ld );
mov rax, rcx
; 468... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,841 | 1,900 |
Terraspace/UASM:x64/Release/tbyte.asm:48 | jae SHORT $LN13@strtotb
npad 3
$LL12@strtotb:
; 460 : exp_value = 10 * exp_value + (*p++ - '0');
lea eax, DWORD PTR [r10-6]
lea eax, DWORD PTR [r10+rax*4]
lea r10d, DWORD PTR [rcx+rax*2]
movsx ecx, BYTE PTR [rbx+1]
lea rbx, QWORD PTR [rbx+1]
lea eax, DWORD PTR [rcx-48]
cmp eax, 10
jb SHORT $LL12... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,881 | 1,937 |
Terraspace/UASM:x64/Release/tbyte.asm:49 | mov eax, 32768 ; 00008000H
or WORD PTR [rbx+8], ax
$LN38@strtotb:
; 467 : return( ld );
mov rax, rbx
; 468 : }
add rsp, 104 ; 00000068H
pop rbx
pop rbp
ret 0
strtotb ENDP
_TEXT ENDS
END | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/tbyte.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/tbyte.asm | 1,921 | 1,937 |
bminor/glibc:csu/abi-note.S:1 | /* Special .init and .fini section support.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwa... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/csu/abi-note.S | 1 | 60 |
bminor/glibc:csu/abi-note.S:2 | 0 4 length of name
4 4 length of data
8 4 note type
12 (0) vendor name
- null-terminated ASCII string, padded to 4-byte alignment
12+(0) (4) note data,
The GNU project and cooperating development efforts (including the
Linux community) use note type 1 and a vendor name string of "GNU"
for a note descriptor ... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/csu/abi-note.S | 41 | 72 |
bminor/glibc:csu/abi-note.S:1 | /* Special .init and .fini section support.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwa... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/csu/abi-note.S | 1 | 60 |
bminor/glibc:csu/abi-note.S:1 | /* Special .init and .fini section support.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwa... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/csu/abi-note.S | 1 | 60 |
bminor/glibc:csu/abi-note.S:1 | /* Special .init and .fini section support.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwa... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/csu/abi-note.S | 1 | 60 |
bminor/glibc:csu/abi-note.S:1 | /* Special .init and .fini section support.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwa... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/csu/abi-note.S | 1 | 60 |
bminor/glibc:csu/abi-note.S:1 | /* Special .init and .fini section support.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwa... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/csu/abi-note.S | 1 | 60 |
bminor/glibc:csu/abi-note.S:1 | /* Special .init and .fini section support.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softwa... | arm | gas-like | handwritten | bminor/glibc | csu/abi-note.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/csu/abi-note.S | 1 | 60 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Pub... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/elf/dl-debug-symbols.S | 1 | 41 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Pub... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | ea85e7d55087075376a29261e722e4fae14ecbe7 | github | libc | https://github.com/bminor/glibc/blob/ea85e7d55087075376a29261e722e4fae14ecbe7/elf/dl-debug-symbols.S | 1 | 41 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Pub... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/elf/dl-debug-symbols.S | 1 | 40 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Pub... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/elf/dl-debug-symbols.S | 1 | 40 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Pub... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/elf/dl-debug-symbols.S | 1 | 40 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Pub... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/elf/dl-debug-symbols.S | 1 | 40 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | 7e84ac3a3ac9e7c4dc10de2ce65db971b9650e4d | github | libc | https://github.com/bminor/glibc/blob/7e84ac3a3ac9e7c4dc10de2ce65db971b9650e4d/elf/dl-debug-symbols.S | 1 | 40 |
bminor/glibc:elf/dl-debug-symbols.S:1 | /* Define symbols used to communicate dynamic linker state to the
debugger at runtime.
Copyright (C) 2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... | arm | gas-like | handwritten | bminor/glibc | elf/dl-debug-symbols.S | LGPL-2.1 | a93d9e03a31ec14405cb3a09aa95413b67067380 | github | libc | https://github.com/bminor/glibc/blob/a93d9e03a31ec14405cb3a09aa95413b67067380/elf/dl-debug-symbols.S | 1 | 36 |
bminor/glibc:elf/dl-rseq-symbols.S:1 | /* Define symbols used by rseq.
Copyright (C) 2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; ei... | arm | gas-like | handwritten | bminor/glibc | elf/dl-rseq-symbols.S | LGPL-2.1 | 2b92982e2369d292560793bee8e730f695f48ff3 | github | libc | https://github.com/bminor/glibc/blob/2b92982e2369d292560793bee8e730f695f48ff3/elf/dl-rseq-symbols.S | 1 | 60 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/elf/tst-big-note-lib.S | 1 | 34 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | d3f2b71ef1d146137a25dd1367d97a14fac341c6 | github | libc | https://github.com/bminor/glibc/blob/d3f2b71ef1d146137a25dd1367d97a14fac341c6/elf/tst-big-note-lib.S | 1 | 34 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | c259196b5005812aa3294dbf4eeca29b266a4522 | github | libc | https://github.com/bminor/glibc/blob/c259196b5005812aa3294dbf4eeca29b266a4522/elf/tst-big-note-lib.S | 1 | 32 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as pub... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/elf/tst-big-note-lib.S | 1 | 26 |
bminor/glibc:elf/tst-big-note-lib.S:1 | /* Bug 20419: test for stack overflow in elf/dl-load.c open_verify()
Copyright (C) 2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publishe... | arm | gas-like | handwritten | bminor/glibc | elf/tst-big-note-lib.S | LGPL-2.1 | 0065aaaaae51cd60210ec3a7e13dddd8e01ffe2c | github | libc | https://github.com/bminor/glibc/blob/0065aaaaae51cd60210ec3a7e13dddd8e01ffe2c/elf/tst-big-note-lib.S | 1 | 26 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 92061bb033f093cca76e31745cac14c43a1fb29b | github | libc | https://github.com/bminor/glibc/blob/92061bb033f093cca76e31745cac14c43a1fb29b/math/libm-test-acos.inc | 1 | 55 |
bminor/glibc:math/libm-test-acos.inc:1 | /* Test acos.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acos.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-acos.inc | 1 | 47 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 92061bb033f093cca76e31745cac14c43a1fb29b | github | libc | https://github.com/bminor/glibc/blob/92061bb033f093cca76e31745cac14c43a1fb29b/math/libm-test-acosh.inc | 1 | 60 |
bminor/glibc:math/libm-test-acosh.inc:1 | /* Test acosh.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acosh.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-acosh.inc | 1 | 52 |
bminor/glibc:math/libm-test-acospi.inc:1 | /* Test acospi.
Copyright (C) 2024-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ver... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acospi.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-acospi.inc | 1 | 55 |
bminor/glibc:math/libm-test-acospi.inc:1 | /* Test acospi.
Copyright (C) 2024-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ver... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acospi.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-acospi.inc | 1 | 55 |
bminor/glibc:math/libm-test-acospi.inc:1 | /* Test acospi.
Copyright (C) 2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version ... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-acospi.inc | LGPL-2.1 | 28d102d15c6af7f80cb1077e098e020476d26d00 | github | libc | https://github.com/bminor/glibc/blob/28d102d15c6af7f80cb1077e098e020476d26d00/math/libm-test-acospi.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 92061bb033f093cca76e31745cac14c43a1fb29b | github | libc | https://github.com/bminor/glibc/blob/92061bb033f093cca76e31745cac14c43a1fb29b/math/libm-test-asin.inc | 1 | 55 |
bminor/glibc:math/libm-test-asin.inc:1 | /* Test asin.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asin.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-asin.inc | 1 | 47 |
bminor/glibc:math/libm-test-asinh.inc:1 | /* Test asinh.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asinh.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-asinh.inc | 1 | 48 |
bminor/glibc:math/libm-test-asinh.inc:1 | /* Test asinh.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asinh.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-asinh.inc | 1 | 48 |
bminor/glibc:math/libm-test-asinh.inc:1 | /* Test asinh.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asinh.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-asinh.inc | 1 | 48 |
bminor/glibc:math/libm-test-asinh.inc:1 | /* Test asinh.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asinh.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-asinh.inc | 1 | 48 |
bminor/glibc:math/libm-test-asinh.inc:1 | /* Test asinh.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asinh.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-asinh.inc | 1 | 48 |
bminor/glibc:math/libm-test-asinh.inc:1 | /* Test asinh.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-asinh.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-asinh.inc | 1 | 48 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.