Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_cond_timedwait.c173 atomic_int ref = ATOMIC_VAR_INIT(0); in __private_cond_signal() local
184 atomic_fetch_add(&ref, 1); in __private_cond_signal()
185 p->notify = &ref; in __private_cond_signal()
206 while ((cur = atomic_load(&ref))) in __private_cond_signal()
207 __wait(&ref, 0, cur); in __private_cond_signal()
/third_party/ulib/lz4/
A Dlz4hc.c356 const BYTE* ref=NULL; in LZ4HC_compress_generic() local
376 ml = LZ4HC_InsertAndFindBestMatch (ctx, ip, matchlimit, (&ref), maxNbAttempts); in LZ4HC_compress_generic()
381 ref0 = ref; in LZ4HC_compress_generic()
391 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
400 ref = ref0; in LZ4HC_compress_generic()
410 ref =ref2; in LZ4HC_compress_generic()
445 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
469 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
471 ref = ref3; in LZ4HC_compress_generic()
510 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
[all …]

Completed in 8 milliseconds