Home
last modified time | relevance | path

Searched refs:decomp (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/sys/opencrypto/
H A Ddeflate.c80 deflate_global(u_int8_t *data, u_int32_t size, int decomp, u_int8_t **out, in deflate_global() argument
100 if (!decomp) { in deflate_global()
120 error = decomp ? inflateInit2(&zbuf, window_inflate) : in deflate_global()
127 error = decomp ? inflate(&zbuf, Z_SYNC_FLUSH) : in deflate_global()
140 else if (decomp && (error == Z_OK || error == Z_BUF_ERROR) in deflate_global()
179 if (decomp) in deflate_global()
186 if (decomp) in deflate_global()
228 int decomp, u_int8_t **out, int size_hint) in gzip_global() argument
239 DPRINTF("decomp %d, size %u\n", decomp, size); in gzip_global()
246 if (!decomp) { in gzip_global()
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c861 ucdecomp(ac_uint4 code, ac_uint4 *num, ac_uint4 **decomp) in ucdecomp() argument
885 *decomp = (ac_uint4*)&_ucdcmp_decomp[_ucdcmp_nodes[m + 1]]; in ucdecomp()
893 uckdecomp(ac_uint4 code, ac_uint4 *num, ac_uint4 **decomp) in uckdecomp() argument
917 *decomp = (ac_uint4*)&_uckdcmp_decomp[_uckdcmp_nodes[m + 1]]; in uckdecomp()
925 ucdecomp_hangul(ac_uint4 code, ac_uint4 *num, ac_uint4 decomp[]) in ucdecomp_hangul() argument
931 decomp[0] = 0x1100 + (ac_uint4) (code / 588); in ucdecomp_hangul()
932 decomp[1] = 0x1161 + (ac_uint4) ((code % 588) / 28); in ucdecomp_hangul()
933 decomp[2] = 0x11a7 + (ac_uint4) (code % 28); in ucdecomp_hangul()
934 *num = (decomp[2] != 0x11a7) ? 3 : 2; in ucdecomp_hangul()
946 ac_uint4 num, class, *decomp, hangdecomp[3]; in uccanoncompatdecomp() local
[all …]
H A Ducgendat.c128 ac_uint4 *decomp; member
509 (*pdecomps)[i].decomp = (ac_uint4 *) in add_decomp()
512 (*pdecomps)[i].decomp = (ac_uint4 *) in add_decomp()
513 realloc((char *) (*pdecomps)[i].decomp, in add_decomp()
523 (void) AC_MEMCPY((char *) (*pdecomps)[i].decomp, (char *) dectmp, in add_decomp()
1174 if ((dp = find_decomp(d->decomp[i], compat)) != 0) in decomp_it()
1177 dectmp[dectmp_size++] = d->decomp[i]; in decomp_it()
1269 comps[cu].code1 = decomps[i].decomp[0]; in create_comps()
1270 comps[cu].code2 = decomps[i].decomp[1]; in create_comps()
1603 fprintf(out, "0x%08lx", (unsigned long) decomps[i].decomp[j]); in write_cdata()
[all …]
H A Dapi.txt76 int ucdecomp(unsigned long code, unsigned long *num, unsigned long **decomp)
82 returned, then the `num' and `decomp' variables are filled in with the
87 unsigned long i, num, *decomp;
89 if (ucdecomp(0x1d5, &num, &decomp) != 0) {
91 printf("0x%08lX,", decomp[i]);
111 unsigned long decomp[])
121 be decomposed into the `decomp' array arithmetically.
125 unsigned long i, num, decomp[3];
127 if (ucdecomp_hangul(0xb1ba, &num, &decomp) != 0) {
129 printf("0x%08lX,", decomp[i]);
H A Ducdata.h257 ac_uint4 **decomp));
265 ac_uint4 **decomp));
273 ac_uint4 decomp[]));
H A Dformat.txt189 The next data file is called "decomp.dat" and contains the decomposition data
H A DREADME21 D. decomp.dat - the character decompositions.
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_priv.c194 uint8_t decomp[256]; in priv_lookup_name() local
196 if(name_len >= sizeof(decomp)) in priv_lookup_name()
198 dname_pkt_copy(pkt, decomp, name); in priv_lookup_name()
199 labs = dname_count_size_labels(decomp, &len); in priv_lookup_name()
201 return name_tree_lookup(&priv->n, decomp, len, labs, dclass) != NULL; in priv_lookup_name()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmakeucnid.c46 static unsigned int decomp[NUM_CODE_POINTS][2]; variable
191 decomp[codepoint][i] = this_decomp[i]; in read_table()
253 bool really_safe = decomp[0][0] == 0; in write_table()
261 || really_safe != (decomp[i][0] == 0) in write_table()
278 really_safe = decomp[i][0] == 0; in write_table()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmakeucnid.cc48 static unsigned int decomp[NUM_CODE_POINTS][2]; variable
193 decomp[codepoint][i] = this_decomp[i]; in read_table()
323 bool really_safe = decomp[0][0] == 0; in write_table()
331 || really_safe != (decomp[i][0] == 0) in write_table()
350 really_safe = decomp[i][0] == 0; in write_table()
H A DChangeLog3920 (flags, decomp, combining_value): Use NUM_CODE_POINTS as array
3922 (decomp): Use unsigned int as element type.
/netbsd-src/sys/net/
H A Dbsd-comp.c303 bsd_alloc(u_char *options, int opt_len, int decomp) in bsd_alloc() argument
348 if (!decomp) { in bsd_alloc()
395 int mru, int debug, int decomp) in bsd_init() argument
403 || (decomp && db->lens == NULL)) in bsd_init()
406 if (decomp) { in bsd_init()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.c282 local int decomp(struct state *s) in decomp() function
411 err = decomp(&s); /* decompress */ in blast()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/blast/
H A Dblast.c282 local int decomp(struct state *s) in decomp() function
411 err = decomp(&s); /* decompress */ in blast()
/netbsd-src/common/dist/zlib/contrib/blast/
H A Dblast.c282 local int decomp(struct state *s) in decomp() function
411 err = decomp(&s); /* decompress */ in blast()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A Dblast.c282 local int decomp(struct state *s) in decomp() function
411 err = decomp(&s); /* decompress */ in blast()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/blast/
H A Dblast.c282 local int decomp(struct state *s) in decomp() function
411 err = decomp(&s); /* decompress */ in blast()
/netbsd-src/sys/dev/usb/
H A Dudl.c810 uint8_t *decomp; in udl_comp_load()
815 error = firmware_load("udl", "udl-decomp", &decomp, in udl_comp_load()
819 "error %d, could not read decomp table %s!\n", in udl_comp_load()
820 error, "udl-decomp"); in udl_comp_load()
823 udl_cmd_add_decomptable(sc, decomp, decomp_size); in udl_comp_load()
824 firmware_free(decomp, decomp_size); in udl_comp_load()
809 uint8_t *decomp; udl_comp_load() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h2810 struct lang_decl_decomp GTY((tag ("lds_decomp"))) decomp;
2855 &lt->u.decomp; })
2872 (&DECL_LANG_SPECIFIC (NODE)->u.decomp)
H A Dpt.c17561 bool decomp = false; in tsubst_omp_for_iterator() local
17575 decomp = true; in tsubst_omp_for_iterator()
17595 if (!decomp) in tsubst_omp_for_iterator()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h2994 struct lang_decl_decomp GTY((tag ("lds_decomp"))) decomp;
3039 &lt->u.decomp; })
3056 (&DECL_LANG_SPECIFIC (NODE)->u.decomp)
H A Dmodule.cc6805 WT (lang->u.decomp.base); in lang_decl_vals()
6883 RT (lang->u.decomp.base); in lang_decl_vals()
6991 bool decomp = VAR_P (t) && b (); in tree_node_bools() local
6993 ok = maybe_add_lang_decl_raw (t, decomp); in tree_node_bools()
H A Dpt.cc18125 bool decomp = false; in tsubst_omp_for_iterator() local
18139 decomp = true; in tsubst_omp_for_iterator()
18159 if (!decomp) in tsubst_omp_for_iterator()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7570 auto decomp = table[idx..$].until(0); variable
7571 return Grapheme(decomp);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8354 auto decomp = table[idx..$].until(0);
8355 return Grapheme(decomp);

12