Searched refs:parsed (Results 1 - 22 of 22) sorted by relevance

/barrelfish-2018-10-04/lib/numa/
H A Dutilities.c158 uint32_t parsed = 0; local
169 if (parsed == topology->num_nodes) {
170 parsed++;
175 assert(parsed == node);
177 topology->nodes[parsed].num_cores = 0;
178 topology->nodes[parsed].id = node;
179 topology->nodes[parsed].mem_base = base;
180 topology->nodes[parsed].mem_limit = limit;
181 topology->nodes[parsed].apicid = (uint16_t) -1;
182 topology->nodes[parsed]
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c212 const char *parsed; /* Pointer to the first unparsed byte in buf. */ member in struct:http_ssi_state
1146 hs->ssi->parsed = hs->buf;
1205 if(ssi->parsed > hs->file) {
1206 len = (u16_t)LWIP_MIN(ssi->parsed - hs->file, 0xffff);
1223 /* We have sent all the data that was already parsed so continue parsing
1233 if(*ssi->parsed == g_pcTagLeadIn[0]) {
1239 ssi->tag_started = ssi->parsed;
1245 ssi->parsed++;
1258 if(*ssi->parsed == g_pcTagLeadIn[ssi->tag_index]) {
1270 ssi->parsed
2478 err_t parsed = http_parse_request(p, hs, pcb); local
[all...]
/barrelfish-2018-10-04/usr/kaluga/
H A Dmain.c73 int parsed = sscanf(argv[i], "eth0=%" SCNu32 ":%" SCNu32 ":%" SCNu32, local
77 if (parsed != 3) {
/barrelfish-2018-10-04/lib/net/
H A Dnet_queue.c103 unsigned parsed = sscanf(cardname + 5, "%x:%x:%x:%x:%x", &vendor, local
105 if (parsed != 5) {
/barrelfish-2018-10-04/usr/drivers/ioat_dma/
H A Dmain.c121 uint32_t parsed = sscanf(argv[argc - 1], local
124 if (parsed != 5) {
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dboot.c395 uint32_t parsed = sscanf(mmaps[i],"map%*[ \n\t]%" SCNx64 local
400 if (parsed !=3) {
526 /* allocate parsed array */
527 char **parsed = calloc(num_mod + num_mmap + 1, sizeof(char *)); local
528 if (parsed == NULL) {
542 parsed[mod_idx++] = discard_leading_white_spaces(line + 6);
544 parsed[0] = discard_leading_white_spaces(line + 6);
546 parsed[mmap_idx--] = discard_leading_white_spaces(line + 4);
552 *parsed_modules = parsed;
H A Dmain_host.c150 uint32_t parsed = sscanf(argv[argc - 1], "%x:%x:%x:%x:%x", &vendor_id, local
152 if (parsed != 5) {
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dxomp_worker.c594 * \returns SYS_ERR_OK iff the command line arguments were parsed succecssfully
606 uint8_t parsed = 0; local
611 parsed++;
615 parsed++;
618 parsed++;
626 if (parsed < 2) {
631 if (parsed != 3) {
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssyntax.tex209 Text enclosed in SQ (string_quote) characters is parsed as a constant of type
221 Text enclosed in LQ (list_quote) characters is parsed as a list of numeric
223 list_quote, then \verb."abc". is parsed as \verb.[97,98,99]..
235 Text enclosed in CQ (chars_quote) characters is parsed as a list of single-atom
237 chars_quote, then \verb."abc". is parsed as \verb.['a','b','c']..
597 is accepted and parsed as \notation{p/2}. This behaviour can be disabled
601 \item By default, double-quoted items are parsed as strings, not as character
640 (the default), consecutive string-quoted and list-quoted items are parsed
641 as a single (concatenated) item, and consecutive quoted atoms are parsed
H A Dumsmacros.tex524 second argument is a list containing the input to be parsed. If the
573 succeeds then the input has been parsed successfully.
596 input has been successfully parsed.
H A Dumsporting.tex180 Double-quoted items are parsed as strings in {\eclipse}, while they are
H A Dumslanguage.tex484 concatenation of the lists of symbols generated (or parsed) by each
/barrelfish-2018-10-04/usr/drivers/cpuboot/
H A Dmain.c197 int parsed = parse_core_list(argv[1], &core_from, &core_to, &core_step); local
199 if (parsed == 0) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dapply.pl61 which will be parsed as apply/2 terms which can the be executed.
H A Dcprolog.pl119 strings are parsed as lists of integers. This can cause
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml.pl43 * unparsed( <string> ) : Text which has not been parsed
H A Dapplic.pl90 % a&b&c&d is parsed as a&(b&(c&d)), and that the "null" conjunction
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex147 which cannot be parsed with a finite lookahead are also hard to
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dsfn5122f_cdriver.c1755 uint32_t parsed = sscanf(args[argc - 1], "%x:%x:%x:%x:%x", &st->pci_vendor, local
1757 if (parsed != 5) {
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dgfd.tex552 in the above description. When an expression is posted, it is parsed and
560 first parsed at the {\eclipse} level by GFD to extract the sub-expressions and
562 {\eclipse} structures) are then parsed again at the GFD C++ level to convert
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Ddbi.tex135 statements are pre-parsed by the database, and can be executed more
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex434 \item[EXDR] ECLiPSe also provides a binary data format called EXDR that can be used to exchange information. This can be generated and parsed quite easily in ECLiPSe and in Java, and often allows significant space savings. In addition, problems with quoting are avoided. A disadvantage is that EXDR files are not directly readable by humans, and so may require extra effort during debugging.

Completed in 218 milliseconds