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

  /external/valgrind/drd/
drd_bitmap.c 141 Addr b, b_next; local
149 for (b = a1; b < a2; b = b_next)
156 b_next = first_address_with_higher_msb(b);
157 if (b_next > a2)
159 b_next = a2;
238 Addr b, b_next; local
246 for (b = a1; b < a2; b = b_next)
253 b_next = first_address_with_higher_msb(b);
254 if (b_next > a2)
256 b_next = a2
369 Addr b, b_next; local
422 Addr b, b_next; local
477 Addr b, b_next; local
557 Addr b, b_next; local
634 Addr b, b_next; local
716 Addr b, b_next; local
810 Addr b, b_next; local
    [all...]
  /external/opencv/cv/src/
cvsubdivision2d.cpp 130 CvSubdiv2DEdge *b_next = &CV_SUBDIV2D_NEXT_EDGE( edgeB ); local
132 CvSubdiv2DEdge b_rot = cvSubdiv2DRotateEdge( *b_next, 1 );
137 CV_SWAP( *a_next, *b_next, t );
  /external/valgrind/coregrind/
m_mallocfree.c 1563 Block* b_next = a->freelist[b_lno]; local
1629 Block* b_next = get_next_b(b); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 59 block, not to be confused with b_next, which is next by control flow. */
67 /* If b_next is non-NULL, it is a pointer to the next
69 struct basicblock_ *b_next; member in struct:basicblock_
600 c->u->u_curblock->b_next = block;
609 c->u->u_curblock->b_next = block;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 59 block, not to be confused with b_next, which is next by control flow. */
67 /* If b_next is non-NULL, it is a pointer to the next
69 struct basicblock_ *b_next; member in struct:basicblock_
577 c->u->u_curblock->b_next = block;
586 c->u->u_curblock->b_next = block;
    [all...]

Completed in 254 milliseconds