OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_REFCOUNT_MASK
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/BlocksRuntime/
runtime.c
106
if ((old_value &
BLOCK_REFCOUNT_MASK
) ==
BLOCK_REFCOUNT_MASK
) {
107
return
BLOCK_REFCOUNT_MASK
;
119
if ((old_value &
BLOCK_REFCOUNT_MASK
) ==
BLOCK_REFCOUNT_MASK
) {
120
return
BLOCK_REFCOUNT_MASK
;
132
if ((old_value &
BLOCK_REFCOUNT_MASK
) ==
BLOCK_REFCOUNT_MASK
) {
133
return
BLOCK_REFCOUNT_MASK
;
135
if ((old_value &
BLOCK_REFCOUNT_MASK
) == 0)
[
all
...]
Block_private.h
51
BLOCK_REFCOUNT_MASK
= (0xffff),
/external/compiler-rt/BlocksRuntime/tests/
byrefsanity.c
32
BLOCK_REFCOUNT_MASK
= (0xffff),
Completed in 46 milliseconds