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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/cmd/link/
link_test.go 7 London. Michaelmas term lately over, and the Lord Chancellor sitting in Lincoln?s Inn Hall. Implacable November weather. As much mud in the streets as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes?gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another?s umbrellas in a general infection of ill temper, and losing their foot-hold at street-corners, where tens of thousands of other foot passengers have been slipping and sliding since the day broke (if this day ever broke), adding new deposits to the crust upon crust of mud, sticking at those points tenaciously to the pavement, and accumulating at compound interest.
9 Fog everywhere. Fog up the river, where it flows among green aits and meadows; fog down the river, where it rolls defiled among the tiers of shipping and the waterside pollutions of a great (and dirty) city. Fog on the Essex marshes, fog on the Kentish heights. Fog creeping into the cabooses of collier-brigs; fog lying out on the yards and hovering in the rigging of great ships; fog drooping on the gunwales of barges and small boats. Fog in the eyes and throats of ancient Greenwich pensioners, wheezing by the firesides of their wards; fog in the stem and bowl of the afternoon pipe of the wrathful skipper, down in his close cabin; fog cruelly pinching the toes and fingers of his shivering little ?prentice boy on deck. Chance people on the bridges peeping over the parapets into a nether sky of fog, with fog all round them, as if they were up in a balloon and hanging in the misty clouds.
19 Jarndyce and Jarndyce drones on. This scarecrow of a suit has, over the course of time, become so complicated, that no man alive knows what it means. The parties to it understand it least; but it has been observed that no two Chancery lawyers can talk about it for five minutes, without coming to a total disagreement as to all the premises. Innumerable children have been born into the cause; innumerable young people have married into it; innumerable old people have died out of it. Scores of persons have deliriously found themselves made parties in Jarndyce and Jarndyce, without knowing how or why; whole families have inherited legendary hatreds with the suit. The little plaintiff or defendant, who was promised a new rocking-horse when Jarndyce and Jarndyce should be settled, has grown up, possessed himself of a real horse, and trotted away into the other world. Fair wards of court have faded into mothers and grandmothers; a long procession of Chancellors has come in and gone out; the legion of bills in the suit have been transformed into mere bills of mortality; there are not three Jarndyces left upon the earth perhaps, since old Tom Jarndyce in despair blew his brains out at a coffee-house in Chancery Lane; but Jarndyce and Jarndyce still drags its dreary length before the Court, perennially hopeless.`
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/tempfile/
tempfile.go 23 // Give up
  /prebuilts/go/linux-x86/src/compress/bzip2/
move_to_front.go 12 // of the list. Thus, a repeated symbol ends up being encoded with many zeros,
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 53 // Print the cleaned-up body text to stdout.
  /prebuilts/go/linux-x86/src/runtime/
memmove_linux_amd64_test.go 32 // Set up mappings.
select.go 263 // The only way we can end up with such small sel.ncase
421 // wait for someone to wake us up
426 // one of the cases in the select and woke us up (called ready).
448 // goroutine wake us up without having really acquired the semaphore.
450 // queue up another spurious wakeup when the semaphore really is ready.
485 // otherwise they stack up on quiet channels
487 // We singly-linked up the SudoGs in lock order.
504 // sg has already been dequeued by the G that woke us up.
521 // We can wake up with gp.param == nil (so cas == nil)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
exec.go 15 // the Go runtime starts setting up signals.
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 8 // modify the generated types. It is used to clean up
timestruct.go 32 nsec += 999 // round up to microsecond
  /prebuilts/go/linux-x86/test/
bigmap.go 7 // Internally a map holds elements in up to 255 bytes of key+value.
live1.go 13 // clear line number (they end up using line 1), and those
stack.go 56 // just take up space
  /prebuilts/go/linux-x86/test/chan/
sieve1.go 9 // Generate primes up to 100 using channels, checking the results.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 31 // that ends up computing 1e23-8388608 + 8388608 = 1e23,
issue14651.go 8 // arithmetic correctly rounds up floating-point values
issue7690.go 7 // issue 7690 - Stack and other routines did not back up initial PC
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
pred.c 184 a->up = tail->up;
463 /* Warning: Doesn't seem like the up pointers will all be set correctly;
472 pred->up = root;
474 d->up = pred->up;
  /external/iputils/
traceroute6.c 177 * will give up and exit.
217 * Almes or Matt Mathis. I don't know (or care) who came up with
224 * I've hacked up a round-trip-route version of this that works by
674 * realize it because we keep waking up to handle those
840 struct udphdr *up; local
844 up = (struct udphdr *)(hip+1);
848 nexthdr = *(unsigned char*)up;
849 up++;
855 pkt = (struct pkt_format *) (up + 1);
  /toolchain/binutils/binutils-2.25/binutils/
winduni.c 222 unichar *utmp, *up; local
269 up = (unichar *) res_alloc (sizeof (unichar) * (idx + elen));
271 memcpy (up, *unicode, idx * sizeof (unichar));
273 *unicode = up;
275 memcpy (&up[idx], utmp, sizeof (unichar) * elen);
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 235 unsigned int left, right, up, down, diag; local
303 CHECK_BETTER(up, tr - 2, tc);
306 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
330 CHECK_BETTER(up, tr - 1, tc);
333 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
377 int left, right, up, down, diag; local
437 /* go up then down and check error */
442 up = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
444 if (up < bestmse) {
446 bestmse = up;
673 int left, right, up, down, diag; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 74 ** for now, we just set things up so that in any of the five cases
389 register union input_buffer *up = &lsp->u.u; local
416 /* Set doaccess if '.' (as in "../") shows up in name. */
429 nread = TEMP_FAILURE_RETRY(read(fid, up->buf, entry_length));
431 nread = read(fid, up->buf, sizeof up->buf);
441 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
442 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt);
443 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
444 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
select.go 263 // The only way we can end up with such small sel.ncase
421 // wait for someone to wake us up
426 // one of the cases in the select and woke us up (called ready).
448 // goroutine wake us up without having really acquired the semaphore.
450 // queue up another spurious wakeup when the semaphore really is ready.
485 // otherwise they stack up on quiet channels
487 // We singly-linked up the SudoGs in lock order.
504 // sg has already been dequeued by the G that woke us up.
521 // We can wake up with gp.param == nil (so cas == nil)
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 474 .byte 0x92 # present, ring 0, data, expand-up, writable
483 .byte 0x9A # present, ring 0, data, expand-up, writable
492 .byte 0x92 # present, ring 0, data, expand-up, writable
501 .byte 0x9A # present, ring 0, data, expand-up, writable
510 .byte 0 # present, ring 0, data, expand-up, writable
519 .byte 0 # present, ring 0, data, expand-up, writable
528 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
start16.S 467 .byte 0x92 # present, ring 0, data, expand-up, writable
476 .byte 0x9A # present, ring 0, data, expand-up, writable
485 .byte 0x92 # present, ring 0, data, expand-up, writable
494 .byte 0x9A # present, ring 0, data, expand-up, writable
503 .byte 0 # present, ring 0, data, expand-up, writable
512 .byte 0 # present, ring 0, data, expand-up, writable
521 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
start32.S 482 .byte 0x92 # present, ring 0, data, expand-up, writable
491 .byte 0x9A # present, ring 0, data, expand-up, writable
500 .byte 0x92 # present, ring 0, data, expand-up, writable
509 .byte 0x9A # present, ring 0, data, expand-up, writable
518 .byte 0 # present, ring 0, data, expand-up, writable
527 .byte 0 # present, ring 0, data, expand-up, writable
536 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]

Completed in 3395 milliseconds

<<21222324252627282930>>