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

  /src/external/gpl3/gcc/dist/libcpp/
makeuname2c.cc 105 size_t key_len, key_idx, node_size, size_sum, child_off; member in struct:node
421 n->child_off = 0;
426 n->child_off = n->size_sum + (n->codepoint == NO_VALUE
428 n->node_size += sizeof_uleb128 (n->child_off);
487 write_uleb128 (&tree[off], n->child_off);
488 off += sizeof_uleb128 (n->child_off);
489 write_nodes (n->child, off + n->child_off);
charset.cc 1072 size_t child_off = 0;
1076 child_off |= (*n & 0x7f) << shift;
1080 child = n + child_off;
1070 size_t child_off = 0; local

Completed in 576 milliseconds