HomeSort by relevance Sort by last modified time
    Searched refs:pn (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/bison/lib/
xmalloc.c 95 /* If P is null, allocate a block of at least *PN such objects;
96 otherwise, reallocate P so that it contains more than *PN objects
97 each of S bytes. *PN must be nonzero unless P is null, and S must
98 be nonzero. Set *PN to the new number of objects, and return the
99 pointer to the new block. *PN is never set to zero, and the
128 To have finer-grained control over the initial size, set *PN to a
151 x2nrealloc_inline (void *p, size_t *pn, size_t s)
153 size_t n = *pn;
176 *pn = n;
181 x2nrealloc (void *p, size_t *pn, size_t s
    [all...]
xalloc.h 54 void *x2realloc (void *p, size_t *pn);
55 void *x2nrealloc (void *p, size_t *pn, size_t s);
  /external/yaffs2/yaffs2/
yaffs_qsort.c 81 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
97 pn = (char *)a + (n - 1) * es;
102 pn = med3(pn - 2 * d, pn - d, pn, cmp);
104 pm = med3(pl, pm, pn, cmp);
142 pn = (char *)a + n * es;
145 r = min((long)(pd - pc), (long)(pn - pd - es));
146 vecswap(pb, pn - r, r)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h 59 void *x2realloc (void *p, size_t *pn);
110 void *x2nrealloc (void *p, size_t *pn, size_t s);
139 /* If P is null, allocate a block of at least *PN such objects;
140 otherwise, reallocate P so that it contains more than *PN objects
141 each of S bytes. *PN must be nonzero unless P is null, and S must
142 be nonzero. Set *PN to the new number of objects, and return the
143 pointer to the new block. *PN is never set to zero, and the
172 To have finer-grained control over the initial size, set *PN to a
195 x2nrealloc (void *p, size_t *pn, size_t s)
197 size_t n = *pn;
    [all...]
xmalloc.c 63 /* If P is null, allocate a block of at least *PN bytes; otherwise,
64 reallocate P so that it contains more than *PN bytes. *PN must be
65 nonzero unless P is null. Set *PN to the new block's size, and
66 return the pointer to the new block. *PN is never set to zero, and
70 x2realloc (void *p, size_t *pn)
72 return x2nrealloc (p, pn, 1);
  /external/openssl/crypto/evp/
evp_test.c 138 const unsigned char *plaintext,int pn,
151 hexdump(stdout,"Plaintext",plaintext,pn);
171 if(!EVP_EncryptUpdate(&ctx,out,&outl,plaintext,pn))
223 if(outl+outl2 != pn)
226 outl+outl2,pn);
230 if(memcmp(out,plaintext,pn))
233 hexdump(stderr,"Got",out,pn);
234 hexdump(stderr,"Expected",plaintext,pn);
246 const unsigned char *plaintext,int pn,
256 test1(c,key,kn,iv,in,plaintext,pn,ciphertext,cn,encdec)
371 int kn,in,pn,cn; local
    [all...]
  /external/webkit/Tools/mangleme/
mangle.cgi.c 84 int pn; local
90 do pn = R(MAXPARS-1) + 1; while (!tags[tn][pn]);
91 printf("%s", tags[tn][pn]);
remangle.cgi.c 83 int pn; local
89 do pn = R(MAXPARS-1) + 1; while (!tags[tn][pn]);
90 printf("%s", tags[tn][pn]);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 101 final PhoneNumber pn = util.parse(number, country); local
102 isValid = util.isValidNumber(pn);
103 formatted = util.format(pn, format);
104 util.truncateTooLongNumber(pn);
105 truncated = util.format(pn, format);
  /bionic/libc/stdlib/
qsort.c 86 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
102 pn = (char *)a + (n - 1) * es;
107 pn = med3(pn - 2 * d, pn - d, pn, cmp);
109 pm = med3(pl, pm, pn, cmp);
147 pn = (char *)a + n * es;
150 r = min(pd - pc, pn - pd - (int)es);
151 vecswap(pb, pn - r, r)
    [all...]
  /build/core/
product.mk 155 $(eval pn := $(strip $(PRODUCTS.$(p).PRODUCT_NAME))) \
156 $(if $(pn),,$(error $(p): PRODUCT_NAME must be defined.)) \
157 $(if $(filter $(pn),$(_cap_names)), \
158 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
161 $(if $(filter $(pn),$(PRODUCTS.$(pp).PRODUCT_NAME)), \
166 $(eval _cap_names += $(pn)) \
167 $(if $(call is-c-identifier,$(pn)),, \
168 $(error $(p): PRODUCT_NAME must be a valid C identifier, not "$(pn)") \
188 $(eval pn := $(strip $(1)))
191 $(if $(filter $(pn),$(PRODUCTS.$(p).PRODUCT_NAME)),
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.c 139 #define pn _sch_ispunct macro
152 #define P (const unsigned short) (pn |pr) /* punctuation */
153 #define _ (const unsigned short) (pn|is |pr) /* underscore */
  /external/clang/test/SemaCXX/
nullptr.cpp 61 nullptr_t *pn = &null; local
65 (void)reinterpret_cast<uintptr_t>(*pn);
67 int *ip = *pn;
68 if (*pn) { }
  /external/libffi/src/sparc/
v9.S 86 brz,pn %i4, done
94 be,a,pn %icc, done
98 be,a,pn %icc, done
102 be,pn %icc, dostruct
186 be,pn %icc, done1
189 be,pn %icc, integer
192 be,a,pn %icc, done1
196 be,a,pn %icc, done1
201 be,a,pn %icc, longdouble1
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathValidatorResultTest.java 208 PolicyNode pn = TestUtils.getPolicyTree(); local
212 pn,
217 assertSame(pn, vr.getPolicyTree());
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 202 PolicyNode pn = TestUtils.getPolicyTree(); local
206 pn,
211 assertSame(pn, vr.getPolicyTree());
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 132 bl,a,pn %icc,.Lret
135 bnz,a,pn %icc,.Lret
355 bz,pn %icc,.L1stskip
663 bz,pn %icc,.Linnerskip
  /external/quake/quake/src/QW/client/
r_bsp.c 165 mnode_t *pn; local
299 pn = pnode->children[i];
302 if (pn->visframe == r_visframecount)
304 if (pn->contents < 0)
306 if (pn->contents != CONTENTS_SOLID)
308 r_currentbkey = ((mleaf_t *)pn)->key;
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 165 mnode_t *pn; local
299 pn = pnode->children[i];
302 if (pn->visframe == r_visframecount)
304 if (pn->contents < 0)
306 if (pn->contents != CONTENTS_SOLID)
308 r_currentbkey = ((mleaf_t *)pn)->key;
  /external/valgrind/main/coregrind/
m_libcbase.c 702 Char *pa, *pb, *pc, *pd, *pl, *pm, *pn, *pv; local
717 pn = a + (n-1)*es;
722 pn = bm_med3(pn-2*s, pn-s, pn, cmp);
724 pm = bm_med3(pl, pm, pn, cmp);
743 pn = a + n*es;
745 s = BM_MIN(pd-pc, pn-pd-es); BM_VECSWAP(pb, pn-s, s)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 543 PhoneNumber pn = null; local
547 pn = util.parse(number, countryIso);
548 if (VDBG) Log.v(TAG, "- parsed number: " + pn);
553 if (pn != null) {
554 String description = geocoder.getDescriptionForNumber(pn, locale);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c 254 *p_data++ = rfc_cb.rfc.rx_frame.u.pn.priority;
262 /* Total length is sizeof PN data + mx header 2 */
745 p_rx_frame->u.pn.frame_type = *p_data & RFCOMM_PN_FRAME_TYPE_MASK;
746 p_rx_frame->u.pn.conv_layer = *p_data++ & RFCOMM_PN_CONV_LAYER_MASK;
747 p_rx_frame->u.pn.priority = *p_data++ & RFCOMM_PN_PRIORITY_MASK;
748 p_rx_frame->u.pn.t1 = *p_data++;
749 p_rx_frame->u.pn.mtu = *p_data + (*(p_data + 1) << 8);
751 p_rx_frame->u.pn.n2 = *p_data++;
752 p_rx_frame->u.pn.k = *p_data++ & RFCOMM_PN_K_MASK;
756 || (p_rx_frame->u.pn.mtu < RFCOMM_MIN_MTU
    [all...]
rfc_port_fsm.c 544 PORT_ParNegInd (p_mcb, dlci, p_frame->u.pn.mtu,
545 p_frame->u.pn.conv_layer, p_frame->u.pn.k);
550 RFCOMM_TRACE_WARNING0("***** MX PN while disconnecting *****");
564 PORT_ParNegCnf (p_mcb, dlci, p_frame->u.pn.mtu,
565 p_frame->u.pn.conv_layer, p_frame->u.pn.k);
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 172 ProfileNode pn = (ProfileNode) element; local
173 return pn.getChildren();
361 ProfileNode pn = (ProfileNode) element; local
363 return pn.getLabel();
399 ProfileNode pn = (ProfileNode) element; local
400 if (pn.isParent())
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 249 tL2C_CCB *pn = p_ccb->p_next_ccb; local
253 p_ccb = pn;
383 tL2C_CCB *pn = p_ccb->p_next_ccb; local
395 p_ccb = pn;
512 tL2C_CCB *pn = p_ccb->p_next_ccb; local
516 p_ccb = pn;
548 tL2C_CCB *pn = p_ccb->p_next_ccb; local
552 p_ccb = pn;
    [all...]

Completed in 545 milliseconds

1 2 3 4 5