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

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/lib/libplot/t300/common/
point.c 37 point(short xi, short yi) { function
llib-l300 69 /*point.c*/
70 void point(short, short);
  /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/
point.c 37 point(short xi, short yi) function
llib-l300s 69 /*point.c*/
70 void point(short, short);
  /onnv/onnv-gate/usr/src/lib/libplot/t450/common/
point.c 36 point(short xi, short yi) function
llib-l450 69 /*point.c*/
70 void point(short, short);
  /onnv/onnv-gate/usr/src/lib/libplot/plot/common/
point.c 38 point(short xi, short yi) function
llib-lplot 47 void point(short, short);
mapfile-vers 55 point;
  /onnv/onnv-gate/usr/src/lib/libplot/t4014/common/
point.c 37 point(short xi, short yi) function
llib-l4014 69 /*point.c*/
70 void point(short, short);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ec/
ec_print.c 60 const EC_POINT *point,
68 buf_len = EC_POINT_point2oct(group, point, form,
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
91 EC_POINT *point,
109 if (point == NULL)
118 ret = point;
122 if (point == NULL)
136 const EC_POINT *point,
144 buf_len = EC_POINT_point2oct(group, point, form,
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)
    [all...]
ec_check.c 64 EC_POINT *point = NULL; local
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
107 if (!EC_POINT_is_at_infinity(group, point))
119 if (point)
120 EC_POINT_free(point);
ec_lib.c 727 void EC_POINT_free(EC_POINT *point)
729 if (!point) return;
731 if (point->meth->point_finish != 0)
732 point->meth->point_finish(point);
733 OPENSSL_free(point);
737 void EC_POINT_clear_free(EC_POINT *point)
739 if (!point) return;
741 if (point->meth->point_clear_finish != 0)
742 point->meth->point_clear_finish(point)
    [all...]
ec2_smpl.c 292 int ec_GF2m_simple_point_init(EC_POINT *point)
294 BN_init(&point->X);
295 BN_init(&point->Y);
296 BN_init(&point->Z);
302 void ec_GF2m_simple_point_finish(EC_POINT *point)
304 BN_free(&point->X);
305 BN_free(&point->Y);
306 BN_free(&point->Z);
311 void ec_GF2m_simple_point_clear_finish(EC_POINT *point)
313 BN_clear_free(&point->X)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/
plot.h 51 extern void point(short, short);
69 extern void point();
  /onnv/onnv-gate/usr/src/lib/libplot/vt0/common/
llib-lvt0 69 /*point.c*/
70 void point(short, short);
point.c 38 point(short xi, short yi) function
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/
v3_crld.c 84 DIST_POINT *point; local
87 point = sk_DIST_POINT_value(crld, i);
88 if(point->distpoint) {
89 if(point->distpoint->type == 0)
91 point->distpoint->name.fullname, exts);
94 if(point->reasons)
96 if(point->CRLissuer)
112 DIST_POINT *point; local
118 if(!(point = DIST_POINT_new())) goto merr;
119 if(!sk_DIST_POINT_push(crld, point)) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/sn1/sn1_brand/amd64/
sn1_runexe.s 43 * we'll be jumping directy to it's main entry point. In any case,
58 movq %rsi, %rbx / Brand app entry point in %rbx
59 subq $8, %rax / Top of stack - must point at argc
  /onnv/onnv-gate/usr/src/lib/brand/sn1/sn1_brand/i386/
sn1_runexe.s 43 * we'll be jumping directy to it's main entry point. In any case,
58 movl 8(%esp), %ebx / Brand app entry point in %ebx
59 subl $4, %eax / Top of stack - must point at argc
  /onnv/onnv-gate/usr/src/lib/brand/solaris10/s10_brand/amd64/
s10_runexe.s 43 * we'll be jumping directy to it's main entry point. In any case,
58 movq %rsi, %rbx / Brand app entry point in %rbx
59 subq $8, %rax / Top of stack - must point at argc
  /onnv/onnv-gate/usr/src/lib/brand/solaris10/s10_brand/i386/
s10_runexe.s 43 * we'll be jumping directy to it's main entry point. In any case,
58 movl 8(%esp), %ebx / Brand app entry point in %ebx
59 subl $4, %eax / Top of stack - must point at argc
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
append.sh 61 point=(x=1 y=2)
62 point+=( y=3 z=4)
63 if [[ ${point.y} != 3 ]]
66 if [[ ${point.x} != 1 ]]
  /onnv/onnv-gate/usr/src/cmd/refer/
inv6.c 30 long point; local
46 sscanf(line, "%d %ld", &k, &point);
60 if (point != opoint) {
62 putl(opoint = point, fb);
64 putw((int)(opoint = point), fb);

Completed in 540 milliseconds

1 2 3 4 5 6 7