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

  /external/toybox/toys/posix/
cut.c 135 struct slist *temp_node = TT.slist_head; local
151 if (temp_node) {
154 if (!temp_node) break;
155 start = temp_node->start;
177 if ((temp_node->end < 0) || !buff) break;
178 } while(start <= temp_node->end);
179 temp_node = temp_node->next;
196 struct slist *temp_node = TT.slist_head; local
198 if (temp_node != NULL)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 183 PartitionTreeNode* temp_node = opt; local
187 assert(temp_node != NULL);
189 if (temp_node->packet_start())
191 temp_node = temp_node->parent();

Completed in 137 milliseconds