/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_HuffmanDecoder.cpp | 22 FX_DWORD nTmp; 23 if (m_pStream->read1Bit(&nTmp) == -1) 26 nVal = (nVal << 1) | nTmp; 33 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1) 38 *nResult = pTable->GetRANGELOW()[i] - nTmp; 40 *nResult = pTable->GetRANGELOW()[i] + nTmp;
|
JBig2_SddProc.cpp | 37 FX_DWORD nTmp; 57 nTmp = 0; 58 while ((FX_DWORD)(1 << nTmp) < (SDNUMINSYMS + SDNUMNEWSYMS)) { 59 nTmp++; 61 IAID.reset(new CJBig2_ArithIaidDecoder((uint8_t)nTmp)); 126 nTmp = 0; 127 while ((FX_DWORD)(1 << nTmp) < SBNUMSYMS) { 128 nTmp++; 130 SBSYMCODELEN = (uint8_t)nTmp; 306 FX_DWORD nTmp; [all...] |
JBig2_TrdProc.cpp | 30 FX_DWORD nTmp; 70 nTmp = 1; 71 while ((FX_DWORD)(1 << nTmp) < SBSTRIPS) { 72 nTmp++; 74 if (pStream->readNBits(nTmp, &nVal) != 0) 84 if (pStream->read1Bit(&nTmp) != 0) 87 nVal = (nVal << 1) | nTmp; 117 nTmp = pStream->getOffset(); 150 if ((FX_DWORD)nVal != (pStream->getOffset() - nTmp)) {
|
/external/boringssl/src/crypto/x509v3/ |
v3_info.c | 116 char objtmp[80], *ntmp; 125 ntmp = OPENSSL_malloc(nlen); 126 if(!ntmp) { 130 BUF_strlcpy(ntmp, objtmp, nlen); 131 BUF_strlcat(ntmp, " - ", nlen); 132 BUF_strlcat(ntmp, vtmp->name, nlen); 134 vtmp->name = ntmp;
|
v3_utl.c | 261 char *ntmp, *vtmp; local 273 ntmp = NULL; 282 ntmp = strip_spaces(q); 283 if(!ntmp) { 290 ntmp = strip_spaces(q); 293 printf("%s\n", ntmp); 295 if(!ntmp) { 299 X509V3_add_value(ntmp, NULL, &values); 309 printf("%s\n", ntmp); 315 X509V3_add_value(ntmp, vtmp, &values) [all...] |
v3_crld.c | 528 X509_NAME ntmp; local 529 ntmp.entries = dpn->name.relativename; 532 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE);
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
gsubr.go | 67 var ntmp gc.Node 68 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 70 gins(arm64.AMOVD, &n1, &ntmp) 71 gins(as, &ntmp, n2) 72 gc.Regfree(&ntmp) 100 var ntmp gc.Node 101 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 103 rawgins(arm64.AMOVD, &n1, &ntmp) 104 gcmp(as, n2, &ntmp) 105 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
gsubr.go | 64 var ntmp gc.Node 65 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 67 gins(arm64.AMOVD, &n1, &ntmp) 68 gins(as, &ntmp, n2) 69 gc.Regfree(&ntmp) 97 var ntmp gc.Node 98 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 100 rawgins(arm64.AMOVD, &n1, &ntmp) 101 gcmp(as, n2, &ntmp) 102 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
gsubr.go | 67 var ntmp gc.Node 68 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 70 gins(arm64.AMOVD, &n1, &ntmp) 71 gins(as, &ntmp, n2) 72 gc.Regfree(&ntmp) 100 var ntmp gc.Node 101 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 103 rawgins(arm64.AMOVD, &n1, &ntmp) 104 gcmp(as, n2, &ntmp) 105 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
gsubr.go | 64 var ntmp gc.Node 65 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 67 gins(arm64.AMOVD, &n1, &ntmp) 68 gins(as, &ntmp, n2) 69 gc.Regfree(&ntmp) 97 var ntmp gc.Node 98 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 100 rawgins(arm64.AMOVD, &n1, &ntmp) 101 gcmp(as, n2, &ntmp) 102 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
gsubr.go | 76 var ntmp gc.Node 77 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 79 rawgins(ppc64.AMOVD, &n1, &ntmp) 80 rawgins(as, &ntmp, n2) 81 gc.Regfree(&ntmp) 115 var ntmp gc.Node 116 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 118 rawgins(ppc64.AMOVD, &n1, &ntmp) 119 rawgins(as, n2, &ntmp) 120 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/ |
gsubr.go | 73 var ntmp gc.Node 74 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 76 rawgins(ppc64.AMOVD, &n1, &ntmp) 77 rawgins(as, &ntmp, n2) 78 gc.Regfree(&ntmp) 112 var ntmp gc.Node 113 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 115 rawgins(ppc64.AMOVD, &n1, &ntmp) 116 rawgins(as, n2, &ntmp) 117 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
gsubr.go | 76 var ntmp gc.Node 77 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 79 rawgins(ppc64.AMOVD, &n1, &ntmp) 80 rawgins(as, &ntmp, n2) 81 gc.Regfree(&ntmp) 115 var ntmp gc.Node 116 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 118 rawgins(ppc64.AMOVD, &n1, &ntmp) 119 rawgins(as, n2, &ntmp) 120 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/ |
gsubr.go | 73 var ntmp gc.Node 74 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 76 rawgins(ppc64.AMOVD, &n1, &ntmp) 77 rawgins(as, &ntmp, n2) 78 gc.Regfree(&ntmp) 112 var ntmp gc.Node 113 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 115 rawgins(ppc64.AMOVD, &n1, &ntmp) 116 rawgins(as, n2, &ntmp) 117 gc.Regfree(&ntmp) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ |
gsubr.go | 94 var ntmp gc.Node 95 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 97 gins(x86.AMOVQ, &n1, &ntmp) 98 gins(as, &ntmp, n2) 99 gc.Regfree(&ntmp)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/ |
gsubr.go | 91 var ntmp gc.Node 92 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 94 gins(x86.AMOVQ, &n1, &ntmp) 95 gins(as, &ntmp, n2) 96 gc.Regfree(&ntmp)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ |
gsubr.go | 94 var ntmp gc.Node 95 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 97 gins(x86.AMOVQ, &n1, &ntmp) 98 gins(as, &ntmp, n2) 99 gc.Regfree(&ntmp)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/ |
gsubr.go | 91 var ntmp gc.Node 92 gc.Regalloc(&ntmp, gc.Types[gc.TINT64], nil) 94 gins(x86.AMOVQ, &n1, &ntmp) 95 gins(as, &ntmp, n2) 96 gc.Regfree(&ntmp)
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
x86inc.asm | 719 %xdefine ntmp%2 nm%2 724 %xdefine nm%1 ntmp%2 726 %undef ntmp%2
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
x86inc.asm | 808 %xdefine ntmp%2 nm%2 813 %xdefine nm%1 ntmp%2 815 %undef ntmp%2
|
/external/opencv3/3rdparty/libtiff/ |
tif_dirwrite.c | [all...] |
/external/pdfium/third_party/libtiff/ |
tif_dirwrite.c | 828 uint32 nTmp; 846 nTmp = (uint32)o->tdir_count; 847 _TIFFmemcpy(n,&nTmp,4); 857 nTmp = (uint32)tif->tif_nextdiroff; 859 TIFFSwabLong(&nTmp); 860 _TIFFmemcpy(n,&nTmp,4); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
G722DecTest.c | 580 int nTmp = atoi(sArgv[2]); 581 if (validateSampRate (nTmp) == FALSE) { 584 *iSampRate = nTmp; [all...] |
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
xfa_fm2jscontext.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/ |
libgcov.a | 249 ? - ?% + [% ,T ,Q~ 9 ? Ntmp |