Searched refs:new (Results 251 - 275 of 433) sorted by relevance

<<1112131415161718

/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dhash.c505 /* Allocate and return a new hash table, or NULL upon failure. The initial
700 /* Get a new hash entry for a bucket overflow, possibly by reclying a
701 previously freed one. If this is not possible, allocate a new one. */
706 struct hash_entry *new; local
710 new = table->free_entry_list;
711 table->free_entry_list = new->next;
716 new = obstack_alloc (&table->entry_stack, sizeof *new);
718 new = malloc (sizeof *new);
[all...]
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_sched.h150 #define cma__sched_update_time(ave, new) \
151 (ave) = (ave) - ((cma__scale_dn((ave)) - (new)) << (cma__c_prio_scale - 4))
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_mdriver.c90 fluid_midi_driver_t* (*new)(fluid_settings_t* settings, member in struct:fluid_mdriver_definition_t
195 * Create a new MIDI driver instance.
196 * @param settings Settings used to configure new MIDI driver.
209 driver = fluid_midi_drivers[i].new(settings, handler, event_handler_data);
/haiku-fatelf/headers/cpp/std/
H A Dgslice.h85 : _M_index(new _Indexer(__o, __l, __s)) {}
H A Dstd_valarray.h289 : _M_size (__n), _M_data (new _Tp[__n]) {}
293 : _M_size (__n), _M_data (new _Tp[__n])
298 : _M_size (__n), _M_data (new _Tp[__n])
303 : _M_size (__v._M_size), _M_data (new _Tp[__v._M_size])
308 : _M_size (__sa._M_sz), _M_data (new _Tp[__sa._M_sz])
314 : _M_size (__ga._M_index.size()), _M_data (new _Tp[_M_size])
320 : _M_size (__ma._M_sz), _M_data (new _Tp[__ma._M_sz])
326 : _M_size (__ia._M_sz), _M_data (new _Tp[__ia._M_sz])
332 : _M_size (__e.size ()), _M_data (new _Tp[_M_size])
533 _M_data = new _T
[all...]
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestCaller.h88 * CppUnit::TestSuite *suite = new CppUnit::TestSuite;
90 * suite->addTest( new CppUnit::TestCaller<MathTest>( "testAdd", testAdd ) );
109 * Constructor for TestCaller. This constructor builds a new Fixture
117 m_fixture( new Fixture() ),
124 * This constructor does not create a new Fixture instance but accepts
141 * This constructor does not create a new Fixture instance but accepts
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DList.h31 #include <new>
166 new(fItems + index) item_t(item);
178 new(fItems + fItemCount) item_t(item);
182 new(fItems + (fItemCount - 1)) item_t(item);
365 // calculate the new capacity
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h34 #include <new>
171 new(fItems + index) item_t(item);
183 new(fItems + fItemCount) item_t(item);
187 new(fItems + (fItemCount - 1)) item_t(item);
370 // calculate the new capacity
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h25 #include <new>
/haiku-fatelf/src/bin/coreutils/src/
H A Duniq.c237 different (char *old, char *new, size_t oldlen, size_t newlen)
247 return oldlen != newlen || memcasecmp (old, new, oldlen);
250 return xmemcoll (old, oldlen, new, newlen) != 0;
252 return oldlen != newlen || memcmp (old, new, oldlen);
236 different(char *old, char *new, size_t oldlen, size_t newlen) argument
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dnis_gr.c265 char *cp, **new; local
307 new = realloc(pvt->group.gr_mem,
309 if (new == NULL)
311 pvt->group.gr_mem = new;
/haiku-fatelf/src/libs/ncurses/misc/
H A DMakefile107 WHICH_XTERM=xterm-new \
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DList.h34 #include <new>
167 new(fItems + index) item_t(item);
179 new(fItems + fItemCount) item_t(item);
183 new(fItems + (fItemCount - 1)) item_t(item);
366 // calculate the new capacity
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dif_igb.h526 u32 new = E1000_READ_REG(hw, reg); \
527 if (new < last) \
529 last = new; \
531 cur |= new; \
/haiku-fatelf/headers/os/game/
H A DGameSound.h14 #include <new>
53 void* operator new(size_t size);
54 void* operator new(size_t size,
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dsplit.c47 void *new = malloc(len); local
48 if(new == NULL) return NULL;
49 return (char *)memcpy(new, s, len);
/haiku-fatelf/headers/os/media/
H A DMediaNode.h12 #include <new>
232 void* operator new(size_t size);
233 void* operator new(size_t size,
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c311 /* Allocate new header file tables */
357 /* Add to this file a "new" header file: definitions for its types follow.
364 dbx output contains "begin" and "end" markers for each new header file,
594 /* Initialize anything that needs initializing when a completely new
1510 /* End the current partial symtab and start a new one */
1514 /* Null name means end of .o file. Don't start a new one. */
2106 new type we don't know about yet. */
2577 /* We skip checking for a new .o or -l file; that should never
2660 struct context_stack *new;
2727 new
2650 struct context_stack *new; local
[all...]
H A Dstabsread.c215 or for associating a new type with the pair. */
315 TYPENUMS may be (-1, -1) to return a new type object that is not
884 FIXME: Do we need a new builtin_type_promoted_int_arg ? */
1345 can define new types and new syntaxes, and old versions of the
1346 debugger will be able to read the new symbol tables. */
1470 /* Complain and keep going, so compilers can invent new
1514 type, rather than allocating a new one. This saves some
1617 type that the typenums refer to, rather than allocating a new one
1618 and making the typenums point to the new on
1664 struct type_list *new = alloca (sizeof (*new)); local
2821 struct nextfield *new; local
2919 struct nextfield *new; local
4023 struct pending *new = 0; local
[all...]
H A Dcoffread.c312 or for associating a new type with the index. */
356 /* Start a new symtab for a new source file.
409 /* Reinitialize for beginning of new file. */
437 The ultimate result is a new symtab (or, FIXME, eventually a psymtab). */
686 struct context_stack *new;
970 new = push_context (depth, fcn_start_addr);
972 new->name =
993 new = pop_context ();
995 if (context_stack_depth > 0 || new
681 struct context_stack *new; local
1936 struct nextfield *new; local
[all...]
H A Ddwarfread.c102 we never see. Use the new printpsym command to see the partial symbol table
385 sorted using qsort each time a new offset/type was recorded, and a binary
387 even slower, due to the overhead of sorting the array each time a new
724 Start a new scope, process the dies, and then close the scope.
732 struct context_stack *new; local
736 new = pop_context ();
739 finish_block (0, &local_symbols, new->old_blocks, new->start_addr,
742 local_symbols = new->locals;
798 make a new empt
941 struct nextfield *new; local
1659 struct nextfield *new; local
1782 struct context_stack *new; local
[all...]
H A Djv-exp.y1182 if (strncmp (tokstart, "new", 3) == 0)
1443 struct expression *new
1444 = (struct expression *) malloc (sizeof (*new) + EXP_ELEM_TO_BYTES (len));
1445 new->nelts = len;
1446 memcpy (new->elts, expr->elts + endpos - len, EXP_ELEM_TO_BYTES (len));
1447 new->language_defn = 0;
1449 return new;
1454 insert_exp (pos, new)
1456 struct expression *new;
1458 int newlen = new
[all...]
/haiku-fatelf/headers/os/interface/
H A DLayoutBuilder.h9 #include <new>
363 fLayout((new BGroupView(orientation, spacing))->GroupLayout())
372 fLayout(new BGroupLayout(orientation, spacing))
385 fLayout(new BGroupLayout(orientation, spacing))
484 GroupBuilder builder(new BGroupLayout(orientation, spacing));
518 GridBuilder builder(new BGridLayout(horizontalSpacing, verticalSpacing));
669 fLayout((new BGridView(horizontalSpacing, verticalSpacing))->GridLayout())
678 fLayout(new BGridLayout(horizontalSpacing, verticalSpacing))
691 fLayout(new BGridLayout(horizontalSpacing, verticalSpacing))
806 GroupBuilder builder(new BGroupLayou
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistexpand.c483 char *new; local
486 new = (char *)xmalloc (new_size = subst_rhs_len + subst_lhs_len);
492 new = (char *)xrealloc (new, (new_size = new_size * 2 + subst_lhs_len));
493 strcpy (new + j, subst_lhs);
502 new = (char *)xrealloc (new, new_size *= 2);
503 new[j++] = subst_rhs[i];
506 new[j] = '\0';
508 subst_rhs = new;
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistexpand.c478 char *new; local
481 new = (char *)xmalloc (new_size = subst_rhs_len + subst_lhs_len);
487 new = (char *)xrealloc (new, (new_size = new_size * 2 + subst_lhs_len));
488 strcpy (new + j, subst_lhs);
497 new = (char *)xrealloc (new, new_size *= 2);
498 new[j++] = subst_rhs[i];
501 new[j] = '\0';
503 subst_rhs = new;
[all...]

Completed in 166 milliseconds

<<1112131415161718