HomeSort by: relevance | last modified time | path
    Searched defs:decomp (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/unbound/dist/iterator/
iter_priv.c 194 uint8_t decomp[256]; local
196 if(name_len >= sizeof(decomp))
198 dname_pkt_copy(pkt, decomp, name);
199 labs = dname_count_size_labels(decomp, &len);
201 return name_tree_lookup(&priv->n, decomp, len, labs, dclass) != NULL;
  /src/common/dist/zlib/contrib/blast/
blast.c 282 local int decomp(struct state *s) function
409 err = 2; /* then skip decomp(), return error */
411 err = decomp(&s); /* decompress */
  /src/external/gpl3/binutils/dist/zlib/contrib/blast/
blast.c 282 local int decomp(struct state *s) function
409 err = 2; /* then skip decomp(), return error */
411 err = decomp(&s); /* decompress */
  /src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
blast.c 282 local int decomp(struct state *s) function
409 err = 2; /* then skip decomp(), return error */
411 err = decomp(&s); /* decompress */
  /src/external/gpl3/gcc.old/dist/libcpp/
makeucnid.cc 48 static unsigned int decomp[NUM_CODE_POINTS][2]; variable
122 /* Read UnicodeData.txt and fill in the 'decomp' table to be the
193 decomp[codepoint][i] = this_decomp[i];
323 bool really_safe = decomp[0][0] == 0;
331 || really_safe != (decomp[i][0] == 0)
350 really_safe = decomp[i][0] == 0;
  /src/external/gpl3/gcc/dist/libcpp/
makeucnid.cc 48 static unsigned int decomp[NUM_CODE_POINTS][2]; variable
122 /* Read UnicodeData.txt and fill in the 'decomp' table to be the
193 decomp[codepoint][i] = this_decomp[i];
323 bool really_safe = decomp[0][0] == 0;
331 || really_safe != (decomp[i][0] == 0)
350 really_safe = decomp[i][0] == 0;
  /src/external/gpl3/gdb/dist/zlib/contrib/blast/
blast.c 282 local int decomp(struct state *s) function
409 err = 2; /* then skip decomp(), return error */
411 err = decomp(&s); /* decompress */
  /src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
blast.c 282 local int decomp(struct state *s) function
409 err = 2; /* then skip decomp(), return error */
411 err = decomp(&s); /* decompress */
  /src/sys/dev/usb/
udl.c 810 uint8_t *decomp; local
815 error = firmware_load("udl", "udl-decomp", &decomp,
819 "error %d, could not read decomp table %s!\n",
820 error, "udl-decomp");
823 udl_cmd_add_decomptable(sc, decomp, decomp_size);
824 firmware_free(decomp, decomp_size);
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.c 742 if ((in = _ucopenfile(paths, "decomp.dat", "rb")) == 0)
861 ucdecomp(ac_uint4 code, ac_uint4 *num, ac_uint4 **decomp)
885 *decomp = (ac_uint4*)&_ucdcmp_decomp[_ucdcmp_nodes[m + 1]];
893 uckdecomp(ac_uint4 code, ac_uint4 *num, ac_uint4 **decomp)
917 *decomp = (ac_uint4*)&_uckdcmp_decomp[_uckdcmp_nodes[m + 1]];
925 ucdecomp_hangul(ac_uint4 code, ac_uint4 *num, ac_uint4 decomp[])
931 decomp[0] = 0x1100 + (ac_uint4) (code / 588);
932 decomp[1] = 0x1161 + (ac_uint4) ((code % 588) / 28);
933 decomp[2] = 0x11a7 + (ac_uint4) (code % 28);
934 *num = (decomp[2] != 0x11a7) ? 3 : 2
946 ac_uint4 num, class, *decomp, hangdecomp[3]; local
    [all...]
ucgendat.c 128 ac_uint4 *decomp; member in struct:__anon5400
509 (*pdecomps)[i].decomp = (ac_uint4 *)
512 (*pdecomps)[i].decomp = (ac_uint4 *)
513 realloc((char *) (*pdecomps)[i].decomp,
523 (void) AC_MEMCPY((char *) (*pdecomps)[i].decomp, (char *) dectmp,
1174 if ((dp = find_decomp(d->decomp[i], compat)) != 0)
1177 dectmp[dectmp_size++] = d->decomp[i];
1269 comps[cu].code1 = decomps[i].decomp[0];
1270 comps[cu].code2 = decomps[i].decomp[1];
1579 * Write the list of decomp nodes
    [all...]
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 1798 BYTE* const decomp = (BYTE*)malloc(inputSize); local
1800 CHECK(input == NULL || comp == NULL || decomp == NULL, "failed to alloc buffers");
1805 ZSTD_outBuffer out = { decomp, 0, 0 };
1822 CHECK(memcmp(input, decomp, inputSize), "round trip failed!");
1826 free(decomp);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 18009 bool decomp = false;
18022 decomp = true;
18042 if (!decomp)
18356 tsubst_flags_t complain, tree in_decl, cp_decomp *decomp)
18359 decomp->count = 0;
18368 if (TREE_TYPE (decl2) == error_mark_node && decomp->count == 0)
18373 decomp->count++;
18403 decomp->decl = prev;
18664 cp_decomp decomp_d, *decomp = NULL;
18678 decomp = &decomp_d
18008 bool decomp = false; local
18663 cp_decomp decomp_d, *decomp = NULL; local
18747 cp_decomp decomp_d, *decomp = NULL; local
    [all...]

Completed in 69 milliseconds