Searched refs:a (Results 1 – 12 of 12) sorted by relevance
/misc/sys/ |
A D | param.h | 83 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument 84 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument 85 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) argument 86 #define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument 102 #define MIN(a,b) (((a)<(b))?(a):(b)) argument 103 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
|
A D | cdefs.h | 371 # define __attribute_format_strfmon__(a,b) \ argument 372 __attribute__ ((__format__ (__strfmon__, a, b))) 374 # define __attribute_format_strfmon__(a,b) /* Ignore */ argument 670 # define __fortified_attr_access(a, o, s) __attribute__ ((__access__ (a, o))) argument 672 # define __fortified_attr_access(a, o, s) __attr_access ((a, o, s)) argument 680 # define __fortified_attr_access(a, o, s) argument
|
/misc/ |
A D | tst-makedev.c | 91 unsigned int a, b; in do_test() local 92 for (a = 0; a <= 63; a++) in do_test() 93 do_test_split_combine (((dev_t) 0x03) << a); in do_test() 95 for (a = 0; a < 31; a++) in do_test() 97 do_test_combine_split (0x03u << a, 0x03u << b); in do_test()
|
A D | efgcvt-template.c | 30 #define APPEND(a, b) APPEND2 (a, b) argument 31 #define APPEND2(a, b) a##b argument
|
A D | tst-hsearch.c | 7 int a = 1; in do_test() local 19 i.data = &a; in do_test()
|
A D | efgcvt_r-template.c | 33 #define APPEND(a, b) APPEND2 (a, b) argument 34 #define APPEND2(a, b) a##b argument
|
A D | error.c | 44 # define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b) argument 45 # define _GL_ARG_NONNULL(a) argument
|
A D | Makefile | 29 ar.h a.out.h libgen.h stab.h bits/stab.def sgtty.h \ 83 install-lib := libg.a 159 $(objpfx)libg.a: $(dep-dummy-lib); $(make-dummy-lib)
|
A D | Versions | 19 # a*
|
A D | tst-tsearch.c | 94 cmp_fn (const void *a, const void *b) in cmp_fn() argument 98 return *(const int *) a - *(const int *) b; in cmp_fn()
|
A D | tsearch.c | 157 #define CHECK_TREE(a) check_tree(a) argument 193 #define CHECK_TREE(a) argument
|
/misc/bits/ |
A D | stab.def | 15 You should have received a copy of the GNU Lesser General Public 99 this entry is immediately followed by a CAUGHT stab saying what exception 144 /* Place holder for deleted include file. Replaces a N_BINCL and everything 153 /* End of a lexical block. Desc matches the N_LBRAC's desc. 170 since I don't have a Gould here. Fixups from Gould folk welcome... */ 177 /* Second symbol entry containing a length-value for the preceding entry.
|
Completed in 19 milliseconds