Searched defs:remaining (Results 151 - 175 of 229) sorted by relevance

12345678910

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c377 int selectval, remaining = len; local
381 while (remaining)
397 num_read = mDNSPlatformReadTCP( sock, ptr, remaining, closed );
399 if (((num_read == 0) && *closed) || (num_read < 0) || (num_read > remaining)) return -1;
402 remaining -= num_read;
1660 // Calculate effective remaining lease of an LLQ
1880 // lastly, free the remaining records (known answers) in NewAnswers list
1970 Log("LLQ from %s in state %s; %##s; type %d; orig lease %d; remaining lease %d; AnswerList %p)",
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c3765 /* Now combine the remaining required fields that will indicate a
6926 /* Get the average length of the remaining 3 channels */
7714 uint16_t remaining, i, j, prev_bytes; local
7738 remaining = length & 0x3;
7739 length -= remaining;
7754 if (remaining) {
7756 if (j < remaining)
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc175 int remaining = locals_count % kMaxPushes; local
176 // Emit the remaining pushes.
177 for (int i = 0; i < remaining; i++) {
1067 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc180 int remaining = locals_count % kMaxPushes; local
181 // Emit the remaining pushes.
182 __ PushMultipleTimes(x10 , remaining);
1059 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc164 int remaining = locals_count % kMaxPushes; local
165 // Emit the remaining pushes.
166 for (int i = 0; i < remaining; i++) {
1001 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc184 int remaining = locals_count % kMaxPushes; local
185 // Emit the remaining pushes.
186 __ Subu(sp, sp, Operand(remaining * kPointerSize));
187 for (int i = 0; i < remaining; i++) {
1066 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc183 int remaining = locals_count % kMaxPushes; local
184 // Emit the remaining pushes.
185 __ Dsubu(sp, sp, Operand(remaining * kPointerSize));
186 for (int i = 0; i < remaining; i++) {
1066 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc183 int remaining = locals_count % kMaxPushes; local
184 // Emit the remaining pushes.
185 for (int i = 0; i < remaining; i++) {
1032 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc183 int remaining = locals_count % kMaxPushes; local
184 // Emit the remaining pushes.
186 if (remaining > 0) {
187 __ lay(sp, MemOperand(sp, -remaining * kPointerSize));
188 for (int i = 0; i < remaining; i++) {
1001 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc164 int remaining = locals_count % kMaxPushes; local
165 // Emit the remaining pushes.
166 for (int i = 0; i < remaining; i++) {
1025 // Set up the four remaining stack slots.
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc164 int remaining = locals_count % kMaxPushes; local
165 // Emit the remaining pushes.
166 for (int i = 0; i < remaining; i++) {
993 // Set up the four remaining stack slots.
/external/guice/extensions/persist/lib/
H A Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/v8/src/regexp/
H A Djsregexp.h203 OutSet(uint32_t first, ZoneList<unsigned>* remaining) argument
204 : first_(first), remaining_(remaining), successors_(NULL) { }
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp2423 jint remaining = in_size; local
2424 jint buf_size = (remaining >= 65536) ? 65536 : remaining;
2430 while (remaining > 0) {
2431 jint chunk_size = (remaining >= buf_size) ? buf_size : remaining;
2441 remaining -= chunk_size;
7314 jint remaining = len; local
7315 jint buf_size = (remaining >= 65536) ? 65536 : remaining;
7587 jint remaining = len; local
[all...]
/external/elfutils/src/
H A Dreadelf.c284 int remaining; local
285 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
291 bool only_one = remaining + 1 == argc;
295 int fd = open (argv[remaining], O_RDONLY);
302 process_file (fd, argv[remaining], only_one);
306 while (++remaining < argc);
8764 /* If SIZE is not zero here there is some remaining data. But we do not
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
H A Dautobanh.jar ... flip () public java.nio.Buffer clear () public int remaining () public synchronized void expand (int) int requestSize java.nio ...
/external/guice/lib/build/
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c3303 * the group's remaining size it's the easiest way to ensure it gets
9242 /* Flush remaining data. */
11596 size_t remaining = len; local
11602 while (remaining > 2) {
11611 remaining -= 3;
11616 switch (remaining) {
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3462 * the group's remaining size it's the easiest way to ensure it gets
9916 /* Flush remaining data. */
12413 size_t remaining = len; local
12419 while (remaining > 2) {
12428 remaining -= 3;
12433 switch (remaining) {
/external/syslinux/gpxe/src/drivers/net/
H A Detherfabric.c3043 int remaining; local
3057 remaining = bytes;
3058 while ( remaining > 0 ) {
3068 remaining -= EFAB_BUF_ALIGN;

Completed in 863 milliseconds

12345678910