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

  /external/clang/test/CodeGen/
aarch64-arguments.c 147 // PCS: @f36(i32 %x0, i32 %x1, i32 %x2, i32 %x3, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s36* byval align 8 %stacked)
149 void f36(int x0, int x1, int x2, int x3, int x4, int x5, int x6, struct s36 stacked) {}
152 // PCS: @f37(i32 %x0, i32 %x1, i32 %x2, i32 %x3, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s37* byval align 8 %stacked, %struct.s37* byval align 8 %stacked2)
154 void f37(int x0, int x1, int x2, int x3, int x4, int x5, int x6, struct s37 stacked, struct s37 stacked2) {}
160 // PCS: @f38(float %s0, double %d1, float %s2, float %s3, float %s4, float %s5, [2 x float], %struct.s38* byval align 4 %stacked)
162 void f38(float s0, double d1, float s2, float s3, float s4, float s5, struct s38 stacked) {}
169 // PCS: @f39(float %s0, i32 %x0, float %s1, i32* %x1, float %s2, i32 %x2, float %s3, float %s4, i32 %x3, [3 x float], %struct.s39_float* byval align 4 %stacked, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s39_int* byval align 8 %stacked2)
171 int x3, struct s39_float stacked, int x4, int x5, int x6,
175 // PCS: @f40(i32 %x0, [1 x i128] %x2_3.coerce, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s40* byval align 16 %stacked)
176 void f40(int x0, struct s40 x2_3, int x4, int x5, int x6, struct s40 stacked) {}
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 54 * Links can also be stacked on top of each other.
69 // Stores the properties of links that are "stacked" above this link.
125 for (LinkProperties stacked: mStackedLinks.values()) {
126 interfaceNames.addAll(stacked.getAllInterfaceNames());
190 * Returns all the routes on this link and all the links stacked above it.
195 for (LinkProperties stacked: mStackedLinks.values()) {
196 routes.addAll(stacked.getAllRoutes());
209 * Adds a stacked link.
211 * If there is already a stacked link with the same interfacename as link,
213 * of stacked links. If link is null, nothing changes
241 Collection<LinkProperties> stacked = new ArrayList<LinkProperties>(); local
285 String stacked = ""; local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 14 * | stacked tab content areas |
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 384 public void setStackedMode(boolean stacked) {
    [all...]
  /external/blktrace/doc/
blktrace.tex 577 \item[A -- remap] For stacked devices, incoming io is remapped to device
    [all...]

Completed in 263 milliseconds