Home
last modified time | relevance | path

Searched refs:newl (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/BlocksRuntime/
Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument
53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong()
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument
73 return __sync_bool_compare_and_swap(dst, oldl, newl); in OSAtomicCompareAndSwapLong()
/external/libsepol/include/sepol/policydb/
Dexpand.h77 cond_av_list_t ** newl, avtab_t * expa);
/external/libsepol/src/
Dexpand.c3218 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_node() argument
3236 return expand_cond_insert(newl, expa, k, d); in expand_cond_av_node()
3246 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3260 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3276 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3286 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_list() argument
3297 *newl = NULL; in expand_cond_av_list()
3300 rc = expand_cond_av_node(p, node, newl, expa); in expand_cond_av_list()
/external/mksh/src/
Dedit.c4933 redraw_line(bool newl) in redraw_line() argument
4937 if (newl) { in redraw_line()