Searched refs:nb (Results 1 - 25 of 117) sorted by relevance

12345

/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/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/valgrind/main/none/tests/
H A Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon14214
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/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTangentGen.java118 FloatBuffer nb = BufferUtils.createFloatBuffer(3*3*3);
119 nb.rewind();
120 nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1});
121 nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1});
122 nb.put(new float[]{0,0,1}); nb
[all...]
/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/openssl/crypto/bn/asm/
H A Dco-586.pl18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
35 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 0; # laod next b
36 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 1; # laod next b
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
65 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
101 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb);
159 $nb
[all...]
/external/openssl/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
23 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 0; # laod next b
24 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 1; # laod next b
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
53 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
89 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb);
147 $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...]
H A DArena.h76 void* ArenaAllocate(ArenaPool *pool, unsigned int nb);
82 #define ARENA_ALLOCATE(p, pool, nb) \
84 unsigned int _nb = ARENA_ALIGN(nb); \
/external/jpeg/
H A Djdhuff.h178 { register int nb, look; \
183 nb = 1; goto slowlabel; \
187 if ((nb = htbl->look_nbits[look]) != 0) { \
188 DROP_BITS(nb); \
191 nb = HUFF_LOOKAHEAD+1; \
193 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.h178 { register int nb, look; \
183 nb = 1; goto slowlabel; \
187 if ((nb = htbl->look_nbits[look]) != 0) { \
188 DROP_BITS(nb); \
191 nb = HUFF_LOOKAHEAD+1; \
193 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
/external/speex/libspeex/
H A Dlsp.h56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
/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 Dip.c559 const unsigned char *packet, int nb, struct filter *filter,
629 "%s (%d/%d)", ncpaddr_ntoa(&dstaddr), len, nb);
643 "%s (%d/%d)", ncpaddr_ntoa(&dstaddr), len, nb);
665 len, nb);
682 nb - (payload - packet) - sizeof *uh - 4, filter,
717 "%s (%d/%d)", ncpaddr_ntoa(&dstaddr), datalen, nb);
730 "%s (%d/%d)", ncpaddr_ntoa(&dstaddr), datalen, nb);
743 "%s (%d/%d)", ncpaddr_ntoa(&dstaddr), datalen, nb);
749 result = PacketCheck(bundle, AF_INET6, payload, nb - (payload - packet),
770 result = PacketCheck(bundle, AF_INET, payload, nb
558 PacketCheck(struct bundle *bundle, u_int32_t family, const unsigned char *packet, int nb, struct filter *filter, const char *prefix, unsigned *psecs) argument
909 size_t nb; local
958 int nb; local
978 int nb; local
[all...]
/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);
/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/libffi/src/
H A Ddlmalloc.c3153 static void* mmap_alloc(mstate m, size_t nb) { argument
3154 size_t mmsize = granularity_align(nb + SIX_SIZE_T_SIZES + CHUNK_ALIGN_MASK);
3155 if (mmsize > nb) { /* Check for wrap around 0 */
3180 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { argument
3182 if (is_small(nb)) /* Can't shrink mmap regions below small size */
3185 if (oldsize >= nb + SIZE_T_SIZE &&
3186 (oldsize - nb) <= (mparams.granularity << 1))
3191 size_t newmmsize = granularity_align(nb + SIX_SIZE_T_SIZES +
3262 size_t nb) {
3266 mchunkptr q = chunk_plus_offset(p, nb);
3261 prepend_alloc(mstate m, char* newbase, char* oldbase, size_t nb) argument
3359 sys_alloc(mstate m, size_t nb) argument
3659 tmalloc_large(mstate m, size_t nb) argument
3732 tmalloc_small(mstate m, size_t nb) argument
3788 size_t nb = request2size(bytes); local
3860 size_t nb = request2size(bytes); local
4087 size_t nb; local
4494 size_t nb; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3165 static void* mmap_alloc(mstate m, size_t nb) { argument
3166 size_t mmsize = granularity_align(nb + SIX_SIZE_T_SIZES + CHUNK_ALIGN_MASK);
3167 if (mmsize > nb) { /* Check for wrap around 0 */
3192 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { argument
3194 if (is_small(nb)) /* Can't shrink mmap regions below small size */
3197 if (oldsize >= nb + SIZE_T_SIZE &&
3198 (oldsize - nb) <= (mparams.granularity << 1))
3203 size_t newmmsize = granularity_align(nb + SIX_SIZE_T_SIZES +
3274 size_t nb) {
3278 mchunkptr q = chunk_plus_offset(p, nb);
3273 prepend_alloc(mstate m, char* newbase, char* oldbase, size_t nb) argument
3371 sys_alloc(mstate m, size_t nb) argument
3669 tmalloc_large(mstate m, size_t nb) argument
3742 tmalloc_small(mstate m, size_t nb) argument
3798 size_t nb = request2size(bytes); local
3870 size_t nb = request2size(bytes); local
4097 size_t nb; local
4504 size_t nb; local
[all...]
/external/llvm/lib/CodeGen/
H A DMachineLoopRanges.cpp87 unsigned nb = b->getNumber(); local
88 if (na < nb)
90 if (na > nb)
/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/webp/src/enc/
H A Danalysis.c124 const int nb = enc->segment_hdr_.num_segments_; local
128 if (nb > 1) {
129 for (n = 0; n < nb; ++n) {
136 for (n = 0; n < nb; ++n) {
148 const int nb = enc->segment_hdr_.num_segments_; local
165 for (n = 1, k = 0; n < 2 * nb; n += 2) {
166 centers[k++] = min_a + (n * range_a) / (2 * nb);
173 for (n = 0; n < nb; ++n) {
181 while (n < nb - 1 && abs(a - centers[n + 1]) < abs(a - centers[n])) {
195 for (n = 0; n < nb;
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DDome.java202 FloatBuffer nb = BufferUtils.createVector3Buffer(vertCount);
205 setBuffer(Type.Normal, 3, nb);
254 nb.put(kNormal.x).put(kNormal.y).put(kNormal.z);
256 nb.put(-kNormal.x).put(-kNormal.y).put(-kNormal.z);
262 BufferUtils.copyInternalVector3(nb, iSave, i);
270 nb.put(0).put(insideView ? 1 : -1).put(0);
H A DCylinder.java280 FloatBuffer nb = getFloatBuffer(Type.Normal);
326 nb.put(vNormal.x).put(vNormal.y).put(vNormal.z);
328 nb.put(-vNormal.x).put(-vNormal.y).put(-vNormal.z);
330 nb.put(0).put(0).put(topBottom * (inverted ? -1 : 1));
342 BufferUtils.copyInternalVector3(nb, save, i);
350 nb.put(0).put(0).put(-1 * (inverted ? -1 : 1));
353 nb.put(0).put(0).put(1 * (inverted ? -1 : 1));
/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...]

Completed in 2323 milliseconds

12345