HomeSort by relevance Sort by last modified time
    Searched refs:C4 (Results 51 - 75 of 146) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 703 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) __extension__ \
706 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4) \
711 #define RTL_FLAG_CHECK5(NAME, RTX, C1, C2, C3, C4, C5) __extension__ \
714 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
720 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \
724 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
730 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \
734 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
741 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) \
745 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-armv8.pl 692 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(0..23));
783 mov $C4,@K[2]
797 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
816 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
911 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
928 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
970 add $C4,$C4,@K[2]
1061 eor $C4,$C4,$C
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c 109 /* opc4 c4 dispe9 */ \
111 /* opc4 c4 disps17 */ \
113 /* opc4 c4 disps32 */ \
157 #define CMPBR_INST(NAME, OPC1, OPC2, C4) \
158 /* opc12 r r c4 disps9 */ \
159 {NAME, 2, ((0x300+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3| RELAXABLE, \
161 /* opc12 r r c4 disps25 */ \
162 {NAME, 3, ((0x310+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
164 /* opc12 i4cst4 r c4 disps9 */ \
165 {NAME, 2, ((0x300+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adogpool.h 406 #define ADO_Reserved_4 GUID_BUILDER (ADO_Reserved_4, 567747f1, 658b, 4906, 82, C4, E9, CD, A1, 46, 26, 15)
423 #define ADO_Reserved_23 GUID_BUILDER (ADO_Reserved_23, 28d7f9fc, F485, 4bdb, 9c, C4, 6f, AE, 44, F9, 9f, D9)
449 #define ADO_Reserved_49 GUID_BUILDER (ADO_Reserved_49, D808C6F7, 36c0, 4302, 80, EE, C4, B7, 00, F8, D2, 38)
495 #define ADO_Reserved_95 GUID_BUILDER (ADO_Reserved_95, 09a742a1, 19ed, 43bb, 85, E9, 99, 23, DE, C4, 17, F7)
503 #define ADO_Reserved_103 GUID_BUILDER (ADO_Reserved_103, DCA4E51E, 250e, 4ab3, B4, 90, F2, CB, 9e, 8f, 6c, C4)
    [all...]
adogpool_backcompat.h 410 #define ADO_Reserved_4 GUID_BUILDER (ADO_Reserved_4, 567747f1, 658b, 4906, 82, C4, E9, CD, A1, 46, 26, 15)
428 #define ADO_Reserved_23 GUID_BUILDER (ADO_Reserved_23, 28d7f9fc, F485, 4bdb, 9c, C4, 6f, AE, 44, F9, 9f, D9)
454 #define ADO_Reserved_49 GUID_BUILDER (ADO_Reserved_49, D808C6F7, 36c0, 4302, 80, EE, C4, B7, 00, F8, D2, 38)
500 #define ADO_Reserved_95 GUID_BUILDER (ADO_Reserved_95, 09a742a1, 19ed, 43bb, 85, E9, 99, 23, DE, C4, 17, F7)
508 #define ADO_Reserved_103 GUID_BUILDER (ADO_Reserved_103, DCA4E51E, 250e, 4ab3, B4, 90, F2, CB, 9e, 8f, 6c, C4)
    [all...]
  /external/clang/test/SemaCXX/
alias-template.cpp 82 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h     [all...]
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 50 "--C4" => \$c4,
123 if($line =~ /C.4/ && defined $c4 ){
654 --C4 Generate data for table C.4
669 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 49 C4 c4 = new C4(); local
50 callF0(c4);
51 callF43(c4);
52 callF86(c4);
53 callF129(c4);
54 callF172(c4);
367 C4 c4 = new C4() local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c 311 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
313 const float32x4_t C4 = vdupq_n_f32(3.1821337e-1f);
319 pol5_y = vmlaq_f32(C4, y, pol5_y);
aec_core_sse2.c 281 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
285 C4[4] = {3.1821337e-1f, 3.1821337e-1f, 3.1821337e-1f, 3.1821337e-1f};
295 const __m128 pol5_y_1 = _mm_add_ps(pol5_y_0, *((__m128*)C4));
  /external/sqlite/dist/orig/
shell.c 757 u64 C0, C1, C2, C3, C4;
805 C4 = A04^A14^A24^A34^A44;
806 D0 = C4^ROL64(C1, 1);
809 D3 = C2^ROL64(C4, 1);
872 C4 = A44^A14^A34^A04^A24;
873 D0 = C4^ROL64(C1, 1);
876 D3 = C2^ROL64(C4, 1);
939 C4 = A24^A14^A04^A44^A34;
940 D0 = C4^ROL64(C1, 1);
943 D3 = C2^ROL64(C4, 1)
    [all...]
  /external/sqlite/dist/
shell.c 763 u64 C0, C1, C2, C3, C4;
811 C4 = A04^A14^A24^A34^A44;
812 D0 = C4^ROL64(C1, 1);
815 D3 = C2^ROL64(C4, 1);
878 C4 = A44^A14^A34^A04^A24;
879 D0 = C4^ROL64(C1, 1);
882 D3 = C2^ROL64(C4, 1);
945 C4 = A24^A14^A04^A44^A34;
946 D0 = C4^ROL64(C1, 1);
949 D3 = C2^ROL64(C4, 1)
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 124 00C4;Adieresis;LATIN CAPITAL LETTER A WITH DIAERESIS
641 03C4;tau;GREEK SMALL LETTER TAU
656 25C4;triaglf;BLACK LEFT-POINTING POINTER
  /external/fec/
config.guess 727 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
728 echo c4-convex-bsd
    [all...]
  /external/icu/icu4c/source/
config.guess 767 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
768 echo c4-convex-bsd
    [all...]
  /external/libunwind/aux/
config.guess 684 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
685 echo c4-convex-bsd
    [all...]
  /external/llvm/cmake/
config.guess 754 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
755 echo c4-convex-bsd
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
config.guess 750 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
751 echo c4-convex-bsd
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/autoconf/
config.guess 708 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
709 echo c4-convex-bsd
    [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 307 ?\?vEGd? ???????*%?<?Z?me?4??:C4"???? S??+??yR??P<"?5>{5?4??*m??c??J?C?C?| ?<[?7?D???z????M???g9R~?m0<&07?P??g?4?\?kt_ P??fc|3&?<?=????????=????e????9Q??<???)b????2g?M0"~|?N??EK?<4? 3K???????T?7??c???D?<(?$?{"=E??o???'??N?c?i?? <Dl??^??U???V?W?j??L\Oo&2i?<m{??lKU?Js6?a?x?Uu?F\[?-??<?3?'??<?+7W? !Xz??Y? H???< ^'7???a?+???@D????,?-?????<)cO?gK%?'?%???Z
358 }K??????+4 ?<B[??Ax??T?f?'??9?5r??f9?<Dm?f?y????;??_??B?jR????vp< ~??i??)b?J??tI??A??Y?x?<D?%O? ?U?IM?j?? ??t?[p??#>/?<?g?0?U?(??%??}???L1ph#?$P<?y?'?a??3?p??c?iF?+8+m?0<>??Q??=+?|-???vx?ol??c0<D?W?????Iz?q?q?m?agd??`*<D^?=?????5f?????[]?Q????<????KU??p0~?!?i???????`<"$'???????{?$t8????&?D?<?B??)s????G2 ??^[0????<;{'??{??n???<???[l_'?m???<?7{/?K??????o?X )??A#??b?<<]?>X???K1v?D?7???z/u7?>?+?<RpO???0???m??lz??Rj??AZ <"??????Z?ZUR?=pvŒ??Q??NP?<??#&X??*?????! 'C4?/<?A&]A.?<]GO?Ea??J?6????&@?_a?? 6t/?P<4V5?*?2???B?6?t?:??? <FF?4?p?????"?T?x?I?P`{???<(Z)W?????:????t??<C?Q ?sD <5?O?o=?P~??z??g{Ei/??>?.p<(>5W???????%k?&Y?y??u??'`<?_???Ic?x?=?????eg??f???p<?W????W??XG2???8M4 ??? ?<z_?vIq?????e???XGg th????<?_?F???tW?38?*?=?v%GS.???<?N?|??Y?2?"??LS??h ?o?`<??"?b???JG????S??=?@???<@?!??????(??3?I?m{#??T???%?<Rq??Ny)v?9?i?oM?„?o?#????<2r ????|????+?e2T ?Ztn??a6?<m???2?U4?s ?'?/+?KW???6m?<Bl w??E8[^?Cf?&?y?5
    [all...]
  /external/ImageMagick/config/
config.guess 768 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
769 echo c4-convex-bsd
    [all...]
  /external/bison/build-aux/
config.guess 752 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
753 echo c4-convex-bsd
    [all...]
  /external/c-ares/
config.guess 750 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
751 echo c4-convex-bsd
    [all...]

Completed in 3383 milliseconds

1 23 4 5 6