Searched defs:old (Results 226 - 250 of 369) sorted by path

1234567891011>>

/external/icu/icu4c/source/io/
H A Dustdio.c65 UTransliterator *old = NULL; local
90 old = file->fTranslit->translit;
114 old = file->fTranslit->translit;
121 return old;
/external/icu/icu4c/source/samples/ucnv/
H A Dflagcb.c49 FromUFLAGContext *old, *cloned; local
55 old = (FromUFLAGContext*)context;
58 memcpy(cloned, old, sizeof(FromUFLAGContext));
61 printf("%p: my subcb=%p:%p\n", old, old->subCallback,
62 old->subContext);
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp343 int32_t limit, old; local
347 old=(int32_t)toUFallbacks[i].codePoint;
353 return old;
372 int32_t i=0, entry, old; local
426 old=MBCS_ENTRY_FINAL_VALUE(entry);
428 old=0x10000+MBCS_ENTRY_FINAL_VALUE(entry);
432 (int)c, printBytes(buffer, bytes, length), (int)old);
436 (int)c, printBytes(buffer, bytes, length), (int)old);
459 if((old=mbcsData->unicodeCodeUnits[offset])!=0xfffe || (old
563 uint16_t old; local
682 uint32_t idx, b, old, stage3Index; local
[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...]
H A Dremoteconf.c231 struct remoteconf *new, *old; local
233 old = getrmconf_strict (remote, 0);
234 if (old == NULL) {
241 new = duprmconf (old);
252 struct idspec *old = (struct idspec *) entry; local
256 if (set_identifier(&id->id, old->idtype, old->id) != 0) {
261 id->idtype = old->idtype;
/external/iptables/iptables/
H A Diptables-xml.c404 * then start a dummy <match> tag for old style built-in matches.
537 unsigned int old = 0; local
542 while (new < newargc && old < oldargc) {
543 if (isTarget(oldargv[old]) && isTarget(newargv[new])) {
546 if (((strcmp((oldargv[old]), "-j") == 0
547 || strcmp((oldargv[old]), "--jump") == 0)
548 && old+1 < oldargc
549 && isTerminatingTarget(oldargv[old+1]) )
550 || strcmp((oldargv[old]), "-g") == 0
551 || strcmp((oldargv[old]), "
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c906 * from an older version, as old versions allow last created
1812 struct rule_head *r, *old; local
1828 old = iptcc_get_rule_num(c, rulenum + 1);
1830 old = iptcc_get_rule_num_reverse(c, c->num_rules - rulenum);
1846 list_add(&r->list, &old->list);
1847 iptcc_delete_rule(old);
2563 /* These are the old counters we will get from kernel */
/external/iptables/libxtables/
H A Dxtables.c141 /* Third, the old options */
789 /* Assume only revision 0 support (old kernel) */
928 struct xtables_match **i, *old; local
932 old = xtables_find_match(me->name, XTF_DURING_LOAD, NULL);
933 if (old) {
934 compare = xtables_match_prefer(old, me);
943 rn = (old->real_name != NULL) ? old->real_name : old->name;
945 compatible_match_revision(rn, old
1025 struct xtables_target *old; local
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java127 protected MapMaker(MapMaker old, boolean copyStack) { argument
128 super(old, copyStack);
/external/jdiff/src/jdiff/
H A DDiffMyers.java497 change(int line0, int line1, int deleted, int inserted, change old) { argument
502 this.link = old;
/external/kernel-headers/original/uapi/linux/
H A Duinput.h45 struct ff_effect old; member in struct:uinput_ff_upload
H A Dvirtio_ring.h151 * we have just incremented index from old to new_idx,
153 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) argument
160 return (__u16)(new_idx - event_idx - 1) < (__u16)(new_idx - old);
/external/libcxx/test/depr/exception.unexpected/set.unexpected/
H A Dget_unexpected.pass.cpp27 std::unexpected_handler old = std::get_unexpected(); local
29 assert(old);
37 (*old)();
H A Dset_unexpected.pass.cpp26 std::unexpected_handler old = std::set_unexpected(f1); local
28 assert(old);
33 (*old)();
/external/libedit/src/
H A Drefresh.c308 * end of the screen line, it won't be a NUL or some old
454 * number of characters between the new and old line.
480 /old first difference
481 /beginning of line | /old last same /old EOL
483 old: eddie> Oh, my little gruntle-buggy is to me, as lurgid as
501 re_update_line(EditLine *el, Char *old, Char *new, int i) argument
512 for (o = old, n = new; *o && (*o == *n); o++, n++)
518 * Find the end of both old and new
618 * Pragmatics I: If old trailin
[all...]
H A Dtty.c904 Char new[2], old[2]; local
908 new[1] = old[1] = '\0';
922 old[0] = t_o[tp->och];
923 if (new[0] == old[0] && !force)
925 /* Put the old default binding back, and set the new binding */
926 keymacro_clear(el, map, old);
927 map[UC(old[0])] = dmap[UC(old[0])];
932 keymacro_clear(el, alt, old);
933 alt[UC(old[
[all...]
/external/libexif/libexif/
H A Dexif-data.c1112 ExifByteOrder old, new; member in struct:_ByteOrderChangeData
1123 exif_array_set_byte_order (e->format, e->data, e->components, d->old, d->new);
1140 d.old = data->priv->order;
/external/libmtp/src/
H A Dplaylist-spl.c253 * list will result in the old playlist being replaced (ie: new playlist_id).
268 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id); local
271 if (!old)
277 if(old->no_tracks != newlist->no_tracks)
280 if(old->tracks[i] != newlist->tracks[i])
287 IF_DEBUG() printf("delete old playlist and build a new one\n");
289 if(LIBMTP_Delete_Object(device, old->playlist_id) != 0)
293 if(strcmp(old->name,newlist->name) == 0)
304 if(strcmp(old->name,newlist->name) != 0) {
368 IF_DEBUG() printf("read buff= {%dB new, %dB old/lef
[all...]
/external/libnl/lib/
H A Dcache.c26 * 2) destroy old cache +----------- pp_cb ---------|---+
522 struct nl_object *old; local
527 old = nl_cache_search(cache, obj);
528 if (old) {
529 nl_cache_remove(old);
532 cb(cache, old, NL_ACT_DEL, data);
533 nl_object_put(old);
539 if (old == NULL && cb)
541 else if (old) {
542 if (nl_object_diff(old, ob
[all...]
/external/libnl/lib/route/
H A Dlink.c110 * struct rtnl_link *old = rtnl_link_get(cache, "eth0");
115 * rtnl_link_change(sk, old, request);
119 * struct nl_msg *msg = rtnl_link_build_change_request(old, request);
124 * rtnl_link_put(old);
845 * @arg old link to be changed
853 * \a old must point to a link currently configured in the kernel
861 int rtnl_link_build_change_request(struct rtnl_link *old, argument
867 .ifi_family = old->l_family,
868 .ifi_index = old->l_index,
872 ifi.ifi_flags = old
945 rtnl_link_change(struct nl_sock *sk, struct rtnl_link *old, struct rtnl_link *tmpl, int flags) argument
[all...]
H A Dneightbl.c434 * @arg old neighbour table to change
442 * \a old must point to a neighbour table currently configured in the
448 int rtnl_neightbl_build_change_request(struct rtnl_neightbl *old, argument
454 .ndtm_family = old->nt_family,
464 NLA_PUT_STRING(m, NDTA_NAME, old->nt_name);
486 if (old->nt_parms.ntp_mask & NEIGHTBLPARM_ATTR_IFINDEX)
488 old->nt_parms.ntp_ifindex);
555 * @arg old neighbour table to be changed
565 int rtnl_neightbl_change(struct nl_sock *sk, struct rtnl_neightbl *old, argument
571 if ((err = rtnl_neightbl_build_change_request(old, tmp
[all...]
H A Dnexthop.c256 struct nl_addr *old = nh->rtnh_gateway; local
266 if (old)
267 nl_addr_put(old);
/external/libpng/
H A Dpngwrite.c1124 /* Clear out any old values in the 'weights' - this must be done because if
1133 png_bytep old = png_ptr->prev_filters; local
1135 png_free(png_ptr, old);
1139 png_uint_16p old = png_ptr->filter_weights; local
1141 png_free(png_ptr, old);
1146 png_uint_16p old = png_ptr->inv_filter_weights; local
1148 png_free(png_ptr, old);
/external/libunwind/include/
H A Dlibunwind_i.h121 cmpxchg_ptr (void *addr, void *old, void *new) argument
131 return AO_compare_and_swap(u.aop, (AO_t) old, (AO_t) new);
145 cmpxchg_ptr (void *addr, void *old, void *new) argument
155 return __sync_bool_compare_and_swap(u.vlp, (long) old, (long) new);

Completed in 470 milliseconds

1234567891011>>