HomeSort by relevance Sort by last modified time
    Searched full:outc (Results 1 - 12 of 12) sorted by null

  /external/chromium/base/
tuple.h 700 class OutA, class OutB, class OutC>
703 Tuple3<OutA, OutB, OutC>* out) {
708 class OutA, class OutB, class OutC>
711 Tuple3<OutA, OutB, OutC>* out) {
716 class OutA, class OutB, class OutC>
719 Tuple3<OutA, OutB, OutC>* out) {
724 class OutA, class OutB, class OutC>
727 Tuple3<OutA, OutB, OutC>* out) {
732 class OutA, class OutB, class OutC>
735 Tuple3<OutA, OutB, OutC>* out)
    [all...]
  /system/core/sh/
output.c 137 outc(*p++, file);
254 outc('\0', &strout);
314 outc(c, dest);
388 outc('0', dest);
389 outc('x', dest);
427 outc(' ', dest);
431 outc('-', dest);
434 outc('0', dest);
436 outc(*p++, dest);
438 outc(' ', dest)
    [all...]
output.h 76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c))) macro
77 #define out1c(c) outc(c, out1);
78 #define out2c(c) outc(c, out2);
eval.c 767 outc(sep, &errout);
773 outc(sep, &errout);
777 outc('\n', &errout);
jobs.c 478 outc(' ', out);
484 outc(' ', out);
485 outc('|', out);
491 outc('\n', out);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 308 outc( '\n' );
315 outc( '\n' );
470 outc( ',' );
479 outc( ',' );
497 outc( ',' );
505 outc( ',' );
690 void outc( c ) function
844 outc( '\n' );
847 outc( '\n' );
gen.c 68 outc( '\t' );
74 outc( ' ' );
124 outc( '\n' );
514 outc( '\n' );
525 outc( '\n' );
550 outc( '\n' );
677 outc( '\n' );
738 outc( '\n' );
    [all...]
flexdef.h 895 extern void outc PROTO((int));
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
EAXBlockCipher.java 134 byte[] outC = new byte[blockSize];
135 mac.doFinal(outC, 0);
139 macBlock[i] = (byte)(nonceMac[i] ^ associatedTextMac[i] ^ outC[i]);
  /external/webkit/WebCore/platform/text/
StringImpl.cpp 315 unsigned outc = from - m_data; local
317 if (outc)
318 memcpy(to, m_data, outc * sizeof(UChar));
324 to[outc++] = *from++;
329 data.shrink(outc);
340 int outc = 0; local
352 to[outc++] = *from++;
354 to[outc++] = ' ';
359 if (outc > 0 && to[outc - 1] == ' '
    [all...]
  /system/core/sh/bltin/
bltin.h 56 #define putc(c, file) outc(c, file)
  /prebuilt/linux-x86/flex/
flex-2.5.4a 

Completed in 440 milliseconds