Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_udp.c428 struct udp_cache *uc; in svcudp_enablecache() local
436 if (uc == NULL) in svcudp_enablecache()
441 uc->uc_size = size; in svcudp_enablecache()
442 uc->uc_nextvictim = 0; in svcudp_enablecache()
444 if (uc->uc_entries == NULL) in svcudp_enablecache()
451 if (uc->uc_fifo == NULL) in svcudp_enablecache()
457 su->su_cache = (char *) uc; in svcudp_enablecache()
479 victim = uc->uc_fifo[uc->uc_nextvictim]; in cache_set()
526 uc->uc_fifo[uc->uc_nextvictim++] = victim; in cache_set()
527 uc->uc_nextvictim %= uc->uc_size; in cache_set()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfgetc.c35 unsigned char uc = stream->__ungot[(stream->__modeflags--) & 1]; in __fgetc_unlocked() local
38 return uc; in __fgetc_unlocked()
65 unsigned char uc; in __fgetc_unlocked() local
66 if (__stdio_READ(stream, &uc, 1)) { in __fgetc_unlocked()
67 return uc; in __fgetc_unlocked()
A Dfputc.c61 unsigned char uc = (unsigned char) c; in __fputc_unlocked() local
62 if (! __stdio_WRITE(stream, &uc, 1)) { in __fputc_unlocked()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsighandler.c46 struct ucontext *uc) in __pthread_sighandler_rt() argument
64 __sighandler[signo].rt(signo, si, uc); in __pthread_sighandler_rt()
A Dinternals.h451 struct ucontext *uc);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsignals.c107 struct ucontext *uc) in pthread_sighandler_rt() argument
123 sighandler[signo].rt(signo, si, uc); in pthread_sighandler_rt()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dinternals.h464 struct ucontext *uc);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/
A DChangeLog885 Jack Howarth <howarth@bromo.med.uc.edu>

Completed in 13 milliseconds