代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/480930/1311835
txt x25.txt
Linux X.25 Project
As my third year dissertation at University I have taken it upon myself to
write an X.25 implementation for Linux. My aim is to provide a complete X.25
Packet Layer and a LAPB modu
www.eeworm.com/read/470917/1439189
s sub_n.s
/* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store
sum in a third limb vector. 64 bit S/390 version.
Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Mar
www.eeworm.com/read/470917/1442479
s add_n.s
/* Add two limb vectors of the same length > 0 and store sum in a third
limb vector.
Copyright (C) 1992,94,95,97,98,2000,2005 Free Software Foundation, Inc.
This file is part of the GNU MP Li
www.eeworm.com/read/470917/1442577
s add_n.s
/* SPARC v9 __mpn_add_n -- Add two limb vectors of the same length > 0 and
store sum in a third limb vector.
Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
This file
www.eeworm.com/read/237551/4623511
s sub_n.s
/* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store
sum in a third limb vector. 64 bit S/390 version.
Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Mar
www.eeworm.com/read/237551/4626591
s add_n.s
/* Add two limb vectors of the same length > 0 and store sum in a third
limb vector.
Copyright (C) 1992,94,95,97,98,2000,2005 Free Software Foundation, Inc.
This file is part of the GNU MP Li
www.eeworm.com/read/237551/4626688
s add_n.s
/* SPARC v9 __mpn_add_n -- Add two limb vectors of the same length > 0 and
store sum in a third limb vector.
Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
This file
www.eeworm.com/read/229812/4738885
c ctor32.c
#include "fail.h"
static int first = 0;
static int second = 0;
static int third = 0;
struct Foo {
int j;
Foo() : j(0) { first++; }
Foo(int i) : j(i) { second ++; }
Foo(Fo
www.eeworm.com/read/209559/4973485
txt x25.txt
Linux X.25 Project
As my third year dissertation at University I have taken it upon myself to
write an X.25 implementation for Linux. My aim is to provide a complete X.25
Packet Layer and a LAPB modu
www.eeworm.com/read/198657/5083496
s add_n.s
; mc88100 mpn_add_n -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
; This file is part of th