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

1 2 3 4

  /external/clang/test/Analysis/
unions.cpp 16 void CloneParseTree(ParseNode *opn, ParseNode *pn, ParseNode *x) {
28 *pn = *opn;
29 x = pn->pn_u.lexdef->pn_u.lexdef;
49 void CloneParseTree(ParseNode *opn, ParseNode *pn, ParseNode *x) {
50 pn->pn_u = opn->pn_u;
51 x = pn->pn_u.name.lexdef->pn_u.name.lexdef;
  /external/jemalloc/test/include/test/
math.h 57 double pn[6]; local
91 pn[0] = 1.0;
92 pn[1] = x;
93 pn[2] = x + 1.0;
94 pn[3] = x * b;
95 gin = pn[2] / pn[3];
103 pn[i+4] = b * pn[i+2] - an * pn[i]
    [all...]
  /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/bison/lib/
xalloc.h 62 void *x2realloc (void *p, size_t *pn);
120 /* If P is null, allocate a block of at least *PN such objects;
121 otherwise, reallocate P so that it contains more than *PN objects
122 each of S bytes. *PN must be nonzero unless P is null, and S must
123 be nonzero. Set *PN to the new number of objects, and return the
124 pointer to the new block. *PN is never set to zero, and the
153 To have finer-grained control over the initial size, set *PN to a
176 x2nrealloc (void *p, size_t *pn, size_t s)
178 size_t n = *pn;
205 *pn = n
    [all...]
xmalloc.c 67 /* If P is null, allocate a block of at least *PN bytes; otherwise,
68 reallocate P so that it contains more than *PN bytes. *PN must be
69 nonzero unless P is null. Set *PN to the new block's size, and
70 return the pointer to the new block. *PN is never set to zero, and
74 x2realloc (void *p, size_t *pn)
76 return x2nrealloc (p, pn, 1);
  /external/llvm/test/MC/Sparc/
sparc64-ctrl-instructions.s 292 ! CHECK: bne,pn %icc, .BB0 ! encoding: [0x12,0b01000AAA,A,A]
294 bne,pn %icc, .BB0
296 ! CHECK: be,pn %icc, .BB0 ! encoding: [0x02,0b01000AAA,A,A]
298 be,pn %icc, .BB0
300 ! CHECK: bg,pn %icc, .BB0 ! encoding: [0x14,0b01000AAA,A,A]
302 bg,pn %icc, .BB0
304 ! CHECK: ble,pn %icc, .BB0 ! encoding: [0x04,0b01000AAA,A,A]
306 ble,pn %icc, .BB0
308 ! CHECK: bge,pn %icc, .BB0 ! encoding: [0x16,0b01000AAA,A,A]
310 bge,pn %icc, .BB
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 113 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
131 pn = (char *)a + (n - 1) * es;
136 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk);
138 pm = med3(pl, pm, pn, cmp, thunk);
177 pn = (char *)a + n * es;
180 r = min(pd - pc, pn - pd - es);
181 vecswap(pb, pn - r, r)
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 219 for (int pn = 0; pn < renderer->pages(); ++pn) {
221 FLAGS_noExtensionForOnePagePdf && renderer->pages() == 1 ? -1 : pn);
224 for (int pn = renderer->pages() - 1; pn >= 0; --pn) {
226 FLAGS_noExtensionForOnePagePdf && renderer->pages() == 1 ? -1 : pn);
236 int pn = atoi(FLAGS_pages[0]); local
238 FLAGS_noExtensionForOnePagePdf && renderer->pages() == 1 ? -1 : pn);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
cipher_test.c 126 const uint8_t *iv, int in, const uint8_t *plaintext, int pn,
140 hexdump(stdout, "Plaintext", plaintext, pn);
184 if (!EVP_EncryptUpdate(&ctx, out, &outl, plaintext, pn)) {
272 if (outl + outl2 != pn) {
274 outl + outl2, pn);
278 if (memcmp(out, plaintext, pn)) {
280 hexdump(stderr, "Got", out, pn);
281 hexdump(stderr, "Expected", plaintext, pn);
293 int pn, const uint8_t *ciphertext, int cn,
325 test1(c, key, kn, iv, in, plaintext, pn, ciphertext, cn, aad, an, tag, tn
358 int kn, in, pn, cn; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c 57 static const int pn[NDIMS]={ variable
75 static const int pn[NDIMS]={ variable
94 n=pn[t];
  /external/libopus/celt/tests/
test_unit_cwrs32.c 57 static const int pn[NDIMS]={ variable
75 static const int pn[NDIMS]={ variable
94 n=pn[t];
  /cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp 77 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
93 pn = (char *)a + (n - 1) * es;
98 pn = med3(pn - 2 * d, pn - d, pn, cmp);
100 pm = med3(pl, pm, pn, cmp);
138 pn = (char *)a + n * es;
141 r = min(pd - pc, pn - pd - (int)es);
142 vecswap(pb, pn - r, r)
    [all...]
  /build/core/
product.mk 171 $(eval pn := $(strip $(PRODUCTS.$(p).PRODUCT_NAME))) \
172 $(if $(pn),,$(error $(p): PRODUCT_NAME must be defined.)) \
173 $(if $(filter $(pn),$(_cap_names)), \
174 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
177 $(if $(filter $(pn),$(PRODUCTS.$(pp).PRODUCT_NAME)), \
182 $(eval _cap_names += $(pn)) \
183 $(if $(call is-c-identifier,$(pn)),, \
184 $(error $(p): PRODUCT_NAME must be a valid C identifier, not "$(pn)") \
204 $(eval pn := $(strip $(1)))
207 $(if $(filter $(pn),$(PRODUCTS.$(p).PRODUCT_NAME)),
    [all...]
  /external/chromium_org/tools/gn/
builder_record.h 66 void set_originally_referenced_from(const ParseNode* pn) {
67 originally_referenced_from_ = pn;
  /external/clang/test/SemaCXX/
nullptr.cpp 61 nullptr_t *pn = &null; local
65 (void)reinterpret_cast<uintptr_t>(*pn);
70 int *ip = *pn;
71 if (*pn) { }
  /external/libpcap/
pcap-nit.c 84 struct pcap_nit *pn = p->priv; local
102 *ps = pn->stat;
109 struct pcap_nit *pn = p->priv; local
168 pn->stat.ps_drop = nh->nh_dropped;
179 ++pn->stat.ps_recv;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathValidatorResultTest.java 213 PolicyNode pn = TestUtils.getPolicyTree(); local
217 pn,
222 assertSame(pn, vr.getPolicyTree());
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ppucd.h 102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.c 114 const char *sqlite3Fts3NextToken(const char *zStr, int *pn){
147 *pn = (int)(z2-z1);
  /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/eigen/Eigen/src/OrderingMethods/
Amd.h 97 ok, nel = 0, p, p1, p2, p3, p4, pj, pk, pk1, pk2, pn, q, t; local
281 pn = p1;
291 Ci[pn++] = e; /* keep e in Ei */
301 elen[i] = pn - p1 + 1; /* elen[i] = |Ei| */
302 p3 = pn;
309 Ci[pn++] = j; /* place j in node list of i */
325 Ci[pn] = Ci[p3]; /* move first node to end */
328 len[i] = pn - p1 + 1; /* new len of adj. list of node i */
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
sparcv9_modes.pl 72 brnz,pn $blk_init, .L${bits}cbc_enc_blk ! $inp==$out)
104 brnz,pn $ooff, 2f
119 brnz,pn $ivoff, 3f
153 brnz,pn $ivoff, 3f
230 brnz,pn $ivoff, 3b
286 brnz,pn $blk_init, .L${bits}cbc_dec_blk ! $inp==$out)
322 brnz,pn $ooff, 2f
337 brnz,pn $ivoff, .L${bits}_cbc_dec_unaligned_ivec
371 brnz,pn $ivoff, .L${bits}_cbc_dec_unaligned_ivec
427 brnz,pn $ooff, 2
    [all...]
  /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 545 PORT_ParNegInd (p_mcb, dlci, p_frame->u.pn.mtu,
546 p_frame->u.pn.conv_layer, p_frame->u.pn.k);
551 RFCOMM_TRACE_WARNING("***** MX PN while disconnecting *****");
565 PORT_ParNegCnf (p_mcb, dlci, p_frame->u.pn.mtu,
566 p_frame->u.pn.conv_layer, p_frame->u.pn.k);

Completed in 860 milliseconds

1 2 3 4