Searched refs:old (Results 1 - 25 of 699) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak71 # For the sake of the old Borland make,
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm29 ; if you want support the old pentium optimization, you can still use these version
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
/external/zlib/src/contrib/minizip/
H A DMakefile21 mv readme.txt readme.old
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak71 # For the sake of the old Borland make,
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m27 % Set to true to run old VQE recordings.
/external/webrtc/src/system_wrappers/interface/
H A Dtick_util.h155 DWORD old = InterlockedExchange(lastTimeGetTimePtr, now); local
156 if(now < old)
158 // If now is earlier than old, there may have been a race between
162 if(old > 0xf0000000 && now < 0x0fffffff)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c1628 * for the old connection since this is likely
1928 * disconnection event for the old AP may show up after
1931 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
9939 int *old; local
9957 old = drv->if_indices;
9959 old = NULL;
9961 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
9964 if (!old)
9967 drv->if_indices = old;
9972 } else if (!old)
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c457 struct hostapd_radius_server *next, *old; local
458 old = conf->auth_server;
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
464 old->port);
468 old->timeouts++;
471 next = old + 1;
475 radius_change_server(radius, next, old,
481 struct hostapd_radius_server *next, *old; local
482 old = conf->acct_server;
487 hostapd_ip_txt(&old
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c1628 * for the old connection since this is likely
1928 * disconnection event for the old AP may show up after
1931 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
9939 int *old; local
9957 old = drv->if_indices;
9959 old = NULL;
9961 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
9964 if (!old)
9967 drv->if_indices = old;
9972 } else if (!old)
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c457 struct hostapd_radius_server *next, *old; local
458 old = conf->auth_server;
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
464 old->port);
468 old->timeouts++;
471 next = old + 1;
475 radius_change_server(radius, next, old,
481 struct hostapd_radius_server *next, *old; local
482 old = conf->acct_server;
487 hostapd_ip_txt(&old
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c393 static int are_ies_equal(const struct wpa_bss *old, argument
403 old_ie = wpa_bss_get_vendor_ie(old, ie);
408 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie);
415 old_ie = wpa_bss_get_ie(old, ie);
449 static u32 wpa_bss_compare_res(const struct wpa_bss *old, argument
453 int caps_diff = old->caps ^ new->caps;
455 if (old->freq != new->freq)
458 if (old->level != new->level)
467 if (old->ie_len == new->ie_len &&
468 os_memcmp(old
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c1628 * for the old connection since this is likely
1928 * disconnection event for the old AP may show up after
1931 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
9939 int *old; local
9957 old = drv->if_indices;
9959 old = NULL;
9961 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
9964 if (!old)
9967 drv->if_indices = old;
9972 } else if (!old)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c457 struct hostapd_radius_server *next, *old; local
458 old = conf->auth_server;
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
464 old->port);
468 old->timeouts++;
471 next = old + 1;
475 radius_change_server(radius, next, old,
481 struct hostapd_radius_server *next, *old; local
482 old = conf->acct_server;
487 hostapd_ip_txt(&old
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c843 old x86 encoding scheme.
2015 /* oldc = old carry flag, 0 or 1 */
2074 /* oldc = old carry flag, 0 or 1 */
4763 IRTemp old = IRTemp_INVALID; local
4774 old = src;
4780 mkexpr(old),
4783 binop(Iop_Shr16, mkexpr(old), mkU8(shift[i])),
4785 old = nyu;
4790 IRTemp old = IRTemp_INVALID; local
4802 old
4818 IRTemp old = IRTemp_INVALID; local
[all...]
H A Dguest_arm64_toIR.c1180 //ZZ IRTemp old = get_QFLAG32();
1182 //ZZ assign(nyu, binop(Iop_Or32, mkexpr(old), e) );
2074 the destination register, so we need to have the old
2077 IRTemp old = newTemp(Ity_I64); local
2078 assign(old, getIReg64orZR(dd));
2082 binop(Iop_And64, mkexpr(old), mkU64(~mask)),
2088 IRTemp old = newTemp(Ity_I32); local
2089 assign(old, getIReg32orZR(dd));
2094 binop(Iop_And32, mkexpr(old), mkU32(~mask)),
H A Dguest_arm_toIR.c962 IRTemp old = get_QFLAG32(); local
964 assign(nyu, binop(Iop_Or32, mkexpr(old), e) );
1469 This also rolls back guest_ITSTATE to its old value before the exit
1711 or by a register operand. May generate reads of the old C value
12596 /* Get hold of the old Rn value. We might need to write its value
12609 /* The old (Addison-Wesley) ARM ARM seems to say that LDMxx/STMxx
12895 /* get the old Rn value */
13032 /* get the old Rn value */
13802 /* get the old Rn value */
15090 /* get the old R
15844 IRTemp old = newTemp(Ity_I64); local
20948 IRTemp old = newTemp(Ity_I64); local
[all...]
H A Dguest_ppc_toIR.c1407 IRTemp old = IRTemp_INVALID; local
1423 old = src;
1429 mkexpr(old),
1432 binop(Iop_Shr32, mkexpr(old), mkU8(shift[i])),
1434 old = nyu;
1452 old = src;
1457 binop( Iop_And64, mkexpr( old ), mkexpr( mask[i] ) ),
1459 binop( Iop_Shr64, mkexpr( old ), mkU8( shift[i] ) ),
1461 old = nyu;
1473 IRTemp old local
[all...]
H A Dguest_s390_toIR.c11117 IRTemp old = addr; local
11122 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(4)));
11152 IRTemp old = addr; local
11157 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(4)));
11173 IRTemp old = addr; local
11178 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(8)));
11194 IRTemp old = addr; local
11199 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(4)));
11229 IRTemp old = addr; local
11234 assign(addr, binop(Iop_Add64, mkexpr(old), mkU6
11250 IRTemp old = addr; local
11715 IRTemp old = addr; local
11750 IRTemp old = addr; local
[all...]
H A Dhost_s390_defs.c8177 UChar r1, r3, b, old; local
8183 old= hregNumber(insn->variant.cas.old_mem);
8196 /* Now copy R0 which has the old memory value to OLD */
8197 return s390_emit_LR(buf, old, R0);
8203 /* Now copy R0 which has the old memory value to OLD */
8204 return s390_emit_LGR(buf, old, R0);
8249 /* Now copy R0,scratch which has the old memory value to OLD */
8262 /* Now copy R0,scratch which has the old memory value to OLD */
H A Dhost_s390_defs.h638 HReg old);
H A Dhost_s390_isel.c3590 /* If the new value is in the neighbourhood of the old value
3850 HReg old = lookupIRTemp(env, cas->oldLo); local
3853 addInstr(env, s390_insn_cas(4, op1, op2, op3, old));
3855 addInstr(env, s390_insn_cas(8, op1, op2, op3, old));
/external/valgrind/main/callgrind/
H A Dcallstack.c123 Int old = CLG_(clo).verbose; local
125 fn->verbosity = old;
168 Int old = CLG_(clo).verbose; local
170 fn->verbosity = old;
212 * skipping, the old context should already be saved on the stack */
414 /* We pop old stack frames.
H A Devents.c402 /* Adds difference of new and old to dst, and set old to new.
404 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost) argument
410 CLG_ASSERT(old && new_cost);
413 if (new_cost[i] == old[i]) continue;
414 dst[i] += new_cost[i] - old[i];
415 old[i] = new_cost[i];
422 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost) argument
429 CLG_ASSERT(old && new_cost);
438 if (new_cost[i] == old[
[all...]
H A Devents.h104 /* Adds difference of new and old to to dst, and set old to new.
106 Bool CLG_(add_diff_cost)(EventSet*,ULong* dst, ULong* old, ULong* new_cost);
107 Bool CLG_(add_diff_cost_lz)(EventSet*,ULong** pdst, ULong* old, ULong* new_cost);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c2037 XArray* old = (XArray*)keyW; local
2039 tl_assert(old != xa);
2040 tv->rngMany = old;
3284 TyEnt* old = (TyEnt*)keyW; local
3286 vg_assert(old != ent);
3287 vg_assert(old->tag != Te_INDIR);
3290 vg_assert(old->cuOff < ent->cuOff);
3298 ent->Te.INDIR.indR = old->cuOff;

Completed in 515 milliseconds

1234567891011>>