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

1 2 3 4 5 6 7 8

  /external/libcxx/src/support/solaris/
wcsnrtombs.inc 36 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/chromium_org/third_party/opus/src/silk/
LP_variable_cutoff.c 48 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_NB; nb++ )
    [all...]
  /external/libopus/silk/
LP_variable_cutoff.c 48 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_NB; nb++ )
    [all...]
  /development/ndk/platforms/android-3/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /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 '='}}
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/util/
header.c 24 int nb; local
28 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr));
32 buffer[nb-1] = '\0';
  /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...]
  /device/lge/hammerhead/libsensors/
sensors.cpp 277 int nb, polltime = -1;
283 nb = 0;
287 nb = ((MPLSensor*) sensor)->readEvents(data, count);
288 if (nb > 0) {
289 count -= nb;
290 nbEvents += nb;
291 data += nb;
296 nb = ((MPLSensor*) sensor)->readEvents(data, count);
297 if (nb > 0) {
298 count -= nb;
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jdhuff.h 192 { register int nb, look; \
197 nb = 1; goto slowlabel; \
201 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \
202 DROP_BITS(nb); \
206 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
212 #define HUFF_DECODE_FAST(s,nb,htbl) \
216 nb = s >> HUFF_LOOKAHEAD; \
217 /* Pre-execute the common case of nb <= HUFF_LOOKAHEAD */ \
218 DROP_BITS(nb); \
220 if (nb > HUFF_LOOKAHEAD) {
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
CSite.h 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
co-586.pl 18 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=($bi+1)
    [all...]
  /external/openssl/crypto/bn/asm/
co-586.pl 18 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=($bi+1)
    [all...]
  /external/openssl/crypto/bn/asm/x86/
comba.pl 6 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=($bi+1)
    [all...]
  /external/jpeg/
jdhuff.h 178 { 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/
ssl3gthr.c 39 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/chromium_org/third_party/speex/libspeex/
lsp.h 56 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/
header.c 27 int nb; local
51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step);
55 buffer[nb-1] = '\0';
  /external/oprofile/libpopt/
poptparse.c 17 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/
g722_encode.c 360 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 = wd + wh[ih2]
    [all...]
g722_enc_dec.h 86 int nb; member in struct:__anon20365::__anon20366
124 int nb; member in struct:__anon20367::__anon20368
  /bionic/libc/upstream-dlmalloc/
malloc.c 4598 size_t nb; local
4929 size_t nb = request2size(bytes); local
5223 size_t nb = request2size(bytes); local
5261 size_t nb = request2size(bytes); local
5541 size_t nb; local
5782 size_t nb = request2size(bytes); local
5820 size_t nb = request2size(bytes); local
    [all...]
  /device/samsung/manta/libsensors/
sensors.cpp 263 int nb;
267 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
272 nb = ((MPLSensor*) mSensors[mpl])->executeOnData(data, count);
277 nb = ((MPLSensor*) mSensors[mpl])->readDmpOrientEvents(data, count);
281 nb = 0;
286 nb = sensor->readEvents(data, count);
288 if (nb < count) {
292 count -= nb;
293 nbEvents += nb;
294 data += nb;
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 316 int nb, c; local
318 nb = 0;
322 nb++;
324 nb += 2;
326 nb += 3;
328 nb += 4;
330 return nb;
  /external/libutf/
rune.c 316 int nb, c; local
318 nb = 0;
322 nb++;
324 nb += 2;
326 nb += 3;
328 nb += 4;
330 return nb;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plarenas.h 101 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);

Completed in 1046 milliseconds

1 2 3 4 5 6 7 8