/external/libxml2/ |
xmlregexp.c | 4200 int nb = 0; local 4401 int nb = 5; local [all...] |
/art/runtime/hprof/ |
hprof.cc | 219 int nb = fwrite(headBuf, 1, sizeof(headBuf), fp_); local 220 if (nb != sizeof(headBuf)) { 223 nb = fwrite(body_, 1, length_, fp_); 224 if (nb != static_cast<int>(length_)) { [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 149 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7"; 322 lfd $nb,`$FRAME+40`($sp) 338 fcfid $nb,$nb 388 fmadd $T1b,$N1,$nb,$T1b 390 fmadd $T2b,$N2,$nb,$T2b 392 fmadd $T3b,$N3,$nb,$T3b 394 fmadd $T0b,$N0,$nb,$T0b 514 fmadd $T1b,$N1,$nb,$T1b 517 fmadd $T2b,$N2,$nb,$T2 [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainPatch.java | 325 VertexBuffer NB = mesh.getBuffer(Type.Normal);
328 BufferUtils.setInBuffer(normal, (FloatBuffer)NB.getData(), index);
331 NB.setUpdateNeeded();
582 FloatBuffer nb = (FloatBuffer)this.getMesh().getBuffer(Type.Normal).getData();
local 584 normal.x = nb.get(index);
585 normal.y = nb.get(index+1);
586 normal.z = nb.get(index+2);
[all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_block.h | 252 const int16_t *scan, *nb; member in struct:rdcost_block_args
|
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 149 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7"; 322 lfd $nb,`$FRAME+40`($sp) 338 fcfid $nb,$nb 388 fmadd $T1b,$N1,$nb,$T1b 390 fmadd $T2b,$N2,$nb,$T2b 392 fmadd $T3b,$N3,$nb,$T3b 394 fmadd $T0b,$N0,$nb,$T0b 514 fmadd $T1b,$N1,$nb,$T1b 517 fmadd $T2b,$N2,$nb,$T2 [all...] |
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 31 total_in: LongInt; (* total nb of input bytes read so far *) 35 total_out: LongInt; (* total nb of bytes output so far *)
|
/external/mksh/src/ |
edit.c | 1114 x_nb2nc(size_t nb) 1119 for (cp = xcp; cp < (xcp + nb); ++nc) 1420 size_t i, nb, nw; local 1518 size_t nb = 0; local [all...] |
/bootable/recovery/edify/ |
expr.c | 365 const char* nb = ((const NamedFunction*)b)->name; local 366 return strcmp(na, nb);
|
/external/chromium_org/third_party/icu/source/data/coll/ |
collocal.mk | 83 nb.txt nn.txt\
|
/external/chromium_org/third_party/icu/source/data/lang/ |
resfiles.mk | 67 nb.txt nd.txt ne.txt nl.txt nl_BE.txt\
|
/external/chromium_org/third_party/icu/source/data/region/ |
resfiles.mk | 66 mt.txt my.txt naq.txt nb.txt nd.txt\
|
/external/chromium_org/third_party/icu/source/data/zone/ |
resfiles.mk | 67 my.txt naq.txt nb.txt nd.txt ne.txt\
|
/external/javassist/src/main/javassist/bytecode/ |
SignatureAttribute.java | 294 TypeParameter(String sig, int nb, int ne, ObjectType sc, ObjectType[] si) { 295 name = sig.substring(nb, ne);
|
/external/kernel-headers/original/linux/ |
netdevice.h | 587 extern int register_netdevice_notifier(struct notifier_block *nb); 588 extern int unregister_netdevice_notifier(struct notifier_block *nb);
|
usb.h | [all...] |
/external/speex/libspeex/ |
lsp.c | 219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack) 223 /* int nb number of sub-intervals (4) */ 358 for(k=0;k<=nb;k++){
|
/external/stlport/test/unit/ |
set_test.cpp | 101 size_t nb = s.erase(1); local 102 CPPUNIT_ASSERT(nb == 0);
|
/ndk/tests/device/test-gnustl-full/unit/ |
set_test.cpp | 101 size_t nb = s.erase(1); local 102 CPPUNIT_ASSERT(nb == 0);
|
/ndk/tests/device/test-stlport/unit/ |
set_test.cpp | 101 size_t nb = s.erase(1); local 102 CPPUNIT_ASSERT(nb == 0);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 782 self.assertEqual(('user', 'a\nb'),urllib.splitpasswd('user:a\nb')) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 782 self.assertEqual(('user', 'a\nb'),urllib.splitpasswd('user:a\nb')) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
code.c | 595 unsigned int nf = fg->go.nSpans, nb = bg->go.nSpans; local 597 /* NB: we assume both spans are for same range */ 607 ++x; ++f; --nf; ++b; --nb; 608 if(nf == 0 && nb == 0) 629 ++x; ++b; --nb;
|
/external/chromium_org/tools/resources/ |
optimize-png-files.sh | 179 optipng -q -nb -nc -zw$i -zc1-9 -zm1-9 -zs0-3 -f0-5 $file
|
/external/chromium_org/third_party/libxml/src/ |
hash.c | 830 int i, nb; local 846 nb = table->nbElems; 850 if (nb != table->nbElems) {
|