HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1801 - 1825 of 3043) sorted by null

<<71727374757677787980>>

  /external/regex-re2/re2/
prog.h 89 void InitAlt(uint32 out, uint32 out1);
90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
91 void InitCapture(int cap, uint32 out);
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
94 void InitNop(uint32 out);
100 int out() { return out_opcode_>>3; } function in class:re2::Prog::Inst
110 return p->inst(out())->opcode() == kInstByteRange;
130 out_opcode_ = (out()<<3) | opcode;
133 void set_out(int out) {
134 out_opcode_ = (out<<3) | opcode()
    [all...]
re2.cc 380 string out; local
386 out.append(p, vec[0].begin() - p);
390 out.append(p, 1);
394 re.Rewrite(&out, rewrite, vec, nvec);
404 out.append(p, ep - p);
405 swap(out, *str);
412 string *out) {
421 out->clear();
422 return re.Rewrite(out, rewrite, vec, nvec);
547 // Use DFAs to find exact location of match, filter out non-matches
    [all...]
  /external/speex/libspeex/
nb_celp.c 28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1103 spx_word16_t *out = (spx_word16_t*)vout; local
    [all...]
  /external/valgrind/main/coregrind/
m_options.c 145 HChar* out; local
172 out = VG_(malloc)( "options.efn.1", len );
177 out = VG_(realloc)("options.efn.2(multiple)", out, len); \
183 out[j++] = format[i++];
191 out[j++] = format[i++];
198 j += VG_(sprintf)(&out[j], "%d", pid);
237 j += VG_(sprintf)(&out[j], "%s", qual);
252 out[j++] = 0;
254 // If 'out' is not an absolute path name, prefix it with the startup dir
    [all...]