/external/valgrind/main/auxprogs/ |
D | ppc64shifts.c | 8 #define INSN_SRADI(nnn) \ argument 9 void do_sradi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer ) \ 15 "sradi %0,%2, " #nnn "\n\t" \ 160 #define INSN_SRAWI(nnn) \ argument 161 void do_srawi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer ) \ 167 "srawi %0,%2, " #nnn "\n\t" \
|
/external/valgrind/main/include/ |
D | pub_tool_libcprint.h | 68 #define OINK(nnn) VG_(message)(Vg_DebugMsg, "OINK %d\n",nnn) argument
|
/external/llvm/utils/TableGen/ |
D | X86ModRMFilters.h | 156 ExtendedFilter(bool r, uint8_t nnn) : in ExtendedFilter() argument 159 NNN(nnn) { in ExtendedFilter()
|
/external/bzip2/ |
D | decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ argument 46 if (s->bsLive >= nnn) { \ 49 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 50 s->bsLive -= nnn; \
|
D | bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
|
/external/llvm/test/Assembler/ |
D | unnamed.ll | 49 define x86_fp80* @nnn() {
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_helpers.c | 1134 UInt nnn = isU32(cond, X86CondBE) ? 1 : 0; in guest_x86_spechelper() local 1149 mkU32(nnn) in guest_x86_spechelper() 1158 UInt nnn = isU32(cond, X86CondB) ? 1 : 0; in guest_x86_spechelper() local 1169 mkU32(nnn) in guest_x86_spechelper() 1178 UInt nnn = isU32(cond, X86CondZ) ? 1 : 0; in guest_x86_spechelper() local 1189 mkU32(nnn) in guest_x86_spechelper() 1198 UInt nnn = isU32(cond, X86CondP) ? 1 : 0; in guest_x86_spechelper() local 1209 mkU32(nnn) in guest_x86_spechelper()
|
D | guest_amd64_helpers.c | 1280 ULong nnn = isU64(cond, AMD64CondBE) ? 1 : 0; in guest_amd64_spechelper() local 1295 mkU64(nnn) in guest_amd64_spechelper() 1321 UInt nnn = isU64(cond, AMD64CondZ) ? 1 : 0; in guest_amd64_spechelper() local 1332 mkU64(nnn) in guest_amd64_spechelper()
|
/external/iptables/utils/ |
D | pf.os | 108 # that divide by nnn - '%nnn'. 114 # wwww - window size (can be *, %nnn, Snn or Tnn). The special values 141 # Wnnn - window scaling option, value nnn (or * or %nnn) 142 # Mnnn - maximum segment size option, value nnn (or * or %nnn)
|
/external/stlport/src/ |
D | num_put_float.cpp | 560 int nnn = decpt; in __format_float_fixed() local 562 buf += (nnn <= 0 || *bp == 0) ? '0' : *bp++; in __format_float_fixed() 563 } while ( --nnn > 0 ); in __format_float_fixed()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.pod | 307 contains C<#1/nnn> where C<nnn> provides the length of the name and the C<#1/> 308 is literal. In this case, the actual name of the file is provided in the C<nnn>
|
/external/valgrind/main/VEX/switchback/ |
D | test_bzip2.c | 468 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument 1378 #define GET_BITS(lll,vvv,nnn) \ argument 1381 if (s->bsLive >= nnn) { \ 1384 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 1385 s->bsLive -= nnn; \
|
/external/valgrind/main/perf/ |
D | bz2.c | 484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument 1393 #define GET_BITS(lll,vvv,nnn) \ argument 1396 if (s->bsLive >= nnn) { \ 1399 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 1400 s->bsLive -= nnn; \
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.c | 491 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument 1402 #define GET_BITS(lll,vvv,nnn) \ argument 1405 if (s->bsLive >= nnn) { \ 1408 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 1409 s->bsLive -= nnn; \
|
/external/valgrind/main/memcheck/tests/ |
D | origin5-bz2.c | 484 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument 1393 #define GET_BITS(lll,vvv,nnn) \ argument 1396 if (s->bsLive >= nnn) { \ 1399 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 1400 s->bsLive -= nnn; \
|
D | varinfo6.c | 522 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument 1431 #define GET_BITS(lll,vvv,nnn) \ argument 1434 if (s->bsLive >= nnn) { \ 1437 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 1438 s->bsLive -= nnn; \
|
/external/icu4c/test/testdata/ |
D | rbbitst.txt | 19 # <nnn> Break position, status == nnn
|