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

123456

/freebsd-10.0-release/contrib/apr-util/buckets/
H A Dapr_brigade.c105 apr_off_t point,
114 if (point < 0) {
118 if (point == 0) {
124 * Try to reduce the following casting mess: We know that point will be
125 * larger equal 0 now and forever and thus that point (apr_off_t) and
128 point64 = (apr_uint64_t)point;
153 * Here point falls between 0 and APR_SIZE_MAX
/freebsd-10.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-10.0-release/sys/boot/i386/gptboot/
H A Dgptldr.S41 .set MEM_JMP,0x9010 # BTX entry point
/freebsd-10.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S51 .set AOUT_ENTRY,0x14 # entry point
70 * point)
199 * Save the entry point so the client can get to it later on
201 movl end+AOUT_ENTRY, %eax # load the entry point
209 ljmp $0,$MEM_BTX_ENTRY # Jump to the BTX entry point
260 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt178 an HBA driver point of view, very little needs to change that would
230 + A SCSI command queueing entry point (isp_start)
232 the core module or via an externally visible control entry point
254 + A SCSI command completion handoff point (isp_done)
301 Configuration at this point usually involves mapping in board registers
303 isp_intr function is adequate to be the interrupt entry point, but often
356 If this function is unsuccessful, policy as to what to do at this point is
366 that at a later point in time in reading either a Response Queue entry
372 At some later point in time an interrupt will occur. Eventually,
389 Each platform module has to provide an isp_async entry point tha
[all...]
/freebsd-10.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-10.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-10.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-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_pwd.c270 EC_POINT *K = NULL, *point = NULL; local
313 wpa_printf(MSG_INFO, "EAP-PWD (peer): point allocation fail");
321 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
346 if (!EC_POINT_mul(data->grp->group, point, NULL,
352 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
376 "shared key point by order");
388 wpa_printf(MSG_INFO, "EAP-PWD (peer): shared key point is at "
396 "shared secret from point");
404 wpa_printf(MSG_INFO, "EAP-PWD (peer): point assignment fail");
448 EC_POINT_free(point);
[all...]
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c414 * From our point of view, the channel is effectively unavailable
566 struct point { struct
574 const struct point *p1 = vp1;
575 const struct point *p2 = vp2;
605 struct point points[ED_MAX_SAMPLES_NO];
680 errx(ED_EFMT("invalid point found"));
713 qsort(points, points_no, sizeof(struct point), compare_points);
1301 /* main entry point for dummynet list functions. co.do_pipe indicates
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_lcl.h170 * the same implementations of point operations can be used with different
233 int a_is_minus3; /* enable optimized point arithmetics for special case */
285 int Z_is_one; /* enable optimized point arithmetics for special case */
411 int ec_GFp_nistp224_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
420 int ec_GFp_nistp256_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
429 int ec_GFp_nistp521_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
/freebsd-10.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-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc69 // At this point, the file name is valid and does not contain slashes. Search
/freebsd-10.0-release/sys/boot/i386/mbr/
H A Dmbr.s28 .globl start # Entry point
/freebsd-10.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-10.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-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c233 wpa_printf(MSG_INFO, "EAP-PWD (server): point allocation "
240 wpa_printf(MSG_INFO, "EAP-PWD (server): point assignment "
336 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
361 wpa_printf(MSG_INFO, "EAP-PWD (server): confirm point "
625 EC_POINT *K = NULL, *point = NULL; local
635 ((point = EC_POINT_new(data->grp->group)) == NULL) ||
666 if (!EC_POINT_mul(data->grp->group, point, NULL,
672 if (EC_POINT_is_at_infinity(data->grp->group, point)) {
696 "multiply shared key point by order!\n");
708 wpa_printf(MSG_INFO, "EAP-PWD (server): shared key point i
[all...]
/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S84 .set AOUT_ENTRY,0x14 # entry point
461 push %edi # Save entry point for later
526 # Save the entry point so the client can get to it later on
528 pop %eax # Restore saved entry point
536 ljmp $0,$MEM_BTX_ENTRY # Jump to the BTX entry point
744 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
/freebsd-10.0-release/crypto/openssl/
H A DMakefile.org632 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-10.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc625 // Determine starting point for initial / search.
H A DProgram.inc61 // At this point, the file name is valid and does not contain slashes.
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl77 add $num,sp,$num @ $num to point at &tp[num-1]
165 add $num,$num,#4 @ $num to point at &tp[num]
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl130 add $len,$inp @ $len to point at inp end

Completed in 176 milliseconds

123456