Searched refs:point (Results 26 - 50 of 155) sorted by relevance

1234567

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-cmp-numeric-eq.mk31 # Trailing zeroes after the decimal point are irrelevant for the numeric
62 . error Probably a misconfiguration in the floating point environment, \
63 or maybe a machine without IEEE 754 floating point support.
H A Dvarname-make_print_var_on_error.mk7 # since at the point where it is filled in PrintOnError, the first command in
H A Dvarname-dot-parsedir.mk28 .info At this point, .PARSEDIR is undefined.
30 # There is absolutely no point in faking the location of the file that is
H A Dvarname-dot-parsefile.mk23 .info At this point, .PARSEFILE is undefined.
25 # There is absolutely no point in faking the location of the file that is
H A Dcond-undef-lint.mk62 # The crucial point is that at the point where the variable appears in the
69 # Since NESTED_UNDEF is not controllable at this point, it must not generate
H A Ddep-var.mk18 # At the point where the expression ${DEF2} is expanded, the variable DEF2
34 # "${INDIRECT_1}". At this point, the dollar is just an ordinary character,
35 # waiting to be expanded at some later point.
46 # variable is expanded when the shell command is generated. At that point,
H A Ddirective-export-impl.mk19 # This is a variable that references another variable. At this point, the
23 # At this point, ExportVar("UT_VAR", VEM_PLAIN) is called. Since the
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h34 Range(const llvm::APSInt &point) argument
35 : std::pair<const llvm::APSInt *, const llvm::APSInt *>(&point, &point) {}
96 /// Construct a new RangeSet representing the given point as a range.
97 RangeSet(Factory &F, const llvm::APSInt &point) : RangeSet(F, point, point) {} argument
/freebsd-13-stable/sys/sys/
H A Dktr.h117 * etype is the type of event to plot (state, counter, point)
118 * edat is the event specific data (state name, counter value, point name)
186 #define KTR_POINT0(m, egroup, ident, point) \
187 KTR_EVENT0(m, egroup, ident, "point:\"%s\"", point)
188 #define KTR_POINT1(m, egroup, ident, point, a0, v0) \
189 KTR_EVENT1(m, egroup, ident, "point:\"%s\"", point, a0, (v0))
190 #define KTR_POINT2(m, egroup, ident, point, a0, v0, a1, v1) \
191 KTR_EVENT2(m, egroup, ident, "point
[all...]
/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c54 uint64_t freq; /* Frequency point */
322 struct cpu_speed_point *point; local
325 point = get_speed_point(sc, freq);
327 if (sc->act_speed_point->uvolt < point->uvolt) {
330 point->uvolt, point->uvolt);
344 rv = clk_set_freq(sc->clk_pll_x, point->freq, CLK_SET_ROUND_DOWN);
356 if (sc->act_speed_point->uvolt > point->uvolt) {
359 point->uvolt, point
[all...]
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_key.c276 EC_POINT *point = NULL; local
290 if ((point = EC_POINT_new(eckey->group)) == NULL)
298 /* testing whether pub_key * order is the point at infinity */
304 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) {
308 if (!EC_POINT_is_at_infinity(eckey->group, point)) {
321 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key,
326 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) {
334 EC_POINT_free(point);
343 EC_POINT *point = NULL; local
356 point
[all...]
H A Deck_prn.c71 const EC_POINT *point = NULL; local
134 if ((point = EC_GROUP_get0_generator(x)) == NULL) {
147 if ((gen = EC_POINT_point2bn(x, point, form, NULL, ctx)) == NULL) {
H A Decdsa_ossl.c324 EC_POINT *point = NULL; local
400 if ((point = EC_POINT_new(group)) == NULL) {
404 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
409 if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, ctx)) {
423 EC_POINT_free(point);
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptldr.S41 .set MEM_JMP,0x9010 # BTX entry point
81 dec %si # Set %ds:%si to point at the
87 mov $MEM_USR/16,%ax # Set %es:(-1) to point at
92 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
96 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DAnnotations.h22 /// int complete() { x.pri^ } // ^ indicates a point
30 /// size_t P = Example.point(); // there must be exactly one
67 /// Returns the position of the point marked by ^ (or $name^) in the text.
69 size_t point(llvm::StringRef Name = "") const;
/freebsd-13-stable/share/mk/
H A Dsrc.lua.mk18 # LUA_CMD can be overwritten to point to a Lua that isn't flua. This is fine,
35 # The LUA variable should point to LUA_CMD on the system, if it exists.
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxcsu.S29 # Client entry point.
/freebsd-13-stable/crypto/openssh/
H A Dopacket.c94 const EC_POINT *point)
98 if ((r = sshpkt_put_ec(ssh, point, curve)) != 0)
159 ssh_packet_get_ecpoint(struct ssh *ssh, const EC_GROUP *curve, EC_POINT *point) argument
163 if ((r = sshpkt_get_ec(ssh, point, curve)) != 0)
93 ssh_packet_put_ecpoint(struct ssh *ssh, const EC_GROUP *curve, const EC_POINT *point) argument
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_buckets.h201 * @param point The offset of the first byte in the new bucket
203 apr_status_t (*split)(apr_bucket *e, apr_size_t point);
249 * used to allocate the bucket, this pointer should point to free().
721 * @param point The offset at which to partition the brigade
724 * brigade were shorter than @a point, or an error code.
729 apr_off_t point,
1055 * point to stop reading buckets.
1098 * Split one bucket in two at the point provided.
1105 * @param point The offset to split the bucket at
1107 #define apr_bucket_split(e,point) (
[all...]
/freebsd-13-stable/contrib/libedit/
H A Dfilecomplete.c115 /* update pointer txt to point at string immedially following */
643 * Complete the word at or before point,
660 int *completion_type, int *over, int *point, int *end,
692 if (point != NULL)
693 *point = (int)(li->cursor - li->buffer);
829 int *completion_type, int *over, int *point, int *end)
833 completion_type, over, point, end,
655 fn_complete2(EditLine *el, char *(*complete_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const wchar_t *word_break, const wchar_t *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end, unsigned int flags) argument
824 fn_complete(EditLine *el, char *(*complete_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const wchar_t *word_break, const wchar_t *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end) argument
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1391 ecc_point *point = (ecc_point *) p; local
1397 mp_forcezero(point->x);
1398 mp_forcezero(point->y);
1399 mp_forcezero(point->z);
1401 wc_ecc_del_point(point);
1413 const struct crypto_ec_point *point, u8 *x, u8 *y)
1415 ecc_point *p = (ecc_point *) point;
1446 ecc_point *point = NULL; local
1452 point = wc_ecc_new_point();
1453 if (!point)
1412 crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) argument
1558 ecc_point *point = (ecc_point *) p; local
1741 ecc_point *point = NULL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S10 # floating point, and vector parameters, so that we only spill those live ones.
151 # floating point, and vector parameters, so that we only spill those live ones.
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsldr.S23 .set MEM_JMP,0x9010 # BTX entry point
102 * but when we use btxld to create zfsboot2, we use an entry point of
103 * 0x2000. That entry point is relative to MEM_USR; thus boot2.bin
126 dec %si # Set %ds:%si to point at the
132 mov $(MEM_USR+2*SIZ_PAG)/16,%ax # Set %es:(-1) to point at
137 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
141 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dblame.c171 /* Shift the start-point of BLAME and all subsequence blame-chunks
234 struct blame *point = blame_find(head, start); local
237 if (point->start == start)
239 insert = blame_create(chain, point->rev, point->start + length);
240 point->rev = rev;
241 insert->next = point->next;
242 point->next = insert;
248 insert = blame_create(chain, point->rev, start + length);
250 insert->next = point
[all...]
/freebsd-13-stable/lib/msun/riscv/
H A Dfenv.h72 /* Default floating-point environment */
78 #error single precision floating point ABI not supported

Completed in 301 milliseconds

1234567