/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/valgrind/main/none/tests/ |
shorts.c | 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon12943 11 short newbot = w->nb; 33 st.nb = 31;
|
/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/tcpdump/ |
print-netbios.c | 49 netbios_print(struct p8022Hdr *nb, u_int length) 56 if (nb->flags == UI) { 62 if ((u_char *)(nb + 1) > snapend) { 68 netbios_decode(nb, (u_char *)nb + p8022Size, length - p8022Size);
|
/external/webp/src/enc/ |
cost.h | 29 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability. 30 static inline uint64_t VP8BranchCost(uint64_t nb, uint64_t total, 32 return nb * VP8BitCost(1, proba) + (total - nb) * VP8BitCost(0, proba);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
CSite.h | 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
|
/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...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
ImUtil.h | 26 register int nb);
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
updateSettings.m | 21 setupStruct.nb = n/blockLen - setupStruct.oversampling + 1; % in blocks 77 'sxAll2',zeros(setupStructNew.hsupport1,setupStructNew.nb),... 78 'syAll2',zeros(setupStructNew.hsupport1,setupStructNew.nb),... 81 'bxspectrum',uint32(zeros(setupStructNew.nb,1)),... 82 'byspectrum',uint32(zeros(setupStructNew.nb,1)),... 85 'bcount',zeros(1+delayStruct.maxDelayb,setupStructNew.nb),... 86 'fout',zeros(1+delayStruct.maxDelayb,setupStructNew.nb),... 87 'new',zeros(1+delayStruct.maxDelayb,setupStructNew.nb),... 93 'delayNew',zeros(setupStructNew.nb,1),... 94 'delay',zeros(setupStructNew.nb,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/bluetooth/glib/tests/ |
gio-test.c | 71 gsize nb; local 81 error = g_io_channel_read (channel, bufp, left, &nb); 93 if (nb == 0) 95 left -= nb; 96 bufp += nb; 97 *bytes_read += nb; 139 guint nb; local 143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb); 146 if (nb == 0) 155 g_assert (nb == sizeof (nbytes)) 236 guint nb; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
vt.h | 12 extern int register_vt_notifier(struct notifier_block *nb); 13 extern int unregister_vt_notifier(struct notifier_block *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/webkit/Source/WebCore/platform/ |
Arena.cpp | 125 void* ArenaAllocate(ArenaPool *pool, unsigned int nb) 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...] |
Arena.h | 76 void* ArenaAllocate(ArenaPool *pool, unsigned int nb); 82 #define ARENA_ALLOCATE(p, pool, nb) \ 84 unsigned int _nb = ARENA_ALIGN(nb); \
|
/external/oprofile/libpopt/ |
poptparse.c | 17 size_t nb = (argc + 1) * sizeof(*argv); local 27 nb += strlen(argv[i]) + 1; 30 dst = malloc(nb);
|
/system/extras/tests/memtest/ |
memtest.cpp | 220 int nb = 0; local 221 for (int size=0 ; size<4096 && !nb ; size++) { 222 nb += validate_memcpy(s, d, size); 223 for (int o=1 ; o<32 && !nb ; o++) { 224 nb += validate_memcpy(s+o, d, size); 225 nb += validate_memcpy(s, d+o, size); 226 nb += validate_memcpy(s+o, d+o, size); 229 if (nb) printf("%d error(s) found\n", nb); 330 int nb = 0 local 477 int nb = 0; 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);
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
anchor.js | 12 ["a\\nb\\rc\\td", "abcd"],
|
/bionic/libc/bionic/ |
dlmalloc.c | 3964 size_t nb = request2size(bytes); local 4036 size_t nb = request2size(bytes); local 4263 size_t nb; local 4692 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.12/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/llvm/lib/CodeGen/ |
MachineLoopRanges.cpp | 87 unsigned nb = b->getNumber(); local 88 if (na < nb) 90 if (na > nb)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImagesManager.cpp | 130 int nb = 0; local 132 nb += it->second->nbTextures(); 135 return nb;
|