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

1 2 3 4 5

  /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);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 118 int got = 0; local
121 got++;
123 ASSERT(got + span->refcount ==
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 118 int got = 0; local
121 got++;
123 ASSERT(got + span->refcount ==
  /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...]
  /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/chromium_org/third_party/sqlite/src/tool/
showjournal.c 30 int got; local
34 got = fread(pBuf, 1, N, db);
35 if( got<0 ){
38 }else if( got<N ){
39 fprintf(stderr, "Short read: got only %d of %d bytes from %d\n",
40 got, N, iOfst);
41 memset(&pBuf[got], 0, N-got);
  /external/chromium_org/third_party/zlib/
gzwrite.c 63 int ret, got; local
79 if (have && ((got = write(state->fd, state->next, have)) < 0 ||
80 (unsigned)got != have)) {
gzread.c 312 if (state->have) /* got some data from gz_head() */
367 unsigned got, n; local
400 got = 0;
444 got += n;
449 return (int)got;
576 if (buf == str) /* got bupkus */
578 break; /* got something -- return it */
  /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/
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)) {
gzread.c 54 unsigned got; local
69 state->size - strm->avail_in, &got) == -1)
71 strm->avail_in += got;
293 unsigned got, n; local
327 got = 0;
373 got += n;
378 return (int)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 206 big_t got; /* value returned from count() */ local
221 got = num[index];
222 if (got)
223 return got; /* we have -- return the saved result */
240 got = count(syms - use, len + 1, (left - use) << 1);
241 sum += got;
242 if (got == (big_t)0 - 1 || sum < got) /* overflow */
462 big_t got; /* return value of count() */ local
536 got = count(n, 1, 2)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 33 : GOT::Entry<4>(pContent, pParent)
58 "Consumed too many local GOT entries");
66 "Consumed too many global GOT entries");
75 : GOT(pSection),
114 // Reserve entries in the second part of the primary GOT.
147 MipsGOTEntry* got = &(llvm::cast<MipsGOTEntry>((*it))); local
148 *buffer = static_cast<uint32_t>(got->getValue());
149 result += got->size();
290 assert(m_CurrentGOTPart < m_MultipartList.size() && "GOT number is out of range!");
302 assert(m_CurrentGOTPart < m_MultipartList.size() && "GOT number is out of range!")
    [all...]
MipsLDBackend.cpp 60 // initialize .got
61 LDSection& got = file_format->getGOT(); local
62 m_pGOT = new MipsGOT(got);
119 // set .got size
120 // when building shared object, the .got section is must.
210 // the GOT and the symbol table. At the same time .gnu.hash
367 // If we do not reserve any GOT entries, we do not need to re-define GOT
  /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/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc 45 size_t got; local
55 for (got = 0; got < nbytes; got += copied) {
56 copied = read(d, bytes.get() + got, nbytes - got);
62 printf("read(%d, ..., %u) -> %d\n", d, nbytes - got, copied);
66 for (size_t ix = 0; ix < got; ++ix) {
167 sb->Printf("Got manifest descriptor %d\n", manifest);
175 sb->Printf("got manifest connection %d\n", manifest_conn)
    [all...]
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/nameservice/
pm_nameservice_test.cc 45 size_t got; local
55 for (got = 0; got < nbytes; got += copied) {
56 copied = read(d, bytes.get() + got, nbytes - got);
62 printf("read(%d, ..., %u) -> %d\n", d, nbytes - got, copied);
66 for (size_t ix = 0; ix < got; ++ix) {
167 sb->Printf("Got manifest descriptor %d\n", manifest);
175 sb->Printf("got manifest connection %d\n", manifest_conn)
    [all...]
  /external/chromium_org/third_party/icu/source/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...]

Completed in 681 milliseconds

1 2 3 4 5