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

  /external/libsepol/include/sepol/policydb/
expand.h 77 cond_av_list_t ** newl, avtab_t * expa);
  /external/compiler-rt/BlocksRuntime/
runtime.c 51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
53 long original = InterlockedCompareExchange(dst, newl, oldl);
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
73 return __sync_bool_compare_and_swap(dst, oldl, newl);
  /cts/tools/utils/cts/
tools.py 106 doc.writexml(writer, addindent=' ', newl='\n', encoding=self.encoding)
172 doc.writexml(stream, addindent=' ', newl='\n', encoding='UTF-8')
  /external/libsepol/src/
expand.c     [all...]
  /external/mksh/src/
edit.c     [all...]

Completed in 286 milliseconds