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

1 2

  /art/test/963-default-range-smali/src/
Iface.java 21 String n5,
  /external/v8/src/compiler/
graph.h 83 Node* n5) {
84 Node* nodes[] = {n1, n2, n3, n4, n5};
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}
    [all...]
ast-graph-builder.h 191 Node* n5) {
192 Node* buffer[] = {n1, n2, n3, n4, n5};
197 Node* n5, Node* n6) {
198 Node* nodes[] = {n1, n2, n3, n4, n5, n6};
  /external/dtc/tests/
references.c 79 int n1, n2, n3, n4, n5; local
97 n5 = fdt_path_offset(fdt, "/node5");
98 if (n5 < 0)
99 FAIL("fdt_path_offset(/node5): %s", fdt_strerror(n5));
104 h5 = fdt_get_phandle(fdt, n5);
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 15 alignas(8) extern int n5;
16 extern int n5;
p5.cpp 7 alignas(1) alignas(2) int n5 alignas(4); // ok
  /prebuilts/go/darwin-x86/test/
const4.go 28 n5 = len(<-c)
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)
27 n5 = len(<-c) var
const5.go 29 n5 = len(<-c) // ERROR "is not a constant|is not constant"
28 n5 = len(<-c) \/\/ ERROR "is not a constant|is not constant" const
  /prebuilts/go/linux-x86/test/
const4.go 28 n5 = len(<-c)
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)
27 n5 = len(<-c) var
const5.go 29 n5 = len(<-c) // ERROR "is not a constant|is not constant"
28 n5 = len(<-c) \/\/ 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,
25 ST_SH4(m4, n4, m5, n5, (tmp_buf + 8 * 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,
37 ST_SH4(m4, n4, m5, n5, (tmp_buf + 24 * 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/syslinux/gpxe/src/drivers/net/
wlan_compat.h 292 #define WLAN_LOG_INFO5(x,n1,n2,n3,n4,n5) printk(KERN_INFO x, (n1), (n2), (n3), (n4), (n5));
312 #define WLAN_LOG_DEBUG5(l,x,n1,n2,n3,n4,n5) if ( WLAN_DBVAR >= (l)) printk(KERN_DEBUG "%s: " x , __FUNCTION__ , (n1), (n2), (n3), (n4), (n5));
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));
326 #define WLAN_LOG_DEBUG5(l, s,n1,n2,n3,n4,n5)
358 #define WLAN_LOG_INFO5(s,n1,n2,n3,n4,n5)
365 #define WLAN_LOG_DEBUG5(l, s,n1,n2,n3,n4,n5)
  /external/boringssl/src/crypto/fipsmodule/ec/
simple.c 310 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
340 n5 = BN_CTX_get(ctx);
395 // n5, n6
396 if (!BN_mod_sub_quick(n5, n1, n3, p) ||
400 // n5 = n1 - n3
403 if (BN_is_zero(n5)) {
428 if (!BN_copy(&r->Z, n5)) {
443 if (!field_mul(group, &r->Z, n0, n5, ctx)) {
448 // Z_r = Z_a * Z_b * n5
452 !field_sqr(group, n4, n5, ctx) |
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 234 constexpr int n5 = -65536 * 32768; // ok member in namespace:UndefinedBehavior::Overflow
242 constexpr int n13 = n5 + n5; // expected-error {{constant expression}} expected-note {{value -4294967296 is outside the range of }}
243 constexpr int n14 = n3 - n5; // expected-error {{constant expression}} expected-note {{value 4294967295 is outside the range of }}
244 constexpr int n15 = n5 * n5; // expected-error {{constant expression}} expected-note {{value 4611686018427387904 is outside the range of }}
  /prebuilts/go/darwin-x86/src/html/template/
css_test.go 86 {`\1234\A 5`, "\u1234" + "\n5"},
88 {"\\1234\n5", "\u1234" + "5"},
89 {"\\1234\r\n5", "\u1234" + "5"},
  /prebuilts/go/linux-x86/src/html/template/
css_test.go 86 {`\1234\A 5`, "\u1234" + "\n5"},
88 {"\\1234\n5", "\u1234" + "5"},
89 {"\\1234\r\n5", "\u1234" + "5"},
  /prebuilts/go/darwin-x86/src/strings/
replace.go 87 // n5 .cbc+
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
115 // In the example above, node n4 has prefix "cbc" and n4's next node is n5.
116 // Node n5 has no children and so has zero prefix, next and table fields.
  /prebuilts/go/linux-x86/src/strings/
replace.go 87 // n5 .cbc+
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
115 // In the example above, node n4 has prefix "cbc" and n4's next node is n5.
116 // Node n5 has no children and so has zero prefix, next and table fields.
  /external/tensorflow/tensorflow/python/framework/
graph_util_test.py 167 n1.input.extend(["n5"])
181 n5 = graph_def.node.add()
182 n5.name = "n5"
183 n5.input.extend(["n1"])
189 self.assertEqual("n5", sub_graph.node[3].name)
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationComparatorTest.java 142 Notification n5 = new Notification.Builder(mContext, TEST_CHANNEL_ID) local
145 smsPkg, 1, "sms", smsUid, smsUid, n5, new UserHandle(userId),
  /external/google-breakpad/android/
run-checks.sh 474 head -n5 $TESTAPP.sym
  /tools/apksig/src/test/java/com/android/apksig/internal/asn1/
Asn1BerParserTest.java 292 public BigInteger n5; field in class:Asn1BerParserTest.SequenceWithIntegers
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 305 var n1, n2, n3, n4, n5 uint64
312 n5, tmp = parse(tmp)
314 if tmp != nil && n1 == 0 && n2 == 3 && n3 == 0 && n4 > 0 && n5 == 0 {
318 if tmp != nil && n1 == 0 && n2 == 3 && n3 == 1 && n4 > 0 && n5 == 0 {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 305 var n1, n2, n3, n4, n5 uint64
312 n5, tmp = parse(tmp)
314 if tmp != nil && n1 == 0 && n2 == 3 && n3 == 0 && n4 > 0 && n5 == 0 {
318 if tmp != nil && n1 == 0 && n2 == 3 && n3 == 1 && n4 > 0 && n5 == 0 {
    [all...]
  /toolchain/binutils/binutils-2.27/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 480 milliseconds

1 2