/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...] |
sslgathr.c | 58 int nb, err, rv; local 84 nb = ssl_DefRecv(ss, bp, gs->remainder, flags); 85 if (nb > 0) { 86 PRINT_BUF(60, (ss, "raw gather data:", bp, nb)); 88 if (nb == 0) { 94 if (nb < 0) { 101 gs->offset += nb; 102 gs->remainder -= nb;
|
/external/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/libppp/src/ |
mbuf.c | 197 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, l = len local 306 int nb; local 314 memcpy(MBUF_CTOP(bp), ptr, nb); local [all...] |
ip.c | 559 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 - (payload - packet) 909 size_t nb; local 958 int nb; local 978 int nb; local [all...] |
/external/oprofile/libpopt/ |
poptparse.c | 17 size_t nb = (argc + 1) * sizeof(*argv); local 27 nb += strlen(argv[i]) + 1; 30 dst = malloc(nb);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mimetools.py | 33 nb = mimetools.choose_boundary() 34 self.assertNotIn(nb, s) 35 s.add(nb)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mimetools.py | 33 nb = mimetools.choose_boundary() 34 self.assertNotIn(nb, s) 35 s.add(nb)
|
/hardware/invensense/60xx/libsensors_iio/ |
MPLSupport.cpp | 98 int nb; local 102 nb = write(fd, &c, 1); 104 if (nb <= 0) { 107 c, nb, strerror(err), err);
|
/bionic/libc/upstream-dlmalloc/ |
malloc.c | 4596 size_t nb; local 4927 size_t nb = request2size(bytes); local 5221 size_t nb = request2size(bytes); local 5259 size_t nb = request2size(bytes); local 5532 size_t nb; local 5773 size_t nb = request2size(bytes); local 5811 size_t nb = request2size(bytes); local [all...] |
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 319 static inline int ip_conntrack_register_notifier(struct notifier_block *nb) 321 return atomic_notifier_chain_register(&ip_conntrack_chain, nb); 324 static inline int ip_conntrack_unregister_notifier(struct notifier_block *nb) 326 return atomic_notifier_chain_unregister(&ip_conntrack_chain, nb); 330 ip_conntrack_expect_register_notifier(struct notifier_block *nb) 332 return atomic_notifier_chain_register(&ip_conntrack_expect_chain, nb); 336 ip_conntrack_expect_unregister_notifier(struct notifier_block *nb) 339 nb);
|
/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/eigen/unsupported/test/mpreal/ |
dlmalloc.c | 4315 size_t nb = request2size(bytes); local 4391 size_t nb = request2size(bytes); local 4623 size_t nb; local 5058 size_t nb; local [all...] |
/external/libffi/src/ |
dlmalloc.c | 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/ |
SDL_malloc.c | 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/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/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plarenas.h | 101 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
|
plarena.h | 108 #define PL_ARENA_ALLOCATE(p, pool, nb) \ 111 PRUint32 _nb = PL_ARENA_ALIGN(pool, nb); \ 119 PL_ArenaCountAllocation(pool, nb); \ 187 PR_EXTERN(void) PL_ArenaCountAllocation(PLArenaPool *pool, PRUint32 nb); 203 #define PL_ArenaCountAllocation(ap, nb) /* nothing */
|
/external/chromium_org/third_party/libwebp/enc/ |
analysis.c | 82 const int nb = enc->segment_hdr_.num_segments_; local 86 if (nb > 1) { 87 for (n = 0; n < nb; ++n) { 94 for (n = 0; n < nb; ++n) { 143 // Simplified k-Means, to assign Nb segments based on alpha-histogram 147 const int nb = enc->segment_hdr_.num_segments_; local 164 for (n = 1, k = 0; n < 2 * nb; n += 2) { 165 centers[k++] = min_a + (n * range_a) / (2 * nb); 172 for (n = 0; n < nb; ++n) { 180 while (n < nb - 1 && abs(a - centers[n + 1]) < abs(a - centers[n])) [all...] |
/external/webp/src/enc/ |
analysis.c | 82 const int nb = enc->segment_hdr_.num_segments_; local 86 if (nb > 1) { 87 for (n = 0; n < nb; ++n) { 94 for (n = 0; n < nb; ++n) { 143 // Simplified k-Means, to assign Nb segments based on alpha-histogram 147 const int nb = enc->segment_hdr_.num_segments_; local 164 for (n = 1, k = 0; n < 2 * nb; n += 2) { 165 centers[k++] = min_a + (n * range_a) / (2 * nb); 172 for (n = 0; n < nb; ++n) { 180 while (n < nb - 1 && abs(a - centers[n + 1]) < abs(a - centers[n])) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Dome.java | 202 FloatBuffer nb = BufferUtils.createVector3Buffer(vertCount); local 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);
|
Cylinder.java | 280 FloatBuffer nb = getFloatBuffer(Type.Normal);
local 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));
|
/hardware/akm/AK8975_FS/libsensors/ |
sensors.cpp | 284 int nb = sensor->readEvents(data, count); local 285 if (nb < count) { 289 if ((0 != nb) && (acc == i)) { 290 ((AkmSensor*)(mSensors[akm]))->setAccel(&data[nb-1]); 292 count -= nb; 293 nbEvents += nb; 294 data += nb;
|
/dalvik/vm/hprof/ |
HprofOutput.cpp | 133 int nb; local 139 nb = fwrite(headBuf, 1, sizeof(headBuf), fp); 140 if (nb != sizeof(headBuf)) { 143 nb = fwrite(rec->body, 1, rec->length, fp); 144 if (nb != (int)rec->length) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 72 final StatusBarNotification nb = b.notification; 73 int d = na.getScore() - nb.getScore(); 79 return (int) (na.getNotification().when - nb.getNotification().when);
|