Searched refs:saved (Results 26 - 50 of 267) sorted by relevance

1234567891011

/macosx-10.10/cups-408/cups/cups/
H A Darray.c53 num_saved, /* Number of saved elements */
54 saved[_CUPS_MAXSAVE]; member in struct:_cups_array_s
387 memcpy(da->saved, a->saved, sizeof(a->saved));
935 if (current <= a->saved[i])
936 a->saved[i] --;
961 a->current = a->saved[a->num_saved];
991 a->saved[a->num_saved] = a->current;
1159 if (a->saved[
[all...]
H A Dtestarray.c53 char *saved[32]; /* Saved entries */ local
366 saved[i] = text;
384 if (text != saved[i])
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djchuff.c84 savable_state saved; /* Bit buffer & DC state at start of MCU */ member in struct:__anon13066
351 register int put_bits = entropy->saved.put_bits;
367 put_buffer |= entropy->saved.put_buffer;
380 entropy->saved.put_buffer = put_buffer; /* update variables */
381 entropy->saved.put_bits = put_bits;
400 entropy->saved.put_buffer = 0; /* and reset bit-buffer to empty */
401 entropy->saved.put_bits = 0;
526 entropy->saved.last_dc_val[ci] = 0;
572 temp = temp2 - entropy->saved.last_dc_val[ci];
573 entropy->saved
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DDHCPv6Client.c132 dhcpv6_info_t saved; member in struct:DHCPv6Client
134 DHCPDUIDRef server_id; /* points to saved */
135 DHCPv6OptionIA_NARef ia_na; /* points to saved */
136 DHCPv6OptionIAADDRRef ia_addr; /* points to saved */
598 if (client->saved.pkt_len == 0) {
602 client->saved.pkt_len = 0;
603 if (client->saved.pkt != NULL) {
604 free(client->saved.pkt);
605 client->saved.pkt = NULL;
607 DHCPv6OptionListRelease(&client->saved
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dfast-lock.el32 ;; properties from automatically saved associated Font Lock cache files.
52 ;; A cache will be saved when visiting a compressed file using crypt++, but not
139 ;; - Made `fast-lock-save-cache' loop until saved or quit (from Georg Nikodym)
212 ;; We use this to verify that a face should be saved.
272 Only buffers more than this can have associated Font Lock cache files saved.
295 "*Directories in which Font Lock cache files are saved and read.
321 "*Events under which caches will be saved.
333 Font Lock cache files saved. Ownership may be unknown for networked files."
349 "Faces that will be saved in a Font Lock cache file.
350 If nil, means information for all faces will be saved
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsyscall_subr.c235 int option = self->saved.swtch.option;
236 boolean_t reenable_workq_callback = self->saved.swtch.reenable_workq_callback;
395 self->saved.swtch.option = option;
396 self->saved.swtch.reenable_workq_callback = reenable_workq_callback;
414 self->saved.swtch.option = option;
415 self->saved.swtch.reenable_workq_callback = reenable_workq_callback;
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_test.c311 unsigned char saved = ctext[n]; local
314 if(b == saved)
/macosx-10.10/OpenSSL098-52/src/test/
H A Drsa_test.c311 unsigned char saved = ctext[n]; local
314 if(b == saved)
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclMetaData.c24 XOTclClasses *saved = cl->order, *clPtr; local
47 cl->order = saved;
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dant.vim42 " Restore the saved compatibility options.
H A Dconfig.vim40 " Restore the saved compatibility options.
H A Ddtd.vim38 " Restore the saved compatibility options.
H A Dsgml.vim38 " Restore the saved compatibility options.
H A Dsh.vim37 " Restore the saved compatibility options.
H A Dsvg.vim38 " Restore the saved compatibility options.
H A Dtcsh.vim38 " Restore the saved compatibility options.
H A Dxsd.vim37 " Restore the saved compatibility options.
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DElem.pm78 If a value argument is provided, it will be saved. The
79 new saved value is always returned. If no value argument
80 is provided, the old saved value is returned.
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DElem.pm78 If a value argument is provided, it will be saved. The
79 new saved value is always returned. If no value argument
80 is provided, the old saved value is returned.
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_charset_lite.c91 apr_size_t saved; member in struct:charset_filter_ctx_t
417 ctx->saved = partial_len;
441 /* Keep adding bytes from the input string to the saved string until we
448 ctx->buf[ctx->saved] = **cur_str;
449 ++ctx->saved;
452 tmp_input_len = ctx->saved;
461 ctx->saved = 0;
495 len = ctx->saved;
682 if (ctx->saved) {
735 if (ctx->saved) {
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclEvent.c319 Tcl_InterpState saved;
424 saved = Tcl_SaveInterpState(interp, code);
441 Tcl_RestoreInterpState(interp, saved);
451 Tcl_RestoreInterpState(interp, saved);
456 Tcl_DiscardInterpState(saved);
469 Tcl_DiscardInterpState(saved);
474 Tcl_DiscardInterpState(saved);
316 Tcl_InterpState saved; local
/macosx-10.10/text_cmds-88/sort/
H A Dsort.c1390 /* Make sure the line saved from the old buffer contents is
1462 struct line saved; /* Saved line storage for unique check. */ local
1464 /* &saved if there is a saved line. */
1465 size_t savealloc = 0; /* Size allocated for the saved line. */
1475 saved.text = NULL;
1530 write_bytes (saved.text, saved.length, ofp, output_file);
1534 savedline = &saved;
1545 saved
[all...]
/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DElem.pm78 If a value argument is provided, it will be saved. The
79 new saved value is always returned. If no value argument
80 is provided, the old saved value is returned.
/macosx-10.10/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DConfig.PL49 They are saved in $configfile.
66 They are saved in $dir/Mail/Sender.config.
81 print "\n\t... will be saved to .../lib/Mail/Sender.config\n";
84 print "\n\t... will be saved to $configfile\n";
272 print "The defaults were saved into $configfile
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsutilities.h166 uid_t saved() const { assert(active()); return mPrevious; } function in class:Security::CodeSigning::UidGuard

Completed in 377 milliseconds

1234567891011