Searched refs:dist (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/
H A Dgmakefile.win49 MOZ_DIST_FLIPPED = $(MOZ_SRC_FLIPPED)/mozilla/dist
59 --with-dist-prefix=$(MOZ_DIST_FLIPPED) \
60 --with-dist-bindir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/bin \
61 --with-dist-libdir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/lib
/vbox/src/libs/zlib-1.2.6/
H A Dinffast.c94 unsigned dist; /* match distance */ local
165 dist = (unsigned)(here.val);
175 dist += (unsigned)hold & ((1U << op) - 1);
177 if (dist > dmax) {
185 Tracevv((stderr, "inflate: distance %u\n", dist));
187 if (dist > op) { /* see if copy from window */
188 op = dist - op; /* distance back in window */
208 from = out - dist;
224 from = out - dist; /* rest from output */
242 from = out - dist; /* res
[all...]
H A Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
305 #define d_code(dist) \
306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
307 /* Mapping from a distance to a distance code. dist is the distance - 1 and
332 ush dist = (distance); \
333 s->d_buf[s->last_lit] = dist; \
335 dist--; \
337 s->dyn_dtree[d_code(dist)]
[all...]
H A Dtrees.c242 int dist; /* distance index */ local
272 /* Initialize the mapping dist (0..32K) -> dist code (0..29) */
273 dist = 0;
275 base_dist[code] = dist;
277 _dist_code[dist++] = (uch)code;
280 Assert (dist == 256, "tr_static_init: dist != 256");
281 dist >>= 7; /* from now on, all distances are divided by 128 */
283 base_dist[code] = dist <<
1063 unsigned dist; /* distance of matched string */ local
[all...]
H A Dinflate.c383 unsigned copy, dist; local
410 dist = state->wsize - state->wnext;
411 if (dist > copy) dist = copy;
412 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist);
413 copy -= dist;
420 state->wnext += dist;
422 if (state->whave < state->wsize) state->whave += dist;
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c282 int dist; /* distance for copy */ local
333 dist = decode(s, &distcode) << symbol;
334 dist += bits(s, symbol);
335 dist++;
336 if (s->first && dist > s->next)
342 from = to - dist;
344 if (s->next < dist) {
346 copy = dist;
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dconfig.mk152 MDIST = /m/dist
154 MDIST = //helium/dist
158 # RELEASE_DIR is ns/dist/<module name>
160 RELEASE_DIR = $(MOD_DEPTH)/dist/release/$(MOD_NAME)
H A Drules.mk43 # dist/<arch>/include.
45 # Pass 2. libs - Create libraries. Publish libraries to dist/<arch>/lib.
49 # Pass 4. install - Publish programs to dist/<arch>/bin.
219 rm -rf $(wildcard *.OBJ *.OBJD) dist $(ALL_TRASH)
223 rm -rf $(wildcard *.OBJ *.OBJD) dist $(ALL_TRASH) $(DIST_GARBAGE)
291 find . -name dist -prune -o \( -name '*.[hc]' -o -name '*.cp' -o -name '*.cpp' \) -print | xargs etags -a
292 find . -name dist -prune -o \( -name '*.[hc]' -o -name '*.cp' -o -name '*.cpp' \) -print | xargs ctags -a
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffasx64.asm58 ; /* r15d = dist */
167 mov r15d, eax ; /* dist = this */
168 shr r15d, 16 ; /* dist = this.val */
187 add r15d, eax ; /* dist += hold & ((1 << op) - 1) */
195 jb L_clip_window ; /* if (dist > nbytes) 4.2% */
199 sub rsi, r15 ; /* from = out - dist */
219 cmp r15d, 1 ; /* if dist 1, is a memset */
261 add eax, r15d ; /* eax += dist */
268 mov eax, [rsp+92] ; /* eax = wsize, prepare for dist cmp */
272 jb L_invalid_distance_too_far ; /* if (dist > wsiz
[all...]
H A Dinffas8664.c101 /*112 68 */ unsigned dist; /* r15 match distance */ member in struct:inffast_ar
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c414 * corresponding number of extra bits are below in the static arrays dist[]
441 unsigned dist; /* distance for copy */ local
482 dist = dists[symbol] + bits(s, dext[symbol]);
484 if (dist > s->outcnt)
495 dist > s->outcnt ?
498 s->out[s->outcnt - dist];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dfci.h195 typedef LONG (__cdecl *PFNFCISEEK) (INT_PTR hf, LONG dist, int seektype, int *err, void *pv);
196 #define FNFCISEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype, int *err, void *pv)
H A Dfdi.h233 typedef LONG (__cdecl *PFNSEEK) (INT_PTR hf, LONG dist, int seektype);
234 #define FNSEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype)
H A Dd3dx9mesh.h700 const D3DXVECTOR3 *ray_dir, DWORD *face_index, FLOAT *u, FLOAT *v, FLOAT *dist) PURE;
828 FLOAT *v, FLOAT *dist);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dfci.h193 typedef LONG (__cdecl *PFNFCISEEK) (INT_PTR hf, LONG dist, int seektype, int *err, void *pv);
194 #define FNFCISEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype, int *err, void *pv)
H A Dfdi.h229 typedef LONG (__cdecl *PFNSEEK) (INT_PTR hf, LONG dist, int seektype);
230 #define FNSEEK(fn) LONG __cdecl fn(INT_PTR hf, LONG dist, int seektype)
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c887 double angle=0.0, aoffset=0.0, maxDist, dist; local
921 dist = (double)((x*x) + (y*y)) / maxDist;
922 intensity = cos((angle+(rotate*dist*PI)) * freq) *
H A Drpng2-x.c992 double angle=0.0, aoffset=0.0, maxDist, dist; local
1026 dist = (double)((x*x) + (y*y)) / maxDist;
1027 intensity = cos((angle+(rotate*dist*PI)) * freq) *
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c96 /*112 68 */ unsigned dist; /* r15 match distance */ member in struct:inffast_ar
151 /* r15d = dist */
257 " movl %%eax, %%r15d\n" /* dist = this */
258 " shrl $16, %%r15d\n" /* dist = this.val */
277 " addl %%eax, %%r15d\n" /* dist += hold & ((1 << op) - 1) */
285 " jb .L_clip_window\n" /* if (dist > nbytes) 4.2% */
289 " subq %%r15, %%rsi\n" /* from = out - dist */
309 " cmpl $1, %%r15d\n" /* if dist 1, is a memset */
351 " addl %%r15d, %%eax\n" /* eax += dist */
358 " movl 92(%%rsp), %%eax\n" /* eax = wsize, prepare for dist cm
[all...]

Completed in 113 milliseconds