Home
last modified time | relevance | path

Searched refs:b (Results 1 – 10 of 10) sorted by relevance

/misc/
A Dtst-syscalls.c57 deallocate (struct Array b) in deallocate() argument
62 if (b.length && munmap (b.ptr, b.length)) in deallocate()
79 reallocate (struct Array b) in reallocate() argument
84 if (b.length) in reallocate()
85 return do_mmap (b.ptr, b.length); in reallocate()
91 protect (struct Array b) in protect() argument
93 if (b.length) in protect()
98 if (mprotect (b.ptr, b.length, in protect()
114 if (b.length) in do_read()
115 return read (fd, ptr, b.length); in do_read()
[all …]
A Dtst-makedev.c91 unsigned int a, b; in do_test() local
96 for (b = 0; b <= 31; b++) 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.c8 int b = 2; in do_test() local
24 i.data = &b; 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 DVersions22 # b*
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 Derror.c44 # define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b) argument
/misc/sys/
A Dparam.h102 #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

Completed in 17 milliseconds