Searched refs:new (Results 276 - 300 of 433) sorted by relevance

<<1112131415161718

/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffread.c358 c_file // beginning of a new file
392 int ii, jj, newline, /* new line count */
397 struct linetable *newLineTb; /* new line table */
431 /* allocate a new line table. */
609 /* Have a new subfile for the include file. */
936 struct context_stack *new;
990 we use the new field, it gets overwritten for each symbol. */
1269 new = push_context (0, fcn_start_addr + off);
1271 new->name = define_symbol
1274 if (new
931 struct context_stack *new; local
[all...]
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dglob.c753 /* Return a new array which is the concatenation of each string in ARRAY
764 char **result, *new; local
776 new = (char *)realloc (array[i], l + 2);
777 if (new == 0)
779 new[l] = '/';
780 new[l+1] = '\0';
781 array[i] = new;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcpu-ia64-opc.c83 ia64_insn new = 0; local
88 new |= ((value & ((((ia64_insn) 1) << self->field[i].bits) - 1))
95 *code |= new;
142 ia64_insn new = 0; local
149 new |= ((svalue & ((((ia64_insn) 1) << self->field[i].bits) - 1))
157 *code |= new;
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesf.h55 // Class to represent builtin field types as well as C++ written new
66 THROW(new NCursesFormException (err));
114 THROW(new NCursesFormException (err));
125 // Create a new field
156 // Duplicate the field at a new position
159 NCursesFormField* f = new NCursesFormField();
171 // Link the field to a new location
173 NCursesFormField* f = new NCursesFormField();
212 // Move the field to a new position
217 // Mark the field to start a new pag
[all...]
H A Dcursslk.h121 THROW(new NCursesException (msg));
152 init(); // allocate a new slk_array[]
161 init(); // allocate a new slk_array[]
/haiku-fatelf/headers/private/kernel/
H A Dscheduling_analysis.h188 new(std::nothrow) SchedulingAnalysisTracing::x;
H A Dtracing.h33 #include <new>
86 void* operator new(size_t size, const std::nothrow_t&) throw();
/haiku-fatelf/headers/private/libroot/time/
H A Dprivate.h244 char * icatalloc P((char * old, const char * new));
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DHelperMacros.h23 //! Creates a new TestFixture instance.
115 * This macro starts the declaration of a new test suite.
131 return new ATestFixtureType(); \
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h172 // new operator for classes that must remain memory resident.
329 // Overload new & delete so memory for this object is allocated
332 PVOID operator new( size_t Size );
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.h80 { return new sensorclass(cam); };
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlCrc32.h59 static EbmlElement & Create() {return *(new EbmlCrc32);}
/haiku-fatelf/src/add-ons/translators/hpgs/
H A DReadHelper.h125 ((my_hpgs_istream *)ret->stream)->buffer = new StreamBuffer(stream, 2048);
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dgdb-mi.el163 (gdb-enqueue-input (list "-gdb-set new-console off\n" 'ignore)))
326 (defun gdbmi-concat-output (so-far new)
329 ((eq sink 'user) (concat so-far new))
331 (gdb-append-to-partial-output new)
334 (gdb-append-to-inferior-io new)
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-iri-list.px167 my $the_test = HTTPTest->new (name => "Test-iri-list",
H A DTest-np.px141 my $the_test = HTTPTest->new (name => "Test-np",
/haiku-fatelf/src/system/kernel/scheduler/
H A Dscheduler_tracing.h134 # define T(x) new(std::nothrow) SchedulerTracing::x;
/haiku-fatelf/headers/private/kernel/vm/
H A Dvm_types.h13 #include <new>
127 // Introduce a new 64 bit type page_off_t!
209 new(&mappings) vm_page_mappings();
/haiku-fatelf/headers/private/shared/
H A DWeakReferenceable.h11 #include <new>
298 fPointer(new(std::nothrow) WeakPointer(this))
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DSLList.h31 #include <new>
53 return new(nothrow) SLListStandardNode<Value>(a);
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DStatItem.h60 fOldData = new(nothrow) stat_data_v1;
77 fCurrentData = new(nothrow) stat_data;
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfAttribute.h171 // Make a new attribute
298 return new TypedAttribute<T>();
306 Attribute * attribute = new TypedAttribute<T>();
/haiku-fatelf/src/apps/glteapot/
H A Dutil.h114 /* Create new node pointing to thing, & add to head of list. */
117 first = new LispNode<contents>(new_element, first);
127 /* Create new node pointing to thing, & add to end of list. */
134 *pred = new LispNode< contents >(new_element);
144 /* Create new node pointing to thing, & add anywhere on list */
157 /* Create and add a new node for a specified element,
/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c721 struct change *new = xmalloc (sizeof *new);
723 new->line0 = line0;
724 new->line1 = line1;
725 new->inserted = inserted;
726 new->deleted = deleted;
727 new->link = old;
728 return new;
717 struct change *new = xmalloc (sizeof *new); local
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_tracing.h65 out.Print("fd new: descriptor: %p (%" B_PRId32 "), context: %p, "
199 # define TFD(x) new(std::nothrow) FileDescriptorTracing::x
254 out.Print("iocontext new: context: %p, parent: %p", fContext,
304 # define TIOC(x) new(std::nothrow) IOContextTracing::x

Completed in 241 milliseconds

<<1112131415161718