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

1 23 4 5 6 7

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 77 po []*Block
133 po := f.postorder()
137 for _, b := range po {
285 po := f.postorder()
297 for _, b := range po {
380 ln := &loopnest{f: f, b2l: b2l, po: po, sdom: sdom, loops: loops, hasIrreducible: sawIrred}
470 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,
check.go 288 po := f.postorder() // use po to avoid unreachable blocks.
289 for _, b := range po {
loopreschedchecks.go 76 po := f.postorder()
80 sdom := newSparseOrderedTree(f, idom, po)
100 for i := len(po) - 1; i >= 0; i-- {
101 b := po[i]
stackalloc.go 282 po := s.f.postorder()
285 for _, b := range po {
  /external/harfbuzz_ng/src/
hb-ot-post-table.hh 197 static inline int cmp_key (const void *pk, const void *po, void *arg)
201 uint16_t o = * (const uint16_t *) po;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
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,
check.go 288 po := f.postorder() // use po to avoid unreachable blocks.
289 for _, b := range po {
loopreschedchecks.go 76 po := f.postorder()
80 sdom := newSparseOrderedTree(f, idom, po)
100 for i := len(po) - 1; i >= 0; i-- {
101 b := po[i]
stackalloc.go 282 po := s.f.postorder()
285 for _, b := range po {
  /external/ltp/testcases/network/stress/ipsec/
ipsec_lib.sh 270 ROD $ipx po add dir out tmpl $o_dir $p $m $mrk
271 ROD $ipx po add dir in tmpl $i_dir $p $m $mrk
281 tst_rhost_run -s -c "$ipx po add dir out tmpl $o_dir $p $m $mrk"
282 tst_rhost_run -s -c "$ipx po add dir in tmpl $i_dir $p $m $mrk"
  /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 1280 int po = ooffset; local
1348 int po = ooffset; local
1403 int po = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
Makefile.am 22 SUBDIRS = po testsuite
252 po/POTFILES.in: @MAINT@ Makefile
254 && mv tmp $(srcdir)/po/POTFILES.in
  /cts/hostsidetests/incident/src/com/android/server/cts/
JobSchedulerIncidentTest.java 56 for (JobSchedulerServiceDumpProto.PriorityOverride po : dump.getPriorityOverridesList()) {
57 assertTrue(0 <= po.getUid());
  /external/python/cpython3/Python/
bltinmodule.c 1921 PyObject *po = NULL; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessVertexArraysTests.cpp 321 glw::GLuint po = 0; local
326 po = gl.createProgram();
339 gl.attachShader(po, shader[i].id);
387 gl.transformFeedbackVaryings(po, 1, &xfb_varying, GL_INTERLEAVED_ATTRIBS);
394 gl.bindAttribLocation(po, i, attribute.c_str());
399 gl.linkProgram(po);
405 gl.getProgramiv(po, GL_LINK_STATUS, &status);
413 gl.detachShader(po, shader[i].id);
423 gl.getProgramiv(po, GL_INFO_LOG_LENGTH, &log_size);
429 gl.getProgramInfoLog(po, log_size, NULL, &log_text[0])
    [all...]
  /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.27/binutils/
Makefile.am 23 SUBDIRS = doc po
166 po/POTFILES.in: @MAINT@ Makefile
168 && mv tmp $(srcdir)/po/POTFILES.in
256 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
332 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
380 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderAPI.cpp 667 * for a linked PO lacking the GS stage.
1023 /* The test should check both a geometry shader program object and a full-blown PO
1025 for (n_separable_object_case = 0; n_separable_object_case < 2; /* PO, SPO cases */
1087 /* Bind the PO to the rendering context */
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
Owners.java 185 Slog.w(TAG, String.format("User %d has both DO and PO, which is not supported",
194 final SparseArray<String> po = new SparseArray<>(); local
196 po.put(mProfileOwners.keyAt(i), mProfileOwners.valueAt(i).packageName);
200 po);
290 // For a newly set PO, there's no need for migration.
447 * @return true if user restrictions need to be migrated for PO.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cor.h     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ia64.c 3497 const char * const po = pred ? "restorereg.p" : "restorereg"; local
3753 const char * const po = psprel ? "savepsp" : "savesp"; local
4018 const char * const po = pred ? "spillreg.p" : "spillreg"; local
4047 const char * po; local
    [all...]

Completed in 473 milliseconds

1 23 4 5 6 7