HomeSort by relevance Sort by last modified time
    Searched refs:skip_whitespace (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/compiler/glsl/
s_expression.cpp 44 skip_whitespace(const char *&src, char *&symbol_buffer) function
54 skip_whitespace(src, symbol_buffer);
63 skip_whitespace(src, symbol_buffer);
106 skip_whitespace(src, symbol_buffer);
117 skip_whitespace(src, symbol_buffer);
  /external/libunwind/src/
os-linux.h 101 skip_whitespace (char *cp) function
116 cp = skip_whitespace (cp);
146 if (!(cp = skip_whitespace (cp)))
189 if (!(cp = skip_whitespace (cp)))
275 cp = mi->path = skip_whitespace (cp);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-pdp11.c 308 skip_whitespace (char *str)
326 str = skip_whitespace (str);
366 str = skip_whitespace (str);
436 str = skip_whitespace (str);
444 str = skip_whitespace (str);
508 str = skip_whitespace (str);
523 str = skip_whitespace (str);
541 str = skip_whitespace (str);
581 str = skip_whitespace (str);
600 str = skip_whitespace (str)
306 skip_whitespace (char *str) function
    [all...]
tc-tic6x.c 576 SKIP_WHITESPACE ();
1189 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
    [all...]
tc-xgate.c 102 static inline char *skip_whitespace (char *);
535 input_line = skip_whitespace (input_line);
813 skip_whitespace (char *s) function
830 from = skip_whitespace (from);
1027 line = skip_whitespace (line);
    [all...]
tc-aarch64.c 482 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0)
1117 skip_whitespace (str);
1125 skip_whitespace (str);
480 #define skip_whitespace macro
    [all...]
obj-elf.c 319 SKIP_WHITESPACE ();
440 SKIP_WHITESPACE ();
463 SKIP_WHITESPACE ();
497 SKIP_WHITESPACE ();
929 SKIP_WHITESPACE ();
981 SKIP_WHITESPACE ();
1031 SKIP_WHITESPACE ();
1038 SKIP_WHITESPACE ();
1046 SKIP_WHITESPACE ();
1061 SKIP_WHITESPACE ();
1508 #define skip_whitespace macro
    [all...]
tc-arm.c 950 #define skip_whitespace(str) do { if (*(str) == ' ') ++(str); } while (0) macro
956 skip_whitespace (*str);
    [all...]
tc-metag.c 221 skip_whitespace (const char *line) function
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 75 void FlagParser::skip_whitespace() { function in class:__sanitizer::FlagParser
106 skip_whitespace();
sanitizer_flag_parser.h 104 void skip_whitespace();
  /external/python/cpython3/PC/
launcher.c 49 skip_whitespace(wchar_t * p) function
755 result = skip_whitespace(result);
869 cmdp = skip_whitespace(value);
907 shebang_line = skip_whitespace(shebang_line);
947 *suffix = skip_whitespace(p);
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 337 milliseconds