Searched refs:pb (Results 76 - 100 of 243) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dvect-58.c8 void bar (float *pa, float *pb, float *pc) argument
15 if (pa[i+1] != (pb[i+1] * pc[i+1]))
34 float *pb = b; local
39 pa[i+1] = pb[i+1] * pc[i+1];
H A Dvect-74.c17 main1 (float *__restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
20 float *q = pb + 4;
H A Dvect-79.c16 main1 (float *pa, float *pb, float *pc) argument
19 float *q = pb + 4;
H A Dvect-80.c17 main1 (float * __restrict__ pa, float * __restrict__ pb, float *__restrict__ pc) argument
20 float *q = pb + 4;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030914-1.c7 long double f (int pa, struct s pb, long double pc) argument
12 pc += pb.val[i];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030914-1.c7 long double f (int pa, struct s pb, long double pc) argument
12 pc += pb.val[i];
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dbm.c103 bm_comp(pb, len, freq)
104 u_char const *pb;
114 _DIAGASSERT(pb != NULL);
129 memcpy(pat->pat, pb, pat->patlen);
135 for (pe = pb + pat->patlen - 1; pb <= pe; pb++)
136 d[*pb] = pe - pb;
141 for (pb
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dqsort.c104 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
132 pa = pb = (char *) a + es;
136 while (pb <= pc && (cmp_result = cmp(pb, a)) <= 0) {
138 swap(pa, pb);
141 pb += es;
143 while (pb <= pc && (cmp_result = cmp(pc, a)) >= 0) {
150 if (pb > pc)
152 swap(pb, pc);
153 pb
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-paste-buffer.c51 struct paste_buffer *pb; local
71 pb = paste_get_top(&global_buffers);
73 pb = paste_get_index(&global_buffers, buffer);
74 if (pb == NULL) {
80 if (pb != NULL) {
88 cmd_paste_buffer_filter(wp, pb->data, pb->size, sepstr);
H A Dcmd-show-buffer.c44 struct paste_buffer *pb; local
54 if ((pb = paste_get_top(&global_buffers)) == NULL) {
66 pb = paste_get_index(&global_buffers, buffer);
67 if (pb == NULL) {
73 size = pb->size;
77 strvisx(in, pb->data, size, VIS_OCTAL|VIS_TAB);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/
H A DRandomizer.cpp335 XVolumeParam pb; local
343 pb.ioVRefNum = vRefNum;
344 pb.ioCompletion = 0;
345 pb.ioNamePtr = 0;
346 pb.ioVolIndex = 0;
347 err = PBXGetVolInfoSync (&pb);
356 AddBytes (&pb, sizeof (pb),
358 log2l (((pb.ioVTotalBytes.hi - pb
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_9p/
H A Dsubr.c107 struct puffs_framebuf *pb; local
123 pb = p9pbuf_makeout();
134 p9pbuf_put_1(pb, P9PROTO_T_READ);
135 p9pbuf_put_2(pb, tag);
136 p9pbuf_put_4(pb, dfp->fid);
137 p9pbuf_put_8(pb, 0);
138 p9pbuf_put_4(pb, advance);
139 GETRESPONSE(pb);
141 if (p9pbuf_get_type(pb) != P9PROTO_R_READ) {
154 p9pbuf_get_4(pb,
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libprop/
H A Dprop_bool.c80 prop_bool_t pb = v; local
83 pb->pb_value ? "true" : "false"));
129 prop_bool_t pb; local
132 pb = val ? &_prop_bool_true : &_prop_bool_false;
133 prop_object_retain(pb);
135 return (pb);
174 prop_bool_true(prop_bool_t pb) argument
177 if (! prop_object_is_bool(pb))
180 return (pb->pb_value);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-95.c9 void bar (float *pd, float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
27 main1 (int n, float * __restrict__ pd, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
33 pa[i] = pb[i] * pc[i];
37 bar (pd,pa,pb,pc);
H A Dvect-52.c19 main1 (int n, float *pb, float *pc) argument
26 pa[i] = pb[i] * pc[i];
32 if (pa[i] != (pb[i] * pc[i]))
H A Dno-vfa-vect-43.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
25 main1 (float *pa, float *pb, float *pc) argument
33 b[i] = pb[i];
37 /* Vectorizable: pa may not alias pb and/or pc, even though their
50 main2 (float *pa, float *pb, float *pc) argument
58 b[i] = pb[i];
62 /* Vectorizable: pb and pc addresses do not escape. */
H A Dno-vfa-vect-79.c16 main1 (float *pa, float *pb, float *pc) argument
19 float *q = pb + 4;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vectorize-2.c13 void bar (float *pd, float *pa, float *pb, float *pc) argument
20 if (pa[i] != (pb[i] * pc[i]))
31 main1 (int n, float * __restrict__ pd, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
37 pa[i] = pb[i] * pc[i];
41 bar (pd,pa,pb,pc);
H A Dvsx-vectorize-6.c13 void bar (double *pd, double *pa, double *pb, double *pc) argument
20 if (pa[i] != (pb[i] * pc[i]))
31 main1 (int n, double * __restrict__ pd, double * __restrict__ pa, double * __restrict__ pb, double * __restrict__ pc) argument
37 pa[i] = pb[i] * pc[i];
41 bar (pd,pa,pb,pc);
H A Dvsx-vectorize-7.c13 void bar (int *pd, int *pa, int *pb, int *pc) argument
20 if (pa[i] != (pb[i] * pc[i]))
31 main1 (int n, int * __restrict__ pd, int * __restrict__ pa, int * __restrict__ pb, int * __restrict__ pc) argument
37 pa[i] = pb[i] * pc[i];
41 bar (pd,pa,pb,pc);
H A Dvsx-vectorize-8.c13 void bar (short *pd, short *pa, short *pb, short *pc) argument
20 if (pa[i] != (pb[i] * pc[i]))
31 main1 (int n, short * __restrict__ pd, short * __restrict__ pa, short * __restrict__ pb, short * __restrict__ pc) argument
37 pa[i] = pb[i] * pc[i];
41 bar (pd,pa,pb,pc);
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dstic.c501 uint32_t *pb; local
509 pb = (*si->si_pbuf_get)(si);
511 pb[0] = STAMP_CMD_LINES | STAMP_RGB_CONST | STAMP_LW_PERPACKET;
512 pb[1] = 0x01ffffff;
513 pb[2] = 0;
514 pb[3] = STAMP_UPDATE_ENABLE | STAMP_METHOD_COPY;
515 pb[4] = (1024 << 2) - 1;
516 pb[5] = 0;
517 pb[6] = 0;
518 pb[
780 uint32_t *pb; local
822 uint32_t *pb; local
860 uint32_t *pb, *pbs; local
921 uint32_t *pb, *pbs; local
974 u_int *pb, v1, v2, xya; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dflush.c62 struct puffs_framebuf *pb; local
67 pb = puffs_framebuf_make();
68 if (pb == NULL)
72 if ((rv = puffs_framebuf_getwindow(pb, 0, (void *)&pf, &winlen)) == -1)
86 puffs_getselectable(pu), pb, 0);
89 puffs_framebuf_destroy(pb);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-dlx.c333 int i, pb = 0; local
362 for (pb = idx - 1; str[pb] != match; pb -= 1)
366 if (str[pb] == endm || pb < (idx - 5))
368 pb += 1;
370 for (i = 0; (pb + i) < idx; i++)
371 rs1[i] = str[pb+i];
377 pb
448 int i, pb = 0; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dboard_prop.c63 prop_bool_t pb = prop_dictionary_get(board_properties, name); local
64 if (pb == NULL)
66 const bool value = prop_bool_true(pb);
67 /* XXX -- do we need object release pb? */
75 prop_bool_t pb = prop_bool_create(true); local
76 KASSERT(pb != NULL);
77 if (prop_dictionary_set(board_properties, name, pb) == false)
79 prop_object_release(pb);

Completed in 195 milliseconds

12345678910