HomeSort by relevance Sort by last modified time
    Searched refs:blow (Results 1 - 11 of 11) sorted by null

  /external/toybox/toys/pending/
compress.c 188 int click = bb->bitpos >> 3, blow, blen; local
194 blow = bb->bitpos & 7;
195 blen = 8-blow;
197 result |= ((bb->buf[click] >> blow) & ((1<<blen)-1)) << offset;
218 int click = bb->bitpos >> 3, blow, blen; local
225 blow = bb->bitpos & 7;
226 blen = 8-blow;
228 bb->buf[click] |= data << blow;
  /external/v8/test/webkit/
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
  /prebuilts/go/darwin-x86/src/runtime/
netpoll.go 48 // that will blow up when GC starts moving objects.
syscall_windows_test.go 225 // Make sure we don't blow out m->g0 stack.
  /prebuilts/go/linux-x86/src/runtime/
netpoll.go 48 // that will blow up when GC starts moving objects.
syscall_windows_test.go 225 // Make sure we don't blow out m->g0 stack.
  /external/minijail/
common.mk 884 # Don't let make blow away "intermediates"
    [all...]
  /external/modp_b64/
common.mk 884 # Don't let make blow away "intermediates"
    [all...]
  /external/v8/src/js/
array.js 551 // arguments, but it would surely blow the stack to use 2**30 or more.
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
callback.go 72 // Make sure we don't blow out m->g0 stack.
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
callback.go 72 // Make sure we don't blow out m->g0 stack.
    [all...]

Completed in 435 milliseconds