Searched refs:sub (Results 51 - 75 of 137) sorted by relevance

123456

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2018 * establish sub-heaps of increasing lengths:
2759 } sub; /* submode */ member in struct:internal_state
2872 if (((z->state->sub.method = NEXTBYTE) & 0xf) != DEFLATED)
2876 z->state->sub.marker = 5; /* can't try inflateSync */
2879 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
2883 z->state->sub.marker = 5; /* can't try inflateSync */
2893 z->state->sub.marker = 5; /* can't try inflateSync */
2896 if (((z->state->sub.method << 8) + b) % 31)
2900 z->state->sub.marker = 5; /* can't try inflateSync */
2912 z->state->sub
3080 } sub; /* submode */ member in struct:inflate_blocks_state
4111 } sub; /* submode */ member in struct:inflate_codes_state
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c63 register char *sub=0, *cp=(char*)np; local
80 Fun = sh_arith(shp,sub=stakptr(offset));
108 sub = nv_refsub(np);
119 if(sub)
120 nv_putsub(np,sub,assign==NV_ASSIGN?ARRAY_ADD:0);
125 if(sub)
129 sub = cp;
150 sfprintf(shp->strbuf,"%s%s%c",nv_name(np),sub,0);
151 sub = sfstruse(shp->strbuf);
153 if(strchr(sub,'
[all...]
H A Dname.c345 int sub=0; local
504 if((sub=nv_aimax(np)) < 0 && nv_arrayptr(np))
506 if(sub>=0)
507 sub++;
510 sub=1;
523 if(sub>0)
525 sfprintf(stkstd,"%s[%d]",prefix?nv_name(np):cp,sub);
527 nv_putsub(np,(char*)0,ARRAY_ADD|ARRAY_FILL|sub); local
596 char *sub=0; local
599 sub
651 stak_subscript(const char *sub, int last) argument
667 copystack(const char *prefix, register const char *name, const char *sub) argument
871 char *sub=0; local
983 char *sub=0; local
1424 char *sub=0, *prefix= shp->prefix; local
2844 char *prefix = shp->prefix,*sub; local
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s65 sub %i4, 4, %i4 ! bytes until src aligned
83 sub %i2, 4, %i2 ! pre-incr for in cpy loop
93 sub %l1, %i4, %l0 ! word - 0x01010101
118 sub %i2, %i0, %i0 ! len = dst - orig dst
124 sub %g4, 4, %g4 ! undo pre-incr
159 sub %l1, %i4, %l0 ! word - 0x01010101
173 sub %i3, %i1, %i0 ! len = src - orig src
187 sub %l1, %i4, %l0 ! x - 0x01010101
204 sub %l1, %i4, %l0 ! x - 0x01010101
230 sub
[all...]
H A Dstrncpy.s77 sub %i5, 4, %i5 ! bytes until src aligned
96 sub %i2, 4, %i2 ! adjust for dest pre-incr in cpy loops
107 sub %i1, %l1, %l0 ! dword - 0x01010101
119 sub %g1, 1, %g1 ! byte == 0 ? -1 : byte - 1
125 sub %g1, 1, %g1 ! byte == 0 ? -1 : byte - 1
131 sub %g1, 1, %g1 ! byte == 0 ? -1 : byte - 1
144 sub %l1, 4, %l1 ! bytes to align dst to word boundary
200 sub %i4, 4, %i4 ! undo counter pre-increment
207 sub %g1, 1, %g1 ! byte == 0 ? -1 : byte - 1
215 sub
[all...]
H A Dstrlen.s100 sub %o1, %o4, %g1
111 sub %o1, %o4, %g1 ! %g1 = word - 0x01010101
135 sub %o2, %o0, %o0
H A Dalloca.s44 sub %sp, %o0, %sp ! bump to new value
H A Dstrcpy.s65 sub %o1, %o0, %o3 ! src - dst
103 sub %o1, %o4, %o1 ! word - 0x01010101
139 sub %o1, %o4, %g1 ! x - 0x01010101
154 sub %o1, %o4, %g1 ! x - 0x01010101
/osnet-11/usr/src/lib/libsysevent/
H A Dlibsysevent.c1082 subscriber_data_t *sub; local
1085 sub = SH_SUBSCRIBER(shp, i);
1086 if (sub != NULL) {
1087 free(sub->sd_door_name);
1088 free(sub);
1098 subscriber_data_t *sub; local
1106 sub = (subscriber_data_t *)calloc(1,
1108 if (sub == NULL) {
1113 free(sub);
1117 sub
1492 subscriber_data_t *sub; local
1604 subscriber_data_t *sub; local
2412 subscriber_data_t *sub; local
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s188 sub %o0,%g1,%o0
199 sub %o1,%g1,%o1
204 sub %l0,%l1,%l1 ! l1 = e = ex - ey
216 sub %l1,64,%l1
220 sub %l1,1,%l2
223 sub %o3,1,%o3
231 sub %l3,%l1,%l3
509 sub %o0,%g1,%o0
520 sub %o1,%g1,%o1
525 sub
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s76 sub %o0, %o1, %o4 ! get difference of two addresses
94 sub %o2, 3, %o2
98 sub %o1, 4, %o1
101 sub %o0, 4, %o0
127 sub %o2, %o5, %o2 ! update count
161 sub %o1, 32, %o1 ! decrease src ptr by 32
164 sub %o0, 32, %o0 ! decrease dst ptr by 32
174 sub %o1, 16, %o1 ! decrease src ptr by 16
176 sub %o2, 16, %o2 ! decrease count by 16
178 sub
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.s100 sub %o1, %o4, %g1
111 sub %o1, %o4, %g1 ! %g1 = word - 0x01010101
135 sub %o2, %o0, %o0
H A Dstrcmp.s70 sub %o3, 8, %o3 ! number of bytes till s1 aligned
94 sub %g0, %g5, %g4 ! rightshift = -(8*ofs) mod 64
102 sub %o0, %o5, %o0 ! word - 0x01010101
114 sub %o3, %o5, %o3 ! word - 0x01010101
135 sub %o3, %o5, %o3 ! word - 0x01010101
H A Dalloca.s43 sub %sp, %o0, %sp ! bump to new value
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcmp.s158 sub %o2, 8, %o2
172 sub %o2, %o0, %o2
208 sub %o2, 8, %o2
276 sub %i4, %i5, %i4
277 sub %g0, %i4, %l4
280 sub %i2, 8, %i2
281 sub %i3, 8, %i3
282 sub %i1, 8, %i1
334 sub %i5, %i4, %i5
335 sub
[all...]
H A Dmemcpy.s93 sub %o0, %o1, %o4 ! get difference of two addresses
111 sub %o2, %o3, %o2 ! update o2 with new count
125 sub %o2, %o3, %o2 ! Residue bytes in %o2
128 sub %o2, 8, %o2 ! set size one loop ahead
131 sub %g5, %g1, %g5 ! %g5 right shift = (64 - left shift)
132 sub %o5, %o0, %o5 ! align the src at 8 bytes.
136 1: sub %o5, 8, %o5 ! subtract 8 from src
147 sub %o4, %o0, %o4 ! restore difference between src & dest
153 1: sub %o5, 8, %o5 ! subtract from src
193 sub
[all...]
H A Dmemset.s89 sub %o3, 16, %o3 ! -(bytes till double aligned)
125 sub %o2, 16, %o2
151 sub %o2, 128, %o2
160 sub %o2, %o4, %o2 ! we'll fill them in the last unrolled loop
164 sub %o7, %o4, %o7 ! we need to fill the rest of the doublewords
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s304 sub $0xf,%r8
323 sub $0xe,%r8
338 sub $0xd,%r8
354 sub $0xc,%r8
367 sub $0xb,%r8
383 sub $0xa,%r8
396 sub $0x9,%r8
411 sub $0x8,%r8
420 sub $0x7,%r8
435 sub
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s174 sub %o0, %o1, %o4 ! get difference of two addresses
192 sub %o2, %o3, %o2 ! update o2 with new count
206 sub %o2, %o3, %o2 ! Residue bytes in %o2
209 sub %o2, 8, %o2 ! set size one loop ahead
212 sub %g5, %g1, %g5 ! %g5 right shift = (64 - left shift)
213 sub %o5, %o0, %o5 ! align the src at 8 bytes.
217 1: sub %o5, 8, %o5 ! subtract 8 from src
228 sub %o4, %o0, %o4 ! restore difference between src & dest
234 1: sub %o5, 8, %o5 ! subtract from src
268 sub
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dtree.c187 tree *p1, *p2, *sub; local
216 sub = sprout(&(*ppr)->left, p_data, pi_balance,
218 if (sub && *pi_balance) { /*%< left branch has grown */
267 RET(sub)
274 sub = sprout(&(*ppr)->right, p_data, pi_balance,
276 if (sub && *pi_balance) {
324 RET(sub)
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s210 sub %o0, %o1, %o4 ! get difference of two addresses
228 sub %o2, %o3, %o2 ! update o2 with new count
242 sub %o2, %o3, %o2 ! Residue bytes in %o2
245 sub %o2, 8, %o2 ! set size one loop ahead
248 sub %g5, %g1, %g5 ! %g5 right shift = (64 - left shift)
249 sub %o5, %o0, %o5 ! align the src at 8 bytes.
253 1: sub %o5, 8, %o5 ! subtract 8 from src
264 sub %o4, %o0, %o4 ! restore difference between src & dest
270 1: sub %o5, 8, %o5 ! subtract from src
305 sub
[all...]
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dvforkx.s102 sub %g1, 1, %g1 /* curthread->ul_vfork--; */
/osnet-11/usr/src/tools/onbld/Checks/
H A DComments.py52 return re.sub(r'^([A-Z][A-Z]*ARC)[/ \t]', '\\1 ', caseid)
173 dbcom = re.sub(r' \([^)]+\)$', '', entered)
/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/
H A Dlongjmp.S57 sub r8=r8,in0 // r8 <- &orig_jmpbuf - &jmpbuf
67 (pPos) sub r17=64,r8
68 (pNeg) sub r17=r0,r8
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsubexec.c71 sub(const regex_t* p, register regsub_t* b, const char* ss, register regsubop_t* op, size_t nmatch, register regmatch_t* match) function
155 if (!p->env->sub || (p->env->flags & REG_NOSUB) || !nmatch)
169 if (!c && (c = sub(p, b, s, b->re_ops, nmatch, match)))

Completed in 73 milliseconds

123456