Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/titanic_51/usr/src/boot/lib/libz/
H A Dinftrees.c53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here
[all...]
H A Dinfback.c265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here
[all...]
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinflate.c618 code here; /* current decoding table entry */ local
939 here = state->lencode[BITS(state->lenbits)];
940 if ((unsigned)(here.bits) <= bits) break;
943 if (here.val < 16) {
944 DROPBITS(here.bits);
945 state->lens[state->have++] = here.val;
948 if (here.val == 16) {
949 NEEDBITS(here.bits + 2);
950 DROPBITS(here.bits);
960 else if (here
[all...]
/titanic_51/usr/src/contrib/zlib/
H A Dinftrees.c49 code here; /* table entry for duplication */ in inflate_table() local
114 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
115 here.bits = (unsigned char)1; in inflate_table()
116 here.val = (unsigned short)0; in inflate_table()
117 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
118 *(*table)++ = here; in inflate_table()
212 here.bits = (unsigned char)(len - drop); in inflate_table()
214 here.op = (unsigned char)0; in inflate_table()
215 here.val = work[sym]; in inflate_table()
218 here in inflate_table()
[all...]
H A Dinfback.c256 code here; /* current decoding table entry */ in inflateBack() local
392 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
393 if ((unsigned)(here.bits) <= bits) break; in inflateBack()
396 if (here.val < 16) { in inflateBack()
397 DROPBITS(here.bits); in inflateBack()
398 state->lens[state->have++] = here.val; in inflateBack()
401 if (here.val == 16) { in inflateBack()
402 NEEDBITS(here.bits + 2); in inflateBack()
403 DROPBITS(here.bits); in inflateBack()
413 else if (here in inflateBack()
[all...]
H A Dinffast.c71 code const *here; /* retrieved table entry */ in inflate_fast() local
108 here = lcode + (hold & lmask); in inflate_fast()
110 op = (unsigned)(here->bits); in inflate_fast()
113 op = (unsigned)(here->op); in inflate_fast()
115 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
117 "inflate: literal 0x%02x\n", here->val)); in inflate_fast()
118 *out++ = (unsigned char)(here->val); in inflate_fast()
121 len = (unsigned)(here->val); in inflate_fast()
139 here in inflate_fast()
[all...]
H A Dinflate.c616 code here; /* current decoding table entry */ in inflate() local
958 here = state->lencode[BITS(state->lenbits)]; in inflate()
959 if ((unsigned)(here.bits) <= bits) break; in inflate()
962 if (here.val < 16) { in inflate()
963 DROPBITS(here.bits); in inflate()
964 state->lens[state->have++] = here.val; in inflate()
967 if (here.val == 16) { in inflate()
968 NEEDBITS(here.bits + 2); in inflate()
969 DROPBITS(here.bits); in inflate()
979 else if (here in inflate()
[all...]
/titanic_51/usr/src/lib/libast/common/disc/
H A Dsfdcsubstr.c38 Sfoff_t here; /* current seek location */ member
53 reg Sfoff_t here, parent; local
59 if(su->extent >= 0 && (ssize_t)n > (io = (ssize_t)(su->extent - su->here)) )
68 here = su->here + su->offset;
69 if(sfsk(f,here,SEEK_SET,disc) != here)
76 su->here += io;
122 reg Sfoff_t here, parent; local
129 here = 0;
132 here = su->here;
136 here = su->extent;
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcsubstr.c38 Sfoff_t here; /* current seek location */ member
53 reg Sfoff_t here, parent; local
59 if(su->extent >= 0 && (ssize_t)n > (io = (ssize_t)(su->extent - su->here)) )
68 here = su->here + su->offset;
69 if(sfsk(f,here,SEEK_SET,disc) != here)
76 su->here += io;
122 reg Sfoff_t here, parent; local
129 here
183 reg Sfoff_t here; global() local
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfseek.c45 if((f->here = p) < 0)
47 f->here = 0;
57 int type; /* 0: from org, 1: from here, 2: from end */
71 { newpos(f,f->here);
127 f->here = p;
147 { s = f->here + (f->next - f->data);
165 { r = p + (type == SEEK_CUR ? f->here : 0);
166 p = (hardseek || r != f->here) ? SFSK(f,r,SEEK_SET,f->disc) : r;
174 /* if get here, must be a read stream */
175 s = f->here
[all...]
H A Dsfsize.c52 s = f->here;
63 if(SFSK(f,f->here,SEEK_SET,disc) != f->here)
64 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,disc);
71 else if((f->extent = st.st_size) < f->here)
72 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,disc);
78 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,f->disc);
81 if(f->here != s && (f->mode&SF_READ) )
92 if(f->here < 0)
94 else if(f->extent < f->here)
[all...]
H A Dsfrd.c148 (r = SFSK(f,(Sfoff_t)0,SEEK_CUR,dc)) != f->here)
149 f->here = r;
150 else f->here -= f->endb-f->next;
153 if((f->flags&SF_SHARE) || (size_t)(r = f->extent-f->here) < n)
156 if((r = (f->extent = st.st_size) - f->here) <= 0 )
163 if((a = (size_t)(f->here%_Sfpage)) != 0)
164 { f->here -= a;
179 f->file, (sfoff_t)f->here);
196 f->here += r;
199 (void)SFSK(f,f->here,SEEK_SE
[all...]
H A Dsfwr.c26 ** the buffer. However, this is done here so that exception handling
53 { /* see if a hole of 0's starts here */
181 { if(f->here != f->extent || (f->flags&SF_SHARE))
182 { f->here = SFSK(f,(Sfoff_t)0,SEEK_END,dc);
183 f->extent = f->here;
187 f->here = SFSK(f,f->here,SEEK_SET,dc);
202 f->here == f->extent && (f->here%_Sfpage) == 0)
219 f->here
[all...]
/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfseek.c45 if((f->here = p) < 0)
47 f->here = 0;
71 { newpos(f,f->here);
127 f->here = p;
147 { s = f->here + (f->next - f->data);
165 { r = p + (type == SEEK_CUR ? f->here : 0);
166 p = (hardseek || r != f->here) ? SFSK(f,r,SEEK_SET,f->disc) : r;
175 s = f->here - (f->endb - f->next);
177 if(r <= f->here && r >= (f->here - (f->endb-f->data)) )
179 { if((s = SFSK(f, (Sfoff_t)0, SEEK_CUR, f->disc)) == f->here ||
[all …]
H A Dsfsize.c52 s = f->here;
63 if(SFSK(f,f->here,SEEK_SET,disc) != f->here)
64 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,disc);
71 else if((f->extent = st.st_size) < f->here)
72 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,disc);
78 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,f->disc);
81 if(f->here != s && (f->mode&SF_READ) )
92 if(f->here < 0)
94 else if(f->extent < f->here)
95 f->extent = f->here;
[all …]
H A Dsfrd.c148 (r = SFSK(f,(Sfoff_t)0,SEEK_CUR,dc)) != f->here)
149 f->here = r;
150 else f->here -= f->endb-f->next;
153 if((f->flags&SF_SHARE) || (size_t)(r = f->extent-f->here) < n)
156 if((r = (f->extent = st.st_size) - f->here) <= 0 )
163 if((a = (size_t)(f->here%_Sfpage)) != 0)
164 { f->here -= a;
179 f->file, (sfoff_t)f->here);
196 f->here += r;
199 (void)SFSK(f,f->here,SEEK_SET,dc);
[all …]
H A Dsfwr.c178 { if(f->here != f->extent || (f->flags&SF_SHARE))
179 { f->here = SFSK(f,(Sfoff_t)0,SEEK_END,dc);
180 f->extent = f->here;
184 f->here = SFSK(f,f->here,SEEK_SET,dc);
199 f->here == f->extent && (f->here%_Sfpage) == 0)
216 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,dc);
217 else f->here += w;
218 if(f->extent >= 0 && f->here > f->extent)
219 f->extent = f->here;
H A Dsfsetbuf.c212 { if((f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,disc)) < 0)
217 f->extent = e > f->here ? e : f->here;
218 (void)SFSK(f,f->here,SEEK_SET,disc);
225 f->here = -1;
235 f->here = SFSK(f,(Sfoff_t)0,SEEK_CUR,f->disc);
236 else f->here = -1;
239 if(okmmap && f->here >= 0 &&
248 if(f->here >= 0)
259 f->here = 0;
373 f->here = 0;
/titanic_51/usr/src/cmd/sgs/libelf/misc/
H A Dargs.c50 static Place here; variable
121 if(here.pos < 10 && here.pos >= 0)
122 here.list[here.pos++] = c;
133 tmp = here;
134 here.pos = c[1] - '1';
135 if(here.pos < 0 || here.pos >= tmp.pos-1) {
139 (void) demangle_doarg(sptr,here
[all...]
/titanic_51/usr/src/common/ficl/
H A Ddictionary.c82 dictionary->here = (ficlCell *)word->name; in ficlDictionaryAbortDefinition()
94 dictionary->here = ficlAlignPointer(dictionary->here); in ficlDictionaryAlign()
105 char *here = (char *)dictionary->here; in ficlDictionaryAllot() local
106 here += n; in ficlDictionaryAllot()
107 dictionary->here = FICL_POINTER_TO_CELL(here); in ficlDictionaryAllot()
118 dictionary->here += nficlCells; in ficlDictionaryAllotCells()
128 *dictionary->here in ficlDictionaryAppendCell()
138 char *here = (char *)dictionary->here; ficlDictionaryAppendCharacter() local
160 char *here = (char *)dictionary->here; ficlDictionaryAppendData() local
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtlist.c32 Dtlink_t* here; /* finger to searched objects */ member
36 int dtlistprint(Dt_t* dt, Dtlink_t* here, char* (*objprintf)(Void_t*) ) in dtlistprint() argument
43 if(!here && !(here = list->link) ) in dtlistprint()
46 for(; here; here = here->_rght) in dtlistprint()
49 obj = (*objprintf)(_DTOBJ(disc, here)); in dtlistprint()
76 list->here = lnk; /* finger points to this */
95 list->link = list->here
[all...]
/titanic_51/usr/src/lib/libc/port/locale/
H A Dregexec.c113 /* do "if I'm here, I can also be there" etc without branches */
114 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
115 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
116 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
168 /* do "if I'm here, I can also be there" etc without branches */
169 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
170 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
171 #define ISSETBACK(v, n) ((v)[here
[all...]
/titanic_51/usr/src/lib/libast/common/cdt/
H A Ddtrestore.c47 list = dt->data->here;
57 { dt->data->here = NIL(Dtlink_t*);
78 dt->data->here = list;
80 { dt->data->here = NIL(Dtlink_t*);
H A Ddtlist.c53 dt->data->here = r;
72 dt->data->head = dt->data->here = NIL(Dtlink_t*);
98 { if((t = dt->data->here) && t != dt->data->head)
132 dt->data->here = r;
136 if((type&DT_MATCH) || !(r = dt->data->here) || _DTOBJ(r,lk) != obj)
164 dt->data->here = r == dt->data->here ? r->right : NIL(Dtlink_t*);
179 dt->data->here = r;

12345678910>>...36