/third_party/openh264/codec/decoder/core/inc/ |
D | wels_decoder_thread.h | 133 #define CREATE_THREAD(ph, threadproc,argument) \ argument 136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ argument 139 #define CREATE_SEMAPHORE(ph, initial_count,max_count, name) \ argument 142 #define CLOSE_EVENT(ph) \ argument 145 #define CLOSE_SEMAPHORE(ph) \ argument 148 #define SET_EVENT(ph) \ argument 151 #define RESET_EVENT(ph) \ argument 154 #define RELEASE_SEMAPHORE(ph) \ argument 157 #define WAIT_EVENT(ph,timeout) \ argument 160 #define WAIT_THREAD(ph) \ argument [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_create.c | 45 pthread_t ph; in pthread_create_0100() local 59 pthread_t ph; in pthread_create_0200() local 72 pthread_t ph; in pthread_create_0300() local 89 pthread_t ph; in pthread_create_0400() local 117 pthread_t ph; in pthread_create_0500() local
|
D | pthread_exit.c | 34 pthread_t ph; in pthread_exit_0100() local
|
D | pthread_getschedparam.c | 33 pthread_t ph; in pthread_getschedparam_0100() local
|
D | pthread_getattr_np.c | 33 pthread_t ph; in pthread_getattr_np_0100() local
|
/third_party/ltp/testcases/network/lib6/ |
D | asapi_01.c | 217 static struct ph { struct 218 struct in6_addr ph_sa; argument 219 struct in6_addr ph_da; argument 220 uint32_t ph_len; argument 221 uint8_t ph_mbz[3]; argument 222 uint8_t ph_nh; argument 223 } ph; variable
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 63 struct sctp_paramhdr ph;/* type=SCTP_IPV4_PARAM_TYPE, len=8 */ member 71 struct sctp_paramhdr ph;/* type=SCTP_IPV6_PARAM_TYPE, len=20 */ member 77 struct sctp_paramhdr ph;/* type=SCTP_COOKIE_PRESERVE, len=8 */ member 84 struct sctp_paramhdr ph;/* type=SCTP_HOSTNAME_ADDRESS */ member 95 struct sctp_paramhdr ph;/* type=SCTP_SUPPORTED_ADDRTYPE */ member 101 struct sctp_paramhdr ph; member 117 struct sctp_paramhdr ph; member 123 struct sctp_paramhdr ph;/* a SCTP parameter header */ member 148 struct sctp_paramhdr ph;/* type = 0x8008 len = x */ member 244 struct sctp_paramhdr ph; member [all …]
|
D | sctp_asconf.c | 160 struct sctp_paramhdr *ph; in sctp_process_asconf_add_ip() local 324 struct sctp_paramhdr *ph; in sctp_process_asconf_delete_ip() local 466 struct sctp_paramhdr *ph; in sctp_process_asconf_set_primary() local 902 sctp_addr_match(struct sctp_paramhdr *ph, struct sockaddr *sa) in sctp_addr_match() 1604 struct sctp_paramhdr *ph; in sctp_asconf_process_error() local 2390 struct sctp_paramhdr *ph; in sctp_is_addr_pending() local 2801 struct sctp_paramhdr tmp_param, *ph; in sctp_process_initack_addresses() local 2938 struct sctp_paramhdr tmp_param, *ph; in sctp_addr_in_initack() local
|
/third_party/musl/ldso/ |
D | dlstart.c | 57 Phdr *ph = (void *)(base + eh->e_phoff); in _dlstart_c() local 108 Phdr *ph = (void *)aux[AT_PHDR]; in _dlstart_c() local
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 284 ProgramHandles ph; in createProgram() local 293 void deleteProgram(const ProgramHandles &ph) in deleteProgram() 380 const ProgramHandles ph = createProgram(vs, fs); in checkCompiles() local 559 const ProgramHandles ph = createProgram(vs, fs); in TEST_F() local 626 const ProgramHandles ph = createProgram(vs, fs); in TEST_F() local 691 const ProgramHandles ph = createProgram(vs, fs); in TEST_F() local 748 ProgramHandles ph; in TEST_F() local 1122 const ProgramHandles ph = createProgram(vs, ps); in TEST_F() local 1185 const ProgramHandles ph = createProgram(vs, fs); in TEST_F() local 1235 const ProgramHandles ph = createProgram(vs, fs); in TEST_F() local [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedValueStringBuilderImpl.java | 218 SpanFieldPlaceholder ph = (SpanFieldPlaceholder) _field; in nextPosition() local 259 SpanFieldPlaceholder ph = (SpanFieldPlaceholder) field; in handleSpan() local
|
/third_party/libfuse/example/ |
D | poll.c | 164 struct fuse_pollhandle *ph, unsigned *reventsp) in fsel_poll() 241 struct fuse_pollhandle *ph; in fsel_producer() local
|
/third_party/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 183 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range() local 206 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); in __libdwfl_elf_address_range() local
|
/third_party/cups-filters/filter/pdftopdf/ |
D | qpdf_xobject.cc | 139 …auto ph=PointerHolder<QPDFObjectHandle::StreamDataProvider>(new CombineFromContents_Provider(conte… in makeXObject() local
|
D | pdftopdf_processor.cc | 193 int ph = param.page.top-param.page.bottom; in processPDFTOPDF() local
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshmod.c | 54 void* ph = &module->ps_hints; in ps_hinter_init() local
|
/third_party/lwip/src/netif/ppp/ |
D | pppoe.c | 211 struct pbuf *ph; /* Ethernet + PPPoE header */ in pppoe_write() local 384 struct pppoehdr *ph; in pppoe_disc_input() local 653 struct pppoehdr *ph; in pppoe_data_input() local
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_philosopher.c | 30 static sem_t ph[PH_NUM]; variable
|
/third_party/musl/src/internal/ |
D | vdso.c | 50 Phdr *ph = (void *)((char *)eh + eh->e_phoff); in __vdsosym() local
|
/third_party/ffmpeg/libavcodec/ |
D | vp9recon.c | 385 px, py, pw, ph, bw, bh, w, h, i) \ argument 389 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument 413 int px, int py, int pw, int ph, in mc_luma_scaled() 473 int px, int py, int pw, int ph, in mc_chroma_scaled() 546 px, py, pw, ph, bw, bh, w, h, i) \ argument 551 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
|
D | vaapi_encode_mpeg2.c | 173 MPEG2RawPictureHeader *ph = &priv->picture_header; in vaapi_encode_mpeg2_init_sequence_params() local 421 MPEG2RawPictureHeader *ph = &priv->picture_header; in vaapi_encode_mpeg2_init_picture_params() local
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | Checker.java | 163 int ph = (int) percentHits; in check() local
|
/third_party/node/deps/v8/src/handles/ |
D | persistent-handles.cc | 163 std::unique_ptr<PersistentHandles> ph = impl_->DetachPersistent(prev_limit_); in Detach() local
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 77 Phdr *ph = (void *)((char *)eh + eh->e_phoff); in __get_vdso_info() local
|
/third_party/elfio/elfio/ |
D | elfio_segment.hpp | 246 T ph = {}; member in ELFIO::segment_impl
|