Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_dbg.c105 static bool newl = FALSE; in tool_debug_cb() local
113 if(!newl) { in tool_debug_cb()
118 newl = FALSE; in tool_debug_cb()
121 if(!newl) in tool_debug_cb()
125 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE; in tool_debug_cb()
130 if(!newl) in tool_debug_cb()
133 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE; in tool_debug_cb()
146 if(!newl) in tool_debug_cb()
149 newl = FALSE; in tool_debug_cb()
155 newl = FALSE; in tool_debug_cb()
/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.h81 cond_av_list_t ** newl, avtab_t * expa);
/external/toolchain-utils/cros_utils/
Dpstat.py342 newl = []
345 newl.append(l[i][j])
346 return newl
/external/selinux/libsepol/src/
Dexpand.c3402 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_node() argument
3420 return expand_cond_insert(newl, expa, k, d); in expand_cond_av_node()
3430 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3444 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3460 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node()
3470 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_list() argument
3481 *newl = NULL; in expand_cond_av_list()
3484 rc = expand_cond_av_node(p, node, newl, expa); in expand_cond_av_list()
/external/mksh/src/
Dedit.c5081 redraw_line(bool newl) in redraw_line() argument
5085 if (newl) { in redraw_line()