HomeSort by relevance Sort by last modified time
    Searched defs:nb (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/iproute2/tc/
em_nbyte.c 47 struct tcf_em_nbyte nb; local
49 memset(&nb, 0, sizeof(nb));
95 nb.len = needle->len;
96 nb.layer = (__u8) layer;
97 nb.off = (__u16) offset;
100 addraw_l(n, MAX_MSG, &nb, sizeof(nb));
111 struct tcf_em_nbyte *nb = data; local
114 if (data_len < sizeof(*nb)) {
    [all...]
  /external/valgrind/main/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon12940
11 short newbot = w->nb;
33 st.nb = 31;
  /external/llvm/lib/CodeGen/
MachineLoopRanges.cpp 87 unsigned nb = b->getNumber(); local
88 if (na < nb)
90 if (na > nb)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImagesManager.cpp 130 int nb = 0; local
132 nb += it->second->nbTextures();
135 return nb;
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 173 SsaBasicBlock nb = nodes.get(b); local
175 BitSet pred = nb.getPredecessors();
  /external/oprofile/libpopt/
poptparse.c 17 size_t nb = (argc + 1) * sizeof(*argv); local
27 nb += strlen(argv[i]) + 1;
30 dst = malloc(nb);
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);
  /dalvik/vm/hprof/
HprofOutput.cpp 132 int nb; local
138 nb = fwrite(headBuf, 1, sizeof(headBuf), fp);
139 if (nb != sizeof(headBuf)) {
142 nb = fwrite(rec->body, 1, rec->length, fp);
143 if (nb != (int)rec->length) {
  /external/clang/test/SemaCXX/
copy-assignment.cpp 54 B b, nb; local
75 nb = b;
76 nb = constB; // expected-error{{no viable overloaded '='}}
77 nb = convertibleToB; // expected-error{{no viable overloaded '='}}
78 nb = convertibleToBref;
79 nb = convertibleToConstB; // expected-error{{no viable overloaded '='}}
80 nb = convertibleToConstBref; // expected-error{{no viable overloaded '='}}
  /packages/apps/Email/tests/src/com/android/email/
NotificationControllerTest.java 66 final Notification.Builder nb = new Notification.Builder(c); local
76 nb.setDefaults(0);
77 nb.setSound(null);
78 mTarget.setupSoundAndVibration(nb, a1);
79 n = nb.getNotification();
89 nb.setDefaults(0);
90 nb.setSound(null);
91 mTarget.setupSoundAndVibration(nb, a1);
92 n = nb.getNotification();
102 nb.setDefaults(0)
    [all...]
  /bootable/recovery/edify/
expr.c 365 const char* nb = ((const NamedFunction*)b)->name; local
366 return strcmp(na, nb);
  /external/bluetooth/glib/tests/
gio-test.c 71 gsize nb; local
81 error = g_io_channel_read (channel, bufp, left, &nb);
93 if (nb == 0)
95 left -= nb;
96 bufp += nb;
97 *bytes_read += nb;
139 guint nb; local
143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb);
146 if (nb == 0)
155 g_assert (nb == sizeof (nbytes))
236 guint nb; local
    [all...]
  /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/libxml2/
hash.c 831 int i, nb; local
847 nb = table->nbElems;
851 if (nb != table->nbElems) {
  /external/stlport/test/unit/
set_test.cpp 101 size_t nb = s.erase(1); local
102 CPPUNIT_ASSERT(nb == 0);
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) {
  /external/webp/src/enc/
analysis.c 122 const int nb = enc->segment_hdr_.num_segments_; local
126 if (nb > 1) {
127 for (n = 0; n < nb; ++n) {
134 for (n = 0; n < nb; ++n) {
143 // Simplified k-Means, to assign Nb segments based on alpha-histogram
146 const int nb = enc->segment_hdr_.num_segments_; local
163 for (n = 1, k = 0; n < 2 * nb; n += 2) {
164 centers[k++] = min_a + (n * range_a) / (2 * nb);
171 for (n = 0; n < nb; ++n) {
179 while (n < nb - 1 && abs(a - centers[n + 1]) < abs(a - centers[n]))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 101 size_t nb = s.erase(1); local
102 CPPUNIT_ASSERT(nb == 0);
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/
set_test.cpp 101 size_t nb = s.erase(1); local
102 CPPUNIT_ASSERT(nb == 0);
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) {
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 118 int r,g,b, nr, ng, nb, val; local
148 int r,g,b, nr, ng, nb, val; local
  /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/
ccp.c 551 * NB: If MPPE is required, all other compression opts are invalid.
1076 int len, clen, type, nb; local
    [all...]
utils.c 872 ssize_t nb; local
876 nb = read(fd, ptr, count - done);
877 if (nb < 0) {
882 if (nb == 0)
884 done += nb;
885 ptr += nb;

Completed in 1416 milliseconds

1 2 3