Home
last modified time | relevance | path

Searched refs:oldp (Results 1 - 24 of 24) sorted by relevance

/third_party/elfutils/libelf/
H A Delf_end.c178 Elf_Data_List *oldp = runp; in elf_end() local
180 if ((oldp->flags & ELF_F_MALLOCED) != 0) in elf_end()
181 free (oldp); in elf_end()
186 Elf_ScnList *oldp = list; in elf_end() local
188 assert (list == NULL || oldp->cnt == oldp->max); in elf_end()
189 if (oldp != (elf->class == ELFCLASS32 in elf_end()
194 free (oldp); in elf_end()
/third_party/elfutils/libasm/
H A Dasm_end.c539 void *oldp; in free_section() local
548 oldp = data; in free_section()
550 free (oldp); in free_section()
552 while (oldp != scnp->content); in free_section()
566 AsmScn_t *oldp = scn; in __libasm_finictx() local
568 free_section (oldp); in __libasm_finictx()
584 AsmScnGrp_t *oldp = scngrp; in __libasm_finictx() local
587 free (oldp); in __libasm_finictx()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c227 static intmax_t delta(struct tm * newp, struct tm * oldp) ATTRIBUTE_PURE;
773 delta(struct tm * newp, struct tm *oldp) in delta() argument
778 if (newp->tm_year < oldp->tm_year) in delta()
779 return -delta(oldp, newp); in delta()
781 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy) in delta()
783 result += newp->tm_yday - oldp->tm_yday; in delta()
785 result += newp->tm_hour - oldp->tm_hour; in delta()
787 result += newp->tm_min - oldp->tm_min; in delta()
789 result += newp->tm_sec - oldp->tm_sec; in delta()
H A Dzic.c447 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c233 static intmax_t delta(struct tm * newp, struct tm * oldp) ATTRIBUTE_PURE;
779 delta(struct tm * newp, struct tm *oldp) in delta() argument
784 if (newp->tm_year < oldp->tm_year) in delta()
785 return -delta(oldp, newp); in delta()
787 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy) in delta()
789 result += newp->tm_yday - oldp->tm_yday; in delta()
791 result += newp->tm_hour - oldp->tm_hour; in delta()
793 result += newp->tm_min - oldp->tm_min; in delta()
795 result += newp->tm_sec - oldp->tm_sec; in delta()
H A Dzic.c446 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
/third_party/tzdata/
H A Dzdump.c775 delta_nonneg(struct tm *newp, struct tm *oldp) in delta_nonneg() argument
777 intmax_t oldy = oldp->tm_year; in delta_nonneg()
780 int tmy = oldp->tm_year + cycles * YEARSPERREPEAT; in delta_nonneg()
783 result += newp->tm_yday - oldp->tm_yday; in delta_nonneg()
785 result += newp->tm_hour - oldp->tm_hour; in delta_nonneg()
787 result += newp->tm_min - oldp->tm_min; in delta_nonneg()
789 result += newp->tm_sec - oldp->tm_sec; in delta_nonneg()
794 delta(struct tm *newp, struct tm *oldp) in delta() argument
796 return (newp->tm_year < oldp->tm_year in delta()
797 ? -delta_nonneg(oldp, new in delta()
[all...]
/third_party/selinux/libsepol/src/
H A Dmls.h56 extern int mls_convert_context(policydb_t * oldp,
H A Dmls.c550 * policy `oldp' to the values specified in the policy `newp'.
552 int mls_convert_context(policydb_t * oldp, in mls_convert_context() argument
561 if (!oldp->mls) in mls_convert_context()
567 oldp-> in mls_convert_context()
586 oldp-> in mls_convert_context()
H A Dservices.c1601 policydb_t *oldp; member
1608 * in the policy `p->oldp' to the values specified
1631 args->oldp-> in convert_context()
1642 args->oldp-> in convert_context()
1652 args->oldp->p_type_val_to_name[c->type - 1]); in convert_context()
1658 rc = mls_convert_context(args->oldp, args->newp, c); in convert_context()
1827 args.oldp = policydb; in sepol_load_policy()
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvcommn.c1079 FT_Bytes oldp; in FT_LOCAL_DEF() local
1085 oldp = p; in FT_LOCAL_DEF()
1092 p = oldp; in FT_LOCAL_DEF()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs324 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs445 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs633 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs919 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs902 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/sparc64/
H A Dmod.rs916 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1673 oldp: *mut ::c_void, in sysctl()
1680 oldp: *mut ::c_void, in sysctlbyname()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2577 oldp: *mut ::c_void, in sysctl()
2584 oldp: *mut ::c_void, in sysctlbyname()
2772 oldp: *mut ::c_void, in mremap()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/
H A Dmod.rs964 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs952 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1820 oldp: *mut ::c_void, in sysctl()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4338 oldp: *mut ::c_void, in mallctl()
4351 oldp: *mut ::c_void, in mallctlbymib()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5162 oldp: *mut ::c_void, in sysctl()
5169 oldp: *mut ::c_void, in sysctlbyname()

Completed in 80 milliseconds