/third_party/elfutils/libelf/ |
H A D | elf_end.c | 178 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 D | asm_end.c | 539 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 D | zdump.c | 227 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 D | zic.c | 447 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zdump.c | 233 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 D | zic.c | 446 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
|
/third_party/tzdata/ |
H A D | zdump.c | 775 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 D | mls.h | 56 extern int mls_convert_context(policydb_t * oldp,
|
H A D | mls.c | 550 * 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 D | services.c | 1601 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 D | otvcommn.c | 1079 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 D | mod.rs | 324 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | not_x32.rs | 445 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 633 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/ |
H A D | mod.rs | 919 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
H A D | mod.rs | 902 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/sparc64/ |
H A D | mod.rs | 916 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1673 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 D | mod.rs | 2577 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 D | mod.rs | 964 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | s390x.rs | 952 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1820 oldp: *mut ::c_void, in sysctl()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4338 oldp: *mut ::c_void, in mallctl() 4351 oldp: *mut ::c_void, in mallctlbymib()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5162 oldp: *mut ::c_void, in sysctl() 5169 oldp: *mut ::c_void, in sysctlbyname()
|