HomeSort by relevance Sort by last modified time
    Searched refs:rem (Results 51 - 75 of 405) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/test/perf/unisetperf/draft/
span8perf.bat 0 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:]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.bat 0 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
  /external/smali/
gradlew.bat 2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /prebuilts/devtools/tools/
android.bat 2 rem Copyright (C) 2007 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
ddms.bat 2 rem Copyright (C) 2007 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
hierarchyviewer.bat 2 rem Copyright (C) 2008 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 63 $rem="%r29";
108 ldi 3,$rem
110 andcm $rem_4bit,$rem,$rem_4bit
116 ldi 31,$rem
117 mtctl $rem,%cr11
118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
134 depd,z $Zll,60,4,$rem
146 ldd $rem($rem_4bit),$rem
    [all...]
ghash-ia64.pl 59 (p19) dep rem=Zlo,rem_4bitp,3,4 }
64 { .mfi; (p19) ld8 rem=[rem]
69 { .mib; (p19) xor Hhi=Hhi,rem
73 (p18) dep rem=Zlo,rem_4bitp,3,4 }
78 { .mfi; (p18) ld8 rem=[rem]
83 { .mib; (p18) xor Hhi=Hhi,rem
95 rem=r22; rem_4bitp=r23;
257 @rem=("r18","r19")
    [all...]
  /external/openssh/
atomicio.c 100 size_t pos = 0, rem; local
133 rem = (size_t)res;
134 pos += rem;
136 while (iovcnt > 0 && rem >= iov[0].iov_len) {
137 rem -= iov[0].iov_len;
142 if (rem > 0 && (iovcnt <= 0 || rem > iov[0].iov_len)) {
149 iov[0].iov_base = ((char *)iov[0].iov_base) + rem;
150 iov[0].iov_len -= rem;
  /libcore/luni/src/main/java/java/util/
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];
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineAppData.java 62 int rem; local
65 rem = dsts[i].remaining();
67 if (len - pos < rem) {
75 dsts[i].put(buffer, pos, rem);
76 pos += rem;
  /external/compiler-rt/lib/
udivmoddi4.c 17 /* Effects: if rem != 0, *rem = a % b
24 __udivmoddi4(du_int a, du_int b, du_int* rem)
44 if (rem)
45 *rem = n.s.low % d.s.low;
52 if (rem)
53 *rem = n.s.low;
65 if (rem)
66 *rem = n.s.high % d.s.low;
76 if (rem)
    [all...]
udivmodti4.c 19 /* Effects: if rem != 0, *rem = a % b
26 __udivmodti4(tu_int a, tu_int b, tu_int* rem)
46 if (rem)
47 *rem = n.s.low % d.s.low;
54 if (rem)
55 *rem = n.s.low;
67 if (rem)
68 *rem = n.s.high % d.s.low;
78 if (rem)
    [all...]
umoddi3.c 17 du_int COMPILER_RT_ABI __udivmoddi4(du_int a, du_int b, du_int* rem);
umodti3.c 19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
  /external/libvpx/libvpx/examples/
gen_example_code.sh 51 local rem
52 (( rem = 78 - indent ))
57 printf "%${indent}s%-${rem}s//\n" "" "$t_line"
  /external/libnl-headers/netlink/
msg.h 121 * @arg rem initialized to len, holds bytes currently remaining in stream
123 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \
125 nlmsg_attrlen(nlh, hdrlen), rem)
132 * @arg rem initialized to len, holds bytes currently remaining in stream
134 #define nlmsg_for_each_msg(pos, head, len, rem) \
135 for (pos = head, rem = len; \
136 nlmsg_ok(pos, rem); \
137 pos = nlmsg_next(pos, &(rem)))
  /external/openssl/crypto/bn/
bn_div.c 67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
84 if (rem != NULL)
85 { if (BN_copy(rem,m) == NULL) return(0); }
93 if (rem == NULL) rem = BN_CTX_get(ctx);
94 if (D == NULL || dv == NULL || rem == NULL)
100 if (BN_copy(rem,m) == NULL) goto end;
112 if (BN_ucmp(rem,D) >= 0)
115 if (!BN_usub(rem,rem,D)) goto end
325 BN_ULONG n0,n1,rem=0; local
    [all...]
  /system/core/toolbox/
ioctl.c 27 int rem; local
88 rem = length;
91 if(rem < arg_size) {
97 rem -= arg_size;
102 rem = length;
103 while(rem--) {
121 rem = length;
122 while(rem--) {
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 2 rem Copyright 2008 Google Inc.
3 rem Author: Lincoln Smith
4 rem
5 rem Licensed under the Apache License, Version 2.0 (the "License");
6 rem you may not use this file except in compliance with the License.
7 rem You may obtain a copy of the License at
8 rem
9 rem http:#www.apache.org/licenses/LICENSE-2.0
10 rem
11 rem Unless required by applicable law or agreed to in writing, softwar
    [all...]
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 2 rem Copyright 2008 Google Inc.
3 rem Author: Lincoln Smith
4 rem
5 rem Licensed under the Apache License, Version 2.0 (the "License");
6 rem you may not use this file except in compliance with the License.
7 rem You may obtain a copy of the License at
8 rem
9 rem http:#www.apache.org/licenses/LICENSE-2.0
10 rem
11 rem Unless required by applicable law or agreed to in writing, softwar
    [all...]
  /external/openssl/crypto/threads/
netware.bat 2 rem batch file to build multi-thread test ( mttest.nlm )
4 rem command line arguments:
5 rem debug => build using debug settings
7 rem
8 rem After building, copy mttest.nlm to the server and run it, you'll probably
9 rem want to redirect stdout and stderr. An example command line would be
10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
11 rem
34 rem generate command file for metrowerks
44 rem compil
    [all...]
  /external/zlib/src/examples/
enough.c 149 Each element in the array is further indexed by the (mem, rem) doublet,
150 where mem is the amount of inflate table space used so far, and rem is the
153 not. Since the ranges for mem and rem are not known a priori, each bit
155 states. mem and rem are used to calculate a single index in a triangular
157 ten times larger than the range of rem, the array is skewed to reduce the
158 memory usage, with eight times the range for mem than for rem. See the
253 has a variable size bit vector indexed by (mem,rem). The bit vector is
254 lengthened if needed to allow setting the (mem,rem) bit. */
255 local int beenhere(int syms, int len, int left, int mem, int rem)
263 /* point to vector for (syms,left,len), bit in vector for (mem,rem) */
    [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
  /ndk/
ndk-gdb-py.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
6 rem Check if %NDK_ROOT% contains space

Completed in 848 milliseconds

1 23 4 5 6 7 8 91011>>