Searched refs:pa (Results 1 - 25 of 229) sorted by relevance

12345678910

/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpadata.c49 PA_DATA *pa; local
51 pa = realloc (md->val, (md->len + 1) * sizeof(*md->val));
52 if (pa == NULL) {
57 md->val = pa;
59 pa[md->len].padata_type = type;
60 pa[md->len].padata_value.length = len;
61 pa[md->len].padata_value.data = buf;
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_fast_s_mp_mul_high_digs.c29 int olduse, res, pa, ix, iz; local
34 pa = a->used + b->used;
35 if (c->alloc < pa) {
36 if ((res = mp_grow (c, pa)) != MP_OKAY) {
42 pa = a->used + b->used;
44 for (ix = digs; ix < pa; ix++) {
75 c->used = pa;
81 for (ix = digs; ix < pa; ix++) {
H A Dbn_s_mp_sqr.c22 int res, ix, iy, pa; local
26 pa = a->used;
27 if ((res = mp_init_size (&t, 2*pa + 1)) != MP_OKAY) {
32 t.used = 2*pa + 1;
34 for (ix = 0; ix < pa; ix++) {
52 for (iy = ix + 1; iy < pa; iy++) {
H A Dbn_fast_s_mp_mul_digs.c36 int olduse, res, pa, ix, iz; local
48 pa = MIN(digs, a->used + b->used);
52 for (ix = 0; ix < pa; ix++) {
85 c->used = pa;
90 for (ix = 0; ix < pa+1; ix++) {
H A Dbn_fast_s_mp_sqr.c30 int olduse, res, pa, ix, iz; local
35 pa = a->used + a->used;
36 if (b->alloc < pa) {
37 if ((res = mp_grow (b, pa)) != MP_OKAY) {
44 for (ix = 0; ix < pa; ix++) {
98 for (ix = 0; ix < pa; ix++) {
H A Dbn_s_mp_mul_digs.c25 int res, pa, pb, ix, iy; local
43 pa = a->used;
44 for (ix = 0; ix < pa; ix++) {
H A Dbn_s_mp_mul_high_digs.c25 int res, pa, pb, ix, iy; local
43 pa = a->used;
45 for (ix = 0; ix < pa; ix++) {
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Ddomaincmp.c72 register const char *pa; local
89 /* let pa and pb point to the last non dot char */
90 pa = a + strlen (a);
92 pa--;
93 while ( pa > a && *pa == '.' );
101 while ( *pa == *pb && pa > a && pb > b )
102 pa--, pb--;
104 if ( *pa !
[all...]
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddproto.h47 _PROTOTYPE(extern void process_pipe,(KA_T pa));
51 _PROTOTYPE(extern void process_psxsem,(KA_T pa));
55 _PROTOTYPE(extern void process_psxshm,(KA_T pa));
H A Ddfile.c158 process_pipe(pa)
159 KA_T pa; /* pipe structure address */
162 enter_dev_ch(print_kptr(pa, (char *)NULL, 0));
174 process_psxsem(pa)
175 KA_T pa; /* psxsem file structure address */
181 enter_dev_ch(print_kptr(pa, (char *)NULL, 0));
184 if (pa && !kread(pa, (char *)&pn, sizeof(pn))) {
203 process_psxshm(pa)
204 KA_T pa; /* psxsh
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_s_mp_sqr.c22 int res, ix, iy, pa; local
26 pa = a->used;
27 if ((res = mp_init_size (&t, 2*pa + 1)) != MP_OKAY) {
32 t.used = 2*pa + 1;
34 for (ix = 0; ix < pa; ix++) {
52 for (iy = ix + 1; iy < pa; iy++) {
H A Dbn_fast_s_mp_mul_digs.c36 int olduse, res, pa, ix, iz; local
48 pa = MIN(digs, a->used + b->used);
52 for (ix = 0; ix < pa; ix++) {
85 c->used = pa;
90 for (ix = 0; ix < pa+1; ix++) {
H A Dbn_fast_s_mp_sqr.c30 int olduse, res, pa, ix, iz; local
35 pa = a->used + a->used;
36 if (b->alloc < pa) {
37 if ((res = mp_grow (b, pa)) != MP_OKAY) {
44 for (ix = 0; ix < pa; ix++) {
98 for (ix = 0; ix < pa; ix++) {
H A Dbn_s_mp_mul_digs.c25 int res, pa, pb, ix, iy; local
43 pa = a->used;
44 for (ix = 0; ix < pa; ix++) {
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Disakmp_ident.c280 struct isakmp_parse_t *pa; local
308 pa = ALIGNED_CAST(struct isakmp_parse_t *)pbuf->v;
311 if (pa->type != ISAKMP_NPTYPE_SA) {
315 pa->type, ISAKMP_NPTYPE_SA);
318 if (isakmp_p2ph(&satmp, pa->ptr) < 0) {
323 pa++;
326 pa->type != ISAKMP_NPTYPE_NONE;
327 pa++) {
329 switch (pa->type) {
331 vid_numeric = check_vendorid(pa
529 struct isakmp_parse_t *pa; local
839 struct isakmp_parse_t *pa; local
1053 struct isakmp_parse_t *pa; local
1364 struct isakmp_parse_t *pa; local
1639 struct isakmp_parse_t *pa; local
[all...]
H A Disakmp_agg.c358 struct isakmp_parse_t *pa; local
390 pa = ALIGNED_CAST(struct isakmp_parse_t *)pbuf->v;
395 if (pa->type != ISAKMP_NPTYPE_SA) {
399 pa->type, ISAKMP_NPTYPE_SA);
403 if (isakmp_p2ph(&satmp, pa->ptr) < 0) {
408 pa++;
411 pa->type != ISAKMP_NPTYPE_NONE;
412 pa++) {
414 switch (pa->type) {
416 if (isakmp_p2ph(&iph1->dhpub_p, pa
911 struct isakmp_parse_t *pa; local
1483 struct isakmp_parse_t *pa; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_qccompositionparameterview.py5 def compositionParameterView_shouldDisplayParameterWithKey_attributes_(self, pv, pk, pa): return 1
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_qccompositionparameterview.py5 def compositionParameterView_shouldDisplayParameterWithKey_attributes_(self, pv, pk, pa): return 1
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/
H A Dchud_memory.c33 extern unsigned int IODefaultCacheBits(addr64_t pa);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.h221 *pa++ = RunLength + (x); \
243 *pa++ = RunLength + (x); \
290 while (a0 > lastx && pa > thisrun) \
291 a0 -= *--pa; \
295 if ((pa-thisrun)&1) \
363 if( *(pa-1) == 0 && *(pa-2) == 0 ) \
364 pa -= 2; \
379 if (pa != thisrun) while (b1 <= a0 && b1 < lastx) { \
400 if ((pa
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineLoopRanges.cpp83 int MachineLoopRange::byNumber(const void *pa, const void *pb) { argument
84 const MachineLoopRange *a = *static_cast<MachineLoopRange *const *>(pa);
99 int MachineLoopRange::byAreaDesc(const void *pa, const void *pb) { argument
100 const MachineLoopRange *a = *static_cast<MachineLoopRange *const *>(pa);
104 return byNumber(pa, pb);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOLib.cpp743 iopa_allocinpage(iopa_page_t * pa, uint32_t count, uint64_t align) argument
746 uint64_t avail = pa->avail;
762 pa->avail &= ~((-1ULL << (64 - count)) >> n);
763 if (!pa->avail && pa->link.next)
765 remque(&pa->link);
766 pa->link.next = 0;
768 return (n * kIOPageAllocChunkBytes + trunc_page((uintptr_t) pa));
794 iopa_page_t * pa; local
804 pa
842 iopa_page_t * pa; local
[all...]
/macosx-10.9.5/lsof-52/lsof/
H A Dnode.c167 readpipenode(pa, p)
168 KA_T pa; /* pipe node kernel address */
171 if (kread((KA_T)pa, (char *)p, sizeof(struct pipenode))) {
173 print_kptr(pa, (char *)NULL, 0));
/macosx-10.9.5/Libc-997.90.3/stdio/
H A Dxprintf_comp.c39 arrayfree(pc->pa);
40 free(pc->pa);
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dloose_ends.c99 extern void mapping_set_mod(ppnum_t pa);
462 const void *pa,
466 const char *a = (const char *)pa;
533 void fillPage(ppnum_t pa, unsigned int fill) argument
540 src = i386_ptob(pa);
550 void dcache_incoherent_io_store64(addr64_t pa, unsigned int count) argument
553 addr64_t bound = (pa + count + linesize - 1) & ~(linesize - 1);
557 while (pa < bound) {
558 __clflush(PHYSMAP_PTOV(pa));
559 pa
461 bcmp( const void *pa, const void *pb, size_t len) argument
565 dcache_incoherent_io_flush64(addr64_t pa, unsigned int count) argument
612 cache_flush_page_phys(ppnum_t pa) argument
[all...]

Completed in 231 milliseconds

12345678910