HomeSort by relevance Sort by last modified time
    Searched refs:Block_size (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
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/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) {
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 116 BLOCK_EXPORT unsigned long int Block_size(void *block_basic);
159 int Block_size; /* XXX should be packed into Block_flags */
runtime.c 514 unsigned long int Block_size(void *arg) {

Completed in 448 milliseconds