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

12345678

/external/chromium_org/third_party/opus/src/silk/
H A DLP_variable_cutoff.c48 opus_int nb, na; local
54 for( nb = 0; nb < TRANSITION_NB; nb++ ) {
55 B_Q28[ nb ] = silk_SMLAWB(
56 silk_Transition_LP_B_Q28[ ind ][ nb ],
57 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] -
58 silk_Transition_LP_B_Q28[ ind ][ nb ],
71 for( nb = 0; nb < TRANSITION_N
[all...]
/external/libopus/silk/
H A DLP_variable_cutoff.c48 opus_int nb, na; local
54 for( nb = 0; nb < TRANSITION_NB; nb++ ) {
55 B_Q28[ nb ] = silk_SMLAWB(
56 silk_Transition_LP_B_Q28[ ind ][ nb ],
57 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] -
58 silk_Transition_LP_B_Q28[ ind ][ nb ],
71 for( nb = 0; nb < TRANSITION_N
[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/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/util/
H A Dheader.c24 int nb; local
28 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr));
32 buffer[nb-1] = '\0';
/external/valgrind/main/none/tests/
H A Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon32366
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/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_path_storage.cpp50 void path_storage::allocate_block(unsigned nb) argument
52 if(nb >= m_max_blocks) {
73 m_coord_blocks[nb] =
77 if (!m_coord_blocks[nb]) {
80 m_cmd_blocks[nb] =
81 (unsigned char*)(m_coord_blocks[nb] + block_size * 2);
H A Dagg_path_storage.h95 unsigned nb = idx >> block_shift; local
96 const FX_FLOAT* pv = m_coord_blocks[nb] + ((idx & block_mask) << 1);
99 return m_cmd_blocks[nb][idx & block_mask];
114 void allocate_block(unsigned nb);
147 unsigned nb = m_total_vertices >> block_shift; local
148 if(nb >= m_total_blocks) {
149 allocate_block(nb);
151 *xy_ptr = m_coord_blocks[nb] + ((m_total_vertices & block_mask) << 1);
152 return m_cmd_blocks[nb] + (m_total_vertices & block_mask);
/external/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc38 size_t nb;
46 if ((nb = mbrtowc_l(&wc, s, nms, ps, loc)) == (size_t)-1)
49 else if (nb == 0 || nb == (size_t)-2)
51 s += nb;
52 nms -= nb;
59 if ((nb = mbrtowc_l(dst, s, nms, ps, loc)) == (size_t)-1) {
62 } else if (nb == (size_t)-2) {
65 } else if (nb == 0) {
69 s += nb;
[all...]
H A Dwcsnrtombs.inc36 size_t nb;
43 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1)
47 return (nbytes + nb - 1);
49 nbytes += nb;
57 if ((nb = wcrtomb_l(dst, *s, ps, loc)) == (size_t)-1) {
70 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1) {
74 if (nb > (int)len) {
79 memcpy(dst, buf, nb);
83 return (nbytes + nb - 1);
86 dst += 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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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/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/pdfium/core/src/fxcodec/libjpeg/
H A Djdhuff.h177 { register int nb, look; \
182 nb = 1; goto slowlabel; \
186 if ((nb = htbl->look_nbits[look]) != 0) { \
187 DROP_BITS(nb); \
190 nb = HUFF_LOOKAHEAD+1; \
192 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/chromium_org/net/third_party/nss/ssl/
H A Dssl3gthr.c39 int nb; local
58 nb = ssl_DefRecv(ss, bp, gs->remainder, flags);
60 if (nb > 0) {
61 PRINT_BUF(60, (ss, "raw gather data:", bp, nb));
62 } else if (nb == 0) {
67 } else /* if (nb < 0) */ {
74 PORT_Assert( nb <= gs->remainder );
75 if (nb > gs->remainder) {
82 gs->offset += nb;
83 gs->remainder -= nb;
162 int nb; local
[all...]
/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/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dheader.c27 int nb; local
51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step);
55 buffer[nb-1] = '\0';
/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_encode.c360 wd = (s->band[0].nb*127) >> 7;
361 s->band[0].nb = wd + wl[il4];
362 if (s->band[0].nb < 0)
363 s->band[0].nb = 0;
364 else if (s->band[0].nb > 18432)
365 s->band[0].nb = 18432;
368 wd1 = (s->band[0].nb >> 6) & 31;
369 wd2 = 8 - (s->band[0].nb >> 11);
397 wd = (s->band[1].nb*127) >> 7;
398 s->band[1].nb
[all...]
H A Dg722_enc_dec.h84 int nb; member in struct:__anon15045::__anon15046
122 int nb; member in struct:__anon15047::__anon15048
/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...]

Completed in 834 milliseconds

12345678