HomeSort by relevance Sort by last modified time
    Searched refs:paste (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
072-token-pasting-same-line.c 1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
059-token-pasting-integer.c 1 #define paste(x,y) x ## y macro
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)
058-token-pasting-empty-arguments.c 1 #define paste(x,y) x ## y macro
2 paste(a,b)
3 paste(a,)
4 paste(,b)
5 paste(,)
040-token-pasting.c 1 #define paste(a,b) a ## b macro
2 paste(one , token)
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
paste_unaligned.c 9 * Calls to paste which are not 128-byte aligned should be caught
34 paste(cacheline_buf+1);
  /external/linux-kselftest/tools/testing/selftests/powerpc/context_switch/
cp_abort.c 12 * This program tests the copy paste abort functionality of a P9
15 * executes paste.
17 * The paste instruction should never succeed, as the cp_abort
35 /* This defines the "paste" instruction from Power ISA 3.0 Book II, section 4.4. */
36 #define PASTE(RA, RB, L, RC) \
39 int paste(void *i) function
43 asm volatile(str(PASTE(0, %1, 1, 1))";"
78 * to leak into a paste.
93 /* A paste succeeds if CR0 EQ bit is set */
94 FAIL_IF(paste(buf) & 0x20000000)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.sh 81 paste -d ' ' -- "$STEM".offsets "$STEM".insns "$STEM".bytes
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
instructions.h 32 /* This defines the "paste" instruction from Power ISA 3.0 Book II, section 4.4. */
35 #define PASTE(RA, RB, L, RC) \
38 static inline int paste(void *i) function
42 asm volatile(str(PASTE(0, %1, 0, 0))";"
55 asm volatile(str(PASTE(0, %1, 1, 1))";"
  /external/pdfium/third_party/freetype/
roll-freetype.sh 11 REVIEWERS=`paste -s -d, third_party/freetype/OWNERS`
  /external/skia/tools/lua/
ngrams.lua 8 -- To run on Cluster Telemetry, copy and paste the contents of this file into
10 -- and paste the contents of ngrams_aggregate.lua into the "aggregator script"
  /external/skqp/tools/lua/
ngrams.lua 8 -- To run on Cluster Telemetry, copy and paste the contents of this file into
10 -- and paste the contents of ngrams_aggregate.lua into the "aggregator script"
  /external/honggfuzz/tools/
createStackBlacklist.sh 23 declare -a sysTools=("perl" "cut" "sort" "paste" "wc" "tr" "cat")
154 paste -d" " - $tmpFile | sort -nu | cut -d" " -f 2- \
  /external/llvm/lib/TableGen/
TGLexer.h 43 paste, // # enumerator in enum:llvm::tgtok::TokKind
TGLexer.cpp 115 case '#': return tgtok::paste;
141 // an identifier. This can happen with paste operations like
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.h 43 paste, // # enumerator in enum:llvm::tgtok::TokKind
TGLexer.cpp 117 case '#': return tgtok::paste;
143 // an identifier. This can happen with paste operations like
  /external/curl/tests/
objnames-test08.sh 190 paste $list_obj $list_c | sort > $list_obj_c
objnames-test10.sh 190 paste $list_obj $list_c | sort > $list_obj_c
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 89 <! bug: can't use <@super.members()> cut-n-paste instead !>
106 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 88 <! bug: can't use <@super.members()> cut-n-paste instead !>
105 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 87 <! bug: can't use <@super.members()> cut-n-paste instead !>
102 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 18 "Typing", "Cut", "Paste", "Clear", "Font Change", "Color Change", "Size Change",
195 self.pasteitem = MenuItem(m, "Paste", "V", self.paste)
343 def paste(self, *args): member in class:Mlted
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 203 self.pasteitem = MenuItem(m, "Paste", "V", self.paste)
332 def paste(self, *args): member in class:Ped
  /external/syzkaller/docs/
headerparser_usage.md 34 You can copy paste the content underneath the `Structure Metadata` over to your syzkaller device description.
  /build/soong/ui/build/paths/
config.go 150 "paste": LinuxOnlyPrebuilt,

Completed in 402 milliseconds

1 2 3