HomeSort by: relevance | last modified time | path
    Searched refs:num_tokens (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/libjsmn/
jsmn.h 71 jsmntok_t *tokens, unsigned int num_tokens);
jsmn.c 11 jsmntok_t *tokens, size_t num_tokens) {
13 if (parser->toknext >= num_tokens) {
40 size_t len, jsmntok_t *tokens, size_t num_tokens) {
72 token = jsmn_alloc_token(parser, tokens, num_tokens);
89 size_t len, jsmntok_t *tokens, size_t num_tokens) {
105 token = jsmn_alloc_token(parser, tokens, num_tokens);
156 jsmntok_t *tokens, unsigned int num_tokens) {
173 token = jsmn_alloc_token(parser, tokens, num_tokens);
233 r = jsmn_parse_string(parser, js, len, tokens, num_tokens);
279 r = jsmn_parse_primitive(parser, js, len, tokens, num_tokens);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
ks_p11.c 927 int num_tokens = 0; local
962 num_tokens++;
968 if (num_tokens == 0) {
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 791 of the macro. NUM_TOKENS is the number of tokens that are part of
801 location_t expansion, unsigned int num_tokens)
804 = LINEMAPS_MACRO_LOWEST_LOCATION (set) - num_tokens;
813 map->n_tokens = num_tokens;
816 2 * num_tokens * sizeof (location_t));
819 2 * num_tokens * sizeof (location_t));
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 676 of the macro. NUM_TOKENS is the number of tokens that are part of
686 location_t expansion, unsigned int num_tokens)
689 = LINEMAPS_MACRO_LOWEST_LOCATION (set) - num_tokens;
698 map->n_tokens = num_tokens;
701 2 * num_tokens
705 2 * num_tokens * sizeof (location_t));
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4152 unsigned num_tokens; local
4235 clang_tokenize(TU, range, &tokens, &num_tokens);
4242 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor));
4244 clang_annotateTokens(TU, tokens, num_tokens, cursors);
4264 for (i = 0; i != num_tokens; ++i) {
4291 clang_disposeTokens(TU, tokens, num_tokens);

Completed in 30 milliseconds