Home
last modified time | relevance | path

Searched refs:x123 (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/FixIt/
Dauto-isa-fixit.m11 Class pr6302(id x123) {
12 x123->isa = 0;
13 x123->isa = rhs();
14 x123->isa = (id)(x123->isa);
15 x123->isa = (id)x123->isa;
16 x123->isa = (x123->isa);
17 x123->isa = (id)(x123->isa);
18 return x123->isa;
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/
Dtag-escape.rc5 3 "\x\x1\x12\x123\x1234\x12345\X\X1\X12\X123\X1234\X12345\x1g"
15 23 L"\x\x1\x12\x123\x1234\x12345\X\X1\X12\X123\X1234\X12345\x1g"
27 MENUITEM "\x\x1\x12\x123\x1234\x12345\X\X1\X12\X123\X1234\X12345\x1g", 3
39 MENUITEM L"\x\x1\x12\x123\x1234\x12345\X\X1\X12\X123\X1234\X12345\x1g", 3
51 "\x\x1\x12\x123\x1234\x12345\X\X1\X12\X123\X1234\X12345\x1g",
63 L"\x\x1\x12\x123\x1234\x12345\X\X1\X12\X123\X1234\X12345\x1g",
/external/pdfium/third_party/agg23/
Dagg_curves.cpp55 float x123 = (x12 + x23) / 2; in recursive_bezier() local
59 float x1234 = (x123 + x234) / 2; in recursive_bezier()
97 recursive_bezier(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1); in recursive_bezier()
/external/perfetto/test/trace_processor/
Dheap_profile_tracker_new_stack.textproto26 rel_pc: 0x123
/external/harfbuzz_ng/test/api/
Dtest-common.c143 hb_tag_t x123 = HB_TAG_CHAR4 ("x123"); in test_types_script() local
168 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_iso15924_tag (x123)); in test_types_script()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DAboutResources.txt29 public const int icon = 0x123;
/external/clang/test/Sema/
Dmany-parameters.c133 int x123,
/external/boringssl/src/third_party/fiat/
Dp256_64.h281 uint64_t x123; in fiat_p256_mul() local
283 fiat_p256_addcarryx_u64(&x123, &x124, 0x0, x119, x122); in fiat_p256_mul()
292 fiat_p256_addcarryx_u64(&x129, &x130, x128, x123, x109); in fiat_p256_mul()
594 uint64_t x123; in fiat_p256_square() local
596 fiat_p256_addcarryx_u64(&x123, &x124, 0x0, x119, x122); in fiat_p256_square()
605 fiat_p256_addcarryx_u64(&x129, &x130, x128, x123, x109); in fiat_p256_square()
Dp256_32.h277 uint32_t x123; in fiat_p256_mul() local
279 fiat_p256_addcarryx_u32(&x123, &x124, x122, x105, (fiat_p256_uint1)x73); in fiat_p256_mul()
327 fiat_p256_addcarryx_u32(&x155, &x156, x154, x126, x123); in fiat_p256_mul()
1326 uint32_t x123; in fiat_p256_square() local
1328 fiat_p256_addcarryx_u32(&x123, &x124, x122, x105, (fiat_p256_uint1)x73); in fiat_p256_square()
1376 fiat_p256_addcarryx_u32(&x155, &x156, x154, x126, x123); in fiat_p256_square()
2598 uint32_t x123; in fiat_p256_from_montgomery() local
2599 fiat_p256_mulx_u32(&x122, &x123, x102, UINT32_C(0xffffffff)); in fiat_p256_from_montgomery()
2623 fiat_p256_addcarryx_u32(&x138, &x139, x131, 0x0, x123); in fiat_p256_from_montgomery()
Dcurve25519_32.h233 uint64_t x123 = (x122 >> 26); in fiat_25519_carry_mul() local
235 uint64_t x125 = (x123 + x108); in fiat_25519_carry_mul()
/external/llvm/include/llvm/Support/ELFRelocs/
DAArch64.def47 ELF_RELOC(R_AARCH64_MOVW_PREL_G2, 0x123)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DAArch64.def43 ELF_RELOC(R_AARCH64_MOVW_PREL_G2, 0x123)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DAArch64.def43 ELF_RELOC(R_AARCH64_MOVW_PREL_G2, 0x123)
/external/strace/xlat/
Devdev_keycode.in297 BTN_TOP 0x123
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/
Dsmem_gfx9.txt25 # GFX9: s_scratch_store_dword s1, s[4:5], 0x123 glc ; encoding: [0x42,0x00,0x57,0xc0,0x23,0x01,0x00…
/external/mesa3d/src/imgui/
Dimgui_draw.cpp988 float x123 = (x12+x23)*0.5f, y123 = (y12+y23)*0.5f; in PathBezierToCasteljau() local
990 float x1234 = (x123+x234)*0.5f, y1234 = (y123+y234)*0.5f; in PathBezierToCasteljau()
992 … PathBezierToCasteljau(path, x1,y1, x12,y12, x123,y123, x1234,y1234, tess_tol, level+1); in PathBezierToCasteljau()
/external/clang/include/clang/Basic/
DTokenKinds.def136 TOK(numeric_constant) // 0x123
/external/pcre/dist2/testdata/
Dtestoutput61225 x123
1226 0: x123
1238 x123
1239 0: x123
Dtestoutput1333 x123
334 0: x123
346 x123
347 0: x123
Dtestinput6691 x123
699 x123
Dtestinput1185 x123
193 x123
/external/flatbuffers/docs/source/
DSchemas.md418 For example: `[0x123, +0x45, -0x67]` are equal to `[291, 69, -103]` decimals.
/external/elfutils/
DNEWS546 (same effect as '(NAME)0x123' syntax already supported)
/external/elfutils/config/
Delfutils.spec.in716 (same effect as '(NAME)0x123' syntax already supported)
/external/mksh/src/
Dcheck.t2237 1: x123
10044 '\q\r\s\t\u\v\w\x\y\z\{\|\}\~' '\u20acd' '\U20acd' '\x123' \
10118 $'\u20acd' $'\U20acd' $'\x123' $'fn\x0rd' $'\0234' $'\234' \

12