HomeSort by relevance Sort by last modified time
    Searched full:current_node (Results 1 - 14 of 14) sorted by null

  /device/huawei/angler/power/
list.c 79 struct list_node *current_node; local
86 current_node = head->next;
89 while (current_node && current_node != del_node) {
90 saved_node = current_node;
91 current_node = current_node->next;
95 if (current_node) {
96 saved_node->next = current_node->next;
112 struct list_node *current_node = head local
128 struct list_node *current_node = head; local
    [all...]
  /device/lge/bullhead/power/
list.c 79 struct list_node *current_node; local
86 current_node = head->next;
89 while (current_node && current_node != del_node) {
90 saved_node = current_node;
91 current_node = current_node->next;
95 if (current_node) {
96 saved_node->next = current_node->next;
112 struct list_node *current_node = head local
128 struct list_node *current_node = head; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 50 unsigned current_node : 2; member in struct:r300_emit_state
330 if (emit->current_node > 0) {
331 error("Node %i has no TEX instructions", emit->current_node);
337 if (emit->current_node == 0)
348 code->code_addr[emit->current_node] =
368 switch(emit->current_node) {
407 if (emit->current_node == 3) {
415 emit->current_node++;
513 code->config |= emit.current_node; /* FIRST_NODE_HAS_TEX set by finish_node */
537 if (emit.current_node < 3)
    [all...]
  /external/e2fsprogs/debugfs/
extent_cmds.ct 8 current_node, current;
extent_inode.c 157 generic_goto_node("current_node", argc, argv, EXT2_EXTENT_CURRENT);
  /external/opencv3/modules/cudaobjdetect/src/cuda/
lbp.cu 204 int current_node = 0;
213 ClNode node = nodes[current_node];
218 int idx = (subsets[ current_node * subsetSize + c] & ( 1 << shift)) ? current_leave : current_leave + 1;
221 current_node += 1;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 242 // current_node is a concatenation node. We are positioned on the first
244 // node_start_pos is starting position of current_node.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 226 // current_node is a concatenation node. We are positioned on the first
228 // node_start_pos is starting position of current_node.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 226 // current_node is a concatenation node. We are positioned on the first
228 // node_start_pos is starting position of current_node.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 226 // current_node is a concatenation node. We are positioned on the first
228 // node_start_pos is starting position of current_node.
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
ropeimpl.h 226 // current_node is a concatenation node. We are positioned on the first
228 // node_start_pos is starting position of current_node.
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_rope.c 242 // current_node is a concatenation node. We are positioned on the first
244 // node_start_pos is starting position of current_node.
    [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 775 milliseconds