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

  /external/bison/lib/
streq.h 69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28)
71 if (s1[6] == s26)
73 if (s26 == 0)
83 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28)
90 return streq6 (s1, s2, s26, s27, s28);
97 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28)
104 return streq5 (s1, s2, s25, s26, s27, s28);
111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28)
118 return streq4 (s1, s2, s24, s25, s26, s27, s28);
125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28
    [all...]
c-strcaseeq.h 79 strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28)
81 if (CASEEQ (s1[6], s26))
83 if (s26 == 0)
93 strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28)
100 return strcaseeq6 (s1, s2, s26, s27, s28);
107 strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28)
114 return strcaseeq5 (s1, s2, s25, s26, s27, s28);
121 strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28)
128 return strcaseeq4 (s1, s2, s24, s25, s26, s27, s28);
135 strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
streq.h 71 streq6 (const char *s1, const char *s2, char s26, char s27, char s28)
73 if (s1[6] == s26)
75 if (s26 == 0)
85 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28)
92 return streq6 (s1, s2, s26, s27, s28);
99 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28)
106 return streq5 (s1, s2, s25, s26, s27, s28);
113 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28)
120 return streq4 (s1, s2, s24, s25, s26, s27, s28);
127 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28
    [all...]
  /external/llvm/test/MC/AArch64/
neon-scalar-by-elem-saturating-mul.s 30 sqdmulh s25, s26, v27.s[3]
36 // CHECK: sqdmulh s25, s26, v27.s[3] // encoding: [0x59,0xcb,0xbb,0x5f]
47 sqrdmulh s20, s26, v27.s[1]
53 // CHECK: sqrdmulh s20, s26, v27.s[1] // encoding: [0x54,0xd3,0xbb,0x5f]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
neon-diagnostics.s     [all...]
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 120 struct s26 { struct { char a, b; } a; struct { char a, b; } b; } f26(void) { while (1) {} } struct
  /external/chromium_org/v8/src/arm/
simulator-arm.h 115 s24, s25, s26, s27, s28, s29, s30, s31, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 355 const SwVfpRegister s26 = { 26 }; member in namespace:v8::internal
    [all...]
  /external/llvm/test/MC/ARM/
simple-fp-encoding.s 323 @ CHECK: vmovne s25, s26, r2, r5
324 vmovne s25, s26, r2, r5 @ encoding: [0x39,0x2a,0x45,0x1c]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
test-assembler-arm64.cc     [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
test-assembler-a64.cc     [all...]
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]
vfp.stdout.exp     [all...]
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
regexp.js 207 var s26 = computeInputVariants('VC=74.125.75.1', 81);
242 re8.exec(s26[i]);
    [all...]
  /external/chromium_org/v8/benchmarks/
regexp.js 207 var s26 = computeInputVariants('VC=74.125.75.1', 81);
242 re8.exec(s26[i]);
    [all...]

Completed in 532 milliseconds