Searched refs:extra (Results 1 - 25 of 50) sorted by relevance

12

/forgerock/web-agents-v4/zlib/
H A Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
57 int end; /* use base and extra for symbol > end */
63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
183 base = extra = work; /* dummy value--not used */
189 extra = lext;
190 extra -= 257;
195 extra = dext;
224 here.op = (unsigned char)(extra[wor
[all...]
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
H A Dinfback.c537 /* length code -- get extra bits, if any */
538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
570 /* get distance extra bits, if any */
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
[all...]
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
731 state->head->extra = Z_NULL;
739 state->head->extra != Z_NULL) {
741 zmemcpy(state->head->extra + len, next,
1068 state->extra = (unsigned)(here.op) & 15;
1071 if (state->extra) {
1072 NEEDBITS(state->extra);
1073 state->length += BITS(state->extra);
1074 DROPBITS(state->extra);
[all...]
H A Dtrees.c62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
88 * need for the L_CODES extra codes used during heap construction. However
119 const intf *extra_bits; /* extra bits for each code or NULL */
495 const intf *extra = desc->stat_desc->extra_bits; local
501 int xbits; /* extra bits */
523 if (n >= base) xbits = extra[n-base];
653 /* node is 0 or 1 so it does not have extra bits */
1069 int extra; /* numbe local
[all...]
H A Ddeflate.c594 if (s->gzhead->extra != Z_NULL)
712 (s->gzhead->extra == Z_NULL ? 0 : 4) +
724 if (s->gzhead->extra != Z_NULL) {
766 if (s->gzhead->extra != Z_NULL) {
779 put_byte(s, s->gzhead->extra[s->gzindex]);
1561 * NOTE: this function should be optimized to avoid extra copying from
H A Dzlib.h115 int xflags; /* extra flags (not used when writing a gzip file) */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member in struct:gz_header_s
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
119 uInt extra_max; /* space at extra (only when reading header) */
554 file name, no extra data, no comment, no modification time (set to zero), no
751 deflate(). The text, time, os, extra field, name, and comment information
753 ignored -- the extra flags are set according to the compression level). The
755 a zero byte, and that if extra i
[all...]
/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c305 an extra two bytes of parameters. */
1422 PUBL(extra) *extra = NULL;
1529 extra = (PUBL(extra) *)(PUBL(malloc))
1530 (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
1531 if (extra == NULL)
1537 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
1538 extra
1624 pcre_free_study(pcre_extra *extra) argument
[all...]
H A Dpcre_printint.c341 unsigned int extra = 0; local
498 extra = 2;
502 else extra = print_char(f, code+1, utf);
517 extra = print_char(f, code + 1 + IMM2_SIZE, utf);
532 extra = 2;
547 extra = print_char(f, code + 1, utf);
573 extra = print_char(f, code + 1, utf);
589 extra = print_char(f, code + 1 + IMM2_SIZE, utf);
655 extra = GET(code, 1);
780 extra
[all...]
H A Dpcre_jit_compile.c2765 /* This can be an extra read in some situations, but hopefully
9243 need to explicitly release the STR_PTR. The extra release would
9732 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) argument
9758 SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0);
9759 study = extra->study_data;
10327 if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL)
10328 functions = (executable_functions *)extra->executable_jit;
10353 extra
10604 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) argument
10675 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) argument
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/
H A DSplashActivity.java65 public boolean onError(MediaPlayer mp, int what, int extra) {
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/status/
H A DStatusCli.java1227 int extra = maxLabelWidth - label.length();
1228 for (int i = 0; i<extra; i++)
1242 int extra = Math.min(10,
1244 for (int i=0; i<extra; i++)
/forgerock/opendj2/src/server/org/opends/server/tools/status/
H A DStatusCli.java1218 int extra = maxLabelWidth - label.length();
1219 for (int i = 0; i<extra; i++)
1233 int extra = Math.min(10,
1235 for (int i=0; i<extra; i++)
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/status/
H A DStatusCli.java1227 int extra = maxLabelWidth - label.length();
1228 for (int i = 0; i<extra; i++)
1242 int extra = Math.min(10,
1244 for (int i=0; i<extra; i++)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java1227 int extra = maxLabelWidth - label.length();
1228 for (int i = 0; i<extra; i++)
1242 int extra = Math.min(10,
1244 for (int i=0; i<extra; i++)
/forgerock/opendj2-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java1218 int extra = maxLabelWidth - label.length();
1219 for (int i = 0; i<extra; i++)
1233 int extra = Math.min(10,
1235 for (int i=0; i<extra; i++)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/status/
H A DStatusCli.java1085 int extra = maxLabelWidth - label.length();
1086 for (int i = 0; i<extra; i++)
1099 int extra = Math.min(10,
1101 for (int i=0; i<extra; i++)
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js855 // We can work around this by specifying an extra ID on the root
6552 function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
6553 var i = extra === ( isBorderBox ? "border" : "content" ) ?
6563 if ( extra === "margin" ) {
6564 val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
6569 if ( extra === "content" ) {
6573 // at this point, extra isn't border nor margin, so remove border
6574 if ( extra !== "margin" ) {
6578 // at this point, extra isn't content, so add padding
6581 // at this point, extra is
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js277 * one for the default context, but could be extra for multiversion cases
442 //parentModuleMap to avoid extra normalization, but
1220 //The value of 5 is a bit arbitrary. Hopefully just one extra
5092 var is_defun = this[0] == "defun", extra;
5096 extra = {};
5098 name = extra[name] = scope.next_mangled();
5100 extra[name] = name;
5108 }, extra);
5112 function with_scope(s, cont, extra) {
5115 if (extra) fo
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java372 String extra = AMAdminUtils.getStringFromInputStream(
375 xml = PropertyXMLBuilder.appendXMLProperty(xml, extra);
377 xml = PropertyXMLBuilder.formPropertySheetXML(extra, true);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java372 String extra = AMAdminUtils.getStringFromInputStream(
375 xml = PropertyXMLBuilder.appendXMLProperty(xml, extra);
377 xml = PropertyXMLBuilder.formPropertySheetXML(extra, true);
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 163 milliseconds

12