Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 117) sorted by relevance

12345

/titanic_41/usr/src/lib/librsm/common/
H A Drsmloopback.c64 boolean_t swap) in loopback_get8() argument
72 swap = swap; in loopback_get8()
107 boolean_t swap) in loopback_get16() argument
116 swap = swap; in loopback_get16()
151 boolean_t swap) in loopback_get32() argument
160 swap = swap; in loopback_get32()
195 boolean_t swap) in loopback_get64() argument
204 swap = swap; in loopback_get64()
239 boolean_t swap) in loopback_put8() argument
247 swap = swap; in loopback_put8()
[all …]
H A Drsmgen.c107 boolean_t swap) in __rsm_get8x8() argument
115 swap = swap; in __rsm_get8x8()
150 boolean_t swap) in __rsm_get16x16() argument
159 swap = swap; in __rsm_get16x16()
194 boolean_t swap) in __rsm_get32x32() argument
203 swap = swap; in __rsm_get32x32()
238 boolean_t swap) in __rsm_get64x64() argument
247 swap = swap; in __rsm_get64x64()
297 boolean_t swap) in __rsm_put8x8() argument
305 swap = swap; in __rsm_put8x8()
[all …]
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth49 else swap 2dup u< if ( x1.lo x2.lo )
61 : x0= ( x -- 0=? ) xlsplit 0= swap 0= and ;
66 numbuf /buf-len + swap ( adr u )
68 d# 10 /mod swap ( adr u' rem )
71 swap dup 0= ( adr u done? )
73 dup numbuf - /buf-len swap - ( adr len )
104 : pow2 ( n -- 2**n ) 1 swap lshift ;
113 dup c@ swap 1+ c@ ( c[0] c[1] )
115 -rot swap bwjoin mmask and ( mlen off )
122 2 pick swap - >r ( dent dst mlen r: cpy )
[all …]
/titanic_41/usr/src/lib/efcode/fcode_test/
H A Dstack.fth29 " swap" 1 2 1 swap drop = .passed?
36 " 2rot" 1 2 3 4 5 6 2rot 2 = swap 1 = and swap 6 = and swap
37 5 = and swap 4 = and swap 3 = and .passed?
40 " 2swap" 1 1 0 0 2swap and nip nip .passed?
42 " 2over" 1 2 0 0 2over 2swap 2drop rot = -rot = = .passed?
H A Dmisc.fth44 " fmt.5" d# -123 <# dup abs u#s swap sign u#> " -123" $= .passed?
45 " fmt.6" d# 123 <# dup abs u#s swap sign u#> " 123" $= .passed?
46 " fmt.7" " -123" $number invert swap d# -123 = and .passed?
48 " fmt.8" " 32a" $number invert swap h# 32a = and .passed?
52 <# dup abs u#s swap sign u#>
58 " fmt.13" #line @ cr #out @ #line @ rot 1 + = swap 0= and .passed?
59 " fmt.14" #line @ (cr #out @ #line @ rot = swap 0= and .passed?
63 " fmt.18" ascii 5 d# 10 digit swap 5 = and .passed?
64 " fmt.19" ascii x d# 16 digit invert swap ascii x = and .passed?
78 " xyzzy" my-unit-str swap move
[all …]
H A Dbytemanipulate.fth29 h# 11 = swap h# 22 = and swap
30 h# 33 = and swap h# 44 = and .passed?
32 h# 1122 = swap h# 3344 = and .passed?
34 h# 11 = swap h# 22 = and .passed?
54 if 2swap -1 else drop false then .passed?
55 " free-mem" 2swap swap free-mem 1 .passed?
H A Darithmetic.fth106 " 2*" h# 4000.0000 dup 1 lshift swap 2* = .passed?
126 " /mod (+ +)" 5 2 /mod 2 = swap 1 = and .passed?
127 " /mod (- -)" -5 -2 /mod 2 = swap -1 = and .passed?
128 " /mod (+ -)" 5 -2 /mod -3 = swap -1 = and .passed?
129 " /mod (- +)" -5 2 /mod -3 = swap 1 = and .passed?
148 " um*" 1 2 um* 0= swap 2 = and .passed?
149 " um/mod" 5 0 2 um/mod 2 = swap 1 = and .passed?
150 " u/mod" 5 2 u/mod 2 = swap 1 = and .passed?
168 " bounds" -1 3 bounds -1 = swap 2 = and .passed?
172 " d+" 1 2 3 4 d+ 6 = swap 4 = and .passed?
[all …]
H A Dtest64.fth42 swap rot xlsplit rot = -rot = and
62 " <l@.1" test-64 2 xa+ dup la1+ <l@ swap x@ x= .passed?
95 h# 01020304 h# 05060708 swap lxjoin x,
96 h# 81121314 h# 85161718 swap lxjoin x,
97 h# ffffffff h# 80000000 swap lxjoin x,
H A Dfind.fth27 : etest ['] 1 dup dup execute swap execute + swap execute + ;
H A Dcatch.fth29 : ttest1 ( -- ) 0 ['] ttest catch 0= swap 0= and ;
30 : ttest2 ( -- ) 1 1 ['] ttest catch nip 1 = swap 1 = and ;
/titanic_41/usr/src/psm/stand/bootblks/common/
H A Dutil.fth35 : roundup ( x y -- x' ) 1- tuck + swap invert and ;
47 repeat swap -
54 2over 2over ca+ swap move ( adr,len1 adr,len2 )
55 rot + ca+ 0 swap c! drop ( )
66 swap 1+ swap 1-
119 2swap 2drop ( prop$ )
124 2swap 2drop ( val$ )
156 rot 2dup swap mem-claim ( virt align size phys.lo phys.hi )
162 2dup swap mmu-claim ( align size virt r: phys.lo phys.hi )
164 r> r> 2over swap mmu-map ( align size virt )
[all …]
H A Dboot.fth89 c@ dup h# f0 h# f3 between swap h# fd = or
128 decode-string 2swap 2drop ( archivepath$ )
131 boot-dev swap move ( )
166 swap r> - ( size virt adr len' )
167 swap over 0= ( size virt len' adr done? )
173 swap
259 " /platform/" targ-file swap move
267 over ascii _ swap c! ( name$ name$' )
290 decode-string 2swap 2drop ( devtype$ )
294 arch-name swap move
[all …]
/titanic_41/usr/src/lib/librsm/inc/
H A Drsmndi.h98 boolean_t swap);
104 boolean_t swap);
110 boolean_t swap);
116 boolean_t swap);
131 boolean_t swap);
137 boolean_t swap);
143 boolean_t swap);
149 boolean_t swap);
/titanic_41/usr/src/cmd/initpkg/
H A Dswapadd.sh117 [ "$fstype" != swap ] && continue
138 swap -$PASS -a $special >/dev/null
148 swap -l 2>/dev/null | grep '\<'${special}'\>' >/dev/null 2>&1 \
149 || swap -$PASS -a $special >/dev/null
/titanic_41/usr/src/cmd/tic/
H A Dtic_read.c100 #define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377)) macro
153 header.magic = swap(header.magic);
154 header.name_size = swap(header.name_size);
155 header.bool_count = swap(header.bool_count);
156 header.num_count = swap(header.num_count);
157 header.str_count = swap(header.str_count);
158 header.str_size = swap(header.str_size);
H A Dtic_parse.c663 #define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377)) macro
665 #define might_swap(x) (must_swap() ? swap(x) : (x))
691 header.magic = swap(MAGIC);
692 header.name_size = swap(namelen);
693 header.bool_count = swap(BoolCount);
694 header.num_count = swap(NumCount);
695 header.str_count = swap(StrCount);
696 header.str_size = swap(l_next_free);
721 Numbers[i] = swap(Numbers[i]);
723 Strings[i] = swap(Strings[i]);
/titanic_41/usr/src/lib/libast/common/misc/
H A Dmagic.c96 char swap; /* forced swap order */ member
174 int swap; /* swap() operation */ \
346 n = swapget(mp->swap, p, 2); in indirect()
354 n = swapget(mp->swap, p, 8); in indirect()
362 n = swapget(mp->swap, p, 4); in indirect()
491 mp->swap = 0; in ckmagic()
521 mp->swap = 0; in ckmagic()
651 num = swapget(ep->swap ? (~ep->swap ^ mp->swap) : mp->swap, p, 2); in ckmagic()
659 num = swapget(ep->swap ? (~ep->swap ^ mp->swap) : mp->swap, p, 4); in ckmagic()
665 num = swapget(ep->swap ? (~ep->swap ^ mp->swap) : mp->swap, p, 8); in ckmagic()
[all …]
/titanic_41/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c251 header.magic = swap(TERMINFO_MAGIC);
252 header.name_size = swap(tlength);
253 header.bool_count = swap(BOOLCOUNT);
254 header.num_count = swap(NUMCOUNT);
255 header.str_count = swap(STRCOUNT);
256 header.str_size = swap(next_free);
277 number[i] = swap(number[i]);
279 string[i] = swap(string[i]);
/titanic_41/usr/src/psm/stand/bootblks/ufs/common/
H A Dufs.fth61 : +sb ( index -- value ) super-block swap la+ l@ ;
79 dup cgmask invert and cgoffset * swap fpg * +
101 dup itog cgimin swap ipg mod inopb / blkstofrags +
148 2dup bsize swap read-fs-blocks ( adr fs-blk# r: var )
174 direct0 swap la+ blkptr ! ( )
182 tuck swap >1-idx la+ blkptr ! ( adr )
191 tuck swap >1-idx la+ blkptr ! ( adr )
201 \ tuck swap >1-idx la+ blkptr ! ( adr )
219 bsize swap read-fs-blocks
407 0 swap fd>record >busy x!
[all …]
/titanic_41/usr/src/lib/libkvm/common/
H A Dtest.c69 char *swap; variable
126 swap = argv[optind++]; in main()
127 if (*swap == '\0') in main()
128 swap = NULL; in main()
130 swap = NULL; in main()
132 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY)); in main()
/titanic_41/usr/src/cmd/sort/common/
H A Dinternal.c63 swap((void **)&X[0], (void **)&X[i]); in offset_is_algorithm()
119 swap((void **)&X[0], (void **)&X[le]); in tqs_algorithm()
128 swap((void **)&X[le++], (void **)&X[l]); in tqs_algorithm()
135 swap((void **)&X[r], (void **)&X[re--]); in tqs_algorithm()
142 swap((void **)&X[l++], (void **)&X[r--]); in tqs_algorithm()
216 swap((void **)&X[0], (void **)&X[le]); in rqs_algorithm()
/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c319 uint32_t swap; in s1394_channel_alloc() local
377 swap = old_value & (~channel_mask); in s1394_channel_alloc()
381 offset, compare, swap, &old_value); in s1394_channel_alloc()
525 uint32_t swap; in s1394_channel_free() local
583 swap = old_value | channel_mask; in s1394_channel_free()
587 offset, compare, swap, &old_value); in s1394_channel_free()
709 uint32_t swap; in s1394_bandwidth_alloc() local
765 swap = (uint32_t)temp_value; in s1394_bandwidth_alloc()
779 IEEE1394_CSR_OFFSET_MASK), compare, swap, in s1394_bandwidth_alloc()
931 uint32_t swap; in s1394_bandwidth_free() local
[all …]
/titanic_41/usr/src/ucblib/libtermcap/
H A Dtgoto.c125 swap: in tgoto()
178 goto swap; in tgoto()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dgssapi_krb5.c273 char *swap = NULL; in kg_set_ccache_name() local
287 swap = kg_ccache_name; in kg_set_ccache_name()
289 new_name = swap; in kg_set_ccache_name()
/titanic_41/usr/src/psm/stand/bootblks/hsfs/common/
H A Dhsfs.fth53 dup c@ swap char+ ( c0 adr+1 )
60 swap wbsplit swap 2 pick c! swap char+ c!
65 dup xw@ swap wa1+ ( w0 adr+2 )
71 swap lwsplit swap 2 pick xw! swap wa1+ xw!
221 drop " .." 2 pick swap move ( dst )
237 0 swap c!
355 suf-sl-buf cscount 1+ symlink-buf swap move

12345