/external/clang/test/Preprocessor/ |
D | macro_arg_slocentry_merge.h | 6 #define P_(args) args macro 7 extern void f P_((WINDOW win));
|
/external/llvm-project/clang/test/Preprocessor/ |
D | macro_arg_slocentry_merge.h | 6 #define P_(args) args macro 7 extern void f P_((WINDOW win));
|
/external/e2fsprogs/lib/support/ |
D | nls-enable.h | 10 #define P_(singular, plural, n) (ngettext (singular, plural, n)) macro 20 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) macro
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 163 log_out(ctx, P_("\n%12u inode used (%2.2f%%, out of %u)\n", in show_stats() 167 log_out(ctx, P_("%12u non-contiguous file (%0d.%d%%)\n", in show_stats() 172 log_out(ctx, P_("%12u non-contiguous directory (%0d.%d%%)\n", in show_stats() 194 log_out(ctx, P_("%12llu block used (%2.2f%%, out of %llu)\n", in show_stats() 198 log_out(ctx, P_("%12u bad block\n", "%12u bad blocks\n", in show_stats() 200 log_out(ctx, P_("%12u large file\n", "%12u large files\n", in show_stats() 202 log_out(ctx, P_("\n%12u regular file\n", "\n%12u regular files\n", in show_stats() 204 log_out(ctx, P_("%12u directory\n", "%12u directories\n", in show_stats() 206 log_out(ctx, P_("%12u character device file\n", in show_stats() 209 log_out(ctx, P_("%12u block device file\n", "%12u block device files\n", in show_stats() [all …]
|
D | e2fsck.h | 51 #define P_(singular, plural, n) (ngettext (singular, plural, n)) macro 61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) macro
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 691 class AMDGPUImageDimIntrinsicEval<AMDGPUDimProfile P_> { 692 int NumDataArgs = !size(P_.DataArgs); 693 int NumDmaskArgs = !not(P_.IsAtomic); 694 int NumExtraAddrArgs = !size(P_.ExtraAddrArgs); 695 int NumVAddrArgs = !size(P_.AddrArgs); 696 int NumGradientArgs = !if(P_.Gradients, !size(P_.Dim.GradientArgs), 0); 697 …int NumCoordArgs = !if(P_.IsSample, !size(P_.Dim.CoordSliceArgs), !size(P_.Dim.CoordSliceIntArgs)); 699 int NumSampArgs = !if(P_.IsSample, 2, 0); 714 class AMDGPUImageDimIntrinsic<AMDGPUDimProfile P_, 717 P_.RetTypes, // vdata(VGPR) -- for load/atomic-with-return [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 338 #define P_ "__mips16_call_stub_" macro 342 #define P P_ 346 #define P P_ "sf_" 350 #define P P_ "df_" 354 #define P P_ "sc_" 358 #define P P_ "dc_" 362 #undef P_
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 338 #define P_ "__mips16_call_stub_" macro 342 #define P P_ 346 #define P P_ "sf_" 350 #define P P_ "df_" 354 #define P P_ "sc_" 358 #define P P_ "dc_" 362 #undef P_
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 345 #define P_ "__mips16_call_stub_" macro 349 #define P P_ 353 #define P P_ "sf_" 357 #define P P_ "df_" 361 #define P P_ "sc_" 365 #define P P_ "dc_" 369 #undef P_
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 674 class AMDGPUImageDimIntrinsicEval<AMDGPUDimProfile P_> { 675 int NumDataArgs = !size(P_.DataArgs); 676 int NumDmaskArgs = !if(P_.IsAtomic, 0, 1); 677 int NumVAddrArgs = !size(P_.AddrArgs); 679 int NumSampArgs = !if(P_.IsSample, 2, 0); 687 class AMDGPUImageDimIntrinsic<AMDGPUDimProfile P_, 690 P_.RetTypes, // vdata(VGPR) -- for load/atomic-with-return 692 !foreach(arg, P_.DataArgs, arg.Type), // vdata(VGPR) -- for store/atomic 693 !if(P_.IsAtomic, [], [llvm_i32_ty]), // dmask(imm) 694 P_.AddrTypes, // vaddr(VGPR) [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1093 #define CODEPTR(reg) P_(reg) 1099 #define P_(a) P_ ## a macro 1221 #define LEA_L(a, b) lea P_(b), P_(a) 1222 #define LEA_W(a, b) lea P_(b), P_(a) 1226 #define LDS(a, b) lds b, P_(a) 1227 #define LES(a, b) les b, P_(a) 1228 #define LFS(a, b) lfs b, P_(a) 1229 #define LGS(a, b) lgs b, P_(a) 1230 #define LSS(a, b) lss b, P_(a) 1526 #define P_ARG1(a) P_ ## a [all …]
|
/external/e2fsprogs/po/ |
D | Makevars | 11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_:1,2
|
/external/e2fsprogs/misc/ |
D | uuidd.c | 400 printf(P_("Generated time UUID %s and " in server_loop() 544 printf(P_("%s and subsequent UUID\n", in main()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.34.txt | 68 - Used ngettext() (abbreviated with the macro P_(str1, str2, n)) to
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Level.miff | 25 s�?D�{�P_�&](DFHW��}_fI?<5…
|
D | Sharpen.miff | 18 …<6BC<FD?JC>LEAHE<GB;K@6G=-E:(E9-G;/;8+63+61-;7/E?0P@0YG3ZE8O=6A:04:/#>3+4,�P_�S^�KA�Z]�O@�@3�H7�L/…
|
/external/bzip2/ |
D | bzip2.1.preformatted | 90 _B_Z_I_P_2 and _B_Z_I_P_, in that order, and will process them
|
/external/ImageMagick/PerlMagick/t/ |
D | input_gray_msb_08bit.mat | 93 …*?V[1+VZ7TUU]bd[RID>=??DE@8518:;5,&%Mw-'&%%&%''%%))((('%%%%"!$&;++))?P_=7j,\\YVZZPMHEA>95<…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Wave.miff | 43 …?0�<.�9*�;/�:1�B=�NH�B7�61�4=�1=�,:�*6�,4�44�:4�94�45�43�6,�8(�9'�;$�7%�GK�P_�ZPxsKq�Z4>0HN?@D,8:0…
|
D | Sharpen.miff | 53 …OI�QN�JG�:%uO0nI0^F*{7(�<+�?,�5&�9-�;/�B1�<+�0$�3)y?+x=)w=.j8)m+�J=�O?�PP�P_�um�P=P*x�mUZ6643-.…
|
D | Convolve.miff | 43 …2�>:�HE�E?�:3�24�.<�+<�'9�)7�15�84�94�75�44�50�6*�7'�6(�5*�5+�<5�KS�Ke�@b�<P_;5DA/JN2[g@fLd�Gf�Gj…
|
D | Rotate.miff | 42 …4�o93�n51�i6/�f5.�e7,�g7-�k7-�n6.�o4,�p4*�r4*�t5*�s8*�y6'��<-��D7��TP��RV��P_��E[��B^��>X��=W��8G�…
|
D | Annotate.miff | 45 ��O/��H1���� ��=*��O�����P_���0���
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | granite.miff | 78 ��������K����� �}P_
|
/external/ImageMagick/Magick++/tests/ |
D | test_image.miff | 1050 …$# %$%#$"$!%!'#&%%&'&,,#58"9<&BE0LR>\eBcmCenDepCdq?`p9[l4Xg.Sb-P_.L[*HU*GS(DN*BI(?E+@D…
|