Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/dropbear/libtommath/pics/
Dmakefile5 design_process.ps: design_process.tif
6 tiff2ps -s -e design_process.tif > design_process.ps
8 sliding_window.ps: sliding_window.tif
9 tiff2ps -s -e sliding_window.tif > sliding_window.ps
11 expt_state.ps: expt_state.tif
12 tiff2ps -s -e expt_state.tif > expt_state.ps
14 primality.ps: primality.tif
15 tiff2ps -s -e primality.tif > primality.ps
17 design_process.pdf: design_process.ps
18 epstopdf design_process.ps
[all …]
/external/speex/libspeex/
Dfilterbank.c134 void filterbank_compute_bank32(FilterBank *bank, spx_word32_t *ps, spx_word32_t *mel) in filterbank_compute_bank32() argument
144 mel[id] += MULT16_32_P15(bank->filter_left[i],ps[i]); in filterbank_compute_bank32()
146 mel[id] += MULT16_32_P15(bank->filter_right[i],ps[i]); in filterbank_compute_bank32()
156 void filterbank_compute_psd16(FilterBank *bank, spx_word16_t *mel, spx_word16_t *ps) in filterbank_compute_psd16() argument
167 ps[i] = EXTRACT16(PSHR32(tmp,15)); in filterbank_compute_psd16()
173 void filterbank_compute_bank(FilterBank *bank, float *ps, float *mel) in filterbank_compute_bank() argument
182 mel[id] += bank->filter_left[i]*ps[i]; in filterbank_compute_bank()
184 mel[id] += bank->filter_right[i]*ps[i]; in filterbank_compute_bank()
190 void filterbank_compute_psd(FilterBank *bank, float *mel, float *ps) in filterbank_compute_psd() argument
196 ps[i] = mel[id]*bank->filter_left[i]; in filterbank_compute_psd()
[all …]
Dpreprocess.c207 spx_word32_t *ps; /**< Current power spectrum */ member
452 st->ps = (spx_word32_t*)speex_alloc((N+M)*sizeof(spx_word32_t)); in speex_preprocess_state_init()
537 speex_free(st->ps); in speex_preprocess_state_destroy()
579 loudness += 2.f*N*st->ps[i]* st->loudness_weight[i]; in speex_compute_agc()
624 spx_word32_t *ps=st->ps; in preprocess_analysis() local
655 ps[0]=MULT16_16(st->ft[0],st->ft[0]); in preprocess_analysis()
657 ps[i]=MULT16_16(st->ft[2*i-1],st->ft[2*i-1]) + MULT16_16(st->ft[2*i],st->ft[2*i]); in preprocess_analysis()
659 st->ps[i] = PSHR32(st->ps[i], 2*st->frame_shift); in preprocess_analysis()
661 filterbank_compute_bank32(st->bank, ps, ps+N); in preprocess_analysis()
671 …st->S[i] = MULT16_32_Q15(QCONST16(.8f,15),st->S[i]) + MULT16_32_Q15(QCONST16(.05f,15),st->ps[i-1]… in update_noise_prob()
[all …]
/external/dropbear/libtomcrypt/src/pk/pkcs1/
Dpkcs_1_v1_5_encode.c43 unsigned char *ps; in pkcs_1_v1_5_encode() local
72 ps = &out[2]; in pkcs_1_v1_5_encode()
77 if (prng_descriptor[prng_idx].read(ps, ps_len, prng) != ps_len) { in pkcs_1_v1_5_encode()
84 while (ps[i] == 0) { in pkcs_1_v1_5_encode()
85 if (prng_descriptor[prng_idx].read(&ps[i], 1, prng) != 1) { in pkcs_1_v1_5_encode()
92 XMEMSET(ps, 0xFF, ps_len); in pkcs_1_v1_5_encode()
/external/tcpdump/
Dprint-wb.c261 const struct pgstate *ps; in wb_prep() local
269 ps = (const struct pgstate *)(prep + 1); in wb_prep()
270 while (--n >= 0 && (u_char *)(ps + 1) <= ep) { in wb_prep()
275 EXTRACT_32BITS(&ps->slot), in wb_prep()
276 ipaddr_string(&ps->page.p_sid), in wb_prep()
277 EXTRACT_32BITS(&ps->page.p_uid)); in wb_prep()
278 io = (struct id_off *)(ps + 1); in wb_prep()
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) { in wb_prep()
285 ps = (struct pgstate *)io; in wb_prep()
287 return ((u_char *)ps <= ep? 0 : -1); in wb_prep()
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
Ds10_8pf.cpp583 Word16 ps; in search_10and8i40() local
650 ps = 0; in search_10and8i40()
683 ps = ps2; in search_10and8i40()
712 *(p_temp1++) = ps + dn[i5]; in search_10and8i40()
719 ps = 0; in search_10and8i40()
758 ps = ps2; in search_10and8i40()
788 *(p_temp1++) = ps + dn[i7]; in search_10and8i40()
796 ps = 0; in search_10and8i40()
844 ps = ps2; in search_10and8i40()
882 *(p_temp1++) = ps + dn[i9]; in search_10and8i40()
[all …]
Dc4_17pf.cpp400 Word16 ps = 0; /* initialization only needed to keep gcc silent */ in search_4i40() local
465 ps = 0; in search_4i40()
505 ps = ps1; in search_4i40()
516 ps0 = ps; in search_4i40()
523 ps = 0; in search_4i40()
563 ps = ps1; in search_4i40()
574 ps0 = ps; in search_4i40()
579 ps = 0; in search_4i40()
618 ps = ps1; in search_4i40()
Dc3_14pf.cpp386 Word16 ps = 0; /* initialization only needed to keep gcc silent */ in search_3i40() local
453 ps = 0; in search_3i40()
495 ps = ps1; in search_3i40()
506 ps0 = ps; in search_3i40()
513 ps = 0; in search_3i40()
553 ps = ps1; in search_3i40()
/external/icu4c/test/cintltst/
Didnatest.c680 UParseError ps; in TestJB4490() local
685 dest1Len = uidna_toASCII(src1, src1Len, dest1, dest1Len,UIDNA_DEFAULT, &ps, &status); in TestJB4490()
691 dest2Len = uidna_toUnicode(src2, src2Len, dest2, dest2Len, UIDNA_DEFAULT, &ps, &status); in TestJB4490()
712 UParseError ps; in TestJB4475() local
714 destLen = uidna_toASCII(src, srcLen, dest, destLen,UIDNA_DEFAULT, &ps, &status); in TestJB4475()
751 UParseError ps; in TestLength() local
754 destLen = uidna_toUnicode(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status); in TestLength()
762 destLen = uidna_toUnicode(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status); in TestLength()
769 destLen = uidna_toASCII(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status); in TestLength()
777 destLen = uidna_toASCII(ul, len, dest, destLen, UIDNA_DEFAULT, &ps, &status); in TestLength()
[all …]
/external/icu4c/data/coll/
Dps.txt6 // * Source File:<path>/common/collation/ps.xml
10 * ICU <specials> source: <path>/xml/collation/ps.xml
12 ps{
/external/bluez/utils/doc/
DMakefile.in311 install-ps: install-ps-am
327 ps: ps-am
329 ps-am:
341 install-pdf-am install-ps install-ps-am install-strip \
344 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
/external/ipsec-tools/src/include-glibc/
DMakefile.in313 install-ps: install-ps-am
329 ps: ps-am
331 ps-am:
343 install-pdf-am install-ps install-ps-am install-strip \
346 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
/external/openssl/crypto/des/
Dread_pwd.c277 static int ps; in des_read_pw() local
290 ps=0; in des_read_pw()
335 ps=1; in des_read_pw()
357 ps=2; in des_read_pw()
400 if (ps >= 2) TTY_set(fileno(tty),&tty_orig); in des_read_pw()
403 if (ps >= 2) in des_read_pw()
408 if (ps >= 1) popsig(); in des_read_pw()
/external/icu4c/data/locales/
Dps.txt6 // * Source File:<path>/common/main/ps.xml
10 * ICU <specials> source: <path>/xml/main/ps.xml
12 ps{
112 ps{"پښتو"}
/external/bzip2/
DREADME.XML.STUFF16 and processes it to create .pdf, .html or .ps output.
35 ./xmlproc.sh -ps manual.xml
36 Output: manual.ps
44 So we are going the xml -> pdf -> ps route for the time being,
/external/ipsec-tools/src/racoon/
Dpolicy.h112 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \ argument
116 (idx)->prefs = (ps); \
125 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \ argument
129 (idx)->prefs = (ps); \
/external/libffi/man/
DMakefile.in355 install-ps: install-ps-am
371 ps: ps-am
373 ps-am:
387 install-pdf install-pdf-am install-ps install-ps-am \
390 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
/external/elfutils/libebl/
Deblstrtab.c70 static size_t ps; variable
78 if (ps == 0) in ebl_strtabinit()
80 ps = sysconf (_SC_PAGESIZE) - 2 * sizeof (void *); in ebl_strtabinit()
81 assert (sizeof (struct memoryblock) < ps); in ebl_strtabinit()
105 if (len < ps) in morememory()
106 len = ps; in morememory()
Deblwstrtab.c71 static size_t ps; variable
79 if (ps == 0) in ebl_wstrtabinit()
81 ps = sysconf (_SC_PAGESIZE) - 2 * sizeof (void *); in ebl_wstrtabinit()
82 assert (sizeof (struct memoryblock) < ps); in ebl_wstrtabinit()
104 if (len < ps) in morememory()
105 len = ps; in morememory()
Deblgstrtab.c71 static size_t ps; variable
79 if (ps == 0) in ebl_gstrtabinit()
81 ps = sysconf (_SC_PAGESIZE) - 2 * sizeof (void *); in ebl_gstrtabinit()
82 assert (sizeof (struct memoryblock) < ps); in ebl_gstrtabinit()
107 if (len < ps) in morememory()
108 len = ps; in morememory()
/external/icu4c/samples/layout/
DGDIFontInstance.cpp58 float *ps = LE_NEW_ARRAY(float, count * 2 + 2); in drawGlyphs() local
73 ps[out * 2] = positions[g * 2]; in drawGlyphs()
74 ps[out * 2 + 1] = positions[g * 2 + 1]; in drawGlyphs()
86 float yOffset = ps[dyStart * 2 + 1]; in drawGlyphs()
87 float xOffset = ps[dyStart * 2]; in drawGlyphs()
89 while (dyEnd < out && yOffset == ps[dyEnd * 2 + 1]) { in drawGlyphs()
99 LE_DELETE_ARRAY(ps); in drawGlyphs()
/external/bluez/libs/include/
DMakefile.in357 install-ps: install-ps-am
373 ps: ps-am
375 ps-am:
388 install-man install-pdf install-pdf-am install-ps \
389 install-ps-am install-strip installcheck installcheck-am \
392 ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS
/external/libffi/include/
DMakefile.in383 install-ps: install-ps-am
399 ps: ps-am
401 ps-am:
414 install-pdf install-pdf-am install-ps install-ps-am \
417 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
/external/bluez/utils/scripts/
DMakefile.in368 install-ps: install-ps-am
384 ps: ps-am
386 ps-am:
399 install-pdf install-pdf-am install-ps install-ps-am \
403 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
/external/openssl/apps/
Dwinrand.c119 PAINTSTRUCT ps; in WndProc() local
126 hdc = BeginPaint(hwnd, &ps); in WndProc()
130 EndPaint(hwnd, &ps); in WndProc()

12345678910