HomeSort by relevance Sort by last modified time
    Searched refs:pushes (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/pcre/dist/
perltest.pl 170 $pushes = "push \@subs,\$&;" .
192 eval "${cmd} (\$x =~ ${pattern}) {" . $pushes;
  /external/v8/test/mjsunit/
array-push.js 30 // Check pushes with various number of arguments.
72 // Excerises various pushes to the array at the end of new space.
array-push-non-smi-value.js 28 // Check pushes of non-SMI values.
array-splice.js 287 // we add while converting, so we need corrective pushes.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
general.s 53 # test various pushes
general.l 104 53 # test various pushes
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 49 // Push pushes the element x onto the heap. The complexity is
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 49 // Push pushes the element x onto the heap. The complexity is
  /external/libdrm/nouveau/
nouveau.h 214 uint32_t relocs, uint32_t pushes);
pushbuf.c 276 err("ch%d: krec %d pushes %d bufs %d relocs %d\n", chid,
642 uint32_t dwords, uint32_t relocs, uint32_t pushes)
668 pushes++;
677 krec->nr_push + pushes >= NOUVEAU_GEM_MAX_PUSH) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 13 # opcode mnemonic argBits descriptive name pops pushes eats from instruction stream pushes
27 # opcode mnemonic argBits descriptive name pops pushes pops pushes
164 for op, mnemonic, argBits, name, pops, pushes in instructionList:
  /external/skia/platform_tools/android/bin/
android_run_app.go 105 // readLines reads output lines from the buffer and pushes them into the channel.
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap.go 106 // and then pushes n on the stack.
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 116 // push pushes (pc, pos, arg) onto the job stack if it should be
  /prebuilts/go/linux-x86/src/go/ast/
commentmap.go 106 // and then pushes n on the stack.
  /prebuilts/go/linux-x86/src/regexp/
backtrack.go 116 // push pushes (pc, pos, arg) onto the job stack if it should be
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 13 // On systems without link registers, the architecture pushes a return PC during
223 // On x86, call instruction pushes return PC before entering new function.
281 // On x86, call instruction pushes return PC before entering new function.
cgocall.go 59 // Before overwriting m->g0->sched.sp, it pushes the old value on the
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 13 // On systems without link registers, the architecture pushes a return PC during
223 // On x86, call instruction pushes return PC before entering new function.
281 // On x86, call instruction pushes return PC before entering new function.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
input.go 277 // invokeMacro pushes onto the input Stack a Slice that holds the macro definition with the actual
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 274 // invokeMacro pushes onto the input Stack a Slice that holds the macro definition with the actual
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 107 // push pushes the regexp re onto the parse stack and returns the regexp.
207 // literal pushes a literal regexp for the rune r on the stack
213 // op pushes a regexp with the given op onto the stack
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
input.go 277 // invokeMacro pushes onto the input Stack a Slice that holds the macro definition with the actual

Completed in 4238 milliseconds

1 2 3