HomeSort by relevance Sort by last modified time
    Searched refs:po (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 68 po []*Block
123 po := f.postorder()
127 for _, b := range po {
263 po := f.postorder()
269 for _, b := range po {
329 ln := &loopnest{f: f, b2l: b2l, po: po, sdom: sdom, loops: loops}
419 for _, b := range ln.po {
flagalloc.go 15 po := f.postorder()
17 for _, b := range po {
sparsetreemap.go 52 Po []*Block // exported data; the blocks, in a post-order
54 Ponums []int32 // exported data; Po[Ponums[b.ID]] == b; the index of b in Po
62 po := postorderWithNumbering(f, ponums)
63 return makeSparseTreeHelper(newSparseTree(f, dom), dom, po, ponums)
70 func makeSparseTreeHelper(sdom SparseTree, dom, po []*Block, ponums []int32) *SparseTreeHelper {
73 Po: po,
stackalloc.go 276 po := s.f.postorder()
279 for _, b := range po {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 68 po []*Block
123 po := f.postorder()
127 for _, b := range po {
263 po := f.postorder()
269 for _, b := range po {
329 ln := &loopnest{f: f, b2l: b2l, po: po, sdom: sdom, loops: loops}
419 for _, b := range ln.po {
flagalloc.go 15 po := f.postorder()
17 for _, b := range po {
sparsetreemap.go 52 Po []*Block // exported data; the blocks, in a post-order
54 Ponums []int32 // exported data; Po[Ponums[b.ID]] == b; the index of b in Po
62 po := postorderWithNumbering(f, ponums)
63 return makeSparseTreeHelper(newSparseTree(f, dom), dom, po, ponums)
70 func makeSparseTreeHelper(sdom SparseTree, dom, po []*Block, ponums []int32) *SparseTreeHelper {
73 Po: po,
stackalloc.go 276 po := s.f.postorder()
279 for _, b := range po {
  /external/ltp/testcases/network/stress/ipsec/
ipsec_lib.sh 246 ROD $ipx po add dir out tmpl $o_dir $p $m $mrk
247 ROD $ipx po add dir in tmpl $i_dir $p $m $mrk
257 tst_rhost_run -s -c "$ipx po add dir out tmpl $o_dir $p $m $mrk"
258 tst_rhost_run -s -c "$ipx po add dir in tmpl $i_dir $p $m $mrk"
  /device/asus/fugu/
AndroidKernel.mk 75 cscope_files := $(addprefix cscope.,files out out.in out.po)
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 1188 Paint po = getRangeOriginLabelPaint(); local
1205 Paint po = getRangeOriginLabelPaint(); local
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
String.java 1225 int po = ooffset; local
1293 int po = ooffset; local
1348 int po = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
Makefile.am 22 SUBDIRS = po testsuite
243 po/POTFILES.in: @MAINT@ Makefile
245 && mv tmp $(srcdir)/po/POTFILES.in
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 1464 PyUnicodeObject *po; local
1524 PyUnicodeObject *po; local
1676 PyUnicodeObject *po; local
2109 PyObject *po; local
2424 PyUnicodeObject *po; local
2479 PyUnicodeObject *po; local
6400 PyUnicodeObject *po; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
Makefile.am 23 SUBDIRS = doc po
160 po/POTFILES.in: @MAINT@ Makefile
162 && mv tmp $(srcdir)/po/POTFILES.in
249 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
325 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
Owners.java 161 Slog.w(TAG, String.format("User %d has both DO and PO, which is not supported",
169 final SparseArray<String> po = new SparseArray<>(); local
171 po.put(mProfileOwners.keyAt(i), mProfileOwners.valueAt(i).packageName);
175 po);
263 // For a newly set PO, there's no need for migration.
353 * @return true if user restrictions need to be migrated for PO.
  /external/bison/
maint.mk     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cor.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 3508 const char * const po = pred ? "restorereg.p" : "restorereg"; local
3779 const char * const po = psprel ? "savepsp" : "savesp"; local
4044 const char * const po = pred ? "spillreg.p" : "spillreg"; local
4073 const char * po; local
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 753 po := img.PixOffset(bounds.Min.X, y)
757 img.Pix[po+4*i+0] = d.img3.Y[yo+i]
758 img.Pix[po+4*i+1] = d.img3.Cb[co+i/cScale]
759 img.Pix[po+4*i+2] = d.img3.Cr[co+i/cScale]
760 img.Pix[po+4*i+3] = 255
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 753 po := img.PixOffset(bounds.Min.X, y)
757 img.Pix[po+4*i+0] = d.img3.Y[yo+i]
758 img.Pix[po+4*i+1] = d.img3.Cb[co+i/cScale]
759 img.Pix[po+4*i+2] = d.img3.Cr[co+i/cScale]
760 img.Pix[po+4*i+3] = 255
  /toolchain/binutils/binutils-2.25/bfd/
Makefile.am 26 SUBDIRS = doc po
792 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
795 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
797 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
800 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 2044 PyObject *po; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 2033 PyObject *po; local
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 2055 PyObject *po; local
    [all...]

Completed in 3745 milliseconds

1 23 4 5 6