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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwscanf.c 149 int nassigned; /* number of fields assigned */ local
168 nassigned = 0;
180 return (nassigned);
396 nassigned++;
431 nassigned++;
461 nassigned++;
494 nassigned++;
523 nassigned++;
556 nassigned++;
713 nassigned++;
    [all...]
vfscanf.c 167 int nassigned; /* number of fields assigned */ local
192 nassigned = 0;
199 return (nassigned);
447 nassigned++;
475 nassigned++;
545 nassigned++;
578 nassigned++;
637 nassigned++;
661 nassigned++;
831 nassigned++;
    [all...]
  /bionic/libc/stdio/
vfscanf.cpp 93 int nassigned; /* number of fields assigned */ local
108 nassigned = 0;
112 if (c == 0) return nassigned;
377 if (!(flags & SUPPRESS)) nassigned++;
411 nassigned++;
533 ++nassigned;
697 nassigned++;
718 nassigned++;
727 if (nassigned == 0) nassigned = -1
    [all...]
vfwscanf.c 138 int nassigned; /* number of fields assigned */ local
155 nassigned = 0;
162 return (nassigned);
375 if (!(flags & SUPPRESS)) nassigned++;
399 if (!(flags & SUPPRESS)) nassigned++;
447 ++nassigned;
603 nassigned++;
626 nassigned++;
634 return (nconversions != 0 ? nassigned : EOF);
636 return (nassigned);
    [all...]
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 154 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image references inavlid memory", fNameL ) );
162 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) );
203 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image references invalid memory", fNameL ) );
210 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) );
217 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle references invalid memory", fNameL ) );
224 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle is inverted (max<min) or zero", fNameL ) );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]