Searched defs:pd (Results 1 - 25 of 118) sorted by last modified time

12345

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c81 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
109 pc = pd = (char *)a + (n - 1) * es;
122 swap(pc, pd);
123 pd -= es;
145 r = min((long)(pd - pc), (long)(pn - pd - es));
149 if ((r = pd - pc) > es) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c4086 int pd; local
4119 pd = os_strstr(pos, " provdisc") != NULL;
4162 auth, go_intent, freq, persistent_id, pd,
H A Dp2p_supplicant.c4785 * @pd: Whether to send Provision Discovery prior to GO Negotiation as an
4796 int go_intent, int freq, int persistent_id, int pd,
4832 wpa_s->p2p_pd_before_go_neg = !!pd;
4793 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, int persistent_id, int pd, int ht40, int vht) argument
/external/valgrind/main/callgrind/
H A Ddump.c1022 BBCC **pa, **pb, **pc, **pd, **pl, **pm, **pn, **pv; local
1060 pc = pd = a + (n-1);
1072 swap(pc,pd); pd--;
1087 if ((s = a+n-1-pd)>0) { for(r=0;r<s;r++) swap(pc+r, a+n-s+r); }
1105 s = pd-pc+1;
1119 if ((s = pd+1-pc) > 1) qsort(a+n-s, s, cmp);
1226 (BBCC**) CLG_MALLOC("cl.dump.pd.1",
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2233 #define pd(a,b) ((lzo_uint) ((a)-(b))) macro
3023 # define DENTRY(p,in) ((lzo_dict_t) pd(p, in))
3047 (m_pos == NULL || (m_off = pd(ip, m_pos)) > max_offset)
3060 ((m_off = pd(ip, in) - m_off) > max_offset) || \
3064 (pd(ip, in) <= m_off || \
3065 ((m_off = pd(ip, in) - m_off) > max_offset) || \
3248 register lzo_uint t = pd(ip,ii);
3388 m_off = pd(ip,m_pos);
3451 *out_len = pd(op, out);
3452 return pd(in_en
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcbase.c790 Char *pa, *pb, *pc, *pd, *pl, *pm, *pn, *pv; local
816 pc = pd = a + (n-1)*es;
823 if (r == 0) { BM_SWAP(pc, pd); pd -= es; }
833 s = BM_MIN(pd-pc, pn-pd-es); BM_VECSWAP(pb, pn-s, s);
840 s2 = pd-pc;
/external/tcpdump/
H A Dprint-bgp.c1051 decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen) argument
1056 TCHECK(pd[0]);
1058 plen = pd[0];
1065 TCHECK2(pd[1], plenbytes);
1067 memcpy(&addr, &pd[1], plenbytes);
H A Dprint-forces.c535 static inline int pd_valid(u_int16_t pd) argument
537 if (pd >= F_TLV_PDAT && pd <= F_TLV_REST)
590 static inline const struct pdata_ops *get_forces_pd(u_int16_t pd) argument
595 if (pdo->v == pd)
H A Dtcpdump.c124 static void show_dlts_and_exit(const char *device, pcap_t *pd) __attribute__((noreturn));
369 static pcap_t *pd; variable
389 pcap_t *pd; member in struct:dump_info
395 show_tstamp_types_and_exit(const char *device, pcap_t *pd) argument
402 n_tstamp_types = pcap_list_tstamp_types(pd, &tstamp_types);
404 error("%s", pcap_geterr(pd));
428 show_dlts_and_exit(const char *device, pcap_t *pd) argument
434 n_dlts = pcap_list_datalinks(pd, &dlts);
436 error("%s", pcap_geterr(pd));
1222 pd
[all...]
/external/stlport/test/unit/
H A Dtype_traits_test.cpp264 derived *pd = &d; local
265 derived const *pcd = pd;
274 //CPPUNIT_CHECK( is_convertible(pd, pb) == 1 );
277 CPPUNIT_CHECK( is_cv_convertible(pd, pb) == 1 );
H A Duninitialized_test.cpp217 derived *pd = &d; local
218 //base **ppb = &pd;
219 vector<derived*> src(10, pd);
223 CPPUNIT_ASSERT( (*it) == pd );
/external/srec/portable/src/
H A Dpmalloc.c263 _DB_Altab *pd = &_DB_Altab_object; local
264 pd->total_heap += d_heap;
265 pd->total_alloc += d_alloc;
266 pd->total_free += d_free;
271 _DB_Altab *pd = &_DB_Altab_object; local
287 passert(pd->total_heap == pd->total_alloc + pd->total_free);
288 passert(total_free == pd->total_free);
/external/srec/srec/clib/
H A Dsrec_arb.c201 phoneme_data *pd; local
203 pd = *pdata = (phoneme_data*)(*buffer);
207 pfread(&(pd->name), sizeof(char), MAX_PHONEME_NAME_LEN, fp);
208 pfread(&(pd->code), sizeof(asr_uint16_t), 1, fp);
210 pfread(&(pd->model_nodes), sizeof(tree_node *), 1, fp);
211 pfread(&(pd->num_states), sizeof(asr_uint16_t), 1, fp);
213 pfread(&(pd->state_nodes), sizeof(tree_node *), MAX_PHONE_STATES, fp);
214 pd++;
218 ASSERT((char *)pd == *buffer);
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestChallenge.java132 * @param pd ParsedDirective
138 ParsedDirective pd) throws SaslException
143 m_nonce = pd.getValue();
149 * @param pd ParsedDirective
152 ParsedDirective pd)
154 m_realms.add(pd.getValue());
164 * @param pd ParsedDirective
170 ParsedDirective pd) throws SaslException
178 parser = new TokenParser(pd.getValue());
198 * @param pd ParsedDirectiv
137 handleNonce( ParsedDirective pd) argument
151 handleRealm( ParsedDirective pd) argument
169 handleQop( ParsedDirective pd) argument
202 handleMaxbuf( ParsedDirective pd) argument
224 handleCharset( ParsedDirective pd) argument
246 handleAlgorithm( ParsedDirective pd) argument
271 handleCipher( ParsedDirective pd) argument
312 handleStale( ParsedDirective pd) argument
[all...]
/external/smack/src/com/novell/sasl/client/
H A DDigestChallenge.java132 * @param pd ParsedDirective
138 ParsedDirective pd) throws SaslException
143 m_nonce = pd.getValue();
149 * @param pd ParsedDirective
152 ParsedDirective pd)
154 m_realms.add(pd.getValue());
164 * @param pd ParsedDirective
170 ParsedDirective pd) throws SaslException
178 parser = new TokenParser(pd.getValue());
198 * @param pd ParsedDirectiv
137 handleNonce( ParsedDirective pd) argument
151 handleRealm( ParsedDirective pd) argument
169 handleQop( ParsedDirective pd) argument
202 handleMaxbuf( ParsedDirective pd) argument
224 handleCharset( ParsedDirective pd) argument
246 handleAlgorithm( ParsedDirective pd) argument
271 handleCipher( ParsedDirective pd) argument
312 handleStale( ParsedDirective pd) argument
[all...]
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/
H A Dcputlb.c204 unsigned long pd; local
219 pd = IO_MEM_UNASSIGNED;
221 pd = p->phys_offset;
225 " prot=%x idx=%d pd=0x%08lx\n",
226 vaddr, paddr, prot, mmu_idx, pd);
230 if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
234 addend = (ptrdiff_t)qemu_get_ram_ptr(pd & TARGET_PAGE_MASK);
235 if ((pd & ~TARGET_PAGE_MASK) <= IO_MEM_ROM) {
237 iotlb = pd
305 int mmu_idx, page_index, pd; local
[all...]
H A Dexec.c208 target_ulong pd; local
215 pd = IO_MEM_UNASSIGNED;
217 pd = p->phys_offset;
219 ram_addr = (pd & TARGET_PAGE_MASK) | (pc & ~TARGET_PAGE_MASK);
1936 ram_addr_t pd; local
1947 pd = IO_MEM_UNASSIGNED;
1949 pd = p->phys_offset;
1953 if ((pd & ~TARGET_PAGE_MASK) != IO_MEM_RAM) {
1955 io_index = (pd >> IO_MEM_SHIFT) & (IO_MEM_NB_ENTRIES - 1);
1978 addr1 = (pd
2028 unsigned long pd; local
2125 unsigned long pd; local
2207 unsigned long pd; local
2274 unsigned long pd; local
2349 unsigned long pd; local
2416 unsigned long pd; local
2452 unsigned long pd; local
2486 unsigned long pd; local
2558 unsigned long pd; local
[all...]
H A Dtranslate-all.c380 PageDesc *pd; local
414 pd = *lp;
415 if (pd == NULL) {
419 ALLOC(pd, sizeof(PageDesc) * L2_SIZE);
420 *lp = pd;
425 return pd + (index & (L2_SIZE - 1));
436 PhysPageDesc *pd; local
457 pd = *lp;
458 if (pd == NULL) {
462 pd
701 PageDesc *pd = *lp; local
1682 PageDesc *pd = *lp; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pcre/dist/
H A Dpcregrep.c2874 patdatastr *pd = (patdatastr *)op->dataptr; local
2875 *(pd->lastptr) = add_pattern(option_data, *(pd->lastptr));
2876 if (*(pd->lastptr) == NULL) goto EXIT2;
2877 if (*(pd->anchor) == NULL) *(pd->anchor) = *(pd->lastptr);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp182 FX_FLOAT* pd = FX_Alloc(FX_FLOAT, 1); local
183 *pd = FX_atof(word);
185 m_Operators.Add(pd);
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Segment.h62 CJBig2_PatternDict *pd; member in union:CJBig2_Segment::__anon28610
/external/pixman/pixman/
H A Dpixman-implementation.c185 uint32_t * pd,
183 dummy_combine(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument

Completed in 6597 milliseconds

12345