HomeSort by relevance Sort by last modified time
    Searched refs:rem (Results 326 - 350 of 874) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
  /system/core/toolbox/
ioctl.c 75 int rem; local
139 rem = length;
142 if (rem < arg_size) {
147 rem -= arg_size;
152 rem = length;
153 while(rem--) {
173 rem = length;
174 while(rem--) {
  /external/curl/projects/
checksrc.bat 2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 2014 - 2016, Steve Holme, <steve_holme@hotmail.com>.
10 rem *
11 rem * This software is licensed as described in the file COPYING, whic
    [all...]
generate.bat 2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 2014 - 2015, Steve Holme, <steve_holme@hotmail.com>.
10 rem *
11 rem * This software is licensed as described in the file COPYING, whic
    [all...]
  /external/zlib/src/examples/
enough.c 152 Each element in the array is further indexed by the (mem, rem) doublet,
153 where mem is the amount of inflate table space used so far, and rem is the
156 not. Since the ranges for mem and rem are not known a priori, each bit
158 states. mem and rem are used to calculate a single index in a triangular
160 ten times larger than the range of rem, the array is skewed to reduce the
161 memory usage, with eight times the range for mem than for rem. See the
256 has a variable size bit vector indexed by (mem,rem). The bit vector is
257 lengthened if needed to allow setting the (mem,rem) bit. */
258 local int beenhere(int syms, int len, int left, int mem, int rem)
266 /* point to vector for (syms,left,len), bit in vector for (mem,rem) */
    [all...]
  /external/curl/tests/
extern-scan.pl 45 my %rem;
symbol-scan.pl 63 my %rem;
105 $rem{$sym}=$a[2];
152 if(($doc{$e} ne "used") && !$rem{$e}) {
170 printf "%d symbols are listed in symbols-in-versions\n (out of which %d are listed as removed)\n", scalar(keys %doc), scalar(keys %rem);
171 printf "%d symbols in symbols-in-versions should match the ones in headers\n", scalar(keys %doc) - scalar(keys %rem);
  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 19 size_t rem = _size - (size_t)_pos;
20 if (rem > size)
21 rem = (size_t)size;
22 memcpy(data, _data + (size_t)_pos, rem);
23 _pos += rem;
25 *processedSize = (UInt32)rem;
128 size_t rem = _size - _pos; local
129 if (rem > size)
130 rem = (size_t)size;
131 memcpy(_buffer + _pos, data, rem);
203 UInt64 rem = _size - _pos; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 14 rem %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor_ver.s
15 rem %ASM% %ASMFLAGS% h264bsd_interpolate_mid_hor.s
  /sdk/files/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
4 REM obfuscator, and preverifier for Java bytecode.
6 rem Change current directory and drive to where the script is, to avoid
7 rem issues with directories containing whitespaces.
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
4 REM optimizer, obfuscator, and preverifier for Java bytecode.
6 rem Change current directory and drive to where the script is, to avoid
7 rem issues with directories containing whitespaces.
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
4 REM shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
6 rem Change current directory and drive to where the script is, to avoid
7 rem issues with directories containing whitespaces.
  /libcore/ojluni/src/main/java/java/nio/
ByteBufferAsDoubleBuffer.java 61 int rem = (pos <= lim ? lim - pos : 0); local
64 return new ByteBufferAsDoubleBuffer(bb, -1, 0, rem, rem, off, order);
137 int rem = (pos <= lim ? lim - pos : 0); local
139 System.arraycopy(bb.array(), ix(pos), bb.array(), ix(0), rem << 3);
141 Memory.memmove(this, ix(0), this, ix(pos), rem << 3);
143 position(rem);
ByteBufferAsFloatBuffer.java 60 int rem = (pos <= lim ? lim - pos : 0); local
63 return new ByteBufferAsFloatBuffer(bb, -1, 0, rem, rem, off, order);
136 int rem = (pos <= lim ? lim - pos : 0); local
138 System.arraycopy(bb.array(), ix(pos), bb.array(), ix(0), rem << 2);
140 Memory.memmove(this, ix(0), this, ix(pos), rem << 2);
142 position(rem);
ByteBufferAsIntBuffer.java 60 int rem = (pos <= lim ? lim - pos : 0); local
63 return new ByteBufferAsIntBuffer(bb, -1, 0, rem, rem, off, order);
136 int rem = (pos <= lim ? lim - pos : 0); local
138 System.arraycopy(bb.array(), ix(pos), bb.array(), ix(0), rem << 2);
140 Memory.memmove(this, ix(0), this, ix(pos), rem << 2);
142 position(rem);
ByteBufferAsLongBuffer.java 60 int rem = (pos <= lim ? lim - pos : 0); local
63 return new ByteBufferAsLongBuffer(bb, -1, 0, rem, rem, off, order);
136 int rem = (pos <= lim ? lim - pos : 0); local
138 System.arraycopy(bb.array(), ix(pos), bb.array(), ix(0), rem << 3);
140 Memory.memmove(this, ix(0), this, ix(pos), rem << 3);
142 position(rem);
ByteBufferAsShortBuffer.java 60 int rem = (pos <= lim ? lim - pos : 0); local
63 return new ByteBufferAsShortBuffer(bb, -1, 0, rem, rem, off, order);
135 int rem = (pos <= lim ? lim - pos : 0); local
137 System.arraycopy(bb.array(), ix(pos), bb.array(), ix(0), rem << 1);
139 Memory.memmove(this, ix(0), this, ix(pos), rem << 1);
141 position(rem);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Grego.java 124 long[] rem = new long[1]; local
125 long n400 = floorDivide(day, 146097, rem);
126 long n100 = floorDivide(rem[0], 36524, rem);
127 long n4 = floorDivide(rem[0], 1461, rem);
128 long n1 = floorDivide(rem[0], 365, rem);
131 int dayOfYear = (int)rem[0];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Grego.java 122 long[] rem = new long[1]; local
123 long n400 = floorDivide(day, 146097, rem);
124 long n100 = floorDivide(rem[0], 36524, rem);
125 long n4 = floorDivide(rem[0], 1461, rem);
126 long n1 = floorDivide(rem[0], 365, rem);
129 int dayOfYear = (int)rem[0];
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 20 rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
21 rem 2005, 2006 Free Software Foundation, Inc.
22 rem This file is part of GNU Make.
24 rem GNU Make is free software; you can redistribute it and/or modify it under the
25 rem terms of the GNU General Public License as published by the Free Software
26 rem Foundation; either version 2, or (at your option) any later version.
28 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
29 rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
30 rem A PARTICULAR PURPOSE. See the GNU General Public License for more details.
32 rem You should have received a copy of the GNU General Public License along with
    [all...]
  /external/curl/docs/examples/
version-check.pl 42 my %rem;
53 $rem{$sym}=$a[2];
  /external/libnl/include/netlink/
attr.h 258 * @arg rem initialized to len, holds bytes currently remaining in stream
260 #define nla_for_each_attr(pos, head, len, rem) \
261 for (pos = head, rem = len; \
262 nla_ok(pos, rem); \
263 pos = nla_next(pos, &(rem)))
270 * @arg rem initialized to len, holds bytes currently remaining in stream
272 #define nla_for_each_nested(pos, nla, rem) \
273 for (pos = nla_data(nla), rem = nla_len(nla); \
274 nla_ok(pos, rem); \
275 pos = nla_next(pos, &(rem)))
    [all...]
  /external/testng/bin/
testng.bat 3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build

Completed in 3825 milliseconds

<<11121314151617181920>>