代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/125688/6023237

h user.h

#ifndef _ARM_USER_H #define _ARM_USER_H #include #include /* Core file format: The core file is written in such a way that gdb can understand it and provide useful in
www.eeworm.com/read/125688/6023803

h dpf-internal.h

/* * Copyright (c) 1997 M.I.T. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
www.eeworm.com/read/125688/6026289

h msgbuf.h

/* * Copyright (c) 1981, 1984, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/125688/6026312

h dirent.h

/*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/125569/6027833

h cc.h

/* * Copyright (c) 2001, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted
www.eeworm.com/read/125473/6028421

h cc.h

/* * Copyright (c) 2001, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi
www.eeworm.com/read/125472/6028452

h cc.h

/* * Copyright (c) 2001, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi
www.eeworm.com/read/124347/6051711

c mulsi3.c

long __mulsi3(unsigned long a, unsigned long b) { long res = 0; while (a) { if (a & 1) { res += b; } b =1; } return res; }
www.eeworm.com/read/124347/6052752

h ppc-ext.h

/* PowerPC NLM (NetWare Loadable Module) support for BFD. Copyright (C) 1994 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. This program is free soft
www.eeworm.com/read/124109/6055734

c _fsmul.c

/* ** libgcc support for software floating point. ** Copyright (C) 1991 by Pipeline Associates, Inc. All rights reserved. ** Permission is granted to do *anything* you want with this file, ** commerc