/external/qemu/ |
arm-semi.c | 168 #define ARG(n) \ 193 if (!(s = lock_user_string(ARG(0)))) 196 if (ARG(1) >= 12) 199 if (ARG(1) < 4) 205 gdb_do_syscall(arm_semi_cb, "open,%s,%x,1a4", ARG(0), 206 (int)ARG(2)+1, gdb_open_modeflags[ARG(1)]); 209 ret = set_swi_errno(ts, open(s, open_modeflags[ARG(1)], 0644)); 211 unlock_user(s, ARG(0), 0); 215 gdb_do_syscall(arm_semi_cb, "close,%x", ARG(0)) [all...] |
/external/bzip2/ |
bzdiff | 24 for ARG 26 case "$ARG" in 27 -*) OPTIONS="$OPTIONS $ARG";; 28 *) if test -f "$ARG"; then 29 FILES="$FILES $ARG" 31 echo "${prog}: $ARG not found or not a regular file"
|
/external/eigen/bench/ |
basicbenchmark.cpp | 15 #define _GENERATE_HEADER(R,ARG,EL) << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_HEAD(EL)) << "-" \ 23 #define _RUN_BENCH(R,ARG,EL) \ 24 std::cout << ARG( \
|
/external/clang/ |
gen_diff.sh | 35 for ARG; do 41 BASE_LLVM_DIR=$ARG
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Debug.h | 48 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \ 49 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG)) 52 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG) 53 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG) 55 #define OMX_DPRINT(HANDLE, STR, ARG...) 56 #define OMX_TPRINT(HANDLE, STR, ARG...) 69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, ##arg)) [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Debug.h | 73 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \ 74 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG)) 77 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG) 78 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG) 80 #define OMX_DPRINT(HANDLE, STR, ARG...) 81 #define OMX_TPRINT(HANDLE, STR, ARG...) 94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, ##arg)) [all...] |
/external/clang/test/Preprocessor/ |
macro_paste_bad.c | 29 #define XX BL ## ARG
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreePatternLexer.cs | 41 public const int ARG = 4; 58 /** <summary>Set when token type is ID or ARG (name mimics Java's StreamTokenizer)</summary> */ 121 return ARG;
|
TreePatternParser.cs | 122 // "ID" or "ID[arg]" 132 // check for arg 133 string arg = null; 134 if (ttype == TreePatternLexer.ARG) { 135 arg = tokenizer.sval.ToString(); 136 text = arg; 150 if (arg != null && node2.GetType() == typeof(TreeWizard.TreePattern)) {
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreePatternLexer.java | 35 public static final int ARG = 4; 52 /** Set when token type is ID or ARG (name mimics Java's StreamTokenizer) */ 117 return ARG;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.h | 21 #define ARG 4
|
FuzzyLexer.h | 35 #define ARG 12
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
FuzzyLexer.h | 35 #define ARG 12
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
filter-mode.rb | 61 ARG : TYPE WS ID 129 : TYPE WS name=ID WS? '(' ( ARG WS? (',' WS? ARG WS?)* )? ')' WS? 195 ARG : TYPE WS ID
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRv3Tree.g | 88 : ^( RULE ID modifier? (^(ARG ARG_ACTION))? (^(RET ARG_ACTION))? 258 : ^(ARG ID ACTION)
|
ANTLRTreePrinter.g | 235 ^(ARG (arg=ARG_ACTION {out("["+$arg.text+"]");} )? ) 256 ^(ARG (arg=ARG_ACTION {out("["+$arg.text+"]");} )? ) 363 ( ^( ARG arg=ID {out($arg.text+"=");}
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
OMX_G729Enc_Utils.h | 126 #define G729ENC_DPRINT(STR, ARG...) G729ENC_Log(__FILE__, __LINE__, __FUNCTION__, STR, ##ARG) 146 #define OMX_EPRINT(STR, ARG...) G729ENC_eprint(__LINE__, __FUNCTION__, STR, ##ARG) 169 #define G729ENC_DPRINT(STR, ARG...) printf() 177 #define G729ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
OMX_Mp3Dec_Utils.h | 144 #define MP3DEC_DPRINT(STR, ARG...) printf() 149 #define MP3DEC_EPRINT(STR, ARG...) printf() 155 #define MP3DEC_MEMPRINT(STR, ARG...) printf() 160 #define MP3DEC_STATEPRINT(STR, ARG...) printf() 166 #define MP3DEC_BUFPRINT(STR, ARG...) printf() 171 #define MP3DEC_MEMPRINT(STR, ARG...) printf() 882 * @param arg This has other needed arguments supplied by LCML like handles [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 180 tokens { ARG; } 181 r: ^(OP a=ID b=ID) -> ^(OP ^(ARG ID) ^(ARG ID)); 193 output.should == '(+ (ARG a) (ARG b))'
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 103 { ARG, "arg", "arg" },
|
/external/libnl-headers/ |
netlink-local.h | 73 #define NL_DBG(LVL,FMT,ARG...) \ 76 fprintf(stderr, "DBG<" #LVL ">: " FMT, ##ARG); \
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
OMX_G722Enc_Utils.h | 200 #define G722ENC_DPRINT(STR, ARG...) printf() 210 #define G722ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
libc-lock.h | 386 void (*routine) (void *), void *arg); 390 void (*routine) (void *), void *arg); 395 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ 402 ARG)); \ 405 _buffer.__arg = (ARG); \ 435 #define __libc_cleanup_push(fct, arg) \ 439 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 386 void (*routine) (void *), void *arg); 390 void (*routine) (void *), void *arg); 395 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ 402 ARG)); \ 405 _buffer.__arg = (ARG); \ 435 #define __libc_cleanup_push(fct, arg) \ 439 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 386 void (*routine) (void *), void *arg); 390 void (*routine) (void *), void *arg); 395 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ 402 ARG)); \ 405 _buffer.__arg = (ARG); \ 435 #define __libc_cleanup_push(fct, arg) \ 439 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
|