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

1234

/barrelfish-2018-10-04/lib/acpica/tests/aslts/src/runtime/collections/Identity2MS/abbu/
H A DMakefile4 AMLMOD= extra extra_aslts
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtestssl28 extra=""
30 extra="$4"
36 $ssltest -ssl2 $extra || exit 1
39 $ssltest -ssl2 -server_auth $CA $extra || exit 1
43 $ssltest -ssl2 -client_auth $CA $extra || exit 1
46 $ssltest -ssl2 -server_auth -client_auth $CA $extra || exit 1
50 $ssltest -ssl3 $extra || exit 1
53 $ssltest -ssl3 -server_auth $CA $extra || exit 1
56 $ssltest -ssl3 -client_auth $CA $extra || exit 1
59 $ssltest -ssl3 -server_auth -client_auth $CA $extra || exi
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c310 an extra two bytes of parameters. */
1465 PUBL(extra) *extra = NULL;
1572 extra = (PUBL(extra) *)(PUBL(malloc))
1573 (sizeof(PUBL(extra)) + sizeof(pcre_study_data));
1574 if (extra == NULL)
1580 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra)));
1581 extra
1667 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...]
/barrelfish-2018-10-04/lib/zlib/
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) */
40 LENEXT, /* i: waiting for length extra bits */
42 DISTEXT, /* i: waiting for distance extra bits */
100 unsigned extra; /* extra bits needed */ member in struct:inflate_state
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 */
184 base = extra = work; /* dummy value--not used */
190 extra = lext;
191 extra -= 257;
196 extra = dext;
224 this.op = (unsigned char)(extra[wor
[all...]
H A Dinfback.c520 /* length code -- get extra bits, if any */
521 state->extra = (unsigned)(this.op) & 15;
522 if (state->extra != 0) {
523 NEEDBITS(state->extra);
524 state->length += BITS(state->extra);
525 DROPBITS(state->extra);
553 /* get distance extra bits, if any */
554 state->extra = (unsigned)(this.op) & 15;
555 if (state->extra != 0) {
556 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
678 state->head->extra = Z_NULL;
686 state->head->extra != Z_NULL) {
688 zmemcpy(state->head->extra + len, next,
991 state->extra = (unsigned)(this.op) & 15;
994 if (state->extra) {
995 NEEDBITS(state->extra);
996 state->length += BITS(state->extra);
997 DROPBITS(state->extra);
[all...]
H A Dtrees.c61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
92 * need for the L_CODES extra codes used during heap construction. However
123 const intf *extra_bits; /* extra bits for each code or NULL */
497 const intf *extra = desc->stat_desc->extra_bits; local
503 int xbits; /* extra bits */
525 if (n >= base) xbits = extra[n-base];
655 /* node is 0 or 1 so it does not have extra bits */
1081 int extra; /* numbe local
[all...]
/barrelfish-2018-10-04/lib/vis/
H A Dvis.c164 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
169 /* extra */
172 dst = do_svis(dst, c, flags, nextc, extra);
187 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
200 dst = do_svis(dst, c, flags, nextc, extra);
301 * extra: Pointer to the list of extra characters to be
305 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
310 iswextra = wcschr(extra, c) != NULL;
348 * Expand list of extra character
395 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; local
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dlstring.h28 #define isreserved(s) ((s)->tsv.tt == LUA_TSHRSTR && (s)->tsv.extra > 0)
H A Dlparser.c312 int extra = nvars - nexps; local
314 extra++; /* includes call itself */
315 if (extra < 0) extra = 0;
316 luaK_setreturns(fs, e, extra); /* last exp. provides the difference */
317 if (extra > 1) luaK_reserveregs(fs, extra-1);
321 if (extra > 0) {
323 luaK_reserveregs(fs, extra);
324 luaK_nil(fs, reg, extra);
1110 int extra = fs->freereg; /* eventual position to save local variable */ local
[all...]
H A Dlstate.h46 /* extra stack space to handle TM calls and some other extras */
75 ptrdiff_t extra; member in struct:CallInfo
H A Dlstring.c106 ts->tsv.extra = 0;
/barrelfish-2018-10-04/usr/eclipseclp/GecodeInterface/
H A Dgfd.hpp263 GecodeSearch(GecodeSpace* solver, Search::Options o, unsigned extra, argument
271 solver->vCost = solver->vInt[extra];
275 solver->vCost = solver->vInt[extra];
281 solver->vCost = solver->vInt[extra];
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dscan.l19 %option extra-type="struct string_buffer *"
/barrelfish-2018-10-04/include/
H A Dprintf.h60 unsigned extra; member in struct:printf_info
/barrelfish-2018-10-04/include/barrelfish/
H A Dcore_state.h65 struct slot_allocator_list extra; // for 2level cspace member in struct:slot_alloc_state
/barrelfish-2018-10-04/tools/harness/machines/
H A Dpandaboard.py132 extra = stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH
134 extra |= stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH
135 os.chmod(file, os.stat(file).st_mode | extra)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dpcy_tree.c641 X509_POLICY_DATA *extra; local
673 extra = policy_data_new(NULL, oid,
675 if (!extra)
677 extra->qualifier_set = anyPolicy->data->qualifier_set;
678 extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS
680 node = level_add_node(NULL, extra, anyPolicy->parent,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_pkt.c203 * 'left' extra ones at the end */
293 size_t extra; local
301 extra=SSL3_RT_MAX_EXTRA;
303 extra=0;
304 if (extra && !s->s3->init_extra)
393 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra)
435 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra+mac_size)
485 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH+extra)
499 if (rr->length > SSL3_RT_MAX_PLAIN_LENGTH+extra)
706 /* extra fragmen
[all...]
/barrelfish-2018-10-04/lib/acpica/source/tools/acpisrc/
H A Dasconvrt.c428 * DESCRIPTION: Remove all extra lines at the start and end of the file.
441 /* Remove any extra lines at the start of the file */
445 printf ("Removing extra line at start of file: %s\n", Filename);
449 /* Remove any extra lines at the end of the file */
456 printf ("Removing extra line at end of file: %s\n", Filename);
467 * DESCRIPTION: Remove an extra space after a period.
501 printf ("Removed %d extra blanks after a period: %s\n",
567 * DESCRIPTION: Remove extra blanks from the end of source lines. Does not
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Dbuild.com67 ; Allocate extra storage at end of vector to allow for expansion.
/barrelfish-2018-10-04/lib/mdb/
H A Dmdb_tree.c177 char extra[255] = { 0 }; local
181 snprintf(extra, 255,
186 snprintf(extra, 255, "[rightsmask=%"PRIu8"]", cap->u.l2cnode.rightsmask);
189 snprintf(extra, 255,
194 snprintf(extra, 255, "[dcb=%p]", cap->u.dispatcher.dcb);
197 snprintf(extra, 255, "[start=0x%04"PRIx16",end=0x%04"PRIx16"]",
205 "type=%"PRIu8",remote_rels=%d%d%d,extra=%s}\n",
210 node->remote_ancs, node->remote_descs,extra);
/barrelfish-2018-10-04/lib/cxx/include/
H A Dlibunwind.h86 unw_word_t extra; /* mach_header of mach-o image containing func */ member in struct:unw_proc_info_t

Completed in 198 milliseconds

1234