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

1 2 3 4 5 6 7

  /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...]
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
NodeBuilderTest.java 73 Node.Builder<Integer> nb = m.apply(l.size()); local
74 nb.begin(l.size());
76 nb.accept(i);
78 nb.end();
80 Node<Integer> n = nb.build();
118 Node.Builder.OfInt nb = m.apply(l.size()); local
119 nb.begin(l.size());
121 nb.accept((int) i);
123 nb.end();
125 Node.OfInt n = nb.build()
168 Node.Builder.OfLong nb = m.apply(l.size()); local
218 Node.Builder.OfDouble nb = m.apply(l.size()); local
    [all...]
NodeTest.java 66 Node<Integer> fill(Integer[] array, Node.Builder<Integer> nb) {
67 nb.begin(array.length);
69 nb.accept(i);
71 nb.end();
72 return nb.build();
  /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/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon26333
11 short newbot = w->nb;
33 st.nb = 31;
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 169 SsaBasicBlock nb = nodes.get(b); local
171 BitSet pred = nb.getPredecessors();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 173 SsaBasicBlock nb = nodes.get(b); local
175 BitSet pred = nb.getPredecessors();
  /external/v8/test/unittests/compiler/
value-numbering-reducer-unittest.cc 46 Node* nb = graph()->NewNode(&kOp0); local
48 Node* n2 = graph()->NewNode(&kOp1, nb);
  /external/xmlrpcpp/test/
FileClient.cpp 36 long nb = infile.tellg(); local
39 char* b = new char[nb+1];
40 infile.read(b, nb);
41 b[nb] = 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/drm_gralloc/
gralloc_drm_nouveau.c 178 struct nouveau_buffer *nb; local
187 nb = calloc(1, sizeof(*nb));
188 if (!nb)
192 if (nouveau_bo_handle_ref(info->dev, handle->name, &nb->bo)) {
195 free(nb);
206 nb->bo = alloc_bo(info, width, height,
208 if (!nb->bo) {
211 free(nb);
215 if (nouveau_bo_handle_get(nb->bo
237 struct nouveau_buffer *nb = (struct nouveau_buffer *) bo; local
246 struct nouveau_buffer *nb = (struct nouveau_buffer *) bo; local
265 struct nouveau_buffer *nb = (struct nouveau_buffer *) bo; local
    [all...]
  /external/eigen/blas/
level2_impl.h 241 int nb = std::min(*n,(*m)+(*ku)); local
242 for(int j=0; j<nb; ++j)
  /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/libxml2/doc/
search.php 233 list($rb,$tb,$mb,$nb,$db) = $b;
449 $nb = count($results); variable
450 echo "<h3 align='center'>Found $nb results for query $querystr</h3>\n";
453 if ($nb > 0) {
  /external/pdfium/third_party/agg23/
agg_path_storage.h 95 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/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_enc_dec.h 86 int nb; member in struct:__anon26891::__anon26892
124 int nb; member in struct:__anon26893::__anon26894
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 287 int nb = sensor->readEvents(data, count); local
288 if (nb < count) {
292 if ((0 != nb) && (acc == i)) {
293 ((AkmSensor*)(mSensors[akm]))->setAccel(&data[nb-1]);
295 count -= nb;
296 nbEvents += nb;
297 data += nb;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_videoobjectlayer.c 32 int nb = 0; local
36 nb ++;
38 return nb;
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 84 int nb; local
88 nb = write(fd, &c, 1);
90 if (nb <= 0) {
93 c, nb, strerror(err), err);
sensors_mpl.cpp 223 int nb, polltime = -1; local
251 nb = poll(mPollFds, numSensorDrivers, polltime);
252 LOGI_IF(0, "poll nb=%d, count=%d, pt=%d ts=%lld", nb, count, polltime, getTimestamp());
253 if (nb == 0 && count > 0) {
256 nb = ((MPLSensor*) mSensor)->readDmpPedometerEvents(
259 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, ",
260 nb, count, nbEvents, data->timestamp);
261 if (nb > 0) {
262 count -= nb;
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 84 int nb; local
88 nb = write(fd, &c, 1);
90 if (nb <= 0) {
93 c, nb, strerror(err), err);
  /development/perftests/panorama/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/boringssl/src/crypto/poly1305/
poly1305.c 263 uint32_t b, nb; local
307 nb = ~b;
308 state->h0 = (state->h0 & nb) | (g0 & b);
309 state->h1 = (state->h1 & nb) | (g1 & b);
310 state->h2 = (state->h2 & nb) | (g2 & b);
311 state->h3 = (state->h3 & nb) | (g3 & b);
312 state->h4 = (state->h4 & nb) | (g4 & b);
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 220 DenseIndex nb; local
222 internal::partial_lu_inplace(C,piv,nb);
  /external/elfutils/src/
strings.c 549 size_t nb = (size_t) n + ntrailer; local
550 if (nb >= min_len_bytes)
553 nb &= ~(bytes_per_char - 1);
555 process_chunk (fname, buf, from + nb, nb, &unprinted);
561 memmove (buf, buf + nb - to_keep, to_keep);
563 from += nb;
566 ntrailer = nb;

Completed in 481 milliseconds

1 2 3 4 5 6 7