Searched refs:bf (Results 1 – 25 of 38) sorted by relevance
12
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/ |
A D | lowlevelrobustlock.S | 87 bf/s 3f 92 bf 2f 105 bf/s 4b 114 bf 4b 182 bf 4f 188 bf 8f /* Time is already up. */ 198 bf/s 6f 203 bf/s 5f 222 bf/s 7f 231 bf 7f [all …]
|
A D | pthread_cond_timedwait.S | 64 bf 0f 197 bf 12f 272 bf 5f 277 bf 23f 286 bf 7f 291 bf 9f 293 bf 9f 297 bf 8b 353 bf 25f 587 bf 3f [all …]
|
A D | pthread_rwlock_timedwrlock.S | 50 bf 1f 54 bf 14f 79 bf 10f 99 bf 15f 105 bf 16f /* Time is already up. */ 151 bf 12f 159 bf 2b 182 bf 6f 223 bf 3b
|
A D | pthread_cond_broadcast.S | 49 bf 1f 60 bf 4f 86 bf 7f 100 bf 9f 155 bf 5f 172 bf/s 99f 192 bf/s 99f 211 bf/s 99f
|
A D | pthread_cond_wait.S | 129 bf 3f 177 bf 5f 182 bf 16f 191 bf 7f 196 bf 9f 223 bf/s 17f 228 bf 17f 262 bf 10f 381 bf 13f 452 bf 3f [all …]
|
A D | pthread_rwlock_timedrdlock.S | 50 bf 1f 54 bf 14f 83 bf 10f 103 bf 15f 109 bf 16f /* Time is already up. */ 155 bf 12f 163 bf 2b 184 bf 6f 225 bf 3b
|
A D | lowlevellock.S | 154 bf 2f 167 bf 1b 197 bf 2f 210 bf 1b 255 bf/s 2f 277 bf 1b 350 bf 4f 379 bf 1b 486 bf 5f 515 bf 1f [all …]
|
A D | pthread_barrier_wait.S | 38 bf 1f 55 bf 6f 91 bf 10f 98 bf 9f 136 bf 5f 141 bf 4f
|
A D | pthread_rwlock_unlock.S | 46 bf 1f 50 bf 5f 55 bf 6f 64 bf 0f 86 bf 7f 125 bf 3f
|
A D | pthread_rwlock_wrlock.S | 48 bf 1f 52 bf 14f 71 bf 10f 110 bf 12f 130 bf 6f 159 bf 3b
|
A D | pthread_rwlock_rdlock.S | 48 bf 1f 52 bf 14f 75 bf 10f 114 bf 12f 136 bf 6f 170 bf 3b
|
A D | pthread_cond_signal.S | 46 bf 1f 57 bf 4f 152 bf/s 99f 171 bf/s 99f
|
A D | vfork.S | 35 bf 1f 57 bf .Lpseudo_end
|
A D | pthread_once.S | 69 bf 4f 83 bf 5b 95 bf 3f /* Different for generation -> run initializer. */ 148 bf 7f
|
A D | sem_timedwait.S | 45 bf/s 2b 93 bf 5f 99 bf/s 6f /* Time is already up. */ 139 bf 3f 150 bf/s 8b
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh/sh4/ |
A D | memset.S | 48 bf/s 1b 77 bf/s 10b 103 bf/s 12b 119 bf/s 12b 126 bf 40f 135 bf/s 3b 146 bf/s 4b
|
A D | memcpy.S | 240 bf/s 4f ! 111 BR 255 bf/s 3b ! 111 BR 281 bf/s 1b ! 109 BR 295 bf/s 1f ! 111 BR 350 bf/s 4f ! 111 BR 365 bf/s 3b ! 109 BR 467 bf/s 3b ! 109 BR 492 bf 45f 610 bf/s 2b 633 bf/s 4b [all …]
|
A D | strncpy.S | 28 bf/s 1b 37 bf/s 3b
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() argument 14 char *bfp = bf; in escape() 60 return bf; in escape() 153 char bf[16384]; in message__add() local 154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/ |
A D | clone.S | 38 bf 1f 60 bf .Lclone_end 76 bf/s 4f 81 bf/s 3f
|
A D | __longjmp.S | 44 bf.s 1f 53 bf.s 1f
|
A D | vfork.S | 62 bf 2f 65 bf/s __syscall_error
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/ |
A D | vfork.S | 39 bf .Lhidden_fork 48 bf .Lpseudo_end
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lobject.c | 445 char *bf = getbuff(buff, cast_int(slen)); in addstr2buff() local 446 memcpy(bf, str, slen); /* add string to buffer */ in addstr2buff() 509 char *bf = getbuff(&buff, sz); in luaO_pushvfstring() local 511 int len = lua_pointer2str(bf, sz, p); in luaO_pushvfstring() 516 char bf[UTF8BUFFSZ]; in luaO_pushvfstring() local 517 int len = luaO_utf8esc(bf, va_arg(argp, long)); in luaO_pushvfstring() 518 addstr2buff(&buff, bf + UTF8BUFFSZ - len, len); in luaO_pushvfstring()
|
A D | lauxlib.h | 195 #define luaL_bufflen(bf) ((bf)->n) argument 196 #define luaL_buffaddr(bf) ((bf)->b) argument
|
Completed in 31 milliseconds
12