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

1 2 3 4 5 6 7 8 910

  /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...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 111 + data[i] + ", Got: " + res + ".");
138 int ind = 0; // index into the data array (to check the got data)
139 int got = cis.read(result); // the number of got bytes local
141 for (int j = 0; j < got - ind; j++) {
146 if (got == expected) {
148 } else if (got > expected) {
152 ind = got;
153 got += cis.read(result);
183 int ind = skip; // index into the data array (to check the got data
186 int got = skip + cis.read(result, 0, 1); \/\/ the number of got bytes local
227 int got = skipped + cis.read(result, 0, 1); \/\/ the number of got bytes local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
i386linux.x 30 *(.got)
i386linux.xbn 30 *(.got)
i386linux.xn 30 *(.got)
elf_i386.xr 40 .rel.got 0 : { *(.rel.got) }
41 .rela.got 0 : { *(.rela.got) }
91 .got 0 : { *(.got) }
92 .got.plt 0 : { *(.got.plt) }
elf_i386.xu 40 .rel.got 0 : { *(.rel.got) }
41 .rela.got 0 : { *(.rela.got) }
91 .got 0 : { *(.got) }
92 .got.plt 0 : { *(.got.plt) }
  /external/chromium/third_party/icu/source/test/intltest/
dcfmapts.h 31 void verify(const UnicodeString& message, const UnicodeString& got, double expected);
  /external/icu4c/test/intltest/
dcfmapts.h 32 void verify(const UnicodeString& message, const UnicodeString& got, double expected);
  /external/e2fsprogs/misc/
badblocks.c 268 long got; local
281 got = read (dev, buffer, try * block_size);
282 if (got < 0)
283 got = 0;
284 if (got & 511)
285 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
286 got /= block_size;
287 return got;
297 long got; local
310 got = write (dev, buffer, try * block_size)
336 long got; local
440 int i, try, got, nr_pattern, pat_idx; local
568 long got, used2, written, save_currently_testing; local
    [all...]
  /bionic/libc/arch-sh/include/machine/
asm.h 147 #define PIC_GOT(x) x@GOT
150 #define PIC_PROLOGUE(got) \
152 PIC_PROLOGUE_NOSAVE(got)
158 #define PIC_PROLOGUE_NOSAVE(got) \
159 mov.l got, r12; \
160 mova got, r0; \
  /external/qemu/
i386-vl.ld 31 .rel.got : { *(.rel.got) }
32 .rela.got : { *(.rela.got) }
88 .got : { *(.got.plt) *(.got) }
i386.ld 30 .rel.got : { *(.rel.got) }
31 .rela.got : { *(.rela.got) }
101 .got : { *(.got.plt) *(.got) }
  /external/zlib/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...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 40 .rel.got 0 : { *(.rel.got) }
41 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
armelf.xu 40 .rel.got 0 : { *(.rel.got) }
41 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr 41 .rel.got 0 : { *(.rel.got) }
42 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
armelf.xu 41 .rel.got 0 : { *(.rel.got) }
42 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.xr 41 .rel.got 0 : { *(.rel.got) }
42 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
armelf.xu 41 .rel.got 0 : { *(.rel.got) }
42 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.xr 41 .rel.got 0 : { *(.rel.got) }
42 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
armelf.xu 41 .rel.got 0 : { *(.rel.got) }
42 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 40 .rel.got 0 : { *(.rel.got) }
41 .rela.got 0 : { *(.rela.got) }
93 .got 0 : { *(.got.plt) *(.got) }

Completed in 3478 milliseconds

1 2 3 4 5 6 7 8 910