代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/124347/6051655

h defines.h

#define A0 r0 #define A0L r0l #define A0H r0h #define A1 r1 #define A1L r1l #define A1H r1h #define A2 r2 #define A2L r2l #define A2H r2h #define A3 r3 #define A3L r3l #define A3H r3h #define S0
www.eeworm.com/read/124109/6056064

txt avr_design.txt

Design Document for AVR Port ---------------------------- The first release will support all AVR architectures except ATMega & ATtiny (i.e. all variants with 64K or less of code/data space will be su
www.eeworm.com/read/119864/6080806

h environments.h

/* Copyright (C) 1999 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 t
www.eeworm.com/read/119864/6080882

h environments.h

/* Copyright (C) 1999 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 t
www.eeworm.com/read/119864/6081096

h environments.h

/* Copyright (C) 1999 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 t
www.eeworm.com/read/119864/6081169

h environments.h

/* Copyright (C) 1999 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 t
www.eeworm.com/read/119864/6081355

h environments.h

/* Copyright (C) 1999 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 t
www.eeworm.com/read/117181/6110687

c constvars.c

void marker1 (void) { } /* misc. function params */ int qux1 (const char cc, const char /*&*/ccr, const char *ccp, char *const cpc) { return 33; } int qux2 (volatile unsigned char vuc, const vola
www.eeworm.com/read/109649/6173866

cpp sortutils.cpp

// SortUtils.cpp #include "StdAfx.h" #include "SortUtils.h" static int __cdecl CompareStrings(const void *a1, const void *a2) { const UString &s1 = *(*(*((const UString ***)a1))); cons
www.eeworm.com/read/102395/6233310

txt for.txt

The splitting-loop is implemented as an infinite loop. It is left with a \tt break \rm if the pointers meet. This approach is a typical example for the usefulness of \tt break.