Home
last modified time | relevance | path

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

/external/libxml2/result/
Dent11.sax4 SAX.entityDecl(newl, 1, (null), (null),
6 SAX.getEntity(newl)
9 SAX.getEntity(newl)
12 SAX.reference(newl)
Dent11.sax24 SAX.entityDecl(newl, 1, (null), (null),
6 SAX.getEntity(newl)
9 SAX.getEntity(newl)
12 SAX.reference(newl)
Dent11.rdr3 1 5 newl 0 0
/external/compiler-rt/lib/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/toybox/kconfig/lxdialog/
Dutil.c316 int newl, cur_x, cur_y; in print_autowrap() local
338 newl = 1; in print_autowrap()
351 (newl && wlen < 4 && sp in print_autowrap()
365 newl = 1; in print_autowrap()
367 newl = 0; in print_autowrap()
/external/selinux/libsepol/include/sepol/policydb/
Dexpand.h80 cond_av_list_t ** newl, avtab_t * expa);
/external/selinux/libsepol/src/
Dexpand.c3355 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_node() argument
3373 return expand_cond_insert(newl, expa, k, d); in expand_cond_av_node()
3383 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3397 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3413 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3423 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_list() argument
3434 *newl = NULL; in expand_cond_av_list()
3437 rc = expand_cond_av_node(p, node, newl, expa); in expand_cond_av_list()
/external/mksh/src/
Dedit.c5046 redraw_line(bool newl) in redraw_line() argument
5050 if (newl) { in redraw_line()