| /src/sys/opencrypto/ |
| deflate.c | 80 deflate_global(u_int8_t *data, u_int32_t size, int decomp, u_int8_t **out, 83 /* decomp indicates whether we compress (0) or decompress (1) */ 100 if (!decomp) { 120 error = decomp ? inflateInit2(&zbuf, window_inflate) : 127 error = decomp ? inflate(&zbuf, Z_SYNC_FLUSH) : 140 else if (decomp && (error == Z_OK || error == Z_BUF_ERROR) 179 if (decomp) 186 if (decomp) 228 int decomp, u_int8_t **out, int size_hint) 230 /* decomp indicates whether we compress (0) or decompress (1) * [all...] |
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| api.txt | 76 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]) [all...] |
| 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...] |
| ucdata.h | 257 ac_uint4 **decomp)); 265 ac_uint4 **decomp)); 273 ac_uint4 decomp[]));
|
| README | 21 D. decomp.dat - the character decompositions.
|
| /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/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/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/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/net/ |
| bsd-comp.c | 303 bsd_alloc(u_char *options, int opt_len, int decomp) 348 if (!decomp) { 395 int mru, int debug, int decomp) 403 || (decomp && db->lens == NULL)) 406 if (decomp) {
|
| /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/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | 14136 cp_decomp decomp_d, *decomp = NULL; 14153 decomp = &decomp_d; 14154 decomp->count = tree_to_uhwi (TREE_OPERAND (v, 1)) + 1; 14155 decomp->decl = d; 14157 for (unsigned int i = 0; i < decomp->count; 14221 do_range_for_auto_deduction (range_decl, range_expr, decomp); 14226 stmt = cp_convert_range_for (stmt, range_decl, range_expr, decomp, 14259 do_range_for_auto_deduction (tree decl, tree range_expr, cp_decomp *decomp) 14280 cp_finish_decomp (decl, decomp); 14405 cp_decomp *decomp, bool ivdep, tree unroll [all...] |
| 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...] |
| decl.cc | 8439 DECOMP is first identifier's DECL and identifier count in a structured 8444 tree asmspec_tree, int flags, cp_decomp *decomp) 8819 if (decomp) 8820 cp_maybe_mangle_decomp (decl, decomp); 9296 cp_maybe_mangle_decomp (tree decl, cp_decomp *decomp) 9303 v.safe_grow (decomp->count, true); 9304 tree d = decomp->decl; 9305 for (unsigned int i = 0; i < decomp->count; i++, d = DECL_CHAIN (d)) 9306 v[decomp->count - i - 1] = d; 9310 for (unsigned int i = 0; i < decomp->count; ++i [all...] |
| cp-tree.h | 3061 struct lang_decl_decomp GTY((tag ("lds_decomp"))) decomp; 3106 <->u.decomp; }) 3123 (&DECL_LANG_SPECIFIC (NODE)->u.decomp)
|
| module.cc | 7090 WT (lang->u.decomp.base); 7170 RT (lang->u.decomp.base); 7280 bool decomp = VAR_P (t) && bits.b (); 7282 ok = maybe_add_lang_decl_raw (t, decomp);
|
| /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.old/dist/gcc/cp/ |
| cp-tree.h | 3003 struct lang_decl_decomp GTY((tag ("lds_decomp"))) decomp; 3048 <->u.decomp; }) 3065 (&DECL_LANG_SPECIFIC (NODE)->u.decomp)
|
| module.cc | 6805 WT (lang->u.decomp.base); 6883 RT (lang->u.decomp.base); 6991 bool decomp = VAR_P (t) && b (); 6993 ok = maybe_add_lang_decl_raw (t, decomp);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/ |
| package.d | 8354 auto decomp = table[idx..$].until(0); 8355 return Grapheme(decomp);
|