Searched refs:pass (Results 1 - 25 of 90) sorted by relevance

1234

/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dweave.h55 int pass; /* Computed pass # */ member in struct:__anon5050
59 /* the first nozzle we're using this pass; */
65 /* in this pass. Currently always equal to */
69 /* pass (assuming that we're printing a full */
70 /* pass). */
73 typedef struct /* Weave parameters for a specific pass */
75 int pass; /* Absolute pass number */ member in struct:__anon5051
85 unsigned long *v; /* (really pass) */
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Descp2-weavetest.c28 * 3) The computed starting row of the pass is not greater than the row
30 * 4) The computed end of the pass is not less than the row index itself.
31 * 5) If this row is the last row of a pass, that the last pass completed
32 * was one less than the current pass that we're just completing.
33 * 6) For a given pass, the computed starting row of the pass is the same
34 * for all rows comprising the pass.
35 * 7) For a given pass, the computed last row of the pass i
[all...]
H A Drun-weavetest97 for pass in $passes ; do
99 echo "$jet $sep $pass $rows $f $g $arrangement $strategy"
/haiku-fatelf/src/libs/ncurses/include/
H A DMKkey_defs.sh45 trap 'rm -f $data pass[1234]_$$' 0 1 2 5 15
77 for pass in 1 2 3 4
80 output=pass${pass}_$$
110 pass='$pass';
127 if (pass == 1 || pass == 2)
131 if (pass == 3)
137 if (pass
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_t1enc.c244 jpc_enc_pass_t *pass; local
277 for (pass = cblk->passes; pass != endpasses; ++pass) {
278 pass->start = 0;
279 pass->end = 0;
280 pass->term = JPC_ISTERMINATED(pass - cblk->passes, 0, cblk->numpasses, (tcmpt->cblksty & JPC_COX_TERMALL) != 0, (tcmpt->cblksty & JPC_COX_LAZY) != 0);
281 pass->type = JPC_SEGTYPE(pass
[all...]
H A Djpc_t2enc.c219 jpc_enc_pass_t *pass; local
282 pass = cblk->curpass;
283 included = (pass && pass->lyrno == lyrno);
285 assert(pass->lyrno == lyrno);
288 jpc_tagtree_setvalue(prc->incltree, leaf, pass->lyrno);
294 pass = cblk->curpass;
295 included = (pass && pass->lyrno == lyrno);
328 startpass = pass;
545 jpc_enc_pass_t *pass; local
[all...]
H A Djpc_enc.c189 static void pass_destroy(jpc_enc_pass_t *pass);
1513 jpc_enc_pass_t *pass; local
1519 pass = passes;
1522 (int)pass->start, (int)pass->end, (int)pass->type, (int)pass->term, (int)pass->lyrno,
1523 smo->buf_[pass->start], (long)smo->len_, (long)smo->pos_);
1525 jas_memdump(stderr, &smo->buf_[pass
1634 jpc_enc_pass_t *pass; local
1697 jpc_enc_pass_t *pass; local
2597 jpc_enc_pass_t *pass; local
2619 pass_destroy(jpc_enc_pass_t *pass) argument
[all...]
/haiku-fatelf/src/bin/network/wget/tests/
H A Drun-px96 pass => 0,
103 $exit{pass} => colored('pass:', 'green' ),
120 pass => sub { scalar grep $_->{result} == $exit{pass}, @tested },
131 "${\$count->('pass')} PASS, ${\$count->('fail')} FAIL",
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/timers/clocks/
H A Dtwopsetclock.c57 int pass = 0; local
81 pass = 1;
88 if (pass) {
/haiku-fatelf/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp52 uint32 previousPass = result.pass;
60 if (result.pass == BFS_CHECK_PASS_BITMAP) {
90 } else if (result.pass == BFS_CHECK_PASS_INDEX) {
91 if (previousPass != result.pass) {
93 previousPass = result.pass;
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-weave.c60 stp_linecount_t *linecounts; /* How many rows we've printed this pass */
62 stp_pass_t *passes; /* Circular list of pass numbers */
65 /* pass (so we can determine how far to */
67 int last_pass; /* Number of the most recently printed pass */
82 int repeat_count; /* How many times a pass is repeated */
122 * 0: zig-zag type pass block filling
123 * 1: ascending pass block filling
124 * 2: descending pass block filling
157 int pass, /* I - pass numbe
156 calculate_raw_pass_parameters(raw_t *w, int pass, int *startrow, int *subpass) argument
225 calculate_raw_row_parameters(raw_t *w, int row, int subpass, int *pass, int *jet, int *startrow) argument
445 int pass = i + first_pass_to_map; local
494 int pass = -1; local
616 stpi_calculate_row_parameters(void *vw, int row, int subpass, int *pass, int *jetnum, int *startingrow, int *ophantomrows, int *ojetsused) argument
1276 stp_get_lineoffsets_by_pass(const stp_vars_t *v, int pass) argument
1283 stp_get_lineactive_by_pass(const stp_vars_t *v, int pass) argument
1290 stp_get_linecount_by_pass(const stp_vars_t *v, int pass) argument
1297 stp_get_linebases_by_pass(const stp_vars_t *v, int pass) argument
1304 stp_get_pass_by_pass(const stp_vars_t *v, int pass) argument
1418 stp_pass_t *pass; local
1543 stp_pass_t *pass = stp_get_pass_by_pass(v, sw->last_pass + 1); local
1639 int pass = cpass + i; local
1715 calculate_pass_parameters(cooked_t *w, int pass, int *startrow, int *subpass, int *phantomrows, int *jetsused) argument
1862 int pass, x; local
1920 int pass, passes, x; local
1973 int pass, jet, start, first, subpass, z; local
[all...]
H A Descp2-driver.c472 set_vertical_position(stp_vars_t *v, stp_pass_t *pass) argument
475 int advance = pass->logicalpassstart - pd->last_pass_offset -
478 if (pass->logicalpassstart > pd->last_pass_offset ||
479 (pd->send_zero_pass_advance && pass->pass > pd->last_pass) ||
488 pd->last_pass_offset = pass->logicalpassstart;
489 pd->last_pass = pass->pass;
494 set_color(stp_vars_t *v, stp_pass_t *pass, int color) argument
510 set_horizontal_position(stp_vars_t *v, stp_pass_t *pass, in argument
529 send_print_command(stp_vars_t *v, stp_pass_t *pass, int ncolor, int nlines) argument
655 stp_pass_t *pass = stp_get_pass_by_pass(v, passno); local
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dconfig.c36 config->pass = 1;
96 if (config->pass < 1 || config->pass > 10)
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.h28 char* pass,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/authentication_server/
H A DAuthenticationPanel.h28 char* pass,
/haiku-fatelf/src/bin/network/wget/src/
H A Dftp-opie.c2191 skey_response (int sequence, const char *seed, const char *pass) argument
2204 gen_md5_update ((const unsigned char *)pass, strlen(pass), md5_ctx);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_control.h39 /* The "pass" field constants */
48 uint32 pass; member in struct:check_control
/haiku-fatelf/src/apps/webpositive/
H A DAuthenticationPanel.h48 bool badPassword, BString& user, BString& pass,
/haiku-fatelf/src/bin/network/ftpd/
H A Dextern.h53 void pass(char *);
/haiku-fatelf/src/libs/libtelnet/
H A Dsra.c58 char *user, *pass, *xuser, *xpass; variable
122 pass = (char *)malloc(256);
125 if (user == NULL || xuser == NULL || pass == NULL || xpass ==
203 pk_decode(xpass,pass,&ck);
206 valid = check_user(user,pass);
306 memset(pass,0,sizeof(pass));
307 telnet_gets("Password: ",pass,255,0);
308 pk_encode(pass,xpass,&ck);
478 const char *pass; member in struct:cred_t
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Ddemo_defkey.c73 int pass; local
77 for (pass = 0; pass < 2; ++pass) {
81 if (pass)
86 if (!pass)
/haiku-fatelf/src/bin/network/ftp/
H A Dfetch.c149 char user[BUFSIZ], *pass; local
201 pass = (char *)gpass;
203 pass = getpass("Password: ");
205 clen = strlen(user) + strlen(pass) + 2; /* user + ":" + pass + "\0" */
209 (void)strlcat(clear, pass, clen);
211 memset(pass, 0, strlen(pass));
288 * user, pass and path.
316 char **user, char **pass, cha
315 parse_url(const char *url, const char *desc, url_t *type, char **user, char **pass, char **host, char **port, in_port_t *portnum, char **path) argument
480 char *user, *pass, *host, *port, *path, *decodedpath; local
1319 char *host, *path, *dir, *file, *user, *pass; local
[all...]
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp252 uint32 previousPass = result.pass;
260 if (result.pass == BFS_CHECK_PASS_BITMAP) {
290 } else if (result.pass == BFS_CHECK_PASS_INDEX) {
291 if (previousPass != result.pass) {
293 previousPass = result.pass;
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dvmsbuild.com36 $! first pass: compile "required" modules
38 $ pass = 1
41 $! second pass: process dummy.c, using the first pass' results
76 $! third pass: compile "missing" modules collected in pass 2
77 $ pass = 3
109 $ if pass.eq.3 .and. f$search("''f'.c").eqs."" then gosub chk_deffunc
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFSave.h69 int pass, row, pos; member in class:GIFSave

Completed in 380 milliseconds

1234