/src/lib/libc/gdtoa/ |
strtoIg.c | 44 int i, nb, nw, nw1, rv, rv1, swap; local in function:strtoIg 68 swap = 0; 96 swap = STRTOG_Neg; 130 if (swap ^ (rv & STRTOG_Neg)) {
|
strtoIg.c | 44 int i, nb, nw, nw1, rv, rv1, swap; local in function:strtoIg 68 swap = 0; 96 swap = STRTOG_Neg; 130 if (swap ^ (rv & STRTOG_Neg)) {
|
strtoIg.c | 44 int i, nb, nw, nw1, rv, rv1, swap; local in function:strtoIg 68 swap = 0; 96 swap = STRTOG_Neg; 130 if (swap ^ (rv & STRTOG_Neg)) {
|
/src/sys/arch/sparc/sparc/ |
asm.h | 116 /* atomic swap of a word between a register and memory */ 117 #define swap(loc, val) ({ \ macro 118 __asm volatile("swap [%2],%0" : "=&r" (val) : "0" (val), "r" (loc)); \
|
asm.h | 116 /* atomic swap of a word between a register and memory */ 117 #define swap(loc, val) ({ \ macro 118 __asm volatile("swap [%2],%0" : "=&r" (val) : "0" (val), "r" (loc)); \
|
asm.h | 116 /* atomic swap of a word between a register and memory */ 117 #define swap(loc, val) ({ \ macro 118 __asm volatile("swap [%2],%0" : "=&r" (val) : "0" (val), "r" (loc)); \
|
/src/distrib/utils/embedded/conf/ |
wii.conf | 6 swap=true key 8 swap_file=/swap 25 ${swap_file} none swap sw,priority=1 0 0 61 # Add swap space
|
wii.conf | 6 swap=true key 8 swap_file=/swap 25 ${swap_file} none swap sw,priority=1 0 0 61 # Add swap space
|
wii.conf | 6 swap=true key 8 swap_file=/swap 25 ${swap_file} none swap sw,priority=1 0 0 61 # Add swap space
|
rpi_inst.conf | 13 swap=8 key 18 size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
|
rpi_inst.conf | 13 swap=8 key 18 size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
|
rpi_inst.conf | 13 swap=8 key 18 size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
|
/src/sys/lib/libsa/ |
qsort.c | 74 #define swap(a, b) \ macro 105 swap(pl, pl - es); 120 swap(a, pm); 128 swap(pa, pb); 136 swap(pc, pd); 143 swap(pb, pc); 152 swap(pl, pl - es);
|
qsort.c | 74 #define swap(a, b) \ macro 105 swap(pl, pl - es); 120 swap(a, pm); 128 swap(pa, pb); 136 swap(pc, pd); 143 swap(pb, pc); 152 swap(pl, pl - es);
|
qsort.c | 74 #define swap(a, b) \ macro 105 swap(pl, pl - es); 120 swap(a, pm); 128 swap(pa, pb); 136 swap(pc, pd); 143 swap(pb, pc); 152 swap(pl, pl - es);
|
/src/sys/dev/dkwedge/ |
dkwedge_rdb.c | 112 bool found, root, swap; local in function:dkwedge_discover_rdb 164 found = root = swap = false; 230 if (swap) { 231 aprint_error("%s: more than one swap RDB " 235 swap = true;
|
dkwedge_rdb.c | 112 bool found, root, swap; local in function:dkwedge_discover_rdb 164 found = root = swap = false; 230 if (swap) { 231 aprint_error("%s: more than one swap RDB " 235 swap = true;
|
dkwedge_rdb.c | 112 bool found, root, swap; local in function:dkwedge_discover_rdb 164 found = root = swap = false; 230 if (swap) { 231 aprint_error("%s: more than one swap RDB " 235 swap = true;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
x25519_ref10.c | 66 unsigned int swap; local in function:crypto_scalarmult_curve25519_ref10 84 swap = 0; 88 swap ^= b; 89 fe25519_cswap(x2, x3, swap); 90 fe25519_cswap(z2, z3, swap); 91 swap = b; 111 fe25519_cswap(x2, x3, swap); 112 fe25519_cswap(z2, z3, swap);
|
x25519_ref10.c | 66 unsigned int swap; local in function:crypto_scalarmult_curve25519_ref10 84 swap = 0; 88 swap ^= b; 89 fe25519_cswap(x2, x3, swap); 90 fe25519_cswap(z2, z3, swap); 91 swap = b; 111 fe25519_cswap(x2, x3, swap); 112 fe25519_cswap(z2, z3, swap);
|
x25519_ref10.c | 66 unsigned int swap; local in function:crypto_scalarmult_curve25519_ref10 84 swap = 0; 88 swap ^= b; 89 fe25519_cswap(x2, x3, swap); 90 fe25519_cswap(z2, z3, swap); 91 swap = b; 111 fe25519_cswap(x2, x3, swap); 112 fe25519_cswap(z2, z3, swap);
|
/src/common/dist/zlib/contrib/puff/ |
pufftest.c | 63 void *buf, *swap; local in function:load 76 if (size == *len || (swap = realloc(buf, size)) == NULL) { 81 buf = swap;
|
pufftest.c | 63 void *buf, *swap; local in function:load 76 if (size == *len || (swap = realloc(buf, size)) == NULL) { 81 buf = swap;
|
/src/lib/libc/stdlib/ |
qsort.c | 80 #define swap(a, b) \ macro 117 swap(pl, pl - es); 132 swap(a, pm); 139 swap(pa, pb); 146 swap(pc, pd); 153 swap(pb, pc);
|
qsort.c | 80 #define swap(a, b) \ macro 117 swap(pl, pl - es); 132 swap(a, pm); 139 swap(pa, pb); 146 swap(pc, pd); 153 swap(pb, pc);
|