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

1 2

  /art/test/963-default-range-smali/src/
Iface.java 22 String n6,
  /external/v8/src/compiler/
graph.h 88 Node* n5, Node* n6) {
89 Node* nodes[] = {n1, n2, n3, n4, n5, n6};
93 Node* n5, Node* n6, Node* n7) {
94 Node* nodes[] = {n1, n2, n3, n4, n5, n6, n7};
98 Node* n5, Node* n6, Node* n7, Node* n8) {
99 Node* nodes[] = {n1, n2, n3, n4, n5, n6, n7, n8};
103 Node* n5, Node* n6, Node* n7, Node* n8, Node* n9) {
104 Node* nodes[] = {n1, n2, n3, n4, n5, n6, n7, n8, n9};
108 Node* n5, Node* n6, Node* n7, Node* n8, Node* n9, Node* n10) {
109 Node* nodes[] = {n1, n2, n3, n4, n5, n6, n7, n8, n9, n10}
    [all...]
ast-graph-builder.h 197 Node* n5, Node* n6) {
198 Node* nodes[] = {n1, n2, n3, n4, n5, n6};
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}} variable
19 alignas(8) extern int n6; // expected-note {{declared with 'alignas' attribute here}}
p5.cpp 8 alignas(1) alignas(4) int n6 alignas(2); // ok
  /prebuilts/go/darwin-x86/test/
const4.go 29 n6 = cap(g())
62 if n1 != 10 || n2 != 20 || n3 != 30 || n4 != 40 || n5 != 50 || n6 != 60 || n7 != 70 {
63 println("BUG:", n1, n2, n3, n4, n5, n6, n7)
28 n6 = cap(g()) var
const5.go 31 n6 = cap(f()) // ERROR "is not a constant|is not constant"
29 n6 = cap(f()) \/\/ ERROR "is not a constant|is not constant" const
  /prebuilts/go/linux-x86/test/
const4.go 29 n6 = cap(g())
62 if n1 != 10 || n2 != 20 || n3 != 30 || n4 != 40 || n5 != 50 || n6 != 60 || n7 != 70 {
63 println("BUG:", n1, n2, n3, n4, n5, n6, n7)
28 n6 = cap(g()) var
const5.go 31 n6 = cap(f()) // ERROR "is not a constant|is not constant"
29 n6 = cap(f()) \/\/ ERROR "is not a constant|is not constant" const
  /external/libvpx/libvpx/vpx_dsp/mips/
idct32x32_msa.c 15 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; local
19 LD_SH8((input + 8), 32, m4, n4, m5, n5, m6, n6, m7, n7);
22 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7,
26 ST_SH4(m6, n6, m7, n7, (tmp_buf + 12 * 8), 8);
30 LD_SH8((input + 24), 32, m4, n4, m5, n5, m6, n6, m7, n7);
33 TRANSPOSE8x8_SH_SH(m4, n4, m5, n5, m6, n6, m7, n7, m4, n4, m5, n5, m6, n6, m7,
38 ST_SH4(m6, n6, m7, n7, (tmp_buf + 28 * 8), 8);
243 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7 local
542 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; local
    [all...]
  /external/r8/src/test/examples/newarray/
NewArray.java 98 public static void newMultiDimensionalArrays2(int n1, int n2, int n3, int n4, int n5, int n6) {
107 int[][][][][][] i6 = new int[n1][n2][n3][n4][n5][n6];
  /external/boringssl/src/crypto/fipsmodule/ec/
simple.c 379 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
410 n6 = BN_CTX_get(ctx);
411 if (n6 == NULL) {
465 /* n5, n6 */
467 !BN_mod_sub_quick(n6, n2, n4, p)) {
471 /* n6 = n2 - n4 */
474 if (BN_is_zero(n6)) {
521 if (!field_sqr(group, n0, n6, ctx) ||
527 /* X_r = n6^2 - n5^2 * 'n7' */
537 if (!field_mul(group, n0, n0, n6, ctx) |
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
replace.go 88 // n6 x+
91 // n0 is the root node, and its children are n1, n4 and n6; n1's children are
92 // n2 and n3; n4's child is n5; n6's child is n7. Nodes n0, n1 and n4 (marked
93 // with a trailing "-") are partial keys, and nodes n2, n3, n5, n6 and n7
125 // []*trieNode{ 0:n1, 1:n4, 3:n6 }, where the 0, 1 and 3 are the remapped
  /prebuilts/go/linux-x86/src/strings/
replace.go 88 // n6 x+
91 // n0 is the root node, and its children are n1, n4 and n6; n1's children are
92 // n2 and n3; n4's child is n5; n6's child is n7. Nodes n0, n1 and n4 (marked
93 // with a trailing "-") are partial keys, and nodes n2, n3, n5, n6 and n7
125 // []*trieNode{ 0:n1, 1:n4, 3:n6 }, where the 0, 1 and 3 are the remapped
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationComparatorTest.java 145 Notification n6 = new Notification.Builder(mContext, TEST_CHANNEL_ID).build(); local
147 pkg2, 1, "starred", uid2, uid2, n6, new UserHandle(userId),
  /external/syslinux/gpxe/src/drivers/net/
wlan_compat.h 313 #define WLAN_LOG_DEBUG6(l,x,n1,n2,n3,n4,n5,n6) if ( WLAN_DBVAR >= (l)) printk(KERN_DEBUG "%s: " x , __FUNCTION__ , (n1), (n2), (n3), (n4), (n5), (n6));
  /device/asus/fugu/kernel-headers/linux/
kct.h 92 #define MKFN_N(fn, n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n, ...) fn##n
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 111 #define MKFN_N(fn, n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n, ...) fn##n
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickletools.py 528 >>> read_decimalnl_long(StringIO.StringIO("123456789012345678901234L\n6"))
565 >>> read_floatnl(StringIO.StringIO("-1.25\n6"))
    [all...]
  /external/python/cpython2/Lib/
pickletools.py 528 >>> read_decimalnl_long(StringIO.StringIO("123456789012345678901234L\n6"))
565 >>> read_floatnl(StringIO.StringIO("-1.25\n6"))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 528 >>> read_decimalnl_long(StringIO.StringIO("123456789012345678901234L\n6"))
565 >>> read_floatnl(StringIO.StringIO("-1.25\n6"))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 528 >>> read_decimalnl_long(StringIO.StringIO("123456789012345678901234L\n6"))
565 >>> read_floatnl(StringIO.StringIO("-1.25\n6"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 528 >>> read_decimalnl_long(StringIO.StringIO("123456789012345678901234L\n6"))
565 >>> read_floatnl(StringIO.StringIO("-1.25\n6"))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 528 >>> read_decimalnl_long(StringIO.StringIO("123456789012345678901234L\n6"))
565 >>> read_floatnl(StringIO.StringIO("-1.25\n6"))
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
m68k-dis.c 401 #define M(n0,n1,n2,n3,n4,n5,n6,n70,n71,n72,n73,n74) \
402 (n0 | n1 << 1 | n2 << 2 | n3 << 3 | n4 << 4 | n5 << 5 | n6 << 6 \
    [all...]

Completed in 1319 milliseconds

1 2