/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/i386/ |
A D | pt-machine.h | 126 int changed; in compare_and_swap_is_available() local 133 __asm__ __volatile__ ("pushfl; popl %0" : "=r" (changed) : ); in compare_and_swap_is_available() 135 changed = (changed ^ oldflags) & 0x40000; in compare_and_swap_is_available() 140 return changed != 0; in compare_and_swap_is_available()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/i386/ |
A D | pt-machine.h | 102 int changed; in compare_and_swap_is_available() local 106 changed = (get_eflags () ^ oldflags) & 0x40000; in compare_and_swap_is_available() 111 return changed != 0; in compare_and_swap_is_available()
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/ |
A D | pt-machine.h | 104 int changed; in compare_and_swap_is_available() local 108 changed = (get_eflags () ^ oldflags) & 0x40000; in compare_and_swap_is_available() 113 return changed != 0; in compare_and_swap_is_available()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/mntent/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/sysvipc/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/assert/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ctype/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pwd_grp/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/signal/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/termios/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/ |
A D | README | 4 are critical and should NOT be changed. Even if you think you know what
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | TODO | 23 the semaphore changed from 0 to 1
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | unifdef.c | 1369 int changed, sym, ind; in indirectsym() local 1372 changed = 0; in indirectsym() 1386 changed++; in indirectsym() 1388 } while (changed); in indirectsym()
|