HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 251 - 275 of 763) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 137 tchars more; member in struct:rex_ttymode
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 137 tchars more; member in struct:rex_ttymode
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /external/chromium_org/third_party/x86inc/
x86inc.asm 40 ; a more recent original, or switching to using third_party/ffmpeg's version of
134 ; we need more flexible macro.
187 ; t# defines for when per-arch register allocation is more complex than just function arguments
635 ; change everything that follows. For more complex macros I may also have multiple
658 %macro SWAP 2-* ; swaps a single chain (sometimes more concise than pairs)
  /external/libpng/
CHANGES 25 made various names more consistent
75 added more medium model code (almost everything's a far)
116 added more error checking for writing and image to reduce invalid files
170 more description of info_struct in libpng.txt and png.h
171 more instructions in example.c
172 more chunk types tested in pngtest.c
188 added more debugging info
197 added more typecasts. 65536L becomes (png_uint_32)65536L, etc. (Glenn R-P)
204 added more conditions for png_do_background, to avoid changing
246 More type casting. Removed erroneous overflow test in pngmem.c
    [all...]
  /external/mksh/src/
misc.c 113 Xcheck_grow(XString *xsp, const char *xp, size_t more)
117 if (more < xsp->len)
118 more = xsp->len;
120 checkoktoadd(more, xsp->len + X_EXTRA);
121 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
755 /* matches one or more times */
757 /* matches zero or more times */
1424 /* no more components left? */
1428 /* more components left? fall through */
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 212 #if 0 && DEBUG_ANGLE // computed pt and actual pt may differ by more than approx eq
437 // OPTIMIZATION: if there are three or more identical Ts, then
510 int more = 1; local
511 while (fTs.end() - &span[more - 1] > 1 && xyAtT(&span[more]) == xyAtT(span)) {
512 if (span[more - 1].fDone) {
515 double tEndInterval = span[more].fT - newT;
526 span[more - 1].fTiny = true;
527 span[more - 1].fDone = true;
528 if (approximately_negative(span[more].fT - newT))
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 212 #if 0 && DEBUG_ANGLE // computed pt and actual pt may differ by more than approx eq
437 // OPTIMIZATION: if there are three or more identical Ts, then
510 int more = 1; local
511 while (fTs.end() - &span[more - 1] > 1 && xyAtT(&span[more]) == xyAtT(span)) {
512 if (span[more - 1].fDone) {
515 double tEndInterval = span[more].fT - newT;
526 span[more - 1].fTiny = true;
527 span[more - 1].fDone = true;
528 if (approximately_negative(span[more].fT - newT))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 232 checkDialog('It\'s "<HTML> injection" & more!',
233 'It\'s "<HTML> injection" & more!',
236 'It\'s "&lt;HTML&gt; injection" &amp; more!');
  /external/libppp/src/
ipcp.c 822 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
966 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
    [all...]
lcp.c 560 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
582 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 33 /* A 'chained bitstream' is a Vorbis bitstream that contains more than
62 /* read a little more data from the file/pipe into the ogg_sync framer
80 /* save a tiny smidge of verbosity to make the code more readable */
98 if the function is allowed to fetch more data from the stream (and
112 long more; local
115 more=ogg_sync_pageseek(&vf->oy,og);
117 if(more<0){
119 vf->offset-=more;
121 if(more==0){
122 /* send more paramedics *
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 19 * matched a token. Prevents generation of more than one error message
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 43 of recognizing <i>regular languages</i>. For more background on the subject,
95 For more information on the prediction algorithm, check out the #predict method
  /external/bison/
cfg.mk 12 # GNU General Public License for more details.
  /external/bison/data/
location.cc 13 # GNU General Public License for more details.
  /external/bison/djgpp/
djunpack.bat 20 Rem GNU General Public License for more details.
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 169 SELECT_OPEN_MULTI_FILE_TITLE: 'Select one or more files',
  /external/chromium_org/chrome/browser/resources/options/
options_bundle.js 19 // Even though the include line spans more than 80 characters,
  /external/chromium_org/chrome/renderer/resources/extensions/
json_schema.js 12 // See: http://www.json.com/json-schema-proposal/ for more details.
81 arrayMaxItems: "Array must not have more than * items.",
84 stringMaxLength: "String must not be more than * characters long.",
90 numberMaxDecimal: "Value must not have more than * decimal places.",

Completed in 1722 milliseconds

<<11121314151617181920>>