Home
last modified time | relevance | path

Searched refs:PR (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/zlib/as400/
Dzlib.inc103 D compress PR 10I 0 extproc('compress')
109 D compress2 PR 10I 0 extproc('compress2')
116 D compressBound PR 10U 0 extproc('compressBound')
119 D uncompress PR 10I 0 extproc('uncompress')
125 D gzopen PR extproc('gzopen')
130 D gzdopen PR extproc('gzdopen')
135 D gzsetparams PR 10I 0 extproc('gzsetparams')
140 D gzread PR 10I 0 extproc('gzread')
145 D gzwrite PR 10I 0 extproc('gzwrite')
150 D gzputs PR 10I 0 extproc('gzputs')
[all …]
/external/zlib/old/as400/
Dzlib.inc103 D compress PR 10I 0 extproc('compress')
109 D compress2 PR 10I 0 extproc('compress2')
116 D compressBound PR 10U 0 extproc('compressBound')
119 D uncompress PR 10I 0 extproc('uncompress')
125 D gzopen PR extproc('gzopen')
130 D gzdopen PR extproc('gzdopen')
135 D gzsetparams PR 10I 0 extproc('gzsetparams')
140 D gzread PR 10I 0 extproc('gzread')
145 D gzwrite PR 10I 0 extproc('gzwrite')
150 D gzputs PR 10I 0 extproc('gzputs')
[all …]
/external/clang/include/clang/Lex/
DPreprocessingRecord.h29 void* operator new(size_t bytes, clang::PreprocessingRecord& PR,
33 void operator delete(void* ptr, clang::PreprocessingRecord& PR,
90 void* operator new(size_t bytes, PreprocessingRecord& PR,
92 return ::operator new(bytes, PR, alignment); in throw()
99 void operator delete(void* ptr, PreprocessingRecord& PR, in delete() argument
101 return ::operator delete(ptr, PR, alignment); in delete()
359 inline void* operator new(size_t bytes, clang::PreprocessingRecord& PR, in new() argument
361 return PR.Allocate(bytes, alignment); in new()
364 inline void operator delete(void* ptr, clang::PreprocessingRecord& PR, in delete() argument
366 PR.Deallocate(ptr); in delete()
/external/libffi/src/powerpc/
Daix.S89 .csect .text[PR]
93 .csect .text[PR]
100 .csect .text[PR]
213 .csect .text[PR]
220 .csect .text[PR]
Daix_closure.S89 .csect .text[PR]
92 .csect .text[PR]
100 .csect .text[PR]
/external/srec/srec/include/
Dcomp_stats.h128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN) argument
139 #define print_cs_clock1( CLK, NS,FP,PR,IN) argument
/external/valgrind/main/coregrind/m_dispatch/
Ddispatch-ppc64-aix5.S64 .csect .text[PR]
74 .csect .text[PR]
81 .csect .text[PR]
566 .csect .text[PR]
Ddispatch-ppc32-aix5.S64 .csect .text[PR]
76 .csect .text[PR]
83 .csect .text[PR]
592 .csect .text[PR]
/external/clang/test/CodeGenCXX/
Dnested-base-member-access.cpp38 void PR() { in PR() function
51 n1.PR(); in main()
Dconstructor-init.cpp34 void PR() { in PR() function
59 n1.PR(); in main()
/external/icu4c/data/brkitr/
Dline_he.txt89 $PR = [:LineBreak = Prefix_Numeric:];
141 $PRcm = $PR $CM*;
175 $PR $CM+;
421 $CM+ $PR;
447 # [CANT_CM] <break> [CM] <break> [PR]
452 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
579 $CM* $ID $CM* $PR;
580 $CM* $ALPlus $CM* $PR;
585 ($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM…
595 $CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
[all …]
Dline_fi.txt88 $PR = [:LineBreak = Prefix_Numeric:];
139 $PRcm = $PR $CM*;
173 $PR $CM+;
420 $CM+ $PR;
446 # [CANT_CM] <break> [CM] <break> [PR]
451 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
581 $CM* $ID $CM* $PR;
582 $CM* $ALPlus $CM* $PR;
587 ($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM…
597 $CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
[all …]
Dline.txt87 $PR = [:LineBreak = Prefix_Numeric:];
137 $PRcm = $PR $CM*;
170 $PR $CM+;
413 $CM+ $PR;
439 # [CANT_CM] <break> [CM] <break> [PR]
444 [$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
571 $CM* $ID $CM* $PR;
572 $CM* $ALPlus $CM* $PR;
577 ($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM…
587 $CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
[all …]
/external/valgrind/main/coregrind/m_syswrap/
Dsyscall-ppc64-aix5.S83 .csect .text[PR]
90 .csect .text[PR]
Dsyscall-ppc32-aix5.S83 .csect .text[PR]
90 .csect .text[PR]
/external/clang/test/Analysis/
Dmisc-ps.m76 // Reduced test case from crash in PR 2796;
141 // - Tests a regression reported in PR 3211: http://llvm.org/bugs/show_bug.cgi?id=3211
171 // PR 3422
179 // PR 3543 (handle empty statement expressions)
214 // PR 3770
227 // PR 3772
241 // PR 3780 - This tests that StmtIterator isn't broken for VLAs in DeclGroups.
296 // PR 4033. A symbolic 'void *' pointer can be used as the address for a
490 // PR 4594 - This was a crash when handling casts in SimpleSValuator.
672 // PR 4988 - This test exhibits a case where a function can be referenced
[all …]
/external/icu4c/test/testdata/
DLineBreakTest.txt133 × 0023 ÷ 0024 ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3]
134 × 0023 × 0020 ÷ 0024 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ …
135 …4 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3]
136 …ER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3]
277 × 2014 ÷ 0024 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3]
278 × 2014 × 0020 ÷ 0024 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3]
279 … 0024 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3]
280 …EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3]
421 × 0009 ÷ 0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3]
422 …0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3]
[all …]
/external/opencv/cv/src/
Dcvfloodfill.cpp144 int k, YC, PL, PR, dir; in icvFloodFill_8u_CnIR() local
145 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_8u_CnIR()
151 {dir, PR + 1, R + _8_connectivity} in icvFloodFill_8u_CnIR()
276 int k, YC, PL, PR, dir; in icvFloodFill_32f_CnIR() local
277 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_32f_CnIR()
283 {dir, PR + 1, R + _8_connectivity} in icvFloodFill_32f_CnIR()
453 int k, YC, PL, PR, dir, curstep; in icvFloodFill_Grad_8u_CnIR() local
454 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_Grad_8u_CnIR()
460 {dir, PR + 1, R + _8_connectivity} in icvFloodFill_Grad_8u_CnIR()
759 int k, YC, PL, PR, dir, curstep; in icvFloodFill_Grad_32f_CnIR() local
[all …]
/external/clang/test/SemaCXX/
Daccess-control-check.cpp14 int PR() { return iP + PPR(); } // expected-error 2 {{private member of 'P'}} in PR() function in N
/external/llvm/test/Other/
D2007-06-05-PassID.ll2 ;PR 1497
/external/llvm/test/Transforms/Inline/
D2008-11-04-AlwaysInline.ll3 ; PR 2945
/external/llvm/test/Transforms/LoopDeletion/
D2007-07-23-InfiniteLoop.ll2 ; PR 1564
/external/oprofile/module/ia64/
DIA64entry.h31 .spillsp pr, PT(PR)+16+(off);
60 .spillsp pr, SW(PR)+16+(off))
/external/llvm/test/Assembler/
D2007-03-18-InvalidNumberedVar.ll1 ; PR 1258
/external/llvm/test/CodeGen/X86/
D2010-05-16-nosseconversion.ll2 ; PR 7135

12345678910