/external/openssl/crypto/bn/ |
D | bn_shift.c | 137 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/ |
D | fft4g.c | 289 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/ |
D | bicubic_scaler.c | 335 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/ |
D | netware.bat | 60 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/ |
D | antlr3bitset.c | 424 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/ |
D | vpxscale_arbitrary.h | 27 int nw; member
|
/external/valgrind/main/none/tests/ |
D | coolo_sigaction.cpp | 49 __attribute__((unused)) ssize_t nw = write(2, buffer, n); in main() local
|
D | cmdline1.stdout.exp | 44 --db-command=<command> command to start debugger [... -nw %f %p]
|
D | cmdline2.stdout.exp | 44 --db-command=<command> command to start debugger [... -nw %f %p]
|
/external/icu4c/data/coll/ |
D | ig.txt | 22 "&N<ṅ<<<Ṅ<nw<<<Nw<<<NW<ny<<<Ny<<<NY"
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 687 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/ |
D | small_records.patch | 177 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/ |
D | aec_rdft.c | 120 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/ |
D | dillo | 53 nw-resize
|
/external/libppp/src/ |
D | ip.c | 908 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()
|
D | physical.c | 414 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/ |
D | p2p-action.sh | 46 -nw \
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kdt_lfz5.pkb | 37 …�^��'6&D�m��R7ܛ�I���c�>�ˊ�n� �0�2&Y��E��;��sm�Nӿ\3F�݃������%�f���`'nw����l �����{��ӎ,.V…
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | nsw.ll | 65 ; 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/ |
D | it-IT_cm0_kdt_lfz2.pkb | 39 …�5_Df�l�+Q���m��d����ð��p��0�cgh�����S&��r\��%��8�Ҵ�UwP�KZyR6nw�°�H&�k���5�ăJR��r|�…
|
/external/icu4c/data/locales/ |
D | ig.txt | 14 "[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/ |
D | s3_pkt.c | 600 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/ |
D | cssvalues.in | 210 nw-resize
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kpdf_lfz.pkb | 25 …��{VD��OEV#��M���u[@� �E�1nw8 }>� ��…
|
/external/mksh/src/ |
D | edit.c | 1342 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()
|