Home
last modified time | relevance | path

Searched defs:pi (Results 1 – 25 of 238) sorted by relevance

12345678910

/third_party/libunwind/src/mi/
DGfind_dynamic_proc_info.c31 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in local_find_proc_info()
40 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in local_find_proc_info()
66 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in remote_find_proc_info()
75 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in remote_find_proc_info()
85 unw_proc_info_t *pi, int need_unwind_info, in unwi_find_dynamic_proc_info()
DGput_dynamic_unwind_info.c29 unwi_put_dynamic_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, in unwi_put_dynamic_unwind_info()
/third_party/openssl/crypto/x509/
Dv3_admis.c291 void ADMISSIONS_set0_professionInfos(ADMISSIONS *a, PROFESSION_INFOS *pi) in ADMISSIONS_set0_professionInfos()
297 const ASN1_OCTET_STRING *PROFESSION_INFO_get0_addProfessionInfo(const PROFESSION_INFO *pi) in PROFESSION_INFO_get0_addProfessionInfo()
302 void PROFESSION_INFO_set0_addProfessionInfo(PROFESSION_INFO *pi, in PROFESSION_INFO_set0_addProfessionInfo()
309 const NAMING_AUTHORITY *PROFESSION_INFO_get0_namingAuthority(const PROFESSION_INFO *pi) in PROFESSION_INFO_get0_namingAuthority()
314 void PROFESSION_INFO_set0_namingAuthority(PROFESSION_INFO *pi, in PROFESSION_INFO_set0_namingAuthority()
326 void PROFESSION_INFO_set0_professionItems(PROFESSION_INFO *pi, in PROFESSION_INFO_set0_professionItems()
338 void PROFESSION_INFO_set0_professionOIDs(PROFESSION_INFO *pi, in PROFESSION_INFO_set0_professionOIDs()
345 const ASN1_PRINTABLESTRING *PROFESSION_INFO_get0_registrationNumber(const PROFESSION_INFO *pi) in PROFESSION_INFO_get0_registrationNumber()
350 void PROFESSION_INFO_set0_registrationNumber(PROFESSION_INFO *pi, in PROFESSION_INFO_set0_registrationNumber()
/third_party/libunwind/src/hppa/
Dtables.c17 unw_proc_info_t *pi, int need_unwind_info, void *arg) in tdep_find_proc_info()
26 unw_proc_info_t *pi, int need_unwind_info, void *arg) in tdep_search_unwind_table()
33 tdep_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg) in tdep_put_unwind_info()
DGget_proc_info.c29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info()
/third_party/libxml2/python/tests/
Dbuild.py11 pi = libxml2.newPI("test", "PI content") variable
28 pi = comment.next variable
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c384 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_smpte() local
492 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_smpte_rp_219() local
818 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_smpte75() local
848 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_smpte100() local
872 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_bar() local
896 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_snow() local
922 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_unicolor() local
982 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_blink() local
1005 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_solid() local
1024 paintinfo pi = PAINT_INFO_INIT; in gst_video_test_src_checkers1() local
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc26 const char* pi = "3.14159"; in BM_Strtod_Pi() local
35 const char* pi = "3.14159"; in BM_Absl_Pi() local
47 const char* pi = "3.14159"; in BM_Strtod_Pi_float() local
56 const char* pi = "3.14159"; in BM_Absl_Pi_float() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
DfixupRef.py28 def openBlock(pi, fp): argument
43 def closeBlock(pi, fp): argument
/third_party/libunwind/src/arm/
DGex_tables.c51 unw_proc_info_t *pi; /* proc-info pointer */ member
390 unw_dyn_info_t *di, unw_proc_info_t *pi, in arm_search_unwind_table()
453 unw_dyn_info_t *di, unw_proc_info_t *pi, in tdep_search_unwind_table()
514 unw_proc_info_t *pi, int need_unwind_info, void *arg, in arm_find_proc_info2()
551 unw_proc_info_t *pi, int need_unwind_info, void *arg) in arm_find_proc_info()
/third_party/toybox/toys/pending/
Dlsof.c41 struct proc_info pi; member
289 struct file_info *new_file_info(struct proc_info *pi, const char *fd) in new_file_info()
305 static void visit_symlink(struct proc_info *pi, char *name, char *path) in visit_symlink()
329 static void visit_maps(struct proc_info *pi) in visit_maps()
361 static void visit_fds(struct proc_info *pi) in visit_fds()
384 struct proc_info pi; in lsof_pid() local
/third_party/musl/libc-test/src/functional/
Dpthread_robust.c26 void f(int pshared, int pi) in f()
80 for (int pi=0; pi<=1; pi++) in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassInfo.h47 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo()
55 PassInfo(StringRef name, const void *pi) in PassInfo()
/third_party/libunwind/src/unwind/
DGetDataRelBase.c31 unw_proc_info_t pi; in _Unwind_GetDataRelBase() local
DGetRegionStart.c31 unw_proc_info_t pi; in _Unwind_GetRegionStart() local
DFindEnclosingFunction.c31 unw_proc_info_t pi; in _Unwind_FindEnclosingFunction() local
DGetLanguageSpecificData.c31 unw_proc_info_t pi; in _Unwind_GetLanguageSpecificData() local
/third_party/libunwind/src/x86/
DGget_proc_info.c29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info()
/third_party/libunwind/src/coredump/
D_UPT_put_unwind_info.c30 _UCD_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg) in _UCD_put_unwind_info()
/third_party/libunwind/src/s390x/
DGget_proc_info.c31 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info()
/third_party/libunwind/src/x86_64/
DGget_proc_info.c31 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info()
/third_party/jerryscript/tests/debugger/
Ddo_list.js19 var pi = 3.14; variable
/third_party/libunwind/src/ptrace/
D_UPT_put_unwind_info.c29 _UPT_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg) in _UPT_put_unwind_info()
/third_party/libunwind/src/aarch64/
DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info()
/third_party/libunwind/src/riscv/
DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info()

12345678910