HomeSort by relevance Sort by last modified time
    Searched refs:nb (Results 126 - 150 of 298) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/kernel-headers/original/linux/
netlink.h 194 extern int netlink_register_notifier(struct notifier_block *nb);
195 extern int netlink_unregister_notifier(struct notifier_block *nb);
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";
216 ldda [%sp+$bias+$frame+4]%asi,$nb
226 fxtod $nb,$nb
235 fmuld $nlo,$nb,$nlob
247 fmuld $nhi,$nb,$nhib
296 fmuld $nlo,$nb,$nlob
330 fmuld $nhi,$nb,$nhib
384 fmuld $nlo,$nb,$nlob
411 fmuld $nhi,$nb,$nhi
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 740 streamoff nb = 1; local
744 CPPUNIT_ASSERT( (nb << 1) > nb );
745 nb <<= 1;
747 CPPUNIT_ASSERT( nb * CHECK_BIG_FILE >= nb );
748 nb *= CHECK_BIG_FILE;
752 for (streamoff index = 0; index < nb; ++index) {
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Utils.c 109 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb)
113 for (i=0; i<nb; i++)
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 758 streamoff nb = 1; local
762 CPPUNIT_ASSERT( (nb << 1) > nb );
763 nb <<= 1;
765 CPPUNIT_ASSERT( nb * CHECK_BIG_FILE >= nb );
766 nb *= CHECK_BIG_FILE;
770 for (streamoff index = 0; index < nb; ++index) {
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 758 streamoff nb = 1; local
762 CPPUNIT_ASSERT( (nb << 1) > nb );
763 nb <<= 1;
765 CPPUNIT_ASSERT( nb * CHECK_BIG_FILE >= nb );
766 nb *= CHECK_BIG_FILE;
770 for (streamoff index = 0; index < nb; ++index) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 1884 int nb, i,j; local
2008 int nb = 0, max = 0, i, j; local
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 1884 int nb, i,j; local
2008 int nb = 0, max = 0, i, j; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 105 const int16_t *nb,
110 pt = get_coef_context(nb, token_cache, idx + 1);
136 const int16_t *scan, *nb; local
145 get_scan(xd, tx_size, type, block, &scan, &nb);
182 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache);
234 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache);
239 pt = trellis_get_coeff_context(scan, nb, i, t1, token_cache);
  /external/chromium/net/socket/
ssl_server_socket_nss.cc 434 int nb = memio_GetReadParams(nss_bufs_, &buf); local
436 if (!nb) {
440 recv_buffer_ = new IOBuffer(nb);
441 rv = transport_socket_->Read(recv_buffer_, nb, &buffer_recv_callback_);
  /external/chromium_org/net/socket/
ssl_server_socket_nss.cc 582 int nb = memio_GetReadParams(nss_bufs_, &buf); local
584 if (!nb) {
588 recv_buffer_ = new IOBuffer(nb);
591 nb,
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 199 constexpr B *nb = nullptr; member in namespace:UndefinedBehavior::Ptr
200 constexpr A &ra = *nb; // expected-error {{constant expression}} expected-note {{cannot access base class of null pointer}}
202 static_assert((A*)nb == 0, "");
204 constexpr const int &nf = nb->n; // expected-error {{constant expression}} expected-note {{cannot access field of null pointer}}
  /external/oprofile/libpopt/
popthelp.c 231 size_t nb = maxLeftCol + 1; local
235 if (opt->longName) nb += strlen(opt->longName);
236 if (argDescrip) nb += strlen(argDescrip);
239 left = malloc(nb);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 243 int nb = region.getNumberOfRegions(); local
247 for (int i = 0; i < nb; i++) {
334 int nb = region.getNumberOfRegions(); local
338 for (int i = 0; i < nb; i++) {
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 61 nb.txt\
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 45 lv.txt mk.txt ms.txt mt.txt nb.txt\
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 220 DenseIndex nb; local
222 internal::partial_lu_inplace(C,piv,nb);
  /external/icu4c/data/rbnf/
rbnffiles.mk 50 mk.txt ms.txt mt.txt nb.txt nl.txt\
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 329 FloatBuffer nb = writeNormalArray(null, scale); local
333 m.setBuffer(Type.Normal, 3, nb);
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pvkfmt.c 452 int nb, i; local
454 nb = BN_num_bytes(bn);
456 q = p + nb - 1;
458 for (i = 0; i < nb/2; i++)
464 *out += nb;
468 len -= nb;
  /external/openssl/crypto/pem/
pvkfmt.c 452 int nb, i; local
454 nb = BN_num_bytes(bn);
456 q = p + nb - 1;
458 for (i = 0; i < nb/2; i++)
464 *out += nb;
468 len -= nb;
  /external/ppp/pppd/
tty.c 118 static int record_write __P((FILE *, int code, u_char *buf, int nb,
1225 record_write(f, code, buf, nb, tp)
1229 int nb;
1253 putc(nb >> 8, f);
1254 putc(nb, f);
1255 fwrite(buf, nb, 1, f);
    [all...]
utils.c 875 ssize_t nb; local
879 nb = read(fd, ptr, count - done);
880 if (nb < 0) {
885 if (nb == 0)
887 done += nb;
888 ptr += nb;

Completed in 935 milliseconds

1 2 3 4 56 7 8 91011>>