HomeSort by relevance Sort by last modified time
    Searched full:zeroes (Results 1 - 25 of 852) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsoncpp/test/jsonchecker/
fail13.json 1 {"Numbers cannot have leading zeroes": 013
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/jsonchecker/
fail13.json 1 {"Numbers cannot have leading zeroes": 013
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafL2RMultiplier.java 40 int digit = wi >> 16, zeroes = wi & 0xFFFF; local
58 zeroes -= scale;
67 R = R.timesPow2(zeroes);
73 int digit = wi >> 16, zeroes = wi & 0xFFFF; local
80 R = R.timesPow2(zeroes);
ECAlgorithms.java 315 int zeroes = 0;
324 ++zeroes;
342 if (zeroes > 0)
344 R = R.timesPow2(zeroes);
345 zeroes = 0;
351 if (zeroes > 0)
353 R = R.timesPow2(zeroes);
449 int zeroes = 0;
470 ++zeroes;
474 if (zeroes > 0
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Zeroes.java 22 * Utility for turning types into zeroes.
24 public final class Zeroes {
28 private Zeroes() {
  /dalvik/dx/src/com/android/dx/rop/cst/
Zeroes.java 22 * Utility for turning types into zeroes.
24 public final class Zeroes {
28 private Zeroes() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Zeroes.java 22 * Utility for turning types into zeroes.
24 public final class Zeroes {
28 private Zeroes() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
Tables8kGCMMultiplier.java 24 // M[0][0] is ZEROES;
25 // M[1][0] is ZEROES;
58 // M[i][0] is ZEROES;
  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 42 /* Enough zeroes for padding. */
43 const char Zeroes[sizeof(uint64_t)] = {0};
61 {Zeroes, sizeof(char), Padding}};
  /system/core/libziparchive/
entry_name_utils_test.cc 23 const uint8_t zeroes[] = { 0x41, 0x52, 0x00, 0x53, 0x45 }; local
24 ASSERT_FALSE(IsValidEntryName(zeroes, sizeof(zeroes)));
  /external/curl/tests/data/
test262 43 HTTP GET with binary zeroes in header
  /external/iproute2/include/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /external/kernel-headers/original/uapi/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /prebuilts/go/darwin-x86/src/crypto/rand/
example_test.go 23 // The slice should now contain random bytes instead of only zeroes.
  /prebuilts/go/linux-x86/src/crypto/rand/
example_test.go 23 // The slice should now contain random bytes instead of only zeroes.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
noreorder.d 1 #objdump: -dr --disassemble-zeroes
  /external/iptables/extensions/
libxt_MARK.man 8 Zeroes out the bits given by \fImask\fP and XORs \fIvalue\fP into the packet
12 Zeroes out the bits given by \fImask\fP and ORs \fIvalue\fP into the packet
  /frameworks/base/core/java/com/android/internal/widget/
NumericTextView.java 164 * Sets whether this view shows leading zeroes.
166 * When leading zeroes are shown, the displayed value will be padded
167 * with zeroes to the width of the maximum value as specified by
170 * For example, with leading zeroes shown, a maximum of 99 and value of
172 * "009". With leading zeroes hidden, both cases would show "9".
174 * @param showLeadingZeroes {@code true} to show leading zeroes,
193 * properties (leading zeroes, max digits) change.
284 // getShowLeadingZeroes() is false. Preserve typed leading zeroes by
  /system/core/libion/tests/
allocate_test.cpp 93 void *zeroes = calloc(4096, 1); local
128 ASSERT_EQ(0, memcmp(ptr, zeroes, 4096));
134 free(zeroes);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go 108 var zeroes int // zero characters (actually cs[0]) as left-most digits ("%.8d")
116 zeroes = precision - len(digits) // count of zero padding
123 length := len(sign) + len(prefix) + zeroes + len(digits)
130 // pad with zeroes unless precision also specified
131 zeroes = d
142 writeMultiple(s, "0", zeroes)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
intconv.go 105 var zeroes int // zero characters (actually cs[0]) as left-most digits ("%.8d")
113 zeroes = precision - len(digits) // count of zero padding
120 length := len(sign) + len(prefix) + zeroes + len(digits)
127 // pad with zeroes unless precision also specified
128 zeroes = d
139 writeMultiple(s, "0", zeroes)
  /prebuilts/go/darwin-x86/src/math/big/
intconv.go 105 var zeroes int // zero characters (actually cs[0]) as left-most digits ("%.8d")
113 zeroes = precision - len(digits) // count of zero padding
120 length := len(sign) + len(prefix) + zeroes + len(digits)
127 // pad with zeroes unless precision also specified
128 zeroes = d
139 writeMultiple(s, "0", zeroes)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go 108 var zeroes int // zero characters (actually cs[0]) as left-most digits ("%.8d")
116 zeroes = precision - len(digits) // count of zero padding
123 length := len(sign) + len(prefix) + zeroes + len(digits)
130 // pad with zeroes unless precision also specified
131 zeroes = d
142 writeMultiple(s, "0", zeroes)

Completed in 1010 milliseconds

1 2 3 4 5 6 7 8 91011>>