Searched refs:buffers (Results 26 - 50 of 106) sorted by relevance

12345

/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dexample.pas181 * Test deflate with small buffers
204 c_stream.avail_out := 1; { force small buffers }
210 (* Finish the stream, still forcing small buffers: *)
226 * Test inflate with small buffers
250 d_stream.avail_out := 1; (* force small buffers *)
269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
564 WriteLn('** Testing deflate with small buffers');
568 WriteLn('** Testing inflate with small buffers');
573 WriteLn('** Testing deflate with large buffers');
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dinput.h64 extern BUFFERED_STREAM **buffers;
/macosx-10.10/emacs-93/emacs/lisp/
H A Dwinner.el101 (defcustom winner-boring-buffers '("*Completions*")
102 "`winner-undo' will not restore windows displaying any of these buffers.
136 ;; The current configuration (+ the buffers involved).
312 ;; windows displaying dead or boring buffers
313 ;; (c.f. `winner-boring-buffers'). Return nil iff all the windows
317 (let* ((buffers nil)
322 if (and pos (not (memq buf buffers)))
323 do (push buf buffers)
334 winner-boring-buffers)))
339 (loop for buf in buffers
[all...]
H A Dmouse.el1026 ;; and that means the Emacs server could switch buffers
1771 "*Number of buffers in one pane (submenu) of the buffer menu.
1772 If we have lots of buffers, divide them into groups of
1778 "*Group the buffers by the major mode groups on \\[mouse-buffer-menu]?
1804 "Pop up a menu of buffers for selection with the mouse.
1805 This switches buffers in the window that you clicked on,
1809 (let ((buffers (buffer-list)) alist menu split-by-major-mode sum-of-squares)
1811 (let ((tail buffers))
1813 ;; Divide all buffers into buckets for various major modes.
1841 (* (length buffers) (lengt
[all...]
H A Ddesktop.el31 ;; - the list of buffers with associated files. For each buffer also
116 ;; for buffers is an example of misuse.
227 :options '(list-buffers)
268 (defcustom desktop-clear-preserve-buffers
270 "*List of buffers that `desktop-clear' should not delete.
302 (defcustom desktop-buffers-not-to-save
304 "Regexp identifying buffers that are to be excluded from saving."
311 "Regexp identifying files whose buffers are to be excluded from saving."
318 "List of major modes whose buffers should not be saved."
333 "Number of buffers t
[all...]
H A Dmenu-bar.el35 (defcustom buffers-menu-max-size 10
37 If this is 10, then only the ten most-recently-selected buffers are shown.
38 If this is nil, then all buffers are shown.
59 ;; It gets overridden below when menu-bar-update-buffers is called.
80 '(menu-item "Exit Emacs" save-buffers-kill-emacs
81 :help "Save unsaved buffers, then exit"))
622 by \"Save Options\" in Custom buffers.")
1439 (buffers (buffer-list)))
1440 (while buffers
1441 (or (string-match "^ " (buffer-name (car buffers)))
[all...]
H A Ddired-x.el77 ;; dired-clean-up-buffers-too
193 If there are several dired buffers for a directory, the most recently
241 (defcustom dired-clean-up-buffers-too t
242 "*Non-nil means offer to kill buffers visiting files and dirs deleted in Dired."
376 `dired-clean-up-buffers-too'
407 (if dired-clean-up-buffers-too
416 (let ((buf-list (dired-buffers-for-dir (expand-file-name fn)))
626 ;; in mode-line of omitted buffers.
810 to put saved dired buffers automatically into Virtual Dired mode.
1493 (buffers (nrevers
[all...]
H A Dvc.el382 ;; If UPDATE is non-nil, then update buffers of any files in the
1112 "Restore point/mark, and reparse any affected compilation buffers.
1120 ;; ;; Reparse affected compilation buffers.
1431 ;; Watch out for new buffers of size 0: the corresponding file
1661 ;; Change buffers to get local value of vc-checkin-switches.
2101 "The major mode used in VC directory buffers.
2285 (defun vc-dired-buffers-for-dir (dir)
2286 "Return a list of all vc-dired buffers that currently display DIR."
2289 (when (fboundp 'dired-buffers-for-dir)
2294 (dired-buffers
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.h79 IOVirtualRange * buffers ) ;
86 IOVirtualRange * buffers ) ;
127 static NuDCLReceivePacketRef S_AllocateReceivePacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
H A DIOFireWireLibIsoch.h274 Transfer buffers for the local isoch port must all come from a single allocation
277 Calling vm_deallocate() on the buffers before deallocating a local isoch port object
281 so it may not be safe to call vm_deallocate() on your transfer buffers. To guarantee
348 of buffers specified when the DCL program was compiled (including
658 @param numBuffers The number of virtual ranges in 'buffers'.
659 @param buffers An array of virtual memory ranges containing the packet contents. The array is copied
662 NuDCLSendPacketRef (*AllocateSendPacket)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt32 numBuffers, IOVirtualRange* buffers ) ;
694 @param numBuffers The number of virtual ranges in 'buffers'.
695 @param buffers An array of virtual memory ranges containing the packet contents. The array is copied
698 NuDCLReceivePacketRef (*AllocateReceivePacket)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/audio/ios/
H A DAudioDestinationIOS.cpp213 AudioBuffer* buffers = ioData->mBuffers; local
217 UInt32 bytesPerFrame = buffers[i].mDataByteSize / numberOfFrames;
219 float* memory = (float*)((char*)buffers[i].mData + byteOffset);
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-track.el1 ;;; erc-track.el --- Track modified channel buffers
47 "Track active buffers and show activity in the modeline."
72 "Where do we look for buffers to determine their visibility?
74 visible or invisible. New messages in invisible buffers are tracked,
75 while switching to visible buffers when they are tracked removes them
156 The faces used are the same as used for text in the buffers.
243 Entries in this list should only happen for buffers where activity occurred
328 because that does not return query buffers."
527 "Global minor mode for tracking ERC buffers and showing activity in the
572 "This mode tracks ERC channel buffers wit
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dlazy-lock.el33 ;; It makes visiting buffers in Font Lock mode faster by making fontification
232 ;; - Made `lazy-lock-fontify-after-defer' just process buffers
261 ;; - Made `lazy-lock-fontify-after-defer' paranoid about deferred buffers
309 (defvar lazy-lock-buffers nil) ; For deferral.
322 means that the minimum size is 25K for buffers in C or C++ modes, one megabyte
323 for buffers in Rmail mode, and size is irrelevant otherwise.
347 means that on-the-fly fontification is deferred for buffers in C and C++ modes
491 for large buffers.
513 This means remaining unfontified areas of buffers are fontified if Emacs has
701 (unless (memq (current-buffer) lazy-lock-buffers)
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/audio/gstreamer/
H A DAudioFileReaderGStreamer.cpp73 static void copyGstreamerBuffersToAudioChannel(GstBufferList* buffers, AudioChannel* audioChannel) argument
76 unsigned bufferCount = gst_buffer_list_length(buffers);
78 GstBuffer* buffer = gst_buffer_list_get(buffers, i);
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-draft.el41 "Minor mode for providing a draft summary buffers.")
67 "Minor mode for providing a draft summary buffers.
297 (let ((buffers (buffer-list))
303 buffs buffers)
H A Dgnus-win.el48 "*Minimum width of Gnus buffers."
53 "*Minimum height of Gnus buffers."
171 "Window configuration for all possible Gnus buffers.
323 ;; Don't switch buffers.
478 (let ((buffers (gnus-buffers)))
488 (when (memq (window-buffer window) buffers)
495 "Say whether all buffers in SPLIT are currently visible.
542 (let ((buffers (gnus-buffers))
[all...]
/macosx-10.10/OpenAL-54/Source/OpenAL/al/
H A Dal.h586 AL_API void AL_APIENTRY alGenBuffers( ALsizei n, ALuint* buffers );
589 AL_API void AL_APIENTRY alDeleteBuffers( ALsizei n, const ALuint* buffers );
695 typedef void (AL_APIENTRY *LPALGENBUFFERS)( ALsizei n, ALuint* buffers );
696 typedef void (AL_APIENTRY *LPALDELETEBUFFERS)( ALsizei n, const ALuint* buffers );
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Dmem_event.exp55 buffers.
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h238 virtual bool initWithOptions(void * buffers,
252 @discussion Buffers may be allocated with the ability to have their purgeable status changed - IOBufferMemoryDescriptor with the kIOMemoryPurgeable option, VM_FLAGS_PURGEABLE may be passed to vm_allocate() in user space to allocate such buffers. The purgeable status of such a buffer may be controlled with setPurgeable(). The process of making a purgeable memory descriptor non-volatile and determining its previous state is atomic - if a purgeable memory descriptor is made nonvolatile and the old state is returned as kIOMemoryPurgeableVolatile, then the memory's previous contents are completely intact and will remain so until the memory is made volatile again. If the old state is returned as kIOMemoryPurgeableEmpty then the memory was reclaimed while it was in a volatile state and its previous contents have been lost.
437 @param buffers A pointer to an array of IOAddressRange when options:type is kIOMemoryTypeVirtual64 or kIOMemoryTypePhysical64 or a 64bit kernel. For type UPL it is a upl_t returned by the mach/memory_object_types.h apis, primarily used internally by the UBC. IOVirtualRanges or IOPhysicalRanges are 32 bit only types for use when options:type is kIOMemoryTypeVirtual or kIOMemoryTypePhysical on 32bit kernels.
439 @param count options:type = Virtual or Physical count contains a count of the number of entires in the buffers array. For options:type = UPL this field contains a total length.
441 @param offset Only used when options:type = UPL, in which case this field contains an offset for the memory within the buffers upl.
447 kIOMemoryTypeMask (options:type) kIOMemoryTypeVirtual64, kIOMemoryTypeVirtual, kIOMemoryTypePhysical64, kIOMemoryTypePhysical, kIOMemoryTypeUPL Indicates that what type of memory basic memory descriptor to use. This sub-field also controls the interpretation of the buffers, count, offset & task parameters.
455 static IOMemoryDescriptor *withOptions(void * buffers,
992 virtual bool initWithOptions(void * buffers,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1140 IOMemoryDescriptor::withOptions(void * buffers, argument
1150 && !self->initWithOptions(buffers, count, offset, task, opts, mapper))
1159 bool IOMemoryDescriptor::initWithOptions(void * buffers, argument
1330 IOGeneralMemoryDescriptor::initWithOptions(void * buffers, argument
1343 && ((IOVirtualRange *) buffers)->address)
1354 IOMDPersistentInitData *initData = (typeof(initData)) buffers;
1366 buffers = orig->_ranges.v;
1398 assert(buffers);
1502 iopl.fIOPL = (upl_t) buffers;
1535 // I'd prefer to do _ranges = (Ranges) buffers, bu
[all...]
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s11 %define NUM_RX_BUF 32 ; # of RX element buffers
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dtest_context.c871 gss_buffer_set_t buffers; local
874 maj_stat = gss_inquire_cred_by_oid(&min_stat, client_cred, GSS_C_NT_UUID, &buffers);
880 if (buffers->count != 1)
881 errx(1, "wrong number of buffers for GSS_C_UUID");
883 maj_stat = gss_import_name(&min_stat, &buffers->elements[0], GSS_C_NT_UUID, &tname);
892 gss_release_buffer_set(&min_stat, &buffers);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dsdb.c77 ISC_LIST(isc_buffer_t) buffers;
334 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
676 ISC_LIST_INIT(node->buffers);
714 while (!ISC_LIST_EMPTY(node->buffers)) {
715 b = ISC_LIST_HEAD(node->buffers);
716 ISC_LIST_UNLINK(node->buffers, b, link);
H A Dsdlz.c120 ISC_LIST(isc_buffer_t) buffers;
481 ISC_LIST_INIT(node->buffers);
523 while (!ISC_LIST_EMPTY(node->buffers)) {
524 b = ISC_LIST_HEAD(node->buffers);
525 ISC_LIST_UNLINK(node->buffers, b, link);
1850 ISC_LIST_APPEND(lookup->buffers, rdatabuf, link);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Ddislocate7 # The following code attempts to intuit whether cat buffers by default.
9 if {[file exists $exp_exec_library/cat-buffers]} {

Completed in 486 milliseconds

12345