HomeSort by relevance Sort by last modified time
    Searched refs:nd (Results 101 - 125 of 292) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
racewalk.go 78 nd := mkcall("racefuncenter", nil, nil, nodpc)
79 fn.Func.Enter = concat(list1(nd), fn.Func.Enter)
80 nd = mkcall("racefuncexit", nil, nil)
81 fn.Func.Exit = list(fn.Func.Exit, nd)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
racewalk.go 75 nd := mkcall("racefuncenter", nil, nil, nodpc)
76 fn.Func.Enter = concat(list1(nd), fn.Func.Enter)
77 nd = mkcall("racefuncexit", nil, nil)
78 fn.Func.Exit = list(fn.Func.Exit, nd)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
racewalk.go 78 nd := mkcall("racefuncenter", nil, nil, nodpc)
79 fn.Func.Enter = concat(list1(nd), fn.Func.Enter)
80 nd = mkcall("racefuncexit", nil, nil)
81 fn.Func.Exit = list(fn.Func.Exit, nd)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
racewalk.go 75 nd := mkcall("racefuncenter", nil, nil, nodpc)
76 fn.Func.Enter = concat(list1(nd), fn.Func.Enter)
77 nd = mkcall("racefuncexit", nil, nil)
78 fn.Func.Exit = list(fn.Func.Exit, nd)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
i386.exp 30 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 734 char *nd; local
746 nd = convert_unicode_to_ACP (n->lang->sval);
749 filename = xmalloc (strlen (nd) + 4 + 1 + strlen (mcset_mc_basename) + 1 + strlen (mcset_rc_dir));
753 strcat (filename, nd);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
indexed12.d 21 ldaa #L1\-_main ; identical \(likewise for 2nd global check\)
125 ;;; Global check \(2nd\)
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_media.asm 65 ; 2nd 4 pixels
198 ; 2nd 4 pixels
283 ; 2nd 4 pixels
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 80 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
144 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
292 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 561 nd := dump(nre)
562 if d != nd {
563 t.Errorf("Parse(%#q) -> %#q; %#q vs %#q", tt.Regexp, s, d, nd)
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse_test.go 561 nd := dump(nre)
562 if d != nd {
563 t.Errorf("Parse(%#q) -> %#q; %#q vs %#q", tt.Regexp, s, d, nd)
  /external/libvpx/libvpx/vpx_dsp/x86/
loopfilter_mmx.asm 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap
189 psraw mm1, 1 ; partial shifted one more time for 2nd tap
504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
sad4d_sse2.asm 135 ; 2nd 16 px
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 61 ; 2nd 4 pixels
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap
189 psraw mm1, 1 ; partial shifted one more time for 2nd tap
504 psraw mm5, 1 ; partial shifted one more time for 2nd tap
506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 135 ; 2nd 16 px
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 72 // - 3-index slices always require the 2nd and 3rd index
  /prebuilts/go/darwin-x86/src/math/
jn.go 26 // floating point Bessel's function of the 1st and 2nd kind
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 72 // - 3-index slices always require the 2nd and 3rd index
  /prebuilts/go/linux-x86/src/math/
jn.go 26 // floating point Bessel's function of the 1st and 2nd kind
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/
_gcs.py 61 ["my-1st-input-file", "directory/my-2nd-file", "some/other/dir/input-*"]
  /external/libhevc/common/arm/
ihevc_itrans_recon_4x4.s 145 vld1.16 d1,[r9] @loading pi2_src 2nd row
ihevc_itrans_recon_4x4_ttype1.s 136 vld1.16 d1,[r0],r4 @loading pi2_src 2nd row

Completed in 542 milliseconds

1 2 3 45 6 7 8 91011>>