Home
last modified time | relevance | path

Searched refs:nw (Results 1 – 25 of 71) sorted by relevance

123

/external/openssl/crypto/bn/
Dbn_shift.c137 int i,nw,lb,rb; in BN_lshift() local
145 nw=n/BN_BITS2; in BN_lshift()
146 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0); in BN_lshift()
151 t[a->top+nw]=0; in BN_lshift()
154 t[nw+i]=f[i]; in BN_lshift()
159 t[nw+i+1]|=(l>>rb)&BN_MASK2; in BN_lshift()
160 t[nw+i]=(l<<lb)&BN_MASK2; in BN_lshift()
162 memset(t,0,nw*sizeof(t[0])); in BN_lshift()
165 r->top=a->top+nw+1; in BN_lshift()
173 int i,j,nw,lb,rb; in BN_rshift() local
[all …]
/external/webrtc/src/modules/audio_processing/utility/
Dfft4g.c289 static void makewt(int nw, int *ip, float *w);
326 int nw, nc; in WebRtc_rdft() local
329 nw = ip[0]; in WebRtc_rdft()
330 if (n > (nw << 2)) { in WebRtc_rdft()
331 nw = n >> 2; in WebRtc_rdft()
332 makewt(nw, ip, w); in WebRtc_rdft()
337 makect(nc, ip, w + nw); in WebRtc_rdft()
343 rftfsub(n, a, nc, w + nw); in WebRtc_rdft()
354 rftbsub(n, a, nc, w + nw); in WebRtc_rdft()
366 int j, nw, nc;
[all …]
/external/libvpx/vpx_scale/generic/
Dbicubic_scaler.c335 g_b_scaler.nw = out_width / gcd_w; in bicubic_coefficient_setup()
361 g_b_scaler.c_w = (short *)vpx_memalign(32, g_b_scaler.nw * 4 * 2); in bicubic_coefficient_setup()
373 fixed_mult = (1.0 / (float)g_b_scaler.nw) * 4294967296; in bicubic_coefficient_setup()
377 for (i = 0; i < g_b_scaler.nw; i++) in bicubic_coefficient_setup()
379 if (product_val > g_b_scaler.nw) in bicubic_coefficient_setup()
380 product_val -= g_b_scaler.nw; in bicubic_coefficient_setup()
468 g_b_scaler.l_w[i] = (i * d_w) / g_b_scaler.nw; in bicubic_coefficient_setup()
554 if (++phase_offset_w >= g_b_scaler.nw) in bicubic_scale()
/external/openssl/crypto/threads/
Dnetware.bat60 echo Environment variable MWCIncludes is not set - see install.nw
65 echo Environment variable PRELUDE is not set - see install.nw
70 echo Environment variable IMPORTS is not set - see install.nw
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3bitset.c424 ANTLR3_UINT32 nw; in growToInclude() local
427 nw = numWordsToHold(bit); in growToInclude()
429 if (bl > nw) in growToInclude()
435 bitset->grow(bitset, nw); in growToInclude()
/external/libvpx/vpx_scale/include/generic/
Dvpxscale_arbitrary.h27 int nw; member
/external/valgrind/main/none/tests/
Dcoolo_sigaction.cpp49 __attribute__((unused)) ssize_t nw = write(2, buffer, n); in main() local
Dcmdline1.stdout.exp44 --db-command=<command> command to start debugger [... -nw %f %p]
Dcmdline2.stdout.exp44 --db-command=<command> command to start debugger [... -nw %f %p]
/external/icu4c/data/coll/
Dig.txt22 "&N<ṅ<<<Ṅ<nw<<<Nw<<<NW<ny<<<Ny<<<NY"
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c687 wordID wdids[32], nw = 0; in SR_GrammarAllowOnly() local
695 for (word = strtok(copy_of, " "); word; nw++, word = strtok(NULL, " ")) in SR_GrammarAllowOnly()
697 wdids[nw] = wordmap_find_index(fst->olabels, word); in SR_GrammarAllowOnly()
698 if (wdids[nw] == MAXwordID) in SR_GrammarAllowOnly()
710 for (j = nw; --j >= 0;) in SR_GrammarAllowOnly()
/external/openssl/patches/
Dsmall_records.patch177 unsigned int tot,n,nw;
188 - nw=s->max_send_fragment;
195 + nw = max_plain_length;
197 nw=n;
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft.c120 const int nw = 32; in makewt_32() local
124 ip[0] = nw; in makewt_32()
126 nwh = nw >> 1; in makewt_32()
137 rdft_w[nw - j] = y; in makewt_32()
138 rdft_w[nw - j + 1] = x; in makewt_32()
140 bitrv2_32or128(nw, ip + 2, rdft_w); in makewt_32()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo53 nw-resize
/external/libppp/src/
Dip.c908 ssize_t nw; in ip_Input() local
942 nw = write(bundle->dev.fd, data, nb); in ip_Input()
943 if (nw != (ssize_t)nb) { in ip_Input()
944 if (nw == -1) in ip_Input()
949 nw); in ip_Input()
Dphysical.c414 int nw, result = 0; in physical_DescriptorWrite() local
420 nw = physical_Write(p, MBUF_CTOP(p->out), p->out->m_len); in physical_DescriptorWrite()
422 p->link.name, nw, (unsigned long)p->out->m_len, p->fd); in physical_DescriptorWrite()
423 if (nw > 0) { in physical_DescriptorWrite()
424 p->out->m_len -= nw; in physical_DescriptorWrite()
425 p->out->m_offset += nw; in physical_DescriptorWrite()
429 } else if (nw < 0) { in physical_DescriptorWrite()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dp2p-action.sh46 -nw \
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_lfz5.pkb37 …�^��'6&D�m��R7ܛ�I���c�>�ˊ�n� �0�2&Y��E��;��sm�Nӿ\3F�݃������%�f ���`'nw����l ۝�����{��ӎ,.V…
/external/llvm/test/Analysis/ScalarEvolution/
Dnsw.ll65 ; CHECK-NEXT: --> {%begin,+,4}<nw><%for.body.i.i>
69 ; CHECK-NEXT: --> {(4 + %begin),+,4}<nw><%for.body.i.i>
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kdt_lfz2.pkb39 …����5_Df�l�+Q����m��d���������ð��p��0�cgh�����S&��r\��%��8�Ҵ�UwP�KZyR6 nw�°�H&�k���5�ăJR��r|�…
/external/icu4c/data/locales/
Dig.txt14 "[a b {ch} d e ẹ f g {gb} {gh} {gw} h i ị j k {kp} {kw} l m n ṅ {nw} {ny} o ọ"
/external/openssl/ssl/
Ds3_pkt.c600 unsigned int tot,n,nw; in ssl3_write_bytes() local
628 nw = max_plain_length; in ssl3_write_bytes()
630 nw=n; in ssl3_write_bytes()
632 i=do_ssl3_write(s, type, &(buf[tot]), nw, 0); in ssl3_write_bytes()
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in210 nw-resize
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_lfz.pkb25 …� ���{�VD��O�EV�#������M����u[@� ���E�1 nw8�� }>�� ��…
/external/mksh/src/
Dedit.c1342 int i, nb, nw; in x_delete() local
1348 nw = 0; in x_delete()
1358 nw += j; in x_delete()
1388 nw = i = (nw < i) ? nw : i; in x_delete()
1393 ++nw; in x_delete()
1395 while (nw--) in x_delete()

123