Searched refs:rem (Results 1 - 25 of 205) sorted by relevance

123456789

/macosx-10.9.5/emacs-92/emacs/nt/
H A Denvadd.bat0 rem Hack to change/add environment variables in the makefiles for the
2 rem Windows platform.
3 rem
4 rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
5 rem
6 rem This file is part of GNU Emacs.
7 rem
8 rem GNU Emacs is free software; you can redistribute it and/or modify
9 rem it under the terms of the GNU General Public License as published by
10 rem th
[all...]
H A Dmulti-install-info.bat3 rem Hack to run install-info with multiple info files on the command
4 rem line on the Windows platform.
5 rem
6 rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
7 rem
8 rem This file is part of GNU Emacs.
9 rem
10 rem GNU Emacs is free software; you can redistribute it and/or modify
11 rem it under the terms of the GNU General Public License as published by
12 rem th
[all...]
H A Dftime-nostartup.bat4 rem Need to fiddle with the dumped image so prep doesn't break it
7 rem -----------------------------------------------------------------
8 rem Use this version to profile explicit commands only.
9 rem prep /om /ft /sf _Fexecute_extended_command ..\src\obj\i386\pemacs
10 rem -----------------------------------------------------------------
11 rem Use this version to ignore startup code
13 rem -----------------------------------------------------------------
14 rem Use this version to include startup code
15 rem prep /om /ft ..\src\obj\i386\pemacs
16 rem
[all...]
H A Dftime.bat4 rem Need to fiddle with the dumped image so prep doesn't break it
7 rem -----------------------------------------------------------------
8 rem Use this version to profile explicit commands only.
10 rem -----------------------------------------------------------------
11 rem Use this version to ignore startup code
12 rem prep /om /ft /sf _command_loop_1 ..\src\obj\i386\pemacs
13 rem -----------------------------------------------------------------
14 rem Use this version to include startup code
15 rem prep /om /ft ..\src\obj\i386\pemacs
16 rem
[all...]
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dimaxdiv.c39 retval.rem = numer % denom;
40 if (numer >= 0 && retval.rem < 0) {
42 retval.rem -= denom;
H A Dlldiv.c39 retval.rem = numer % denom;
40 if (numer >= 0 && retval.rem < 0) {
42 retval.rem -= denom;
H A Ddiv.c48 r.rem = num % denom;
58 * r.rem will have the same sign as denom and the opposite
60 * truncated towards -inf, r.rem will be positive (will
68 * if num >= 0, but r.rem < 0, we got the wrong answer.
70 * subtract denom from r.rem.
72 if (num >= 0 && r.rem < 0) {
74 r.rem -= denom;
H A Dldiv.c50 r.rem = num % denom;
51 if (num >= 0 && r.rem < 0) {
53 r.rem -= denom;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dnet_read.c49 size_t rem = nbytes; local
51 while (rem > 0) {
52 count = read (fd, cbuf, rem);
62 rem -= count;
74 size_t rem = nbytes; local
80 while (rem > 0) {
83 count = _read (sock, cbuf, rem);
85 count = recv (sock, cbuf, rem, 0);
93 count = _read (sock, cbuf, rem);
96 count = recv (sock, cbuf, rem,
[all...]
H A Dnet_write.c49 size_t rem = nbytes; local
51 while (rem > 0) {
52 count = write (fd, cbuf, rem);
60 rem -= count;
72 size_t rem = nbytes; local
77 while (rem > 0) {
80 count = _write (sock, cbuf, rem);
82 count = send (sock, cbuf, rem, 0);
90 count = _write (sock, cbuf, rem);
93 count = send (sock, cbuf, rem,
[all...]
/macosx-10.9.5/awk-18/src/
H A Dvcvars32.bat2 rem
3 rem Root of Visual Developer Studio Common files.
6 rem
7 rem Root of Visual Developer Studio installed files.
8 rem
11 rem
12 rem Root of Visual C++ installed files.
13 rem
16 rem
17 rem VcOsDi
[all...]
H A Dbuildwin.bat2 rem buildwin.bat - build AWK under Windows NT using Visual C++.
3 rem 22 Jan 1999 - Created by Dan Allen.
4 rem
5 rem If you delete the call to setlocal it will probably work under Win95/Win98 as well.
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/krb4_sources/
H A Dmk_req.c53 size_t rem = sizeof(req->dat); local
55 tmp = krb_put_nir(name, inst, realm, p, rem);
59 rem -= tmp;
61 tmp = krb_put_int(checksum, p, rem, 4);
65 rem -= tmp;
70 if (rem < 1)
74 --rem;
76 tmp = krb_put_int(tv.tv_sec, p, rem, 4);
80 rem -= tmp;
146 int rem local
[all...]
H A Dmk_auth.c84 size_t rem = sizeof(buf->dat); local
89 if (rem < 2 * KRB_SENDAUTH_VLEN)
93 rem -= KRB_SENDAUTH_VLEN;
97 rem -= KRB_SENDAUTH_VLEN;
99 tmp = krb_put_int(ticket->length, p, rem, 4);
103 rem -= tmp;
105 if (rem < ticket->length)
109 rem -= ticket->length;
H A Drw.c68 krb_put_int(u_int32_t from, void *to, size_t rem, int size) argument
73 if (rem < size)
95 krb_put_address(u_int32_t addr, void *to, size_t rem) argument
97 return krb_put_int(ntohl(addr), to, rem, 4);
101 krb_put_string(const char *from, void *to, size_t rem) argument
105 if (rem < len)
131 krb_put_nir(const char *name,const char *instance,const char *realm, void *to, size_t rem) argument
136 tmp = krb_put_string(name, p, rem);
140 rem -= tmp;
142 tmp = krb_put_string(instance, p, rem);
[all...]
/macosx-10.9.5/bind9-45.100/bind9/win32utils/
H A DBuildSetup.bat2 rem
3 rem Copyright (C) 2004,2005 Internet Systems Consortium, Inc. ("ISC")
4 rem Copyright (C) 2001-2002 Internet Software Consortium.
5 rem
6 rem Permission to use, copy, modify, and distribute this software for any
7 rem purpose with or without fee is hereby granted, provided that the above
8 rem copyright notice and this permission notice appear in all copies.
9 rem
10 rem THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 rem REGAR
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/unisetperf/draft/
H A Dcontperf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bv Bv0 B0
6 rem --pattern [:White_Space:]
H A Dspan16perf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bv Bv0 B0
6 rem --pattern [:White_Space:]
H A Dspan8perf.bat0 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved.
5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
6 rem --pattern [:White_Space:]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/utrie2perf/
H A Dutrie2perf.bat0 rem Copyright (C) 2008, International Business Machines Corporation and others.
2 rem All Rights Reserved.
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
/macosx-10.9.5/tcl-102/tk/tk/win/
H A Dmkd.bat2 rem RCS: @(#) $Id$
/macosx-10.9.5/vim-53/src/
H A Dmsvcsetup.bat0 rem To be used on MS-Windows when using the Visual C++ Toolkit 2003
2 rem See INSTALLpc.txt for information.
8 rem The platform SDK can be installed elsewhere, adjust the path.
10 rem call "e:\Microsoft Platform SDK\SetEnv.Cmd"
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_div.c84 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
101 if (rem != NULL)
102 { if (BN_copy(rem,m) == NULL) return(0); }
110 if (rem == NULL) rem = BN_CTX_get(ctx);
111 if (D == NULL || dv == NULL || rem == NULL)
117 if (BN_copy(rem,m) == NULL) goto end;
129 if (BN_ucmp(rem,D) >= 0)
132 if (!BN_usub(rem,rem,
261 BN_ULONG n0,n1,rem=0; local
364 BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) argument
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOFixed64.cpp97 UInt64 rem = 0; local
103 rem = ((rem << 2) + (x >> 62));
108 if (root <= rem) {
109 rem -= root;
121 UInt32 rem = 0; local
127 rem = ((rem << 2) + (x >> 30));
132 if (root <= rem) {
133 rem
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A Dotp_db.c185 size_t len, rem; local
191 rem = sizeof(buf);
193 if (rem < sizeof(zero))
197 rem -= sizeof(zero);
200 if (rem < len)
202 strlcpy (p, ctx->alg->name, rem);
204 rem -= len;
206 if (rem < 4)
216 rem -= 4;
218 if (rem < OTPKEYSIZ
[all...]

Completed in 158 milliseconds

123456789