HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 201 - 225 of 2165) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug.mk 5 # compilation (unlike bootstrap-debug-lean), it actually speeds up
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-9m.d 8 # Check that GC does not mess up things when no BPO:s are collected.
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gethex.c 46 int esign, havedig, irv, k, n, nbits, up, zret; local
210 up = 0;
217 up = 1;
220 up = 1 - sign;
223 up = sign;
225 if (up) {
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 41 boolean up = netif.isUp();
43 // platform. So chooses the already-down interface to up it.
44 if (!up && valid) {
45 String cmd = "ifconfig " + name + " up";
48 assertEquals(name + " up should be " + !up, !up, netif.isUp());
53 assertEquals(name + " up should be " + up, up, netif.isUp())
    [all...]
  /external/syslinux/mk/
efi.mk 7 # Set up architecture specifics; for cross compilation, set ARCH as apt
8 # gnuefi sets up architecture specifics in ia32 or x86_64 sub directories
9 # set up the LIBDIR and EFIINC for building for the appropriate architecture
  /prebuilts/go/darwin-x86/src/math/big/
decimal_test.go 60 down, even, up string
105 if got := d.String(); got != test.up {
106 t.Errorf("roundUp(%d, %d) = %s; want %s", test.x, test.n, got, test.up)
  /prebuilts/go/darwin-x86/src/strconv/
decimal_test.go 48 down, round, up string
90 if s != test.up {
92 test.i, test.nd, s, test.up)
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 15 // a warm-up. The average number of allocations over the specified number of
23 // Warm up the function
40 // Average the mallocs over the runs (not counting the warm-up).
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9110.go 28 // Should be warmed up by now.
48 // pick up top sudog
59 // pick up next sudog
  /prebuilts/go/linux-x86/src/math/big/
decimal_test.go 60 down, even, up string
105 if got := d.String(); got != test.up {
106 t.Errorf("roundUp(%d, %d) = %s; want %s", test.x, test.n, got, test.up)
  /prebuilts/go/linux-x86/src/strconv/
decimal_test.go 48 down, round, up string
90 if s != test.up {
92 test.i, test.nd, s, test.up)
  /prebuilts/go/linux-x86/src/testing/
allocs.go 15 // a warm-up. The average number of allocations over the specified number of
23 // Warm up the function
40 // Average the mallocs over the runs (not counting the warm-up).
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9110.go 28 // Should be warmed up by now.
48 // pick up top sudog
59 // pick up next sudog
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 96 # Set up the selectors for 32 bit protected mode entry
162 # Round up to 8 byte alignment
261 .byte 0x92 # present, ring 0, data, expand-up, writable
271 .byte 0x9B # present, ring 0, data, expand-up, not-writable
281 .byte 0x93 # present, ring 0, data, expand-up, not-writable
292 .byte 0x9A # present, ring 0, data, expand-up, writable
302 .byte 0x9B # present, ring 0, code, expand-up, writable
312 .byte 0x93 # present, ring 0, data, expand-up, not-writable
323 .byte 0 # present, ring 0, data, expand-up, writable
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 266 uint8_t up = 0; local
268 up = pSrcData[byte - row_size];
269 pDestData[byte + 1] = pSrcData[byte] - up;
306 uint8_t up = 0; local
308 up = pLastLine[byte];
310 pDestData[byte] = raw_byte + up;
318 uint8_t up = 0; local
320 up = pLastLine[byte];
322 pDestData[byte] = raw_byte + (up + left) / 2;
330 uint8_t up = 0 local
391 uint8_t up = 0; local
403 uint8_t up = 0; local
415 uint8_t up = 0; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 222 inc = (n != 0) || (discarded != 0); // round up if n!=0
226 inc = n >= 5; // round half up
305 boolean up = false;
311 up = true;
319 up = !up;
322 if (up) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ASTBase.cpp 215 * Set the 'up', and 'left' pointers of all nodes in 't'.
219 ASTDoublyLinkedBase::double_link(ASTBase *left, ASTBase *up)
224 t->_up = (ASTDoublyLinkedBase *) up;
228 ((ASTDoublyLinkedBase *)t->_right)->double_link(t, up);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gethex.c 48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
319 up = 0;
326 up = 1;
329 up = 1 - sign;
332 up = sign;
334 if (up) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Real16ToFlat32.asm 75 ; Type: data, expand-up, writable, accessed
78 ; Type: execute, readable, expand-up, accessed
81 ; Type: execute, readable, expand-up, accessed
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 8 // both end up running. See http://codereview.appspot.com/180068.
20 // cases both end up running in the same iteration, the same value will be sent
84 // end up panicking with: "throw: bad g->status in ready".
  /prebuilts/go/darwin-x86/test/
chanlinear.go 43 // should be 2x (linear); allow up to 3x
60 // If five in a row all fail, give up.
87 // wake each goroutine up, forcing it to dequeue and then enqueue
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 8 // both end up running. See http://codereview.appspot.com/180068.
20 // cases both end up running in the same iteration, the same value will be sent
84 // end up panicking with: "throw: bad g->status in ready".
  /prebuilts/go/linux-x86/test/
chanlinear.go 43 // should be 2x (linear); allow up to 3x
60 // If five in a row all fail, give up.
87 // wake each goroutine up, forcing it to dequeue and then enqueue
  /art/runtime/interpreter/mterp/arm/
op_mul_long_2addr.S 6 * We get a little tight on registers, so to avoid looking up &fp[A]
19 mov r0, rINST @ r0<- &fp[A] (free up rINST)
  /build/kati/
doc.go 17 to speed up the continuous build of Android.

Completed in 2046 milliseconds

1 2 3 4 5 6 7 891011>>