HomeSort by relevance Sort by last modified time
    Searched defs:got (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/libppp/src/
proto.c 89 size_t got; local
91 if ((got = mbuf_View(bp, cp, 2)) == 0) {
98 if (got == 1) {
sig.c 98 int got; local
103 /* We've *probably* got something in `caused' set */
107 got = 0;
111 got++;
115 } while (got);
chap.c 425 int got; local
427 got = read(chap->child.fd, chap->child.buf.ptr + chap->child.buf.len,
429 if (got == -1) {
432 } else if (got == 0) {
438 chap->child.buf.len += got;
583 * told that I got the answer right.
733 log_Printf(LogPHASE, "Chap Input: %s dropped (got id %d, not %d)\n",
defs.c 79 size_t got, total; local
81 for (total = 0; total < n; total += got)
82 switch ((got = read(fd, (char *)v + total, n - total))) {
87 got = 0;
124 int m, got, len; local
127 got = -1;
132 if (got != -1)
134 got = m;
137 return got == -1 ? 0 : modes[got].mode
    [all...]
  /external/e2fsprogs/contrib/
make-sparse.c 25 int got, total = 0; local
29 got = read(fd, buf, count);
30 if (got == -1) {
35 if (got == 0) {
41 buf += got;
42 total += got;
43 count -= got;
50 int fd, got, i; local
64 got = full_read(0, buf, sizeof(buf));
65 if (got == 0
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 28 : GOT(pSection),
60 assert(!empty() && "Consume empty GOT entry!");
81 MipsGOTEntry* got = &(llvm::cast<MipsGOTEntry>((*it))); local
82 *buffer = static_cast<uint32_t>(got->getValue());
83 result += got->size();
94 // We need to put global GOT entries after all local ones.
108 "The number of GOT Entries and ResolveInfo doesn't match");
117 "The number of GOT Entries and ResolveInfo doesn't match");
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 56 fprintf(stderr, "didn't open custom error file %s as 1, got %d\n", buffer, fd);
71 printf("wait got %d instead of %d\n", deadchild, child);
83 char got[512]; local
85 bool gotOutput = readfile(got, buffer);
88 errorfile, got);
92 char *where = strstr(got, desired);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 27 : GOT(pSection), m_pLast(NULL)
57 assert(!empty() && "Consume empty GOT entry!");
72 // GOT part is also empty. Since entry is the last entry, we can assign
93 // Entry must be the last entry. We can directly assign it to GOT part.
107 assert(m_GOTPLT.last_used != m_GOT.front && "No GOT/PLT entry to consume!");
114 assert(NULL != m_GOT.front && "Consuming empty GOT section!");
154 ARMGOTEntry* got = NULL; local
157 got = &(llvm::cast<ARMGOTEntry>((*it)));
158 *buffer = static_cast<uint32_t>(got->getValue());
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 83 + data[i] + ", Got: " + res + ".");
104 int ind = 0; // index into the data array (to check the got data)
105 int got = cis.read(result); // the number of got bytes local
107 for (int j = 0; j < got - ind; j++) {
112 if (got == expected) {
114 } else if (got > expected) {
118 ind = got;
119 got += cis.read(result);
143 int ind = skip; // index into the data array (to check the got data
146 int got = skip + cis.read(result, 0, 1); \/\/ the number of got bytes local
181 int got = skipped + cis.read(result, 0, 1); \/\/ the number of got bytes local
    [all...]
  /external/e2fsprogs/util/
copy_sparse.c 67 int got, total = 0; local
71 got = read(fd, buf, count);
72 if (got == -1) {
77 if (got == 0) {
83 buf += got;
84 total += got;
85 count -= got;
94 ssize_t got, got2; local
167 got = full_read(fd, buf, bs);
169 if (fd == 0 && got == 0
    [all...]
  /external/smack/src/org/jivesoftware/smack/proxy/
HTTPProxySocketFactory.java 99 StringBuilder got = new StringBuilder(100); local
105 got.append(c);
106 if (got.length() > 1024)
141 String gotstr = got.toString();
  /external/zlib/src/
gzread.c 54 unsigned got; local
68 state->size - strm->avail_in, &got) == -1)
70 strm->avail_in += got;
292 unsigned got, n; local
326 got = 0;
372 got += n;
377 return (int)got;
gzwrite.c 74 int ret, got; local
84 got = write(state->fd, strm->next_in, strm->avail_in);
85 if (got < 0 || (unsigned)got != strm->avail_in) {
101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
102 (unsigned)got != have)) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 181 // initialize .got
182 LDSection& got = file_format->getGOT(); local
183 m_pGOT = new HexagonGOT(got);
  /external/e2fsprogs/debugfs/
dump.c 108 unsigned int got; local
119 retval = ext2fs_file_read(e2_file, buf, sizeof(buf), &got);
122 if (got == 0)
124 nbytes = write(fd, buf, got);
125 if ((unsigned) nbytes != got)
214 unsigned int got; local
215 retval = ext2fs_file_read(e2_file, p, bytes, &got);
220 bytes -= got;
221 p += got;
222 if (got == 0 || bytes == 0
    [all...]
  /external/elfutils/libdw/
dwarf_getlocation.c 405 size_t got = 0; local
406 while (got < maxlocs)
489 &llbufs[got], &listlens[got]) != 0))
491 ++got;
495 return got;
  /external/zlib/src/examples/
enough.c 203 big_t got; /* value returned from count() */ local
218 got = num[index];
219 if (got)
220 return got; /* we have -- return the saved result */
237 got = count(syms - use, len + 1, (left - use) << 1);
238 sum += got;
239 if (got == -1 || sum < got) /* overflow */
459 big_t got; /* return value of count() */ local
533 got = count(n, 1, 2)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 92 + data[i] + ", Got: " + res + ".");
113 int ind = 0; // index into the data array (to check the got data)
114 int got = cis.read(result); // the number of got bytes local
116 for (int j = 0; j < got - ind; j++) {
121 if (got == expected) {
123 } else if (got > expected) {
127 ind = got;
128 got += cis.read(result);
152 int ind = skip; // index into the data array (to check the got data
155 int got = skip + cis.read(result, 0, 1); \/\/ the number of got bytes local
190 int got = skipped + cis.read(result, 0, 1); \/\/ the number of got bytes local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 140 Principal[] got = pd.getPrincipals(); local
141 assertNotNull(got);
142 assertNotSame(got, principals);
143 assertNotSame(got, pd.getPrincipals());
144 assertTrue(got.length == principals.length);
  /external/e2fsprogs/misc/
e2initrd_helper.c 77 unsigned int got; local
106 retval = ext2fs_file_read(e2_file, buf, inode.i_size, &got);
115 ret_file->size = (int) got;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 168 String got = future.get(); local
169 fail("Expected exception but got " + got);
  /external/icu4c/test/intltest/
astrotst.cpp 308 // Compute delta of what we got to the USNO data, in seconds
377 dataerrln("Got error: %s", u_errorName(status));
451 // Moon phase angle - Got from http://www.moonsystem.to/checkupe.htm
463 double got = astro->getMoonAge(); local
465 if(!(got>expectedAge-precision && got<expectedAge+precision)){
467 " got " + got);
470 " got " + got);
    [all...]
  /external/jhead/
jpgfile.c 142 int ll,lh, got; local
186 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section.
187 if (got != itemlen-2){
215 got = fread(Data, 1, size, infile);
216 if (got != size){
338 int ll,lh, got; local
  /external/skia/src/pdf/
SkPDFFont.cpp 170 size_t got = srcStream->read((void *)staticStream->getAtPos(), local
172 if (got == 0) {
175 read += got;
    [all...]
  /external/srec/srec/clib/
fpi_tgt.c 726 int ii, jj, got; local
744 got = setRECframePtr(frmPkt, end, relative_to_pullp);
745 if (got != end)
747 (void) setRECframePtr(frmPkt, -got, relative_to_pullp);

Completed in 657 milliseconds

1 2 3