Searched refs:nb (Results 76 - 100 of 117) sorted by relevance

12345

/external/libxml2/
H A Dhash.c866 int i, nb; local
882 nb = table->nbElems;
886 if (nb != table->nbElems) {
H A Dxmllint.c2467 int nb, i; local
2474 nb = xmlValidGetValidElements(node->last, NULL, list, 256);
2475 if (nb < 0) {
2477 } else if (nb == 0) {
2481 nb);
2482 for (i = 0;i < nb;i++) {
/external/chromium/net/socket/
H A Dssl_client_socket_nss.cc1802 int nb = memio_GetReadParams(nss_bufs_, &buf); local
1803 EnterFunction(nb);
1805 if (!nb) {
1809 recv_buffer_ = new IOBuffer(nb);
1810 rv = transport_->socket()->Read(recv_buffer_, nb, &buffer_recv_callback_);
/external/mksh/src/
H A Dedit.c1342 int i, nb, nw; local
1360 nb = cp - xcp;
1364 if (xcp + nb > xmp)
1367 xmp -= nb;
1373 x_push(nb);
1375 xep -= nb;
1377 memmove(xcp, xcp + nb, xep - xcp + 1);
1440 int nc = 0, nb = 0; local
1450 nb++;
1454 nb
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDecimalFormatTest.java311 Number nb = df.parse("" + Long.MIN_VALUE, pos);
312 assertTrue(nb instanceof Long);
319 nb = df.parse("" + Long.MAX_VALUE, pos);
320 assertTrue(nb instanceof Long);
328 nb = df.parse("invalid", pos);
329 assertNull(nb);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DLODGeomap.java87 FloatBuffer nb = writeNormalArray(null, scale);
91 writeTangentArray(nb, tanb, bb, texb, scale);
95 m.setBuffer(Type.Normal, 3, nb);
/external/libvorbis/lib/
H A Dfloor1.c426 int xa=0,ya=0,x2a=0,y2a=0,xya=0,na=0, xb=0,yb=0,x2b=0,y2b=0,xyb=0,nb=0; local
449 nb++;
466 a->bn=nb;
/external/openssl/crypto/bn/
H A Dbn_lcl.h479 void bn_mul_normal(BN_ULONG *r,BN_ULONG *a,int na,BN_ULONG *b,int nb);
/external/qemu/target-i386/
H A Dhelper.c659 int eflags, i, nb; local
828 nb = 16;
830 nb = 8;
831 for(i=0;i<nb;i++) {
/external/zlib/src/contrib/delphi/
H A DZLib.pas26 total_in: Longint; // total nb of input bytes read so far
30 total_out: Longint; // total nb of bytes output so far
/external/icu4c/data/coll/
H A Dcolfiles.mk102 mr.txt mt.txt my.txt nb.txt nn.txt\
/external/icu4c/data/curr/
H A Dresfiles.mk81 mt.txt mua.txt my.txt naq.txt nb.txt\
/external/icu4c/data/lang/
H A Dresfiles.mk73 mt.txt mua.txt my.txt naq.txt nb.txt\
/external/icu4c/data/region/
H A Dresfiles.mk73 naq.txt nb.txt nd.txt ne.txt nl.txt\
/external/icu4c/data/zone/
H A Dresfiles.mk75 my.txt naq.txt nb.txt nd.txt ne.txt\
/external/kernel-headers/original/linux/
H A Dfb.h576 extern int fb_register_client(struct notifier_block *nb);
577 extern int fb_unregister_client(struct notifier_block *nb);
/external/dropbear/libtommath/mtest/
H A Dmpi.c135 void *s_mp_alloc(size_t nb, size_t ni); /* general allocator */
156 #define s_mp_alloc(nb, ni) calloc(nb, ni)
2743 /* {{{ s_mp_alloc(nb, ni) */
2746 /* Allocate ni records of nb bytes each, and return a pointer to that */
2747 void *s_mp_alloc(size_t nb, size_t ni) argument
2749 return calloc(nb, ni);
/external/qemu/audio/
H A Daudio.c1784 static void audio_pp_nb_voices (const char *typ, int nb) argument
1786 switch (nb) {
1797 printf ("Theoretically supports upto %d %s voices\n", nb, typ);
/external/icu4c/data/locales/
H A Dresfiles.mk110 naq.txt naq_NA.txt nb.txt nb_NO.txt nd.txt\
/external/skia/src/core/
H A DSkGeometry.cpp182 int nb = B.shiftToMake32(); local
185 int shift = SkMax32(na, SkMax32(nb, nc));
/external/stlport/test/unit/
H A Dstring_test.cpp505 string::size_type pos = 0, nb = 2; local
506 str1.insert(pos, nb, '1');
/external/libppp/src/
H A Dcommand.c1131 command_Expand_Interpret(char *buff, int nb, char *argv[MAXARGS], int offset) argument
1139 return command_Interpret(buff, nb, argv);
1143 command_Interpret(char *buff, int nb, char *argv[MAXARGS]) argument
1147 if (nb > 0) {
1216 command_Decode(struct bundle *bundle, char *buff, int nb, struct prompt *prompt, argument
1222 if ((argc = command_Expand_Interpret(buff, nb, argv, 0)) < 0)
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c4746 HB_UShort n, nb, ni, nl, m, count; local
4775 for ( nb = 0; nb < backtrack_count; nb++ )
4786 ( error = _HB_OPEN_Load_Coverage( &b[nb], stream ) ) != HB_Err_Ok )
4901 for ( m = 0; m < nb; m++ )
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c1444 Int32 nb, na, mid; local
1445 nb = 0;
1448 mid = (nb + na) >> 1;
1449 if (indx >= cftab[mid]) nb = mid; else na = mid;
1451 while (na - nb != 1);
1452 return nb;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c1468 Int32 nb, na, mid; local
1469 nb = 0;
1472 mid = (nb + na) >> 1;
1473 if (indx >= cftab[mid]) nb = mid; else na = mid;
1475 while (na - nb != 1);
1476 return nb;

Completed in 2347 milliseconds

12345