Searched refs:bz (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dbz2lib.c43 bzFunctions bz = { variable
53 bzFunctions bz = {0}; /* THREADING: serialize initialization */ variable
66 res = Trf_LoadLibrary (interp, BZ2_LIB_NAME, (VOID**) &bz, symbols, 6);
H A Dbz2.c227 res = bz.bcompressInit (&c->state, o->level, 0, 0);
270 bz.bcompressEnd (&c->state);
318 res = bz.bcompress (&c->state, BZ_RUN);
387 res = bz.bcompress (&c->state, BZ_RUN);
454 res = bz.bcompress (&c->state, BZ_FINISH);
508 /* bz.bcompressReset (&c->state); */
559 res = bz.bdecompressInit (&c->state, 0, 0);
604 bz.bdecompressEnd (&c->state);
652 res = bz.bdecompress (&c->state);
722 res = bz
[all...]
H A DtransformInt.h490 EXTERN bzFunctions bz; /* THREADING: serialize initialization */ variable
/macosx-10.10/disklabel-6/
H A Ddestroy.c47 char bz[bs]; local
48 memset(bz, 0, bs);
54 if (write(fd, bz, bs) != bs) {
/macosx-10.10/xar-254/xar/lib/
H A Dbzxar.c59 bz_stream bz; member in struct:_bzip_context
73 BZ2_bzDecompressEnd(&BZIP2_CONTEXT(context)->bz);
103 BZ2_bzDecompressInit(&BZIP2_CONTEXT(context)->bz, 0, 0);
116 BZIP2_CONTEXT(context)->bz.next_in = *in;
117 BZIP2_CONTEXT(context)->bz.avail_in = *inlen;
118 BZIP2_CONTEXT(context)->bz.next_out = out;
119 BZIP2_CONTEXT(context)->bz.avail_out = 0;
121 while( BZIP2_CONTEXT(context)->bz.avail_in != 0 ) {
126 BZIP2_CONTEXT(context)->bz.next_out = ((char *)out) + offset;
127 BZIP2_CONTEXT(context)->bz
[all...]
/macosx-10.10/zsh-61/zsh/Functions/Example/
H A Dzless33 *.bz) argv[i]="=(bzip -dc \"$argv[i]\")";;
/macosx-10.10/dtrace-147/test/tst/sparc/pid/
H A Dtst.branch.s43 bz 1b
H A Dtst.embedded.s43 bz 1b
/macosx-10.10/groff-38/groff/font/devps/generate/
H A Dsymbol.sed18 /^C .*[ ;]N parenleftbt[ ;]/bz
19 /^C .*[ ;]N parenrightbt[ ;]/bz
/macosx-10.10/bzip2-36/bzip2/
H A Dxmlproc.sh44 xsl_fo=bz-fo.xsl
45 xsl_html=bz-html.xsl
H A DMakefile193 $(DISTNAME)/bz-common.xsl \
194 $(DISTNAME)/bz-fo.xsl \
195 $(DISTNAME)/bz-html.xsl \
205 MANUAL_SRCS= bz-common.xsl bz-fo.xsl bz-html.xsl bzip.css \
H A Dblocksort.c609 #define mnextswap(az,bz) \
611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Ddocumentation.exp28 [trtop][td]bzip2 </td>[td][mc/doc/html/bz] </td>[td][mc/doc/nroff/bz] </td>[td][mc/doc/tmml/bz] </td></tr>
/macosx-10.10/tcl-105/tcl_ext/trf/trf/htdocs/raw/
H A Ddocumentation.exp28 [trtop][td]bzip2 </td>[td][trf/doc/html/bz] </td>[td][trf/doc/nroff/bz] </td>[td][trf/doc/tmml/bz] </td></tr>
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A Dquestion_mark.js57 // 'abcd'.match(new RegExp('x?ay?bz?c'))
58 testcases[count++] = new TestCase ( SECTION, "'abcd'.match(new RegExp('x?ay?bz?c'))",
59 String(["abc"]), String('abcd'.match(new RegExp('x?ay?bz?c'))));
61 // 'abcd'.match(/x?ay?bz?c/)
62 testcases[count++] = new TestCase ( SECTION, "'abcd'.match(/x?ay?bz?c/)",
63 String(["abc"]), String('abcd'.match(/x?ay?bz?c/)));
/macosx-10.10/file_cmds-242/gzip/
H A Dzdiff44 *[._-]bz)
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dremap.cpp586 c4_View bz = _pBlock(_base[z]);
596 bv.RelocateRows(row_, 1, bz, bno_);
605 c4_View bz = _pBlock(_base[z]);
611 bz.RelocateRows(bno_, 1, bv1, - 1);
730 c4_View bz = _pBlock(_base[z]);
731 bz.RemoveAt(i);
748 c4_View bz = _pBlock(_base[z]);
749 bz[i] = bv2[0];
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dsparcv8.S56 bz .L_bn_mul_add_words_tail
122 bz .L_bn_mul_add_words_return
134 bz .L_bn_mul_add_words_return
169 bz .L_bn_mul_words_tail
221 bz .L_bn_mul_words_return
231 bz .L_bn_mul_words_return
261 bz .L_bn_sqr_words_tail
308 bz .L_bn_sqr_words_return
317 bz .L_bn_sqr_words_return
364 bz
[all...]
H A Dsparcv8plus.S177 bz,pn %icc,.L_bn_mul_add_words_tail
279 bz,pn %icc,.L_bn_mul_words_tail
367 bz,pn %icc,.L_bn_sqr_words_tail
468 bz,pn %icc,.L_bn_add_words_tail
546 bz,pn %icc,.L_bn_sub_words_tail
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bpf.c348 struct bpf_zbuf bz; local
383 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) {
430 if (ioctl(p->fd, BIOCROTZBUF, &bz) < 0) {
1658 struct bpf_zbuf bz; local
1867 memset(&bz, 0, sizeof(bz)); /* bzero() deprecated, replaced with memset() */
1868 bz.bz_bufa = pb->zbuf1;
1869 bz.bz_bufb = pb->zbuf2;
1870 bz.bz_buflen = pb->zbufsize;
1871 if (ioctl(fd, BIOCSETZBUF, (caddr_t)&bz) <
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c266 size_t bz; local
362 bz = *fn - pz;
365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un)))
366 if (++bz > *fn)
379 bz -= pz;
382 oz = bz;
383 bz += pz;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp536 double bx, by, bz, bw; local
542 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3];
544 angle = ax * bx + ay * by + az * bz + aw * bw;
565 bz = -aw;
573 cz = az * scale + bz * invscale;
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dmips.rb196 # bz baz
286 newList << Instruction.new(node.codeOrigin, "bz", [tmp, MIPS_ZERO_REG, node.operands[2]])
296 newList << Instruction.new(node.codeOrigin, "bz", [tmp, MIPS_ZERO_REG, node.operands[2]])
492 when /^(bz|bnz|bs|bo)/
937 when /^bz/
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dlc.tab183 bz belize en
/macosx-10.10/vim-55/runtime/syntax/
H A Dmmix.vim85 syn keyword mmixOpcode bn bz bp bod

Completed in 498 milliseconds

12