/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)) {
|
/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)); \
|
/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
|
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);
|
/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;
|
/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);
|
/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;
|
/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);
|
radixsort.c | 145 #define swap(a, b, t) t = a, a = b, b = t macro 217 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */ 233 swap(*ak, r, t); 302 swap(*sp0, *sp1, temp); 329 swap(ai[0], ai[-1], s);
|
getopt_long.c | 135 char *swap; local in function:permute_args 155 swap = nargv[pos]; 157 nargv[cstart] = swap;
|
merge.c | 248 tp2 = list1; /* swap list1, list2 */ 261 #define swap(a, b) { \ macro 329 swap (f1, f1 + size); 354 swap(f1, f1 + size); 378 swap(u, t);
|
/src/usr.bin/sort/ |
radix_sort.c | 68 #define swap(a, b, t) t = a, a = b, b = t macro 157 swap(*sp0, *sp1, temp);
|
/src/sys/arch/hp300/dev/ |
diofb.c | 348 int swap; local in function:diofb_allocattr 349 swap = fg; 351 bg = swap;
|
/src/sys/ufs/ufs/ |
ufs_rename.c | 739 bool swap; local in function:ufs_direct_namlen 747 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) == 0); 749 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) != 0); 752 return ((FSFMT(vp) && swap)? ep->d_type : ep->d_namlen); 886 * dirbuf that came from the directory vp. Swap byte order if 893 bool swap; local in function:ufs_dirbuf_dotdot_namlen 901 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) == 0); 903 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) != 0); 906 return ((FSFMT(vp) && swap)?
|
/src/usr.sbin/perfused/ |
perfused.c | 360 int swap; local in function:siginfo_handler 362 swap = perfuse_diagflags; 364 old_flags = swap;
|
/src/usr.sbin/paxctl/ |
paxctl.c | 183 #define SWAP(a) (swap == 0 ? (a) : \ 188 #define EH(field) (size == 32 ? SWAP(e.h32.field) : SWAP(e.h64.field)) 189 #define SH(field) (size == 32 ? SWAP(s.h32.field) : SWAP(s.h64.field)) 190 #define NH(field) (size == 32 ? SWAP(n.h32.field) : SWAP(n.h64.field)) 197 int fd, size, ok = 0, flagged = 0, swap, error = 1; local in function:process_one 218 swap = 0 [all...] |
/src/sys/uvm/ |
uvm_pager.c | 335 bool swap; local in function:uvm_aio_aiodone_pages 343 swap = (pg->uanon != NULL && pg->uobject == NULL) || 345 if (!swap) { 362 panic("%s: swap", __func__); 371 KASSERT(swap || pg->uobject == uobj); 376 * for swap i/os, lock each page's object (or anon) 380 if (swap) { 426 if (swap) { 461 * for swap pages, unlock everything for this page now. 464 if (swap) { [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_bo_api.h | 160 * @persistent_swap_storage: Usually the swap storage is deleted for buffers 167 * @swap: List head for swap LRU list. 223 struct list_head swap; member in struct:ttm_buffer_object
|
ttm_bo_driver.h | 355 * notify the driver that we're about to swap out this bo 426 * @shrink: A shrink callback object used for buffer object swap. 539 * @swap: first/last lru entry for BOs on the swap list 546 struct ttm_lru_bulk_move_pos swap[TTM_MAX_BO_PRIORITY]; member in struct:ttm_lru_bulk_move
|
/src/sys/external/bsd/common/include/linux/ |
kernel.h | 140 #define swap(X, Y) do \ macro
|
/src/sys/arch/arm/fdt/ |
pcihost_fdt.c | 239 bool swap; local in function:pcihost_config 265 swap = false; 272 swap = true; 285 #define DECODE32(x,o) (swap ? be32dec(&(x)[o]) : (x)[o]) 286 #define DECODE64(x,o) (swap ? be64dec(&(x)[o]) : (((uint64_t)((x)[(o)+0]) << 32) + (x)[(o)+1]))
|
/src/sys/arch/powerpc/booke/ |
booke_machdep.c | 603 uint64_t swap = data[a]; local in function:swap_data 605 data[b] = swap;
|
/src/sys/arch/riscv/fdt/ |
pcihost_fdt.c | 221 bool swap; local in function:pcihost_config 248 swap = false; 255 swap = true; 267 #define DECODE32(x,o) (swap ? be32dec(&(x)[o]) : (x)[o]) 268 #define DECODE64(x,o) (swap ? be64dec(&(x)[o]) : (((uint64_t)((x)[(o)+0]) << 32) + (x)[(o)+1]))
|
/src/sys/dev/rasops/ |
rasops.c | 646 uint32_t swap = fg; local in function:rasops_allocattr_color 648 bg = swap; 678 uint32_t swap = fg; local in function:rasops_allocattr_mono 680 bg = swap; 927 * Swap byte order if necessary. Then, fill the word for
|