Searched defs:drop (Results 1 - 25 of 30) sorted by relevance

12

/external/python/cpython2/Modules/zlib/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/external/syslinux/com32/lib/zlib/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/external/zlib/src/contrib/infback9/
H A Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
146 with length len. That code is converted to an index by dropping drop
147 bits off of the bottom. For codes where len is less than drop + curr,
148 those top drop + curr - len bits are incremented through all values to
154 new sub-table should be started. drop is zero when the root table is
155 being filled, and drop is root when sub-tables are being filled.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
[all...]
/external/zlib/src/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp84 typedef types<typename Drop<_>::type...> drop; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
92 template<unsigned N, typename...Ts> struct drop { struct in namespace:ParameterPackExpansions
94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}}
101 using D1 = drop<3, int, char, double, long>::type;
109 using D2 = drop<4, int, char, double, long>::type;
113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
/external/skia/src/pdf/
H A DSkPDFTypes.h55 * drop().
57 virtual void drop() {} function in class:SkPDFObject
196 void drop() override;
244 void drop() override;
304 void drop() override;
336 void drop() override;
H A DSkPDFTypes.cpp264 SkPDFArray::~SkPDFArray() { this->drop(); }
266 void SkPDFArray::drop() { function in class:SkPDFArray
343 SkPDFDict::~SkPDFDict() { this->drop(); }
345 void SkPDFDict::drop() { function in class:SkPDFDict
445 SkPDFSharedStream::~SkPDFSharedStream() { this->drop(); }
447 void SkPDFSharedStream::drop() { function in class:SkPDFSharedStream
449 fDict.drop();
526 void SkPDFStream::drop() { function in class:SkPDFStream
528 fDict.drop();
H A DSkPDFFont.cpp753 void SkPDFFont::drop() { function in class:SkPDFFont
757 this->SkPDFDict::drop();
/external/e2fsprogs/debugfs/
H A Djournal.c638 int reset, int drop)
642 if (drop)
637 ext2fs_journal_release(ext2_filsys fs, journal_t *journal, int reset, int drop) argument
/external/e2fsprogs/e2fsck/
H A Djournal.c758 int reset, int drop)
762 if (drop)
757 e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, int reset, int drop) argument
/external/syslinux/core/lwip/src/include/lwip/
H A Dstats.h62 STAT_COUNTER drop; /* Dropped packets. */ member in struct:stats_proto
76 STAT_COUNTER drop; /* Dropped packets. */ member in struct:stats_igmp
/external/dhcpcd-6.8.2/
H A Dipv6nd.c435 void ipv6nd_freedrop_ra(struct ra *rap, int drop) argument
440 if (!drop)
442 ipv6_freedrop_addrs(&rap->addrs, drop, NULL);
H A Ddhcp6.c964 dhcp6_freedrop_addrs(struct interface *ifp, int drop, argument
971 ipv6_freedrop_addrs(&state->addrs, drop, ifd);
972 if (drop)
3326 dhcp6_freedrop(struct interface *ifp, int drop, const char *reason) argument
3363 dhcp6_freedrop(ifpx, dropdele ? 1 : drop, reason);
3377 if (drop && options & DHCPCD_RELEASE) {
3382 dhcp6_freedrop_addrs(ifp, drop, NULL);
3388 if (drop && state->old &&
H A Dipv6.c850 ipv6_freedrop_addrs(struct ipv6_addrhead *addrs, int drop, argument
860 if (drop != 2)
862 if (drop && ap->flags & IPV6_AF_ADDED &&
867 if (drop == 2)
882 if (drop == 2)
885 if (drop != 2)
1260 ipv6_freedrop(struct interface *ifp, int drop) argument
1271 ipv6_freedrop_addrs(&state->addrs, drop ? 2 : 0, NULL);
1275 if (drop == 0) {
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc209 void MacroAssembler::Ret(int drop, Condition cond) { argument
210 Drop(drop, cond);
1629 // after we drop current frame. We add kPointerSize to count the receiver
1908 // Check whether we need to drop frames to restart a function on the stack.
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h160 void Ret(int drop) { argument
161 Drop(drop);
/external/v8/src/s390/
H A Dmacro-assembler-s390.h214 void Ret(int drop) { argument
215 Drop(drop);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c427 /* bad -- drop through */
609 /* good; drop through to convert the integer to coefficient */
737 if (allocres!=NULL) free(allocres); /* drop any storage used */
996 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1100 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1195 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1322 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1539 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
2194 /* and drop through for final rounding */
2286 if (allocdac!=NULL) free(allocdac); /* drop an
4661 Int drop=0; local
7676 decDecap(decNumber *dn, Int drop) argument
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc3815 void MacroAssembler::DropAndRet(int drop) { argument
3816 DCHECK(is_int16(drop * kPointerSize));
3818 addiu(sp, sp, drop * kPointerSize);
3821 void MacroAssembler::DropAndRet(int drop, argument
3831 Drop(drop);
3889 // Check whether we need to drop frames to restart a function on the stack.
4450 // after we drop current frame. We add kPointerSize to count the receiver
/external/syslinux/gpxe/src/drivers/net/
H A Detherfabric.c3701 efab_receive ( struct efab_nic *efab, unsigned int id, int len, int drop )
3715 id, iob, iob->data, len, drop ? "bad" : "ok" );
3718 if ( drop )
3822 int ev_code, desc_ptr, len, drop; local
3835 drop = !EFAB_QWORD_FIELD ( *evt, FCN_RX_EV_PKT_OK );
3837 efab_receive ( efab, desc_ptr, len, drop );
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1502 milliseconds

12