/external/svox/pico/lib/ |
D | picokfst.c | 249 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstGetTransductionMode() local 250 if (fst != NULL) { in picokfst_kfstGetTransductionMode() 251 return fst->transductionMode; in picokfst_kfstGetTransductionMode() 261 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstGetFSTSizes() local 262 if (fst != NULL) { in picokfst_kfstGetFSTSizes() 263 *nrStates = fst->nrStates; in picokfst_kfstGetFSTSizes() 264 *nrClasses = fst->nrClasses; in picokfst_kfstGetFSTSizes() 282 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstStartPairSearch() local 285 h = inSym % fst->alphaHashTabSize; in picokfst_kfstStartPairSearch() 286 pos = fst->alphaHashTabPos + (h * 4); in picokfst_kfstStartPairSearch() [all …]
|
D | picotrns.c | 295 static void GetNextAlternative (picokfst_FST fst, picotrns_AltDesc altDesc, in GetNextAlternative() argument 324 … picokfst_kfstStartPairSearch(fst,inSeq[altDesc->inPos].sym,& inSymFound,& altDesc->searchState); in GetNextAlternative() 341 … picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass); in GetNextAlternative() 343 picokfst_kfstGetTrans(fst,altDesc->startFSTState,pairClass,& (*endFSTState)); in GetNextAlternative() 355 …picokfst_kfstStartInEpsTransSearch(fst,altDesc->startFSTState,& inEpsTransFound,& altDesc->searchS… in GetNextAlternative() 363 …picokfst_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFST… in GetNextAlternative() 456 static void TransductionStep (picokfst_FST fst, struct picotrns_transductionState * transductionSta… in TransductionStep() argument 500 …GetNextAlternative(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& ne… in TransductionStep() 508 if ((nextInPos == inSeqLen) && picokfst_kfstIsAcceptingState(fst,endFSTState)) { in TransductionStep() 561 pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly, in picotrns_transduce() argument [all …]
|
D | picotrns.h | 133 extern pico_status_t picotrns_transduce (picokfst_FST fst, picoos_bool firstSolOnly, 176 pico_status_t picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst);
|
D | picospho.c | 229 picokfst_FST fst[PICOKNOW_MAX_NUM_SPHO_FSTS]; member 293 picokfst_FST fst; in sphoInitialize() local 311 fst = picokfst_getFST(this->voice->kbArray[myKbIds[i]]); in sphoInitialize() 312 if (NULL != fst) { in sphoInitialize() 313 spho->fst[spho->numFsts++] = fst; in sphoInitialize() 1234 rv = picotrns_transduce(spho->fst[spho->curFst], FALSE, in sphoStep()
|
D | picosa.c | 238 picokfst_FST fst[PICOKNOW_MAX_NUM_WPHO_FSTS]; member 248 picokfst_FST fst; in saInitialize() local 305 fst = picokfst_getFST(this->voice->kbArray[fstKbIds[i]]); in saInitialize() 306 if (NULL != fst) { in saInitialize() 307 sa->fst[sa->numFsts++] = fst; in saInitialize() 1640 picotrns_transduce(sa->fst[sa->curFst], FALSE, in saStep()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/ |
D | FastSineTransformer.java | 64 return fst(f); in transform() 88 return fst(data); in transform() 104 return FastFourierTransformer.scaleArray(fst(f), scaling_coefficient); in transform2() 129 return FastFourierTransformer.scaleArray(fst(data), scaling_coefficient); in transform2() 145 return FastFourierTransformer.scaleArray(fst(f), scaling_coefficient); in inversetransform() 168 return FastFourierTransformer.scaleArray(fst(data), scaling_coefficient); in inversetransform() 213 protected double[] fst(double f[]) throws IllegalArgumentException { in fst() method in FastSineTransformer
|
/external/clang/test/CodeGen/ |
D | object-size.c | 396 char fst[16]; member 401 char fst[16]; member 406 char fst[16]; member 411 char fst[16]; member 457 struct { struct DynStruct1 fst, snd; } *nested; in test30() member 460 gi = __builtin_object_size(nested->fst.snd, 0); in test30() 462 gi = __builtin_object_size(nested->fst.snd, 1); in test30() 464 gi = __builtin_object_size(nested->fst.snd, 2); in test30() 466 gi = __builtin_object_size(nested->fst.snd, 3); in test30()
|
/external/wpa_supplicant_8/src/ap/ |
D | utils.c | 61 if (ohapd->iface->fst && in prune_associations() 62 data->hapd->iface->fst && in prune_associations() 63 fst_are_ifaces_aggregated(ohapd->iface->fst, in prune_associations() 64 data->hapd->iface->fst)) in prune_associations()
|
D | hostapd.c | 1826 iface->fst = fst_attach(hapd->conf->iface, hapd->own_addr, in hostapd_setup_interface_complete_sync() 1828 if (!iface->fst) { in hostapd_setup_interface_complete_sync() 1856 if (iface->fst) { in hostapd_setup_interface_complete_sync() 1857 fst_detach(iface->fst); in hostapd_setup_interface_complete_sync() 1858 iface->fst = NULL; in hostapd_setup_interface_complete_sync() 2050 if (iface->fst) { in hostapd_interface_deinit() 2051 fst_detach(iface->fst); in hostapd_interface_deinit() 2052 iface->fst = NULL; in hostapd_interface_deinit()
|
D | hostapd.h | 351 struct fst_iface *fst; member
|
D | sta_info.c | 1212 if (hapd->iface->fst) { in ap_sta_set_authorized() 1214 fst_notify_peer_connected(hapd->iface->fst, sta->addr); in ap_sta_set_authorized() 1216 fst_notify_peer_disconnected(hapd->iface->fst, in ap_sta_set_authorized()
|
/external/ipsec-tools/src/racoon/ |
D | Makefile.in | 526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-alg-fst.Po@am__quote@ 527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-api-fst.Po@am__quote@ 570 rijndael-api-fst.obj: missing/crypto/rijndael/rijndael-api-fst.c 571 …$(AM_CFLAGS) $(CFLAGS) -MT rijndael-api-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-api-fst.Tpo -c -o r… 572 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po 575 …UDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-api-fst.obj `if test -f 'mi… 577 rijndael-alg-fst.obj: missing/crypto/rijndael/rijndael-alg-fst.c 578 …$(AM_CFLAGS) $(CFLAGS) -MT rijndael-alg-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-alg-fst.Tpo -c -o r… 579 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po 582 …UDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-alg-fst.obj `if test -f 'mi… [all …]
|
/external/ltp/pan/ |
D | scan.l | 348 check_mode(int scan_mode, int fst, ...) 359 for(ps=parse_states; ps->bits && (ps->bits != fst);ps++) 364 if(fst == scan_mode) 368 va_start(ap, fst);
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/ |
D | sysv.S | 280 fst.d r31, 0, dr0 288 fst.s r31, OFS_FLT, fr0 344 fst.d r14, 24, dr0 345 fst.d r14, 32, dr2 346 fst.d r14, 40, dr4 347 fst.d r14, 48, dr6 348 fst.d r14, 56, dr8 349 fst.d r14, 64, dr10
|
/external/llvm/test/MC/Disassembler/X86/ |
D | fp-stack.txt | 745 # CHECK: fst %st(0) 748 # CHECK: fst %st(1) 751 # CHECK: fst %st(2) 754 # CHECK: fst %st(3) 757 # CHECK: fst %st(4) 760 # CHECK: fst %st(5) 763 # CHECK: fst %st(6) 766 # CHECK: fst %st(7)
|
/external/python/cpython2/Lib/test/ |
D | test_format.py | 244 fst = IntFails() 245 testformat("%x", fst, '0') 246 testformat(u"%x", fst, '0')
|
/external/wpa_supplicant_8/src/ |
D | Makefile | 2 SUBDIRS += fst
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fp-stack-set-st1.ll | 5 …%asmtmp = tail call { double, double } asm sideeffect "fmul\09%st(1),%st\0A\09fst\09%st(1)\0A\09fr…
|
/external/llvm/test/CodeGen/X86/ |
D | fp-stack-set-st1.ll | 5 …%asmtmp = tail call { double, double } asm sideeffect "fmul\09%st(1),%st\0A\09fst\09%st(1)\0A\09fr…
|
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 449 file_status fst = detail::posix_stat(p, st, &m_ec); in __file_size() local 450 if (!exists(fst) || !is_regular_file(fst)) { in __file_size() 692 file_status fst = detail::posix_stat(p, st, &m_ec); in __last_write_time() local 693 if (m_ec && !status_known(fst)) { in __last_write_time()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.c | 110 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) { in wpas_notify_state_changed() 112 fst_notify_peer_connected(wpa_s->fst, wpa_s->bssid); in wpas_notify_state_changed() 115 fst_notify_peer_disconnected(wpa_s->fst, wpa_s->bssid); in wpas_notify_state_changed()
|
/external/openssh/ |
D | loginrec.c | 1671 struct stat fst; in record_failed_login() local 1680 if (fstat(fd, &fst) < 0) { in record_failed_login() 1685 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){ in record_failed_login()
|
/external/v8/src/js/ |
D | i18n.js | 73 ANONYMOUS_FUNCTION((fst, snd) => implementation(receiver, fst, snd)); 75 boundMethod = ANONYMOUS_FUNCTION(fst => implementation(receiver, fst));
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 179 Node* Return(Node* fst, Nodes*... more) { in Return() argument 180 Node* arr[] = {fst, more...}; in Return()
|
/external/syslinux/extlinux/ |
D | main.c | 1457 struct stat st, fst; in install_loader() local 1486 if (install_file(path, devfd, &fst)) { in install_loader() 1490 if (fst.st_dev != st.st_dev) { in install_loader()
|