Searched defs:ph (Results 1 - 25 of 29) sorted by relevance

12

/external/freetype/src/pshinter/
H A Dpshmod.c55 void* ph = &module->ps_hints; local
63 module->t1_funcs.hints = (T1_Hints)ph;
66 module->t2_funcs.hints = (T2_Hints)ph;
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshmod.c55 void* ph = &module->ps_hints; local
63 module->t1_funcs.hints = (T1_Hints)ph;
66 module->t2_funcs.hints = (T2_Hints)ph;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c43 union pointer_hack ph; local
45 ph.uint64 = 0;
46 ph.pointer = unaligned;
47 ph.uint64 = (ph.uint64 + 15) & ~15;
48 return ph.pointer;
/external/tcpdump/
H A Dprint-ip6.c60 } ph; local
64 memset(&ph, 0, sizeof(ph));
65 UNALIGNED_MEMCPY(&ph.ph_src, &ip6->ip6_src, sizeof (struct in6_addr));
66 UNALIGNED_MEMCPY(&ph.ph_dst, &ip6->ip6_dst, sizeof (struct in6_addr));
67 ph.ph_len = htonl(len);
68 ph.ph_nxt = next_proto;
70 vec[0].ptr = (const u_int8_t *)(void *)&ph;
71 vec[0].len = sizeof(ph);
H A Dprint-ip.c145 } ph; local
149 ph.len = htons((u_int16_t)len);
150 ph.mbz = 0;
151 ph.proto = next_proto;
152 UNALIGNED_MEMCPY(&ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t));
154 UNALIGNED_MEMCPY(&ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
156 ph.dst = ip_finddst(ip);
158 vec[0].ptr = (const u_int8_t *)(void *)&ph;
159 vec[0].len = sizeof(ph);
H A Dprint-wb.c393 register const struct pkt_hdr *ph; local
395 ph = (const struct pkt_hdr *)hdr;
396 if (len < sizeof(*ph) || (u_char *)(ph + 1) > snapend) {
400 len -= sizeof(*ph);
402 if (ph->ph_flags)
404 switch (ph->ph_type) {
411 if (wb_id((struct pkt_id *)(ph + 1), len) >= 0)
416 if (wb_rreq((struct pkt_rreq *)(ph + 1), len) >= 0)
421 if (wb_rrep((struct pkt_rrep *)(ph
[all...]
H A Dprint-ppp.c1644 struct ppp_header *ph; local
1647 ph = (struct ppp_header *)q;
1648 if (ph->phdr_addr == PPP_ADDRESS
1649 && ph->phdr_ctl == PPP_CONTROL) {
1652 ptype = EXTRACT_16BITS(&ph->phdr_type);
/external/libpcap/
H A Dpcap-enet.c55 register struct packet_header *ph; local
79 ph = (struct packet_header *)bp;
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
82 if (bpf_filter(fcode, (char *)ph->packet,
83 ph->tap.th_wirelen, caplen)) {
86 (*printit)((char *)ph->packet,
87 (struct timeval *)ph->tap.th_timestamp,
88 ph->tap.th_wirelen, caplen);
90 inc = ph
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h57 OPJ_UINT32 pw, ph; member in struct:opj_pi_resolution
H A Dtcd.h150 OPJ_UINT32 pw, ph; member in struct:opj_tcd_resolution
H A Dopenjpeg.h777 int ph[33]; member in struct:opj_tile_info
/external/elfutils/src/libdwfl/
H A Ddwfl_report_elf.c181 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); local
182 if (unlikely (ph == NULL))
184 if (ph->p_type == PT_LOAD)
186 vaddr = ph->p_vaddr & -ph->p_align;
187 address_sync = ph->p_vaddr + ph->p_memsz;
204 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); local
205 if (unlikely (ph == NULL))
207 if (ph
[all...]
H A Ddwfl_module_getdwarf.c131 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem); local
132 if (unlikely (ph == NULL))
134 if (ph->p_type == PT_LOAD)
136 file->vaddr = ph->p_vaddr & -ph->p_align;
137 file->address_sync = ph->p_vaddr + ph->p_memsz;
/external/libvncserver/libvncserver/
H A Dzrleencodetemplate.c129 zrlePaletteHelper *ph; local
145 ph = (zrlePaletteHelper *) paletteHelper;
146 zrlePaletteHelperInit(ph);
156 zrlePaletteHelperInsert(ph, pix);
161 if (ph->size == 1) {
163 zrleOutStreamWRITE_PIXEL(os, ph->palette[0]);
189 if (ph->size < 128) {
190 int paletteRleBytes = (BPPOUT/8) * ph->size + 2 * runs + singlePixels;
198 if (ph->size < 17) {
199 int packedBytes = ((BPPOUT/8) * ph
[all...]
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp168 char16_t* ph = NULL; local
182 if (strcmp(attributes[i], "ph") == 0)
184 ph = new char16_t[strlen8to16(attributes[i+1]) + 1];
185 ph = strdup8to16(attributes[i+1], &phsize);
188 if (!ph)
191 ALOGE("Error: bad SSML syntax, ph attribute not supplied.");
198 xsampasize = cnvIpaToXsampa(ph, phsize, &xsampastr);
199 delete [] ph;
208 xsampastr = strndup16to8(ph, phsize);
210 delete [] ph;
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.c144 struct isakmp_gen *ph; local
189 ph = (struct isakmp_gen *)(packet + 1);
194 if (tlen < sizeof(*ph)) {
201 if (tlen < ntohs(ph->len)) {
208 plogdump(LLV_DEBUG, ph, ntohs(ph->len));
217 plen = ntohs(ph->len);
218 nph = (struct isakmp_gen *)((char *)ph + plen);
236 if (memcmp(ph + 1, check->v, check->l) != 0) {
250 attrpl = (struct isakmp_pl_attr *)ph;
[all...]
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1618 ObjectFileELF::DumpELFProgramHeader(Stream *s, const ELFProgramHeader &ph) argument
1620 DumpELFProgramHeader_p_type(s, ph.p_type);
1621 s->Printf(" %8.8" PRIx64 " %8.8" PRIx64 " %8.8" PRIx64, ph.p_offset, ph.p_vaddr, ph.p_paddr);
1622 s->Printf(" %8.8" PRIx64 " %8.8" PRIx64 " %8.8x (", ph.p_filesz, ph.p_memsz, ph.p_flags);
1624 DumpELFProgramHeader_p_flags(s, ph.p_flags);
1625 s->Printf(") %8.8" PRIx64, ph
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c40 cmsStage* ph = (cmsStage*) _cmsMallocZero(ContextID, sizeof(cmsStage)); local
42 if (ph == NULL) return NULL;
45 ph ->ContextID = ContextID;
47 ph ->Type = Type;
48 ph ->Implements = Type; // By default, no clue on what is implementing
50 ph ->InputChannels = InputChannels;
51 ph ->OutputChannels = OutputChannels;
52 ph ->EvalPtr = EvalPtr;
53 ph ->DupElemPtr = DupElemPtr;
54 ph
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c61 jobject ph; /* ProgressHandler object */ member in struct:__anon6425
507 if (env && h->ph) {
508 jclass cls = (*env)->GetObjectClass(env, h->ph);
515 ret = (*env)->CallBooleanMethod(env, h->ph, mid) != JNI_TRUE;
868 delglobrefp(env, &h->ph);
1094 h->bh = h->cb = h->ai = h->tr = h->pr = h->ph = 0;
3155 v->hh.bh = v->hh.cb = v->hh.ai = v->hh.tr = v->hh.ph = 0;
3361 v->hh.bh = v->hh.cb = v->hh.ai = v->hh.tr = v->hh.ph = 0;
3398 jobject ph)
3405 delglobrefp(env, &h->ph);
3397 Java_SQLite_Database__1progress_1handler(JNIEnv *env, jobject obj, jint n, jobject ph) argument
[all...]
/external/libvncserver/x11vnc/
H A Dconnections.c630 FILE *ph; local
648 ph = popen(cmd2, "r");
650 ph = popen(cmd, "r");
652 if (ph == NULL) {
658 while (fgets(line, sizeof(line), ph) != NULL) {
673 rc = pclose(ph);
683 FILE *ph = popen(cmd, "w"); local
684 if (ph == NULL) {
689 write(fileno(ph), input, len);
690 rc = pclose(ph);
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dheader.c111 static char *do_read_string(int fd, struct perf_header *ph) argument
121 if (ph->needs_swap)
1149 static void print_hostname(struct perf_header *ph, int fd __maybe_unused, argument
1152 fprintf(fp, "# hostname : %s\n", ph->env.hostname);
1155 static void print_osrelease(struct perf_header *ph, int fd __maybe_unused, argument
1158 fprintf(fp, "# os release : %s\n", ph->env.os_release);
1161 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1163 fprintf(fp, "# arch : %s\n", ph->env.arch);
1166 static void print_cpudesc(struct perf_header *ph, int fd __maybe_unused, argument
1169 fprintf(fp, "# cpudesc : %s\n", ph
1172 print_nrcpus(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1179 print_version(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1185 print_cmdline(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1203 print_cpu_topology(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1244 read_event_desc(struct perf_header *ph, int fd) argument
1338 print_event_desc(struct perf_header *ph, int fd, FILE *fp) argument
1388 print_total_mem(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1394 print_numa_topology(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1435 print_cpuid(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1446 print_pmu_mappings(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1483 print_group_desc(struct perf_header *ph, int fd __maybe_unused, FILE *fp) argument
1666 process_build_id(struct perf_file_section *section, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1675 process_hostname(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1683 process_osrelease(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1691 process_version(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1699 process_arch(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1707 process_nrcpus(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1734 process_cpudesc(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1742 process_cpuid(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1750 process_total_mem(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1820 process_cmdline(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1856 process_cpu_topology(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1912 process_numa_topology(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
1972 process_pmu_mappings(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
2022 process_group_desc(struct perf_file_section *section __maybe_unused, struct perf_header *ph, int fd, void *data __maybe_unused) argument
2161 perf_file_section__fprintf_info(struct perf_file_section *section, struct perf_header *ph, int feat, int fd, void *data) argument
2376 perf_header__process_sections(struct perf_header *header, int fd, void *data, int (*process)(struct perf_file_section *section, struct perf_header *ph, int feat, int fd, void *data)) argument
2429 try_all_file_abis(uint64_t hdr_sz, struct perf_header *ph) argument
2467 try_all_pipe_abis(uint64_t hdr_sz, struct perf_header *ph) argument
2496 check_magic_endian(u64 magic, uint64_t hdr_sz, bool is_pipe, struct perf_header *ph) argument
2531 perf_file_header__read(struct perf_file_header *header, struct perf_header *ph, int fd) argument
2603 perf_file_section__process(struct perf_file_section *section, struct perf_header *ph, int feat, int fd, void *data) argument
2624 perf_file_header__read_pipe(struct perf_pipe_file_header *header, struct perf_header *ph, int fd, bool repipe) argument
2662 read_attr(int fd, struct perf_header *ph, struct perf_file_attr *f_attr) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1511 const int ph = 4 * num_4x4_blocks_high_lookup[bsize]; local
1594 &sf, pw, ph, 0,
1604 &sf, pw, ph, 0,
1613 &sf, pw, ph, 0,
1656 pw, ph);
/external/mdnsresponder/mDNSCore/
H A DmDNS.c1903 IPv6PseudoHeader ph; local
1904 ph.src = *src;
1905 ph.dst = *dst;
1906 ph.len.b[0] = length >> 24;
1907 ph.len.b[1] = length >> 16;
1908 ph.len.b[2] = length >> 8;
1909 ph.len.b[3] = length;
1910 ph.pro.b[0] = 0;
1911 ph.pro.b[1] = 0;
1912 ph
[all...]
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/valgrind/perf/
H A Dtinycc.c19223 Elf32_Phdr *phdr, *ph;
19494 ph = &phdr[0];
19496 ph++;
19499 ph->p_type = PT_LOAD;
19501 ph->p_flags = PF_R | PF_X;
19503 ph->p_flags = PF_R | PF_W;
19504 ph->p_align = ELF_PAGE_SIZE;
19551 if (ph->p_offset == 0) {
19552 ph->p_offset = file_offset;
19553 ph
19221 Elf32_Phdr *phdr, *ph; local
[all...]

Completed in 2722 milliseconds

12