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

  /external/curl/lib/
hash.c 249 struct curl_llist_element *lnext; local
261 lnext = le->next;
267 le = lnext;
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.h 114 #define lnext(a) rot(onext(rotinv(a))) macro
Delaunay.cpp 163 splice(ans, (EdgePointer) lnext(a));
523 ldi = (EdgePointer) lnext(ldi);
582 rcand = (EdgePointer) lnext(sym(basel));
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 114 #define lnext(a) rot(onext(rotinv(a))) macro
Delaunay.cpp 163 splice(ans, (EdgePointer) lnext(a));
523 ldi = (EdgePointer) lnext(ldi);
582 rcand = (EdgePointer) lnext(sym(basel));
  /external/svox/pico/lib/
picopr.c 656 picoos_uchar lnext; local
700 lnext = str[li + 1];
702 lnext = 0;
706 if (lnext == llatinV) {
710 } else if (lnext == llatinX) {
727 if (lnext == llatinL) {
731 } else if (lnext == llatinC) {
748 if (lnext == llatinD) {
752 } else if (lnext == llatinM) {
    [all...]

Completed in 207 milliseconds