HomeSort by relevance Sort by last modified time
    Searched defs:open_paren (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/include/fst/extensions/pdt/
info.h 113 Label open_paren = parens[pit->second].first; local
115 if (arc.ilabel == open_paren) {
117 if (!paren_set.count(open_paren)) {
119 paren_set.insert(open_paren);
replace.h 152 Label open_paren = kNoLabel, close_paren = kNoLabel; local
157 open_paren = (*parens)[paren_id].first;
161 open_paren = first_paren + 2 * paren_id;
162 close_paren = open_paren + 1;
165 parens->push_back(make_pair(open_paren, close_paren));
169 Arc sarc(open_paren, open_paren, arc.weight, fst_start[nfst_id]);
  /external/openfst/src/include/fst/
pair-weight.h 146 char separator, char open_paren, char close_paren) {
151 if (c != open_paren) {
168 if (c == open_paren) {
249 char open_paren = FLAGS_fst_weight_parentheses[0]; local
251 return strm << open_paren << w.Value1() << separator
  /system/core/toolbox/
top.c 326 char buf[MAX_LINE], *open_paren, *close_paren; local
335 open_paren = strchr(buf, '(');
337 if (!open_paren || !close_paren) return 1;
339 *open_paren = *close_paren = '\0';
340 strncpy(proc->tname, open_paren + 1, THREAD_NAME_LEN);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 100 const char *open_paren, *close_paren; member in struct:gcc_target::asm_out
    [all...]

Completed in 350 milliseconds