HomeSort by relevance Sort by last modified time
    Searched defs:h_next (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_16_neon.asm 73 b h_next
91 b h_next
112 h_next label
  /external/libedit/src/
history.c 70 history_gfun_t h_next; /* Get the next element */ local
81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
581 h->h_next = history_def_next;
604 if (h->h_next == history_def_next)
619 if (h->h_next != history_def_next) {
638 if (h->h_next != history_def_next) {
658 if (h->h_next != history_def_next) {
673 if (h->h_next != history_def_next) {
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
694 if (h->h_next != history_def_next)
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 3813 struct CvTreeNode* h_next; \/* next sequence *\/ member in struct:CvTreeNode
    [all...]
cxdrawing.cpp 2420 CvSeq *contour0 = contour, *h_next = 0; local
    [all...]

Completed in 123 milliseconds