HomeSort by relevance Sort by last modified time
    Searched defs:PS (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CodeGen/
debug-info-crash.c 27 } PS;
30 PS p2;
  /external/clang/docs/tools/
Makefile 23 DST_PS_DIR=ps/
27 all:: html man ps
30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
57 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD))
62 INSTALL_TARGETS := install-html install-man install-ps
66 .SUFFIXES: .html .pod .1 .ps
75 $(DST_PS_DIR)%.ps: $(DST_MAN_DIR)%.1 $(DST_PS_DIR)/.dir
81 ps: $(PS)
    [all...]
  /external/llvm/docs/CommandGuide/
Makefile 19 DST_PS_DIR=ps/
22 all:: html man ps
25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
49 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD))
58 .SUFFIXES: .html .pod .1 .ps
67 $(DST_PS_DIR)%.ps: $(DST_MAN_DIR)%.1 $(DST_PS_DIR)/.dir
73 ps: $(PS)
78 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
    [all...]
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 9 typedef S* PS;
29 S* ps = &s; local
30 PS ps2 = &s;
39 memset(ps, 0, sizeof(ps)); // \
45 memset(ps2, 0, sizeof(PS)); // \
55 memmove(ps, 0, sizeof(ps)); // \
57 memcmp(ps, 0, sizeof(ps)); // \
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 176 #define PS 16
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltps
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
sse_memory.c 176 #define PS 16
180 TEST_INSN( &AllMask, PS,addps)
182 TEST_INSN( &AllMask, PS,andnps)
183 TEST_INSN( &AllMask, PS,andps)
184 TEST_INSN( &AllMask, PS,cmpeqps)
186 TEST_INSN( &AllMask, PS,cmpleps)
188 TEST_INSN( &AllMask, PS,cmpltps)
190 TEST_INSN( &AllMask, PS,cmpneqps)
192 TEST_INSN( &AllMask, PS,cmpnleps)
194 TEST_INSN( &AllMask, PS,cmpnltps
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
ExtraPackageTest.java 29 private static final char PS = File.pathSeparatorChar;
58 "path1.jar" + PS + "dir2/jar 2.jar" + PS + "dir/3/path");
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/v8/src/mips/
constants-mips.h 317 PS = ((2 << 3) + 6) << 21,
364 // COP1 Encoding of Function Field When rs=PS.

Completed in 423 milliseconds