Home
last modified time | relevance | path

Searched refs:fe (Results 1 – 25 of 138) sorted by relevance

123456

/external/skia/forth/
DForthTests.cpp29 static void drop_test0(ForthWord* word, ForthEngine* fe, Reporter* reporter) { in drop_test0() argument
30 fe->push(-17); in drop_test0()
31 word->exec(fe); in drop_test0()
32 FORTH_ASSERT(reporter, 0 == fe->depth()); in drop_test0()
35 static void drop_test1(ForthWord* word, ForthEngine* fe, Reporter* reporter) { in drop_test1() argument
36 fe->push(-17); in drop_test1()
37 fe->push(93); in drop_test1()
38 word->exec(fe); in drop_test1()
39 FORTH_ASSERT(reporter, 1 == fe->depth()); in drop_test1()
40 FORTH_ASSERT(reporter, -17 == fe->peek(0)); in drop_test1()
[all …]
DStdWords.cpp15 virtual void exec(ForthEngine* fe)
22 (void)fe->pop(); in BEGIN_WORD()
26 fe->push(fe->peek(1)); in BEGIN_WORD()
30 fe->push(fe->top()); in BEGIN_WORD()
34 intptr_t a = fe->pop(); in BEGIN_WORD()
35 intptr_t b = fe->top(); in BEGIN_WORD()
36 fe->setTop(a); in BEGIN_WORD()
37 fe->push(b); in BEGIN_WORD()
41 intptr_t c = fe->pop(); in BEGIN_WORD()
42 intptr_t b = fe->pop(); in BEGIN_WORD()
[all …]
/external/valgrind/memcheck/tests/amd64/
Dfxsave-amd64.stdout.exp7 0 7f 03 00 08 fe 00 00 00 00 00 00 00 00 00 00 00
13 96 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
75 0 7f 03 00 08 fe 00 00 00 00 00 00 00 00 00 00 00
[all …]
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DFrameworkErrorListener.java37 public void frameworkEvent(FrameworkEvent fe) { in frameworkEvent() argument
38 if (fe.getType() == FrameworkEvent.ERROR) { in frameworkEvent()
39 errorList.add(fe); in frameworkEvent()
44 private void dump(FrameworkEvent fe) { in dump() argument
45 Throwable t = fe.getThrowable(); in dump()
50 …System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle(… in dump()
58 FrameworkEvent fe = (FrameworkEvent) errorList.get(i); in dumpAll() local
59 dump(fe); in dumpAll()
DCheckingBundleListener.java49 BundleEvent fe = (BundleEvent) eventList.get(i); in dumpAll() local
50 dump(fe); in dumpAll()
56 BundleEvent fe = (BundleEvent) eventList.get(i); in exists() local
57 Bundle b = fe.getBundle(); in exists()
/external/valgrind/memcheck/tests/x86/
Dfxsave.stdout.exp10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
16 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
78 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
84 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
/external/llvm/test/CodeGen/ARM/
Dtrap.ll33 ; ENCODING-NACL: f0 de fe e7
35 ; ENCODING-ALL: fe de ff e7
49 ; ENCODING-NACL: f0 de fe e7
51 ; ENCODING-ALL: fe de ff e7
/external/v8/src/base/platform/
Dcondition-variable.cc194 for (Event* fe = freelist_; fe != NULL; fe = fe->next_) {
195 DCHECK_NE(event, fe);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9IntegerConverter.java17 ECFieldElement fe) in getByteLength() argument
19 return (fe.getFieldSize() + 7) / 8; in getByteLength()
/external/valgrind/none/tests/ppc64/
Dlsw.stdout.exp1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
/external/valgrind/none/tests/ppc32/
Dlsw.stdout.exp1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
/external/skia/src/core/
DSkScan_AntiPath.cpp233 int fe = stop & MASK; in blitH() local
237 fb = fe - fb; in blitH()
239 fe = 0; in blitH()
249 n, coverage_to_partial_alpha(fe), in blitH()
563 int fe = stop & MASK; in blitH() local
570 add_aa_span(row, coverage_to_partial_alpha(fe - fb)); in blitH()
576 n, coverage_to_partial_alpha(fe), in blitH()
/external/toybox/toys/pending/
Dmodprobe.c292 FILE *fe = xfopen("modules.dep", "r"); in depmode_read_entry() local
294 while (read_line(fe, &line) > 0) { in depmode_read_entry()
311 fclose(fe); in depmode_read_entry()
320 FILE *fe = xfopen("modules.dep", "r"); in find_dep() local
322 for (; read_line(fe, &line) > 0; free(line)) { in find_dep()
348 fclose(fe); in find_dep()
/external/zlib/src/watcom/
Dwatcom_l.mak35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB)
38 $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
Dwatcom_f.mak35 $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
38 $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
/external/valgrind/VEX/orig_arm/
Dnanoarm7 . 0d c0 a0 e1 10 d8 2d e9 05 b0 4c e2 14 00 a0 e3 fe ff ff eb
Dnanoarm.orig19 . fe ff ff eb
/external/valgrind/VEX/
Dnanoarm.orig19 . fe ff ff eb
/external/tcpdump/tests/
Dbabel1v.out31 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:…
40 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:…
49 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:…
/external/pcre/dist/testdata/
Dtestoutput101977 \x{1111}\x{ae4c}\x{1169}\x{11fe}L, LV, V, T
1978 0: \x{1111}\x{ae4c}\x{1169}\x{11fe}
1980 \x{1111}\x{ad89}\x{11fe}L, LVT, T
1981 0: \x{1111}\x{ad89}\x{11fe}
1983 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
1984 0: \x{1111}\x{ad89}\x{11fe}\x{11fe}
1986 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
1987 0: \x{ad89}\x{11fe}\x{11fe}
1992 \x{1111}\x{11fe}L, T
1994 0+ \x{11fe}L, T
[all …]
Dtestinput101055 \x{1111}\x{ae4c}\x{1169}\x{11fe}L, LV, V, T
1056 \x{1111}\x{ad89}\x{11fe}L, LVT, T
1057 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
1058 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
1060 \x{1111}\x{11fe}L, T
1071 \x{11fe}\x{1111}T, L
1072 \x{11fe}\x{1169}T, V
1073 \x{11fe}\x{ae4c}T, LV
1074 \x{11fe}\x{ad89}T, LVT
Dtestoutput61421 \x{1111}\x{ae4c}\x{1169}\x{11fe}L, LV, V, T
1422 0: \x{1111}\x{ae4c}\x{1169}\x{11fe}
1424 \x{1111}\x{ad89}\x{11fe}L, LVT, T
1425 0: \x{1111}\x{ad89}\x{11fe}
1427 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
1428 0: \x{1111}\x{ad89}\x{11fe}\x{11fe}
1430 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
1431 0: \x{ad89}\x{11fe}\x{11fe}
1436 \x{1111}\x{11fe}L, T
1438 0+ \x{11fe}L, T
[all …]
Dtestinput6836 \x{1111}\x{ae4c}\x{1169}\x{11fe}L, LV, V, T
837 \x{1111}\x{ad89}\x{11fe}L, LVT, T
838 \x{1111}\x{ad89}\x{11fe}\x{11fe}L, LVT, T, T
839 \x{ad89}\x{11fe}\x{11fe}LVT, T, T
841 \x{1111}\x{11fe}L, T
852 \x{11fe}\x{1111}T, L
853 \x{11fe}\x{1169}T, V
854 \x{11fe}\x{ae4c}T, LV
855 \x{11fe}\x{ad89}T, LVT
/external/llvm/test/Transforms/Reassociate/
Dfast-basictest.ll38 @fe = external global float
59 store float %t2, float* @fe
80 store float %t2, float* @fe
101 store float %t2, float* @fe
/external/llvm/test/MC/ARM/
Dthumb1-relax-bcc.s11 @ CHECK-ELF: 7f f4 fe af bne.w #-4

123456