Searched refs:list (Results 251 - 275 of 726) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/add-ons/accelerants/vesa/
H A Daccelerant_protos.h66 void vesa_screen_to_screen_blit(engine_token *et, blit_params *list,
68 void vesa_fill_rectangle(engine_token *et, uint32 color, fill_rect_params *list,
70 void vesa_invert_rectangle(engine_token *et, fill_rect_params *list,
72 void vesa_fill_span(engine_token *et, uint32 color, uint16 *list, uint32 count);
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dshared.h22 struct list children;
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dgdb-mi.el101 (interactive (list (gud-query-cmdline 'gdbmi)))
149 (setq gdb-var-list nil)
163 (gdb-enqueue-input (list "-gdb-set new-console off\n" 'ignore)))
165 (gdb-enqueue-input (list "list main\n" 'ignore)) ; C program
166 (gdb-enqueue-input (list "list MAIN__\n" 'ignore)) ; Fortran program
167 (gdb-enqueue-input (list "info source\n" 'gdbmi-source-info))
175 (defun gdbmi-var-list-children (varnum)
177 (list (conca
[all...]
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.h9 #include <list>
75 typedef list<Field> Fields;
/haiku-fatelf/src/apps/cortex/TransportView/
H A DTransportView.h10 * notice, this list of conditions, and the following disclaimer.
13 * notice, this list of conditions, and the following disclaimer in the
43 #include <list>
180 typedef std::list<BInvoker*> target_set;
/haiku-fatelf/src/apps/cortex/support/
H A DProfileTarget.cpp10 * notice, this list of conditions, and the following disclaimer.
13 * notice, this list of conditions, and the following disclaimer in the
37 #include <list>
91 list<block_entry> sorted;
/haiku-fatelf/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp34 ListViewListener(BOutlineListView* list, BStringView* countView) argument
36 fListView(list),
157 _AddSuperItem(const char* name, BObjectList<ListItem>& list, argument
160 ListItem* item = _FindStringItem(list, name, under);
167 list.AddItem(item);
175 _FindStringItem(BObjectList<ListItem>& list, const char* text, argument
178 for (int32 i = 0; i < list.CountItems(); i++) {
179 ListItem* item = list.ItemAt(i);
217 BScrollView* scrollView = new BScrollView("list scroll", fFileListView, 0,
/haiku-fatelf/src/bin/makeudfimage/
H A DPhysicalPartitionAllocator.cpp99 PhysicalPartitionAllocator::GetNextExtents(off_t length, std::list<Udf::long_address> &extents,
100 std::list<Udf::extent_address> &physicalExtents)
H A DUdfBuilder.h17 #include <list>
37 std::list<Udf::long_address> udfData; //!< Dataspace for node in Udf partition space
38 std::list<Udf::extent_address> isoData; //!< Dataspace for node in physical space
94 std::list<Udf::long_address> dataAddresses);
127 std::list<Udf::long_address> dataAddresses)
175 std::list<Udf::long_address>::iterator a;
/haiku-fatelf/src/libs/linprog/
H A DActiveSetSolver.h85 void _RemoveSoftConstraint(ConstraintList& list);
86 void _AddSoftConstraint(const ConstraintList& list);
/haiku-fatelf/src/system/boot/loader/
H A Dstdio.cpp36 vfprintf(FILE *file, const char *format, va_list list) argument
42 int length = vsnprintf(buffer, sizeof(buffer), format, list);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DTreeControl.h11 void SetAssociatedList(ColumnListView *list) { assocListView = list; } argument
/haiku-fatelf/src/tests/apps/installer/
H A DCopyEngine.cpp114 CopyEngine::SetPackagesList(BList *list) argument
118 fPackages = list;
/haiku-fatelf/src/add-ons/screen_savers/gravity/
H A DGravitySource.cpp61 for (int32 i = 0; i < Particle::list->CountItems(); i++) {
62 Particle* p = (Particle*)Particle::list->ItemAt(i);
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_proto.h111 void SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count);
112 void SCREEN_TO_SCREEN_TRANSPARENT_BLIT(engine_token *et, uint32 transparent_colour, blit_params *list, uint32 count);
113 void SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT(engine_token *et, scaled_blit_params *list, uint32 count);
114 void FILL_RECTANGLE(engine_token *et, uint32 color, fill_rect_params *list, uint32 count);
115 void FILL_SPAN(engine_token *et, uint32 color, uint16 *list, uint32 count);
116 void INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count);
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_proto.h99 void SCREEN_TO_SCREEN_BLIT_DMA(engine_token *et, blit_params *list, uint32 count);
100 void SCREEN_TO_SCREEN_TRANSPARENT_BLIT_DMA(engine_token *et, uint32 transparent_colour, blit_params *list, uint32 count);
101 void SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT_DMA(engine_token *et, scaled_blit_params *list, uint32 count);
102 void FILL_RECTANGLE_DMA(engine_token *et, uint32 color, fill_rect_params *list, uint32 count);
103 void INVERT_RECTANGLE_DMA(engine_token *et, fill_rect_params *list, uint32 count);
104 void FILL_SPAN_DMA(engine_token *et, uint32 color, uint16 *list, uint32 count);
/haiku-fatelf/src/bin/bash/
H A Darray.c173 * list of elements so the caller can dispose of the chain. If FLAGS
205 * ae now points to the list of elements we want to retain.
206 * ret points to the list we want to either destroy or return.
670 WORD_LIST *list; local
675 list = (WORD_LIST *)NULL;
677 list = make_word_list (make_bare_word(element_value(ae)), list);
678 return (REVERSE_LIST(list, WORD_LIST *));
682 array_from_word_list (list)
683 WORD_LIST *list;
697 WORD_LIST *list; local
[all...]
H A Dsubst.c165 /* Variables to keep track of which words in an expanded word list (the
186 /* Used to hold a list of variable assignments preceding a command. Global
1672 gets the number of words in the returned list. CWP, if non-NULL, gets
1785 word, add it before (well, after, since the list is in reverse order)
1859 string_list_internal (list, sep)
1860 WORD_LIST *list;
1867 if (list == 0)
1871 if (list->next == 0)
1872 return (savestring (list->word->word));
1878 for (t = list;
2457 WORD_LIST *list; local
2652 register WORD_LIST *list, *args; local
2668 register WORD_LIST *list; local
2705 register WORD_LIST *list; local
2784 WORD_LIST *list; local
2827 WORD_LIST *list; local
4165 WORD_LIST *list; local
4188 WORD_LIST *list; local
5480 WORD_LIST *list; local
6901 WORD_LIST *list; local
7345 WORD_LIST *list; local
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dkill.c73 {"list", no_argument, NULL, 'l'},
96 Send signals to processes, or list signals.\n\
105 -l, --list list signal names, or convert signal names to/from numbers\n\
135 /* Print a list of signal names. If TABLE, print a table.
240 bool list = false;
297 if (list)
302 list = true;
314 else if (list)
320 if ( ! list
235 bool list = false; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dparams.c299 ParameterList *list = &options->param_list[i]; local
301 list->type = (ADP_Parameter)GET32LE( buffer );
305 if ( word > list->num_options )
307 WARN( "not enough list space" );
310 list->num_options = word;
312 for ( j = 0; j < list->num_options; ++j )
314 list->option[j] = GET32LE( buffer );
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dvc-list-files24 # With no argument, list them all. With a single DIRECTORY argument,
25 # list the version-controlled files in that directory.
35 Output a list of version-controlled files in DIR (default .), relative to
41 -C SRCDIR change directory to SRCDIR before generating list
50 vc-list-files $scriptversion
/haiku-fatelf/headers/os/add-ons/graphics/
H A DAccelerant.h326 typedef void (*screen_to_screen_blit)(engine_token* et, blit_params* list,
329 fill_rect_params* list, uint32 count);
330 typedef void (*invert_rectangle)(engine_token* et, fill_rect_params* list,
333 uint32 transparent_color, blit_params* list, uint32 count);
335 scaled_blit_params* list, uint32 count);
337 typedef void (*fill_span)(engine_token* et, uint32 color, uint16* list,
340 The uint16* list points to a list of tripples:
341 list[N+0] Y co-ordinate of span
342 list[
[all...]
/haiku-fatelf/src/bin/diffutils/
H A DMakefile178 list='$(SUBDIRS)'; for subdir in $$list; do \
198 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
199 *) list='$(SUBDIRS)' ;; \
201 rev=''; for subdir in $$list; do \
219 list='$(SUBDIRS)'; for subdir in $$list; do \
229 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
230 unique=`for i in $$list; do \
241 list
303 list='$(SUBDIRS)'; for subdir in $$list; do \\ macro
[all...]
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_synth.c575 fluid_list_t *list; local
597 for (list = synth->sfont; list; list = fluid_list_next(list)) {
598 sfont = (fluid_sfont_t*) fluid_list_get(list);
605 for (list = synth->bank_offsets; list; list = fluid_list_next(list)) {
1138 fluid_list_t* list = synth->sfont; local
1182 fluid_list_t* list = synth->sfont; local
2290 fluid_list_t* list; local
2346 fluid_list_t *list, *next; local
2408 fluid_list_t *list; local
2518 fluid_list_t* list = synth->sfont; local
2536 fluid_list_t* list = synth->sfont; local
3171 fluid_list_t* list = synth->bank_offsets; local
[all...]
/haiku-fatelf/src/bin/gawk/
H A Darray.c231 * the last node, shorten the list.
254 /* concat_exp --- concatenate expression list into a single string */
733 /* remove from old list, add to new */
858 /* get a node for the linked list */
866 * value from the original input list
878 * linked list in the new table
929 /* merge_sort --- recursively sort the left and right sides of a list */
940 /* walk down the list, till just one before the midpoint */
946 /* split the list into two parts */
950 /* sort the left and right parts of the list */
965 assoc_from_list(NODE *symbol, NODE *list) argument
1005 NODE *bucket, *next, *list; local
[all...]

Completed in 376 milliseconds

<<11121314151617181920>>