Searched refs:CPU_SETSIZE (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dtaskset.c19 char *str = xzalloc((CPU_SETSIZE / 4) + 1); /* we will leak it */
21 for (i = CPU_SETSIZE - 4; i >= 0; i -= 4) {
39 CPU_SETSIZE < sizeof(int) ? -1 : 1];
44 * Consider both CPU_SETSIZE=4 and CPU_SETSIZE=1024 cases
48 if (CPU_SETSIZE < sizeof(long))
49 p += CPU_SETSIZE - sizeof(int);
50 else if (CPU_SETSIZE < sizeof(long long))
51 p += CPU_SETSIZE - sizeof(long);
53 p += CPU_SETSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dtaskset.c19 char *str = xzalloc((CPU_SETSIZE / 4) + 1); /* we will leak it */
21 for (i = CPU_SETSIZE - 4; i >= 0; i -= 4) {
39 CPU_SETSIZE < sizeof(int) ? -1 : 1];
44 * Consider both CPU_SETSIZE=4 and CPU_SETSIZE=1024 cases
48 if (CPU_SETSIZE < sizeof(long))
49 p += CPU_SETSIZE - sizeof(int);
50 else if (CPU_SETSIZE < sizeof(long long))
51 p += CPU_SETSIZE - sizeof(long);
53 p += CPU_SETSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dtaskset.c19 char *str = xzalloc((CPU_SETSIZE / 4) + 1); /* we will leak it */
21 for (i = CPU_SETSIZE - 4; i >= 0; i -= 4) {
39 CPU_SETSIZE < sizeof(int) ? -1 : 1];
44 * Consider both CPU_SETSIZE=4 and CPU_SETSIZE=1024 cases
48 if (CPU_SETSIZE < sizeof(long))
49 p += CPU_SETSIZE - sizeof(int);
50 else if (CPU_SETSIZE < sizeof(long long))
51 p += CPU_SETSIZE - sizeof(long);
53 p += CPU_SETSIZE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/taskset/
H A Dtaskset.c82 for (base = CPU_SETSIZE - 4; base >= 0; base -= 4) {
106 for (i = 0; i < CPU_SETSIZE; i++) {
111 for (j = i + 1; j < CPU_SETSIZE; j++) {
234 char mstr[1 + CPU_SETSIZE / 4];
235 char cstr[7 * CPU_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/taskset/
H A Dtaskset.c82 for (base = CPU_SETSIZE - 4; base >= 0; base -= 4) {
106 for (i = 0; i < CPU_SETSIZE; i++) {
111 for (j = i + 1; j < CPU_SETSIZE; j++) {
234 char mstr[1 + CPU_SETSIZE / 4];
235 char cstr[7 * CPU_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/taskset/
H A Dtaskset.c82 for (base = CPU_SETSIZE - 4; base >= 0; base -= 4) {
106 for (i = 0; i < CPU_SETSIZE; i++) {
111 for (j = i + 1; j < CPU_SETSIZE; j++) {
234 char mstr[1 + CPU_SETSIZE / 4];
235 char cstr[7 * CPU_SETSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dsched.h68 #define CPU_SETSIZE __CPU_SETSIZE macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dsched.h68 #define CPU_SETSIZE __CPU_SETSIZE macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dsched.h68 #define CPU_SETSIZE __CPU_SETSIZE macro

Completed in 121 milliseconds