Searched refs:point (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-11.0-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S34 .set MEM_ENTRY,0x9010 # BTX entry point
263 ljmp $0,$MEM_ENTRY # Jump to BTX entry point
/freebsd-11.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S62 .set AOUT_ENTRY,0x14 # entry point
81 * point)
210 * Save the entry point so the client can get to it later on
212 movl end+AOUT_ENTRY, %eax # load the entry point
220 ljmp $0,$MEM_BTX_ENTRY # Jump to the BTX entry point
271 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
/freebsd-11.0-release/lib/libc/mips/string/
H A Dbcopy.S188 PTR_ADDU a3,SRCREG,a3 # stop point
282 PTR_SUBU a3,SRCREG,a3 # stop point
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc74 // Returns true if the character is an floating point conversion specifier.
470 Report("WARNING: unexpected floating-point arg size" \
/freebsd-11.0-release/sys/mips/mips/
H A Dbcopy.S177 PTR_ADDU a3,SRCREG,a3 # stop point
271 PTR_SUBU a3,SRCREG,a3 # stop point
/freebsd-11.0-release/contrib/libreadline/
H A Dcomplete.c131 /* Completion matching, from readline's point of view. */
148 readline-4.2a is disabled, and symlinks that point to directories have
340 /* Complete the word at or before point. You have supplied the function
1544 /* This is clumsy. Avoid putting in a double slash if point
1577 insert_all_matches (matches, point, qc)
1579 int point;
1588 if (qc && *qc && point && rl_line_buffer[point - 1] == *qc)
1589 point--;
1590 rl_delete_text (point, rl_poin
[all...]
H A Dreadline.c1160 sp->point = rl_point;
1194 rl_point = sp->point;
H A Dvi_mode.c211 /* And back up point over the last character inserted. */
239 /* Yank the nth arg from the previous line into this line at point. */
322 /* Completion, from vi's point of view. */
596 int point; local
604 point = rl_point;
606 if (point == rl_point)
/freebsd-11.0-release/crypto/openssl/crypto/ec/
H A Decp_nistz256.c594 /* r = sum(scalar[i]*point[i]) */
598 const EC_POINT **point,
660 /* table[0] is implicitly (0,0,0) (the point at infinity),
665 if (!ecp_nistz256_bignum_to_field_elem(row[1 - 1].X, &point[i]->X)
666 || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Y, &point[i]->Y)
667 || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Z, &point[i]->Z)) {
962 * precomputed table. It does 4 affine point additions in parallel,
963 * significantly speeding up point multiplication for a fixed value.
1339 * handled like a normal point.
1397 const EC_POINT *point,
595 ecp_nistz256_windowed_mul(const EC_GROUP *group, P256_POINT *r, const BIGNUM **scalar, const EC_POINT **point, int num, BN_CTX *ctx) argument
1396 ecp_nistz256_get_affine(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
[all...]
H A Dec_lcl.h183 * 'dbl' so that the same implementations of point operations can be used
253 /* enable optimized point arithmetics for special case */
309 int Z_is_one; /* enable optimized point arithmetics for
469 const EC_POINT *point,
489 const EC_POINT *point,
509 const EC_POINT *point,
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc79 // with a point in name like aaa.bbb. SearchPathW will not add extension
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dcygwin.asm49 addl $0x8,%ecx /* and point to return addr */
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dremote-vx.c91 point processor. */
414 : "floating-point");
457 : "floating-point");
560 printf_unfiltered (", which has %sfloating point", target_has_fp ? "" : "no ");
849 /* Check to see if the VxWorks target has a floating point coprocessor.
850 Returns 1 if target has floating point processor, 0 otherwise.
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c1481 _("Source and destination URLs appear not to point to the "
2025 /* --- That works because multiple destinations always point to the same
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h676 * struct crypto_ec_point - Elliptic curve point
678 * Internal data structure for EC implementation to represent a point. The
684 * crypto_ec_point_init - Initialize data for an EC point
686 * Returns: Pointer to EC point data or %NULL on failure
691 * crypto_ec_point_deinit - Deinitialize EC point data
692 * @p: EC point data from crypto_ec_point_init()
693 * @clear: Whether to clear the EC point value from memory
698 * crypto_ec_point_to_bin - Write EC point value as binary data
700 * @p: EC point data from crypto_ec_point_init()
705 * This function can be used to write an EC point a
[all...]
/freebsd-11.0-release/sys/boot/i386/mbr/
H A Dmbr.s28 .globl start # Entry point
/freebsd-11.0-release/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S31 .set MEM_ENTRY,0x9010 # BTX entry point
279 ljmp $0,$MEM_ENTRY # Jump to BTX entry point
/freebsd-11.0-release/sys/compat/ndis/
H A Dwinx32_wrap.S86 * and create the actual trampolines at run time, at which point
158 mov %esp,%esi # Set source address register to point to
317 * like to be able to temporarily point it at another descriptor
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_pwd.c361 EC_POINT *K = NULL, *point = NULL; local
425 wpa_printf(MSG_INFO, "EAP-PWD (peer): point allocation fail");
433 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
458 if (!EC_POINT_mul(data->grp->group, point, NULL,
464 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
488 "shared key point by order");
500 wpa_printf(MSG_INFO, "EAP-PWD (peer): shared key point is at "
508 "shared secret from point");
516 wpa_printf(MSG_INFO, "EAP-PWD (peer): point assignment fail");
560 EC_POINT_clear_free(point);
[all...]
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c245 wpa_printf(MSG_INFO, "EAP-PWD (server): point allocation "
252 wpa_printf(MSG_INFO, "EAP-PWD (server): point assignment "
348 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
373 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
657 EC_POINT *K = NULL, *point = NULL; local
679 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
710 if (!EC_POINT_mul(data->grp->group, point, NULL,
716 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
740 "multiply shared key point by order!\n");
752 wpa_printf(MSG_INFO, "EAP-PWD (server): shared key point i
[all...]
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S81 .set AOUT_ENTRY,0x14 # entry point
458 push %edi # Save entry point for later
523 # Save the entry point so the client can get to it later on
525 pop %eax # Restore saved entry point
533 ljmp $0,$MEM_BTX_ENTRY # Jump to the BTX entry point
741 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
/freebsd-11.0-release/crypto/openssl/
H A DMakefile.org630 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
661 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
678 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
H A DMakefile632 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
663 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
680 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm1 /* This file contains the floating-point save and restore routines.
/freebsd-11.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl130 add $len,$inp @ $len to point at inp end

Completed in 393 milliseconds

1234567