代码搜索结果
找到约 10,000 项符合
N 的代码
list-in-n.d
# objdump: -dr
# source: list-insns.s
# as: -no-expand
.*: file format elf64-mmix
Disassembly of section \.text:
0000000000000000 :
0: 00000003 trap 0,0,3
4: 00030405 trap 3,4,5
relocl-n.d
#objdump: -dr
#source: reloclab.s
#as: -no-expand
.*: file format elf64-mmix
Disassembly of section \.text:
0000000000000000 :
0: f0000000 jmp 0
0: R_MMIX_ADDR27 foo\+0x8
n32.s
/* -----------------------------------------------------------------------
n32.S - Copyright (c) 1996, 1998 Cygnus Solutions
MIPS Foreign Function Interface
Permission is hereby grante
n1.c
foo (a, p)
long long a;
int *p;
{
int b = (int)-a;
if (b > 32)
return 1;
else
return 0;
}
n19990317.java
/*--------------------------------------------------------------------------*/
/* Name : N19990317.java */
/* :
n2.c
/*
* SDL Inc. RISCom/N2 synchronous serial card driver for Linux
*
* Copyright (C) 1998-2003 Krzysztof Halasa
*
* This program is free software; you can redistribute it and/or mod
n-fold.c
/*
* Copyright (c) 1999 Kungliga Tekniska H鰃skolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or wi
n_test.c
main()
{
int num=0x41414141;
printf("Before: num = %p \n", num);
printf("%.20d%n\n", num, &num);
printf("After: num = %p \n", num);
}
aors_n.asm
d<mark>n</mark>l Alpha ev6 <mark>n</mark>ails mp<mark>n</mark>_add_<mark>n</mark> a<mark>n</mark>d mp<mark>n</mark>_sub_<mark>n</mark>.
d<mark>n</mark>l Copyright 2002, 2006 Free Software Fou<mark>n</mark>datio<mark>n</mark>, I<mark>n</mark>c.
d<mark>n</mark>l
d<mark>n</mark>l This file is part of the G<mark>N</mark>U MP Library.
d<mark>n</mark>l
d<mark>n</mark>l The G<mark>N</mark>U MP Libra ...
sub_n.s
; mc88110 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and
; store difference in a third limb vector.
; Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
; This file is p