Searched defs:nb (Results 1 - 25 of 76) sorted by relevance

1234

/external/tcpdump/
H A Dprint-netbios.c49 netbios_print(struct p8022Hdr *nb, u_int length) argument
56 if (nb->flags == UI) {
62 if ((u_char *)(nb + 1) > snapend) {
68 netbios_decode(nb, (u_char *)nb + p8022Size, length - p8022Size);
/external/kernel-headers/original/linux/
H A Dcpu.h43 extern int register_cpu_notifier(struct notifier_block *nb);
45 extern void unregister_cpu_notifier(struct notifier_block *nb);
47 static inline void unregister_cpu_notifier(struct notifier_block *nb) argument
56 static inline int register_cpu_notifier(struct notifier_block *nb) argument
60 static inline void unregister_cpu_notifier(struct notifier_block *nb) argument
76 #define register_hotcpu_notifier(nb) register_cpu_notifier(nb)
77 #define unregister_hotcpu_notifier(nb) unregister_cpu_notifier(nb)
85 #define register_hotcpu_notifier(nb) d
[all...]
/external/valgrind/main/none/tests/
H A Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon14807
11 short newbot = w->nb;
33 st.nb = 31;
/external/iproute2/tc/
H A Dem_nbyte.c47 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/webkit/Source/WebCore/platform/
H A DArena.cpp125 void* ArenaAllocate(ArenaPool *pool, unsigned int nb) argument
130 ASSERT((nb & pool->mask) == 0);
132 nb = (uword)ARENA_ALIGN(nb); /* force alignment */
138 if ( a->avail +nb <= a->limit ) {
141 a->avail += nb;
152 if ( a->base +nb <= a->limit ) {
159 a->avail += nb;
175 unsigned int sz = max(pool->arenasize, nb);
186 a->avail += nb;
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DImagesManager.cpp124 int nb = 0; local
126 nb += it->second->nbTextures();
129 return nb;
/external/clang/test/SemaCXX/
H A Dcopy-assignment.cpp54 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 '='}}
/external/llvm/lib/CodeGen/
H A DMachineLoopRanges.cpp87 unsigned nb = b->getNumber(); local
88 if (na < nb)
90 if (na > nb)
/external/oprofile/libpopt/
H A Dpoptparse.c17 size_t nb = (argc + 1) * sizeof(*argv); local
27 nb += strlen(argv[i]) + 1;
30 dst = malloc(nb);
H A Dpopthelp.c231 size_t nb = maxLeftCol + 1; local
235 if (opt->longName) nb += strlen(opt->longName);
236 if (argDescrip) nb += strlen(argDescrip);
239 left = malloc(nb);
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh220 DenseIndex nb; local
222 internal::partial_lu_inplace(C,piv,nb);
/external/eigen/blas/
H A Dlevel2_impl.h238 int nb = std::min(*n,(*m)+(*ku)); local
239 for(int j=0; j<nb; ++j)
/external/libppp/src/
H A Dmbuf.c197 int nb; local
202 nb = bp->m_len;
204 nb = len;
205 if (nb) {
206 memcpy(ptr, MBUF_CTOP(bp), nb);
207 ptr += nb;
208 bp->m_len -= nb;
209 len -= nb;
210 bp->m_offset += nb;
225 size_t nb, local
306 int nb; local
314 memcpy(MBUF_CTOP(bp), ptr, nb); local
[all...]
H A Dchat.c713 int stat, nb, argc, i; local
758 nb = read(fids[0], out, 1);
759 if (nb <= 0)
/external/openssl/crypto/bn/
H A Dbn_mul.c1104 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) argument
1109 fprintf(stderr," bn_mul_normal %d * %d\n",na,nb);
1112 if (na < nb)
1117 itmp=na; na=nb; nb=itmp;
1122 if (nb <= 0)
1132 if (--nb <= 0) return;
1134 if (--nb <= 0) return;
1136 if (--nb <= 0) return;
1138 if (--nb <
[all...]
/external/stlport/test/unit/
H A Dset_test.cpp101 size_t nb = s.erase(1); local
102 CPPUNIT_ASSERT(nb == 0);
H A Dfstream_test.cpp740 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/chromium/net/socket/
H A Dssl_server_socket_nss.cc434 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/elfutils/libdwfl/
H A Dlink_map.c288 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */
293 || vaddr - read_vaddr + nb > buffer_available)
302 vaddr, nb, memory_callback_arg)))
286 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ local
/external/elfutils/src/
H A Dstrings.c548 size_t nb = (size_t) n + ntrailer; local
549 if (nb >= min_len_bytes)
552 nb &= ~(bytes_per_char - 1);
554 process_chunk (fname, buf, from + nb, nb, &unprinted);
560 memmove (buf, buf + nb - to_keep, to_keep + nb);
561 ntrailer = to_keep + nb;
562 from += nb;
565 ntrailer = nb;
[all...]
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h319 static inline int ip_conntrack_register_notifier(struct notifier_block *nb) argument
321 return atomic_notifier_chain_register(&ip_conntrack_chain, nb);
324 static inline int ip_conntrack_unregister_notifier(struct notifier_block *nb) argument
326 return atomic_notifier_chain_unregister(&ip_conntrack_chain, nb);
330 ip_conntrack_expect_register_notifier(struct notifier_block *nb) argument
332 return atomic_notifier_chain_register(&ip_conntrack_expect_chain, nb);
336 ip_conntrack_expect_unregister_notifier(struct notifier_block *nb) argument
339 nb);
/external/libxml2/
H A Dhash.c866 int i, nb; local
882 nb = table->nbElems;
886 if (nb != table->nbElems) {
/external/ppp/pppd/
H A Dccp.c1076 int len, clen, type, nb; local
1212 ho->deflate_size = nb = DEFLATE_SIZE(p[2]);
1215 || nb > ao->deflate_size || nb < DEFLATE_MIN_WORKS) {
1236 if (res < 0 || nb == DEFLATE_MIN_WORKS || dont_nak) {
1242 --nb;
1243 p[2] = DEFLATE_MAKE_OPT(nb);
1255 ho->bsd_bits = nb = BSD_NBITS(p[2]);
1257 || nb > ao->bsd_bits || nb < BSD_MIN_BIT
[all...]
H A Dutils.c872 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;
/external/speex/libspeex/
H A Dlsp.c219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack) argument
223 /* int nb number of sub-intervals (4) */
358 for(k=0;k<=nb;k++){

Completed in 812 milliseconds

1234