Searched refs:add (Results 126 - 150 of 158) sorted by relevance

1234567

/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h101 #define addl add.l
/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h467 m_ast.add(style_id);
499 // Pre-add zero (for no-fill style, that is, -1).
502 m_ast.add(0);
652 m_master_alpha.add(aa_mask);
664 m_master_alpha.add(aa_mask);
H A Dagg_scanline_storage_bin.h169 m_spans.add(sp);
177 m_scanlines.add(sl_this);
H A Dagg_color_gray.h166 AGG_INLINE void add(const self_type& c, unsigned cover) function in struct:agg::gray8
353 AGG_INLINE void add(const self_type& c, unsigned cover) function in struct:agg::gray16
H A Dagg_renderer_mclip.h112 m_clip.add(cb);
H A Dagg_renderer_scanline.h602 colors->add(c, cover);
639 colors->add(*cspan, cover);
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/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp429 bool add = appendIndex != APPEND_INDEX_REPLACE_PLAYLIST;
431 if (!add)
437 Playlist* playlist = add ? &temporaryPlaylist : this;
495 if (add)
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_storage_subpix.h183 m_spans.add(sp);
191 m_scanlines.add(sl_this);
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp115 void add(const ResourceInfo *info) function in struct:ResourceSet
1044 resourceSet.add(&info);
1099 // add a resource and Sync()
1152 resourceSet.add(&testResource1);
1153 resourceSet.add(&testResource2);
1154 resourceSet.add(&testResource3);
1157 // empty file, add some resources first and then merge with resources
1165 // add some resources
1173 resourceSet.add(&testResource1); // replaces testResource6
1174 resourceSet.add(
[all...]
H A DFileTest.cpp42 testEntries.add(new BFile(filename, B_READ_ONLY), filename);
52 testEntries.add(new BFile(filename, B_READ_WRITE), filename);
60 testEntries.add(new BFile, "");
/haiku/src/preferences/mail/
H A DDNSQuery.cpp221 // because we prepend a char add 1 more
283 DNSQuery::ReadDNSServer(in_addr* add) argument
292 if (firstDNS == NULL || inet_aton(firstDNS->String(), add) != 1)
/haiku/src/tests/servers/input/msgspy/
H A DMsgSpy.cpp15 #include <add-ons/input_server/InputServerFilter.h>
/haiku/src/system/libroot/os/arch/sparc/
H A Dsoftfloat.c138 _QP_OP(add)
/haiku/src/system/kernel/arch/x86/32/
H A Dinterrupts.S44 add %eax, THREAD_user_time(%edi); \
87 add %eax, THREAD_kernel_time(%edi); \
/haiku/src/bin/writembr/
H A Dmbr.S374 add $0x10,%sp /* Restore stack */
/haiku/headers/private/interface/
H A DColumnListView.h289 void SetSortColumn(BColumn* column, bool add,
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp695 // initialize and add the device
775 // initialize and add the device
1304 // add the device
1335 // create a job for scanning the device and add it to the job queue
1348 // add the job queue
1470 KDiskDeviceManager::_AddRemoveMonitoring(const char* path, bool add) argument
1478 if (add) {
1503 if (_AddRemoveMonitoring(entryPath.Path(), add) == B_OK)
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp514 // add to the parent's list of pending connections
962 bigtime_t add = 0; local
964 add = (bigtime_t)(1.0 * rand() / RAND_MAX * 500000) - 250000;
968 snooze(sRoundTripTime / 2 + add);
1603 // add to drop list
1660 // add to reorder list
/haiku/src/system/kernel/arch/x86/64/
H A Dinterrupts.S46 add $16, %rsp; \
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp352 #warning M68K: add real serial debug output someday
/haiku/src/libs/glut/
H A Dglutint.h751 extern void __glutChangeWindowEventMask(long mask, Bool add);
/haiku/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
1036 // add it
1041 // add the root node
1080 // add the new event
1157 // add th
[all...]
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp500 change_driver_watcher(dev_t device, ino_t node, bool add) argument
506 add ? kAddWatcher : kRemoveWatcher);
726 TRACE((" add driver %p\n", event->path));
752 TRACE((" add watcher %ld:%lld\n", event->node.device,
943 // add default paths
1424 // try to add the driver
1431 dprintf("legacy_driver_add_preloaded: Failed to add \"%s\": %s\n",

Completed in 279 milliseconds

1234567