OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Block_size
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
structmember.c
31
unsigned nominalsize =
Block_size
(b) -
Block_size
(a);
36
if ((
Block_size
(b) -
Block_size
(a)) != nominalsize) {
37
printf("sizeof a is %ld, sizeof b is %ld, expected %d\n",
Block_size
(a),
Block_size
(b), nominalsize);
hasdescriptor.c
21
//printf("size of inner is %ld\n",
Block_size
(inner));
22
//printf("size of outer is %ld\n",
Block_size
(outer));
23
if (
Block_size
(inner) !=
Block_size
(outer)) {
byrefsanity.c
51
int
Block_size
; // XXX should be packed into Block_flags
/external/compiler-rt/lib/BlocksRuntime/
Block_private.h
123
BLOCK_EXPORT unsigned long int
Block_size
(void *block_basic);
166
int
Block_size
; /* XXX should be packed into Block_flags */
runtime.c
513
unsigned long int
Block_size
(void *arg) {
Completed in 351 milliseconds