Searched refs:add (Results 176 - 200 of 215) sorted by relevance

123456789

/haiku-fatelf/src/tests/kits/net/tcp_shell/
H A Dtcp_shell.cpp493 // add to the parent's list of pending connections
926 bigtime_t add = 0; local
928 add = (bigtime_t)(1.0 * rand() / RAND_MAX * 500000) - 250000;
932 snooze(sRoundTripTime / 2 + add);
1426 // add to drop list
1483 // add to reorder list
/haiku-fatelf/src/bin/gdb/
H A Dlibtool.m4833 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
867 --build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dannounce-gen75 --archive-suffix=SUF add SUF to the list of archive suffixes
492 ## eval: (add-hook 'write-file-hooks 'time-stamp)
/haiku-fatelf/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp352 #warning M68K: add real serial debug output someday
/haiku-fatelf/headers/libs/agg/
H A Dagg_color_rgba.h363 AGG_INLINE void add(const self_type& c, unsigned cover) function in struct:agg::rgba8
625 AGG_INLINE void add(const self_type& c, unsigned cover) function in struct:agg::rgba16
H A Dagg_rasterizer_outline_aa.h121 m_src_vertices.add(vertex_type(x, y));
/haiku-fatelf/src/add-ons/kernel/drivers/network/wwan/usb_beceemwmx/
H A DBeceemDevice.cpp713 // add DSD start offset
715 // add GPIO start offset
930 BeceemDevice::ModifyMulticastTable(bool add, uint8 address) argument
933 TRACE_ALWAYS("Call for (%d, %#02x) is not implemented\n", add, address);
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dj2k.c1102 int len, i, Zplm, Nplm, add, packet_len = 0; local
1113 add = cio_read(cio, 1);
1115 packet_len = (packet_len << 7) + add; /* Iplm_ij */
1116 if ((add & 0x80) == 0) {
1127 int len, i, Zplt, packet_len = 0, add; local
1134 add = cio_read(cio, 1);
1135 packet_len = (packet_len << 7) + add; /* Iplt_i */
1136 if ((add & 0x80) == 0) {
2245 if (cp->fixed_quality) { /* add fixed_quality */
2588 /* add th
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk1643 all-local: charset.alias ref-add.sed ref-del.sed
1665 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
1670 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
1700 CLEANFILES += charset.alias ref-add.sed ref-del.sed
1702 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsunos.c1104 /* Function to add a single symbol to the linker hash table. This is
1460 bfd_size_type add;
1463 add = 8 - (s->size & 7);
1465 s->size + add);
1468 memset (contents + s->size, 0, (size_t) add);
1470 s->size += add;
2095 /* If this symbol is defined or referenced by a regular file, add it
2253 /* We also need to add a jump table reloc, unless this is the
1459 bfd_size_type add; local
H A Delf32-sh.c1900 so that will cancel out the four we would otherwise have to add to
3120 int add;
3152 add = -2;
3157 add = 2;
3160 add = 0;
3162 if (add != 0)
3179 insn += add / 2;
3188 insn += add / 2;
3205 insn += add / 2;
3334 0x00, 0xc8, 0x45, 0x10, /* add
3119 int add; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dcatalog.c528 * add all the catalog entries
749 * and add it to the default XML one
1475 * @type: the type of record to add to the catalog
1505 "Failed to add unknown element %s to catalog\n", type);
2922 * @type: the type of record to add to the catalog
3363 * @type: the type of record to add to the catalog
3585 xmlCatalogEntryPtr catal, add; local
3597 add = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, URL, NULL,
3599 if (add == NULL)
3604 return((void *) add);
[all...]
/haiku-fatelf/src/bin/diffutils/po/
H A DMakefile124 --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
/haiku-fatelf/src/libs/glut/
H A Dglutint.h749 extern void __glutChangeWindowEventMask(long mask, Bool add);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp456 VolumeManager::GetVolume(dev_t volumeID, bool add) argument
459 if (!volume && add)
541 // add it
640 // add the entry to the volume
645 // add the entry to its directory and node
769 // add it
1035 // add it
1040 // add the root node
1079 // add the new event
1156 // add th
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.c694 enum ieee80211_phymode mode, int add)
713 if (!add)
693 setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode, int add) argument
/haiku-fatelf/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp484 change_driver_watcher(dev_t device, ino_t node, bool add) argument
490 add ? kAddWatcher : kRemoveWatcher);
715 TRACE((" add driver %p\n", event->path));
741 TRACE((" add watcher %ld:%lld\n", event->node.device,
941 // add default paths
1413 // try to add the driver
1420 dprintf("legacy_driver_add_preloaded: Failed to add \"%s\": %s\n",
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DVolumeManager.cpp454 VolumeManager::GetVolume(dev_t volumeID, bool add) argument
457 if (!volume && add)
539 // add it
638 // add the entry to the volume
643 // add the entry to its directory and node
767 // add it
1031 // add it
1036 // add the root node
1075 // add the new event
1152 // add th
[all...]
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk477 echo 1>&2 '$(ME): add "const" to the above declarations'; \
771 # add it in cfg.mk along with a line 'update-copyright: prereq'.
773 # add exemptions (such as ChangeLog..* for rotated change logs)
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dcp-demangle.c2645 d_print_resize (dpi, add)
2647 size_t add;
2653 need = dpi->len + add;
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A DRKintern.h987 WCHAR_T *_RkUparseWrec(struct RkKxGram *gram, Wrec *src, WCHAR_T *dst, int maxdst, unsigned long *lucks, int add);
1207 /* don't add stuff after this line */
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dgmp.h353 #define mpn_add __MPN(add)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c570 /* If this name is not in the hash table, add it. */
930 necessary in order to add the correct relocation value. In
2617 otherwise return non-zero. Optionally add FILE to the table if ADD
2621 filename_seen (const char *file, int add, int *first)
2645 /* No; maybe add it to tab. */
2646 if (add)
3323 characters. If so, add it to the current completion list. */
3339 /* We have a match for a completion, so add SYMNAME to the current list
3594 /* At this point scan through the misc symbol vectors and add each
3869 /* This file matches for a completion; add i
2613 filename_seen(const char *file, int add, int *first) argument
[all...]
H A DChangeLog-3.x75 Delete extra space before "also set at" and add period at end.
363 * dbxread.c (read_dbx_symtab, N_SOL): Do not add the same file
407 * stack.c (print_frame_info): add "func = 0".
731 add "undef BUILTIN_TYPE_LONGEST" before defining it.
800 and add "#define TIOCGETC_BROKEN".
939 * values.c (history_info): Add "info history +". Also add code to
961 * Makefile.dist: Comment out .c.o rule and add TARGET_ARCH.
3138 "info-methods" and "add-file" commands.
3288 problems if compiled with gcc and mentioning the need to add
3507 (30), and add th
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex150 % Margin to add to right of even pages, to left of odd pages.
176 % add check for \lastpenalty to plain's definitions. If the last thing
192 % Dimensions to add cropmarks at corners.
2271 % we will add a \leftskip of \multitablecolspace to all columns after
2274 % If a template has been used, we will add \multitablecolspace
3017 % If the third (subentry) arg is present, add it to the index
3159 % Typeset the initial. Making this add up to a whole number of
6359 @c eval: (add-hook 'write-file-hooks 'time-stamp)

Completed in 305 milliseconds

123456789