Home
last modified time | relevance | path

Searched refs:a (Results 1 – 12 of 12) sorted by relevance

/misc/sys/
A Dparam.h83 #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 Dcdefs.h371 # 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 Dtst-makedev.c91 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 Defgcvt-template.c30 #define APPEND(a, b) APPEND2 (a, b) argument
31 #define APPEND2(a, b) a##b argument
A Dtst-hsearch.c7 int a = 1; in do_test() local
19 i.data = &a; in do_test()
A Defgcvt_r-template.c33 #define APPEND(a, b) APPEND2 (a, b) argument
34 #define APPEND2(a, b) a##b argument
A Derror.c44 # define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b) argument
45 # define _GL_ARG_NONNULL(a) argument
A DMakefile29 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 DVersions19 # a*
A Dtst-tsearch.c94 cmp_fn (const void *a, const void *b) in cmp_fn() argument
98 return *(const int *) a - *(const int *) b; in cmp_fn()
A Dtsearch.c157 #define CHECK_TREE(a) check_tree(a) argument
193 #define CHECK_TREE(a) argument
/misc/bits/
A Dstab.def15 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