Searched refs:old (Results 101 - 125 of 401) sorted by relevance

1234567891011>>

/external/libvpx/vp8/encoder/ppc/
H A Drdopt_altivec.asm18 mfspr r11, 256 ;# get old VRSAVE
49 mtspr 256, r11 ;# reset old VRSAVE
/external/protobuf/
H A Dconfigure.ac95 # error zlib version too old
111 AC_MSG_RESULT([headers missing or too old (requires 1.2.0.4)])
113 AC_MSG_FAILURE([--with-zlib was given, but zlib headers were not present or were too old (requires 1.2.0.4)])
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc60 // Library is too old for headers.
71 // Headers are too old for library.
205 LogHandler* old = internal::log_handler_; local
206 if (old == &internal::NullLogHandler) {
207 old = NULL;
214 return old;
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_client.h104 radius_client_reconfig(struct radius_client_data *old, void *ctx,
H A Dradius_client.c273 struct hostapd_radius_server *next, *old; local
274 old = conf->auth_server;
279 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
280 old->port);
284 old->timeouts++;
287 next = old + 1;
291 radius_change_server(radius, next, old,
297 struct hostapd_radius_server *next, *old; local
298 old = conf->acct_server;
303 hostapd_ip_txt(&old
1279 radius_client_reconfig(struct radius_client_data *old, void *ctx, struct hostapd_radius_servers *oldconf, struct hostapd_radius_servers *newconf) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c266 static int are_ies_equal(const struct wpa_bss *old, argument
276 old_ie = wpa_bss_get_vendor_ie(old, ie);
281 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie);
288 old_ie = wpa_bss_get_ie(old, ie);
322 static u32 wpa_bss_compare_res(const struct wpa_bss *old, argument
326 int caps_diff = old->caps ^ new->caps;
328 if (old->freq != new->freq)
331 if (old->level != new->level)
340 if (old->ie_len == new->ie_len &&
341 os_memcmp(old
[all...]
/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h107 bool old = test(Idx);
108 if (!old) {
187 BitWord old = changed ? 0 : Bits[i];
190 if (!changed && old != Bits[i])
214 BitWord old = changed ? 0 : Bits[i];
220 if (!changed && old != Bits[i])
236 BitWord old = changed ? 0 : Bits[i];
242 if (!changed && old != Bits[i])
539 bool old = test(Idx);
540 if (!old) {
[all...]
/external/valgrind/main/callgrind/
H A Devents.c399 /* Adds difference of new and old to dst, and set old to new.
401 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost) argument
407 CLG_ASSERT(old && new_cost);
410 if (new_cost[i] == old[i]) continue;
411 dst[i] += new_cost[i] - old[i];
412 old[i] = new_cost[i];
419 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost) argument
426 CLG_ASSERT(old && new_cost);
435 if (new_cost[i] == old[
[all...]
/external/libppp/src/
H A Dthroughput.c163 unsigned long long old; local
172 old = t->in.SampleOctets[t->nSample];
174 t->in.OctetsPerSecond = (t->in.SampleOctets[t->nSample] - old) / divisor;
176 old = t->out.SampleOctets[t->nSample];
178 t->out.OctetsPerSecond = (t->out.SampleOctets[t->nSample] - old) / divisor;
/external/opencv/cv/src/
H A Dcvposit.cpp164 float old; local
172 old = imgVectors[i];
175 diff = MAX( diff, (float) fabs( imgVectors[i] - old ));
177 old = imgVectors[N + i];
180 diff = MAX( diff, (float) fabs( imgVectors[N + i] - old ));
/external/oprofile/daemon/liblegacy/
H A Dopd_proc.c240 struct opd_proc * old; local
247 old = opd_get_proc(note->pid, note->tgid);
263 if (!old)
267 list_for_each(pos, &old->maps) {
277 opd_get_image(map->image->name, old->name,
293 * These samples belong to the old mapping but we can not say if
302 * Trying to save old mapping is not correct due the above reason. The
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h97 * list_replace - replace old entry by new one
98 * @old : the element to be replaced
101 * If @old was empty, it will be overwritten.
103 static inline void list_replace(struct list_head *old, argument
106 new->next = old->next;
108 new->prev = old->prev;
112 static inline void list_replace_init(struct list_head *old, argument
115 list_replace(old, new);
116 INIT_LIST_HEAD(old);
623 static inline void hlist_move_list(struct hlist_head *old, argument
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c433 struct hostapd_radius_server *next, *old; local
434 old = conf->auth_server;
439 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
440 old->port);
444 old->timeouts++;
447 next = old + 1;
451 radius_change_server(radius, next, old,
457 struct hostapd_radius_server *next, *old; local
458 old = conf->acct_server;
463 hostapd_ip_txt(&old
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c433 struct hostapd_radius_server *next, *old; local
434 old = conf->auth_server;
439 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
440 old->port);
444 old->timeouts++;
447 next = old + 1;
451 radius_change_server(radius, next, old,
457 struct hostapd_radius_server *next, *old; local
458 old = conf->acct_server;
463 hostapd_ip_txt(&old
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c433 struct hostapd_radius_server *next, *old; local
434 old = conf->auth_server;
439 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
440 old->port);
444 old->timeouts++;
447 next = old + 1;
451 radius_change_server(radius, next, old,
457 struct hostapd_radius_server *next, *old; local
458 old = conf->acct_server;
463 hostapd_ip_txt(&old
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c90 } cur, old, base, zoom_center; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon14805::__anon14807
101 } cur, old; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon14809
523 Ewk_Tile *old = it->tile; local
524 if (old->row != (unsigned long)(m_row)
525 || old->col != (unsigned long)(m_col)
526 || old->zoom != zoom) {
531 } else if (old->row == (unsigned long)(m_row)
532 && old->col == (unsigned long)(m_col)
533 && old->zoom == zoom)
802 priv->view.offset.old
[all...]
/external/skia/bench/
H A Dbench_graph_svg.py229 """Takes '<old>[:<new>]' as a string and returns (old, new).
233 old, _, new = range.partition(":")
234 old = int(old)
235 if old < 0:
236 old += latest_revision;
242 return (old, new)
/external/valgrind/main/coregrind/
H A Dm_sparsewa.c101 UChar old = arr[bix]; local
102 UChar nyu = old | (1 << off);
104 return (old >> off) & 1;
110 UChar old = arr[bix]; local
111 UChar nyu = old & ~(1 << off);
113 return (old >> off) & 1;
123 // if (0) VG_(printf)("PUSH, old sp = %d\n", sp);
138 // if (0) VG_(printf)("POP, old sp = %d\n", sp+1);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1711 final GenericDescriptor old = descriptorsByName.put(fullName, descriptor);
1712 if (old != null) {
1713 descriptorsByName.put(fullName, old);
1715 if (descriptor.getFile() == old.getFile()) {
1728 old.getFile().getName() + "\".");
1773 final GenericDescriptor old =
1776 if (old != null) {
1777 descriptorsByName.put(fullName, old);
1778 if (!(old instanceof PackageDescriptor)) {
1781 + "package) in file \"" + old
[all...]
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c335 struct myaddrs *p, *q, *old; local
350 old = lcconf->myaddrs;
413 q = find_myaddr(old, p);
424 clear_myaddr(&old);
433 struct myaddrs *p, *q, *old;
473 old = lcconf->myaddrs;
529 q = find_myaddr(old, p);
542 clear_myaddr(&old);
779 dupmyaddr(struct myaddrs *old) argument
791 memcpy (new, old, sizeo
[all...]
/external/openssh/openbsd-compat/
H A Dsys-tree.h515 struct type *child, *parent, *old = elm; \
539 if (RB_PARENT(elm, field) == old) \
541 (elm)->field = (old)->field; \
542 if (RB_PARENT(old, field)) { \
543 if (RB_LEFT(RB_PARENT(old, field), field) == old)\
544 RB_LEFT(RB_PARENT(old, field), field) = elm;\
546 RB_RIGHT(RB_PARENT(old, field), field) = elm;\
547 RB_AUGMENT(RB_PARENT(old, field)); \
550 RB_PARENT(RB_LEFT(old, fiel
[all...]
/external/qemu/
H A Dsys-tree.h536 SYS_TREE_STRUCT type *child, *parent, *old = elm; \
560 if (RB_PARENT(elm, field) == old) \
562 (elm)->field = (old)->field; \
563 if (RB_PARENT(old, field)) { \
564 if (RB_LEFT(RB_PARENT(old, field), field) == old)\
565 RB_LEFT(RB_PARENT(old, field), field) = elm;\
567 RB_RIGHT(RB_PARENT(old, field), field) = elm;\
568 RB_AUGMENT(RB_PARENT(old, field)); \
571 RB_PARENT(RB_LEFT(old, fiel
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseTreeAdaptor.h91 * old=^(nil a b c), new=r yields ^(r a b c)
92 * old=^(a b c), new=r yields ^(r ^(a b c))
97 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
98 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
102 * old=null, new=r yields r
103 * old=null, new=^(nil r) yields ^(nil r)
114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot;
119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseTreeAdaptor.h91 * old=^(nil a b c), new=r yields ^(r a b c)
92 * old=^(a b c), new=r yields ^(r ^(a b c))
97 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
98 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
102 * old=null, new=r yields r
103 * old=null, new=^(nil r) yields ^(nil r)
114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot;
119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseTreeAdaptor.h91 * old=^(nil a b c), new=r yields ^(r a b c)
92 * old=^(a b c), new=r yields ^(r ^(a b c))
97 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
98 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
102 * old=null, new=r yields r
103 * old=null, new=^(nil r) yields ^(nil r)
114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot;
119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;

Completed in 431 milliseconds

1234567891011>>