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

/external/qemu/distrib/zlib-1.2.3/
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.
206 drop = 0; /* current bits to drop from code for index */
218 this.bits = (unsigned char)(len - drop);
[all...]
/external/zlib/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/
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/v8/src/arm/
H A Dmacro-assembler-arm.cc222 void MacroAssembler::Ret(int drop, Condition cond) { argument
223 Drop(drop, cond);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java158 // when we use "auto drop on editor activation" option, this click is
312 * Sets drop state of combo.
314 public void doDropDown(boolean drop) { argument
315 // check, may be we already in this drop state
316 if (drop == isDropped()) {
320 if (!drop) {
/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_common.h153 unsigned int drop; member in struct:ip_conntrack_stat
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h113 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drop); member in class:WebCore::SVGElementInstance
/external/e2fsprogs/e2fsck/
H A Djournal.c655 int reset, int drop)
659 if (drop)
654 e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, int reset, int drop) argument
/external/quake/quake/src/QW/client/
H A Dpmove.c329 float drop; local
362 drop = 0;
365 drop += speed*movevars.waterfriction*waterlevel*frametime;
369 drop += control*friction*frametime;
374 newspeed = speed - drop;
778 float speed, drop, friction, control, newspeed, accel; local
798 drop = 0;
802 drop += control*friction*frametime;
805 newspeed = speed - drop;
/external/kernel-headers/original/linux/
H A Dcapability.h468 const kernel_cap_t drop)
471 CAP_BOP_ALL(dest, a, drop, &~);
467 cap_drop(const kernel_cap_t a, const kernel_cap_t drop) argument
H A Dquota.h248 int (*drop) (struct inode *); member in struct:dquot_operations
/external/libxslt/libxslt/
H A Dxsltutils.c2172 xsltDropCallCallback drop; member in struct:_xsltDebuggerCallbacks
2178 NULL /* drop */
2230 xsltDebuggerCurrentCallbacks.drop = callbacks->drop;
2278 if (xsltDebuggerCurrentCallbacks.drop != NULL)
2279 xsltDebuggerCurrentCallbacks.drop();
/external/quake/quake/src/QW/server/
H A Dsv_main.c183 void SV_DropClient (client_t *drop) argument
186 MSG_WriteByte (&drop->netchan.message, svc_disconnect);
188 if (drop->state == cs_spawned)
189 if (!drop->spectator)
193 pr_global_struct->self = EDICT_TO_PROG(drop->edict);
200 pr_global_struct->self = EDICT_TO_PROG(drop->edict);
204 if (drop->spectator)
205 Con_Printf ("Spectator %s removed\n",drop->name);
207 Con_Printf ("Client %s removed\n",drop->name);
209 if (drop
[all...]
H A Dserver.h128 qboolean drop; // lose this guy next opportunity member in struct:client_s
352 void SV_DropClient (client_t *drop);
/external/icu4c/i18n/
H A DdecNumber.c410 /* bad -- drop through */
592 /* good; drop through to convert the integer to coefficient */
720 if (allocres!=NULL) free(allocres); /* drop any storage used */
979 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1083 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1178 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1305 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1522 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
2177 /* and drop through for final rounding */
2269 if (allocdac!=NULL) free(allocdac); /* drop an
4642 Int drop=0; local
7652 decDecap(decNumber *dn, Int drop) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 482 milliseconds