Searched refs:ready (Results 1 - 25 of 30) sorted by relevance

12

/haiku-fatelf/headers/libs/agg/
H A Dagg_vcgen_bspline.h33 ready, enumerator in enum:agg::vcgen_bspline::status_e
H A Dagg_trans_single_path.h34 ready enumerator in enum:agg::trans_single_path::status_e
H A Dagg_vcgen_dash.h42 ready, enumerator in enum:agg::vcgen_dash::status_e
H A Dagg_vcgen_smooth_poly1.h37 ready, enumerator in enum:agg::vcgen_smooth_poly1::status_e
H A Dagg_vcgen_contour.h33 ready, enumerator in enum:agg::vcgen_contour::status_e
H A Dagg_trans_double_path.h34 ready enumerator in enum:agg::trans_double_path::status_e
H A Dagg_vcgen_stroke.h36 ready, enumerator in enum:agg::vcgen_stroke::status_e
/haiku-fatelf/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp97 m_status = ready;
112 case ready:
H A Dagg_trans_double_path.cpp142 m_status1 = ready;
143 m_status2 = ready;
152 return (m_status1 == ready) ?
162 return (m_status2 == ready) ?
249 if(m_status1 == ready && m_status2 == ready)
H A Dagg_trans_single_path.cpp99 m_status = ready;
109 return (m_status == ready) ?
118 if(m_status == ready)
H A Dagg_vcgen_dash.cpp136 m_status = ready;
152 case ready:
H A Dagg_vcgen_bspline.cpp117 m_status = ready;
136 case ready:
H A Dagg_vcgen_smooth_poly1.cpp74 m_status = ready;
112 case ready:
H A Dagg_vcgen_stroke.cpp78 m_status = ready;
95 case ready:
/haiku-fatelf/src/kits/game/
H A DPushGameSound.cpp191 size_t ready = fPlayPos; local
198 while (ready < *bytes) {
199 ready += fPageSize;
200 page = int32(ready / fPageSize);
204 *bytes = ready - start - (ready - page * fPageSize);
209 // all of the bytes are ready
/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-e7kpc.c73 static unsigned long ready; variable
77 static unsigned long ready; variable
147 ready = board_at + OFF_READY;
152 val = GET_WORD (ready);
162 SET_WORD (ready, 1);
281 /* Wait for the card to get ready */
H A Devent-loop.c44 event can be, for instance, a file descriptor becoming ready to be
48 ready. The procedure PROC associated with each event is always the
56 int fd; /* File descriptor that is ready. */
69 handler_func *proc; /* Procedure to call when fd is ready. */
86 int ready; /* If ready, call this handler from the main event loop, member in struct:async_signal_handler
152 /* What file descriptors were found ready by select. */
203 /* Are any of the handlers ready? Check this variable using
289 are ready. These would be the result of invoking any of the
298 /* Look in the event queue to find an event that is ready
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dparens.c118 int orig_point, match_point, ready; local
139 ready = select (1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer);
/haiku-fatelf/src/bin/gdb/readline/
H A Dparens.c114 int orig_point, match_point, ready; local
135 ready = select (1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer);
/haiku-fatelf/src/servers/net/
H A DAutoconfigLooper.cpp38 BMessage ready(kMsgReadyToRun);
39 PostMessage(&ready);
/haiku-fatelf/src/bin/network/wget/src/
H A Dhttp-ntlm.c305 bool *ready)
321 *ready = false;
564 *ready = true;
571 *ready = true;
302 ntlm_output(struct ntlmdata *ntlm, const char *user, const char *passwd, bool *ready) argument
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cis.c312 if ((entry->timing.wait != 0) || (entry->timing.ready != 0) ||
319 if (entry->timing.ready != 0) {
320 printf(" ready ");
321 print_time(entry->timing.ready, entry->timing.rdyscale);
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcistpl.h425 u_int ready, rdyscale; member in struct:cistpl_timing_t
/haiku-fatelf/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp477 TRACE("request_sense: device not ready (asc 0x%02x ascq 0x%02x)\n",
799 status_t ready = usb_disk_test_unit_ready(lun); local
800 if (ready == B_OK || ready == B_DEV_NO_MEDIA) {
808 TRACE("usb lun %"B_PRIu8" ready. write protected = %c%s\n", i,
810 ready == B_DEV_NO_MEDIA ? " (no media inserted)" : "");
/haiku-fatelf/src/add-ons/kernel/drivers/disk/usb/usb_floppy/
H A Dusb_disk.cpp393 TRACE("request_sense: device not ready (asc 0x%02x ascq 0x%02x)\n",
721 status_t ready = usb_disk_test_unit_ready(lun); local
722 if (ready == B_OK || ready == B_DEV_NO_MEDIA) {
723 if (ready == B_OK) {

Completed in 165 milliseconds

12