HomeSort by relevance Sort by last modified time
    Searched refs:pe (Results 76 - 100 of 601) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
local_label_coff.d 5 #not-skip: *-unknown-pe *-epoc-pe *-*-*coff
arm-it.d 3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
bignum1.d 5 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
fp-save.d 3 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-riscix*
local_function.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
msr-imm-bad.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
msr-reg-bad.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
nomapping.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
pr9722.d 1 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
t2-branch-global.d 3 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
target-reloc-1.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
v4bx.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
vcvt-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
branch.s 10 jp pe,0x8405
30 call pe,0x8405
42 ret pe
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
fill.d 6 #xfail: ia64-*-* alpha-*-*ecoff m32c-*-* mips*-*-* sh-*-pe sparc*-*-coff
8 #xfail: x86_64-*-pe* x86_64-*-mingw* x86_64-*-cygwin z8k-*-*
15 # sh-pe pads out code sections to 16 bytes
20 # x86_64-pe aligns to 16 bytes
  /external/icu/icu4c/source/common/
ucase.cpp 141 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
142 uint16_t excWord=*pe++;
144 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
158 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
159 uint16_t excWord=*pe++;
161 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c);
175 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
176 uint16_t excWord=*pe++;
185 GET_SLOT_VALUE(excWord, idx, pe, c);
244 const uint16_t *pe0, *pe=GET_EXCEPTIONS(csp, props) local
450 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
813 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
957 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
1103 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
1167 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
    [all...]
  /external/aac/libAACenc/src/
line_pe.h 104 INT sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
107 INT pe; /* sum of sfbPe */ member in struct:__anon5393
114 INT pe; member in struct:__anon5394
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
line_pe.h 34 Word16 sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
37 Word16 pe; /* sum of sfbPe */ member in struct:__anon27595
45 Word16 pe; member in struct:__anon27596
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
ret-cc.s 8 ret pe
26 ret ov/pe
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS7.java 117 ParsingException pe = new ParsingException( local
119 pe.initCause(ioe1);
120 throw pe;
141 ParsingException pe = new ParsingException( local
143 pe.initCause(ioe);
144 pe.addSuppressed(ioe1);
145 throw pe;
235 ParsingException pe = new ParsingException(ce.getMessage()); local
236 pe.initCause(ce);
237 throw pe;
239 ParsingException pe = new ParsingException(ioe.getMessage()); local
268 ParsingException pe = local
316 ParsingException pe = new ParsingException(ce.getMessage()); local
320 ParsingException pe = new ParsingException(ioe.getMessage()); local
353 ParsingException pe = local
431 ParsingException pe = new ParsingException(ce.getMessage()); local
435 ParsingException pe = new ParsingException(ioe.getMessage()); local
    [all...]
  /external/toybox/toys/pending/
fdisk.c 207 struct part_entry *pe; local
212 pe = &partitions[i];
213 px = pe->part;
215 first[i] = swap_le32toh(px->start4) + pe->start_offset;
303 struct part_entry *pe = &partitions[i]; local
304 pe->part = part_offset(MBRbuf, i);
305 pe->start_offset = 0;
306 pe->sec_buffer = MBRbuf;
307 pe->modified = change;
576 struct part_entry *pe = &partitions[i] local
662 struct part_entry *pe; local
883 struct part_entry *pe = &partitions[i]; local
918 struct part_entry *pe = &partitions[idx]; local
980 struct part_entry *pe; local
1043 struct part_entry *pe; local
1086 struct part_entry *pe; local
1148 struct part_entry *pe = &partitions[idx]; local
1175 struct part_entry *pe; local
1191 struct part_entry *pe; local
1222 struct part_entry *pe; local
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-text.rl 100 const char *p = buf, *pe = buf + buf_len;
105 while (p < pe && ISSPACE (*p))
107 if (p < pe && *p == (buffer->len ? '|' : '['))
112 const char *eof = pe, *tok = NULL;
123 return p == pe && *(p-1) != ']';
  /external/v8/test/mjsunit/regress/
regress-crbug-272564.js 39 function pe(a, b, c) { function
46 pe(a, b, 0);
47 pe(a, b, 0);
48 %OptimizeFunctionOnNextCall(pe);
49 pe(a, b, 0);
  /external/skia/src/gpu/
GrStrokeInfo.h 91 bool setDashInfo(const SkPathEffect* pe) {
92 if (pe && !this->isFillStyle()) {
94 fDashType = pe->asADash(&dashInfo);
98 pe->asADash(&dashInfo);
181 const SkPathEffect* pe = paint.getPathEffect(); local
182 this->setDashInfo(pe);
  /libcore/ojluni/src/main/java/sun/net/
ProgressMonitor.java 129 ProgressEvent pe = new ProgressEvent(pi, pi.getURL(), pi.getMethod(), pi.getContentType(), pi.getState(), pi.getProgress(), pi.getExpected()); local
130 pl.progressStart(pe);
166 ProgressEvent pe = new ProgressEvent(pi, pi.getURL(), pi.getMethod(), pi.getContentType(), pi.getState(), pi.getProgress(), pi.getExpected()); local
167 pl.progressFinish(pe);
198 ProgressEvent pe = new ProgressEvent(pi, pi.getURL(), pi.getMethod(), pi.getContentType(), pi.getState(), pi.getProgress(), pi.getExpected()); local
199 pl.progressUpdate(pe);

Completed in 1727 milliseconds

1 2 34 5 6 7 8 91011>>