| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| pbsdboot.c | 55 goto cancel; 61 goto cancel; 67 goto cancel; 76 goto cancel; 90 goto cancel; 93 /* last chance to cancel */ 95 goto cancel; 102 cancel:
|
| /src/external/mit/xorg/lib/xkeyboard-config/types/ |
| Makefile | 6 FILES= README basic cancel caps complete default extra \
|
| /src/external/lgpl3/mpfr/dist/src/ |
| log.c | 126 mpfr_exp_t cancel; local 153 mpfr_sub (tmp1, tmp2, tmp1, MPFR_RNDN); /* log(a), err<=7ulps+cancel */ 157 cancel = MPFR_GET_EXP (tmp2) - MPFR_GET_EXP (tmp1); 158 MPFR_LOG_MSG (("canceled bits=%ld\n", (long) cancel)); 160 if (MPFR_UNLIKELY (cancel < 0)) 161 cancel = 0; 166 if (MPFR_LIKELY (MPFR_CAN_ROUND (tmp1, p - cancel - 4, q, rnd_mode))) 171 if cancel = 0 (can this occur?). */ 172 p += cancel + MPFR_INT_CEIL_LOG2 (p);
|
| sub1.c | 36 mpfr_prec_t cancel, cancel1; local 55 sign = mpfr_cmp2 (b, c, &cancel); 68 /* sign != 0, so that cancel has a valid value. */ 69 MPFR_LOG_MSG (("sign=%d cancel=%Pd\n", sign, cancel)); 70 MPFR_ASSERTD (cancel >= 0 && cancel <= MPFR_PREC_MAX); 225 (-cancel) % GMP_NUMB_BITS to the right */ 227 MPFR_UNSIGNED_MINUS_MODULO (shift_b, cancel); 228 cancel1 = (cancel + shift_b) / GMP_NUMB_BITS [all...] |
| const_pi.c | 51 mpfr_prec_t px, p, cancel, k, kmax; local 93 cancel = MPFR_NOTZERO (S) ? (mpfr_uexp_t) -mpfr_get_exp(S) : p; 94 /* MPFR_ASSERTN (cancel >= px || cancel >= 9 * (1 << k) - 4); */ 97 /* stop when |A_k - B_k| <= 2^(k-p) i.e. cancel >= p-k */ 98 if (cancel >= p - k)
|
| cmp2.c | 28 from |b| in *cancel. Returns the sign of the difference (-1, 0, 1). 33 EXP(max(|b|,|c|)) - EXP(|b| - |c|) in *cancel. 35 One necessarily has 0 <= cancel <= max(PREC(b),PREC(c)), so that this 37 maximum intermediate value is cancel + 1, but since MPFR_PREC_MAX is 42 mpfr_cmp2 (mpfr_srcptr b, mpfr_srcptr c, mpfr_prec_t *cancel) 49 mpfr_prec_t res = 0; /* will be the number of canceled bits (*cancel) */ 66 below, since |MPFR_EXP_MIN| >= MPFR_EXP_MAX, the value of cancel 69 so that the value of cancel is 0, or 1 if |b| is a power of 2, 132 *cancel = res + z; 223 in this case (it is no longer possible to cancel the leading 1) [all...] |
| cos.c | 138 mpfr_exp_t exps, cancel = 0, expx; local 274 if (exps < cancel) 276 m += cancel - exps; 277 cancel = exps;
|
| sum.c | 55 For instance, consider many inputs that cancel one another (two by two). 387 mpfr_prec_t cancel; /* number of cancelled bits */ local 392 cancel = 0; 400 cancel += GMP_NUMB_BITS; 408 cancel += cnt; 417 MPFR_LOG_MSG (("accumulator %s 0, cancel=%Pd\n", 418 a != MPFR_LIMB_ZERO ? "<" : ">", cancel)); 420 MPFR_ASSERTD (cancel > 0); 421 e = minexp + wq - cancel; 462 return cancel; 616 mpfr_prec_t cancel; \/* number of cancelled bits *\/ local [all...] |
| /src/usr.sbin/tpctl/ |
| tp.c | 141 tp_get(struct tp *tp, int *x, int *y, int (*cancel)(void *), void *data) 148 if (cancel != NULL && (res = (*cancel)(data)) != 0) 181 tp_waitup(struct tp *tp, int msec, int (*cancel)(void*), void *data) 186 if (cancel != NULL && (res = (*cancel)(data)) != 0)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| cancel-launch.exp | 36 # definitely in the deferred state when we try to cancel it. 43 set cancel_id [dap_send_request cancel \ 46 dap_read_response cancel $cancel_id 50 # eager here and try to cancel a deferred task before it is
|
| pause.exp | 91 set cancel_id [dap_send_request cancel \ 95 dap_wait_for_event_and_check "stopped by cancel" stopped 98 # 'cancel' request. 100 dap_read_response cancel $cancel_id 124 set cancel_id [dap_send_request cancel \ 131 dap_read_response cancel $cancel_id 145 set cancel_id [dap_send_request cancel \ 152 dap_read_response cancel $cancel_id
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| pause.exp | 90 set cancel_id [dap_send_request cancel \ 94 dap_wait_for_event_and_check "stopped by cancel" stopped 97 # 'cancel' request. 99 dap_read_response cancel $cancel_id 123 set cancel_id [dap_send_request cancel \ 130 dap_read_response cancel $cancel_id 144 set cancel_id [dap_send_request cancel \ 151 dap_read_response cancel $cancel_id
|
| /src/tests/rump/rumpkern/h_client/ |
| h_forkcli.c | 70 cancel(void) function 141 { "cancel", cancel },
|
| /src/lib/libpthread/ |
| pthread_cond.c | 130 int error, cancel; local 176 !(cancel = atomic_load_relaxed(&self->pt_cancel) & 197 if (__predict_false(cancel | error)) { 219 if (cancel) {
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-proxy.h | 30 ready_callback_t NULLABLE ready, cancel_callback_t NULLABLE cancel,
|
| /src/sys/external/bsd/common/linux/ |
| linux_work.c | 97 SDT_PROBE_DEFINE2(sdt, linux, work, cancel, 312 * Destroy a workqueue created with wq. Cancel any pending 322 * Cancel all delayed work. We do this first because any 324 * cancel, may have queued new work. 343 * cancel it and remove itself from the queue before 350 SDT_PROBE2(sdt, linux, work, cancel, &dw->work, wq); 468 /* Notify cancel that we've completed a batch of work. */ 749 /* If there's no workqueue, nothing to cancel. */ 758 * workqueue, so it's too to cancel. 769 SDT_PROBE2(sdt, linux, work, cancel, work, wq) [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| vms_term_sock.c | 244 ** Cancel any pending IO on the terminal channel 246 status = sys$cancel(TerminalDeviceChan); 248 LogMessage("TerminalSocket: SYS$CANCEL () - %08X", status); 418 sys$cancel(TcpAcceptChan); 431 ** Before we block on the connect, set a timer that can cancel I/O on our 441 sys$cancel(TcpAcceptChan); 460 sys$cancel(TcpAcceptChan); 488 ** Here we're successfully connected, so cancel the timer, convert the 508 sys$cancel(sptb->SockChan2); /* Cancel the connect() * [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| vms_term_sock.c | 232 ** Cancel any pending IO on the terminal channel 234 status = sys$cancel (TerminalDeviceChan); 236 LogMessage ("TerminalSocket: SYS$CANCEL () - %08X", status); 408 sys$cancel (TcpAcceptChan); 421 ** Before we block on the connect, set a timer that can cancel I/O on our 431 sys$cancel (TcpAcceptChan); 450 sys$cancel (TcpAcceptChan); 478 ** Here we're successfully connected, so cancel the timer, convert the 500 sys$cancel (sptb->SockChan2); /* Cancel the connect() * [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| vms_term_sock.c | 232 ** Cancel any pending IO on the terminal channel 234 status = sys$cancel (TerminalDeviceChan); 236 LogMessage ("TerminalSocket: SYS$CANCEL () - %08X", status); 408 sys$cancel (TcpAcceptChan); 421 ** Before we block on the connect, set a timer that can cancel I/O on our 431 sys$cancel (TcpAcceptChan); 450 sys$cancel (TcpAcceptChan); 478 ** Here we're successfully connected, so cancel the timer, convert the 500 sys$cancel (sptb->SockChan2); /* Cancel the connect() * [all...] |
| /src/external/bsd/unbound/dist/testcode/ |
| asynclook.c | 71 /** the id to pass to libunbound to cancel */ 74 int cancel; member in struct:track_id 85 /** tracking number that can be used to cancel the query */ 102 printf(" -c : cancel the requests\n"); 276 if(my_id->cancel) { 327 async_ids[i-100].cancel=1; 407 int i, r, cancel=0, blocking=0, ext=0; local 436 cancel = 1; 530 else if(cancel) { 532 fprintf(stderr, "cancel %s\n", argv[i]) [all...] |
| /src/external/cddl/osnet/dist/cmd/zinject/ |
| zinject.c | 661 char *cancel = NULL; local 733 cancel = optarg; 889 if (cancel != NULL) { 895 (void) fprintf(stderr, "cancel (-c) incompatible with " 906 if (strcmp(cancel, "all") == 0) { 909 int id = (int)strtol(cancel, &end, 10); 912 " must be an integer or 'all'\n", cancel);
|
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| hooks.h | 225 * own cancel and destroy function, and returns it to ns_query_hookasync() 296 * ctx->cancel = ...; // set the cancel function, which cancels the 432 ns_hook_cancelasync_t cancel; member in struct:ns_hookasync
|
| /src/sys/fs/nfs/nlm/ |
| nlm_advlock.c | 859 * cancel our lock request. 861 nlm4_cancargs cancel; local 863 memset(&cancel, 0, sizeof(cancel)); 866 cancel.cookie.n_len = sizeof(xid); 867 cancel.cookie.n_bytes = (char*) &xid; 868 cancel.block = block; 869 cancel.exclusive = exclusive; 870 cancel.alock = args.alock; 878 stat = nlm_cancel_rpc(vers, &cancel, [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| server.py | 57 # needed state, so that we can cancel both requests that are in flight 78 def cancel(self, req): member in class:CancellationHandler 79 """Call to cancel a request. 203 # used so that 'cancel' requests can be handled -- the DAP thread 216 and cmd["command"] == "cancel" 222 self.canceller.cancel(cmd["arguments"]["requestId"]) 430 @request("cancel", on_dap_thread=True, expect_stopped=False) 432 def cancel(**args): function 433 # If a 'cancel' request can actually be satisfied, it will be 437 # The cancel request may return an error if it could not cance [all...] |
| /src/external/mit/libuv/dist/docs/code/ |
| Makefile | 28 queue-cancel
|