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

  /external/libxml2/doc/examples/
tree1.c 25 * @a_node: the initial xml node to consider.
31 print_element_names(xmlNode * a_node)
35 for (cur_node = a_node; cur_node; cur_node = cur_node->next) {
  /external/jemalloc/include/jemalloc/internal/
rb.h 49 #define rbtn_left_get(a_type, a_field, a_node) \
50 ((a_node)->a_field.rbn_left)
51 #define rbtn_left_set(a_type, a_field, a_node, a_left) do { \
52 (a_node)->a_field.rbn_left = a_left; \
57 #define rbtn_right_get(a_type, a_field, a_node) \
58 ((a_type *) (((intptr_t) (a_node)->a_field.rbn_right_red) \
60 #define rbtn_right_set(a_type, a_field, a_node, a_right) do { \
61 (a_node)->a_field.rbn_right_red = (a_type *) (((uintptr_t) a_right) \
62 | (((uintptr_t) (a_node)->a_field.rbn_right_red) & ((size_t)1))); \
66 #define rbtn_red_get(a_type, a_field, a_node) \
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Graph.java 57 Node a_node = getNode(a); local
59 a_node.addEdge(b_node);
  /external/mesa3d/src/glsl/
ir.cpp 980 const exec_node *a_node = this->components.head; local
983 while (!a_node->is_tail_sentinel()) {
986 const ir_constant *const a_field = (ir_constant *) a_node;
992 a_node = a_node->next;
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 695 milliseconds