Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 3020) sorted by relevance

12345678910>>...121

/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-watch.c153 for (point = watch->points; point != NULL; point = point->next) in do_watchpoint_info()
156 point->ident, in do_watchpoint_info()
164 if (point->arg1 != point->arg0) in do_watchpoint_info()
179 switch (point->type) in schedule_watchpoint()
187 point->arg0, point->arg1, in schedule_watchpoint()
190 point); in schedule_watchpoint()
196 point); in schedule_watchpoint()
202 point); in schedule_watchpoint()
245 point = &(*point)->next; in do_watchpoint_create()
269 (*point)->arg1 = (*point)->arg0; in do_watchpoint_create()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-watch.c153 for (point = watch->points; point != NULL; point = point->next) in do_watchpoint_info()
156 point->ident, in do_watchpoint_info()
164 if (point->arg1 != point->arg0) in do_watchpoint_info()
179 switch (point->type) in schedule_watchpoint()
187 point->arg0, point->arg1, in schedule_watchpoint()
190 point); in schedule_watchpoint()
196 point); in schedule_watchpoint()
202 point); in schedule_watchpoint()
245 point = &(*point)->next; in do_watchpoint_create()
269 (*point)->arg1 = (*point)->arg0; in do_watchpoint_create()
[all …]
/netbsd/tests/usr.bin/xlint/lint1/
H A Dd_c99_compound_literal_comma.c13 struct point { struct
18 struct point argument
19 point_abs(struct point point) in point_abs() argument
22 if (point.x >= 0 && point.y >= 0) in point_abs()
23 return (struct point){ point.x, point.y }; in point_abs()
26 if (point.x >= 0) in point_abs()
27 return (struct point){ .x = point.x, .y = -point.y }; in point_abs()
30 if (point.y >= 0) in point_abs()
31 return (struct point){ point.x, point.y, }; in point_abs()
34 return (struct point){ .x = point.x, .y = -point.y, }; in point_abs()
H A Dd_c99_init.c126 struct point { struct
131 struct point point = { argument
136 struct point point_with_designators = {
154 struct point origin = {
161 struct point pythagoras = { 3, 4 };
186 struct point top_left;
187 struct point bottom_right;
202 struct point points[] = {
220 struct point points[3];
224 struct point points[5];
[all …]
H A Dmsg_171.c41 struct point { in pointer_to_compound_literal() struct
45 struct point *p = &(struct point){ in pointer_to_compound_literal()
53 struct point p2 = { in pointer_to_compound_literal()
54 (int)sizeof(struct point){ in pointer_to_compound_literal()
55 (int)sizeof(struct point){ in pointer_to_compound_literal()
56 (int)sizeof(struct point){ in pointer_to_compound_literal()
57 (int)sizeof(struct point){ in pointer_to_compound_literal()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstate-purge.cc102 m_point (point), in gimple_op_visitor()
363 function_point point in state_purge_per_ssa_name() local
387 function_point point in state_purge_per_ssa_name() local
421 function_point *point; in state_purge_per_ssa_name() local
474 if (point.get_from_edge ()) in add_to_worklist()
534 switch (point.get_kind ()) in process_point()
575 if (point.get_from_edge ()) in process_point()
809 seen->add (point); in add_to_worklist()
875 switch (point.get_kind ()) in process_point_backwards()
886 if (point.get_from_edge ()) in process_point_backwards()
[all …]
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dmbutil.c134 int point; in _rl_find_next_mbchar_internal() local
154 if (seed < point) in _rl_find_next_mbchar_internal()
173 point++; in _rl_find_next_mbchar_internal()
183 point += tmp; in _rl_find_next_mbchar_internal()
201 point += tmp; in _rl_find_next_mbchar_internal()
206 return point; in _rl_find_next_mbchar_internal()
235 tmp = mbrtowc (&wc, string + point, length - point, &ps); in _rl_find_prev_mbchar_internal()
248 prev = point; in _rl_find_prev_mbchar_internal()
257 prev = point; in _rl_find_prev_mbchar_internal()
263 point += tmp; in _rl_find_prev_mbchar_internal()
[all …]
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dmbutil.c134 int point; in _rl_find_next_mbchar_internal() local
154 if (seed < point) in _rl_find_next_mbchar_internal()
173 point++; in _rl_find_next_mbchar_internal()
183 point += tmp; in _rl_find_next_mbchar_internal()
201 point += tmp; in _rl_find_next_mbchar_internal()
206 return point; in _rl_find_next_mbchar_internal()
235 tmp = mbrtowc (&wc, string + point, length - point, &ps); in _rl_find_prev_mbchar_internal()
248 prev = point; in _rl_find_prev_mbchar_internal()
257 prev = point; in _rl_find_prev_mbchar_internal()
263 point += tmp; in _rl_find_prev_mbchar_internal()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf60 #fclose, 89 -- POSIX thread cancellation point
64 #fgetc, 89 -- POSIX thread cancellation point
66 #fgets, 89 -- POSIX thread cancellation point
71 #fopen, 89 -- POSIX thread cancellation point
73 #fputc, 89 -- POSIX thread cancellation point
74 #fputs, 89 -- POSIX thread cancellation point
77 #fread, 89 -- POSIX thread cancellation point
89 #getc, 89 -- POSIX thread cancellation point
92 #gets, 89 -- POSIX thread cancellation point
145 #putc, 89 -- POSIX thread cancellation point
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf60 #fclose, 89 -- POSIX thread cancellation point
64 #fgetc, 89 -- POSIX thread cancellation point
66 #fgets, 89 -- POSIX thread cancellation point
71 #fopen, 89 -- POSIX thread cancellation point
73 #fputc, 89 -- POSIX thread cancellation point
74 #fputs, 89 -- POSIX thread cancellation point
77 #fread, 89 -- POSIX thread cancellation point
89 #getc, 89 -- POSIX thread cancellation point
92 #gets, 89 -- POSIX thread cancellation point
145 #putc, 89 -- POSIX thread cancellation point
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_oct.c27 if (!ec_point_is_compat(point, group)) { in EC_POINT_set_compressed_coordinates()
48 return group->meth->point_set_compressed_coordinates(group, point, x, in EC_POINT_set_compressed_coordinates()
70 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() argument
79 if (!ec_point_is_compat(point, group)) { in EC_POINT_point2oct()
93 return ec_GF2m_simple_point2oct(group, point, in EC_POINT_point2oct()
98 return group->meth->point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2oct()
101 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() argument
109 if (!ec_point_is_compat(point, group)) { in EC_POINT_oct2point()
126 return group->meth->oct2point(group, point, buf, len, ctx); in EC_POINT_oct2point()
136 len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL); in EC_POINT_point2buf()
[all …]
H A Dec2_smpl.c215 point->X = BN_new(); in ec_GF2m_simple_point_init()
216 point->Y = BN_new(); in ec_GF2m_simple_point_init()
217 point->Z = BN_new(); in ec_GF2m_simple_point_init()
219 if (point->X == NULL || point->Y == NULL || point->Z == NULL) { in ec_GF2m_simple_point_init()
231 BN_free(point->X); in ec_GF2m_simple_point_finish()
232 BN_free(point->Y); in ec_GF2m_simple_point_finish()
233 BN_free(point->Z); in ec_GF2m_simple_point_finish()
271 BN_zero(point->Z); in ec_GF2m_simple_point_set_to_infinity()
472 if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(point->Y)) in ec_GF2m_simple_invert()
478 return BN_GF2m_add(point->Y, point->X, point->Y); in ec_GF2m_simple_invert()
[all …]
H A Dec_lib.c680 void EC_POINT_free(EC_POINT *point) in EC_POINT_free() argument
682 if (!point) in EC_POINT_free()
686 point->meth->point_finish(point); in EC_POINT_free()
687 OPENSSL_free(point); in EC_POINT_free()
692 if (!point) in EC_POINT_clear_free()
696 point->meth->point_clear_finish(point); in EC_POINT_clear_free()
698 point->meth->point_finish(point); in EC_POINT_clear_free()
699 OPENSSL_clear_free(point, sizeof(*point)); in EC_POINT_clear_free()
741 return point->meth; in EC_POINT_method_of()
751 if (group->meth != point->meth) { in EC_POINT_set_to_infinity()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_oct.c32 if (!ec_point_is_compat(point, group)) { in EC_POINT_set_compressed_coordinates()
51 return group->meth->point_set_compressed_coordinates(group, point, x, in EC_POINT_set_compressed_coordinates()
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() argument
82 if (!ec_point_is_compat(point, group)) { in EC_POINT_point2oct()
97 return ossl_ec_GF2m_simple_point2oct(group, point, in EC_POINT_point2oct()
102 return group->meth->point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2oct()
105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() argument
113 if (!ec_point_is_compat(point, group)) { in EC_POINT_oct2point()
130 return group->meth->oct2point(group, point, buf, len, ctx); in EC_POINT_oct2point()
140 len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL); in EC_POINT_point2buf()
[all …]
H A Dec2_smpl.c224 point->X = BN_new(); in ossl_ec_GF2m_simple_point_init()
225 point->Y = BN_new(); in ossl_ec_GF2m_simple_point_init()
226 point->Z = BN_new(); in ossl_ec_GF2m_simple_point_init()
228 if (point->X == NULL || point->Y == NULL || point->Z == NULL) { in ossl_ec_GF2m_simple_point_init()
240 BN_free(point->X); in ossl_ec_GF2m_simple_point_finish()
241 BN_free(point->Y); in ossl_ec_GF2m_simple_point_finish()
242 BN_free(point->Z); in ossl_ec_GF2m_simple_point_finish()
280 BN_zero(point->Z); in ossl_ec_GF2m_simple_point_set_to_infinity()
486 if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(point->Y)) in ossl_ec_GF2m_simple_invert()
493 return BN_GF2m_add(point->Y, point->X, point->Y); in ossl_ec_GF2m_simple_invert()
[all …]
/netbsd/external/gpl2/texinfo/dist/info/
H A Dmakedoc.c353 long point = 0; in process_one_file() local
373 point = offset; in process_one_file()
378 if (!point) in process_one_file()
382 while (point < file_size) in process_one_file()
392 point++; in process_one_file()
406 if (point >= file_size) in process_one_file()
412 strncpy (func, buffer + point, offset - point); in process_one_file()
457 point = offset + 1; in process_one_file()
470 point++; in process_one_file()
473 offset = point + 1; in process_one_file()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dstate-purge.cc162 function_point point in state_purge_per_ssa_name() local
186 function_point point in state_purge_per_ssa_name() local
189 m_points_needing_name.add (point); in state_purge_per_ssa_name()
203 function_point point = worklist.pop (); in state_purge_per_ssa_name() local
204 process_point (point, &worklist, map); in state_purge_per_ssa_name()
265 if (point.get_from_edge ()) in add_to_worklist()
278 worklist->safe_push (point); in add_to_worklist()
305 switch (point.get_kind ()) in process_point()
329 if (point.get_from_edge ()) in process_point()
358 if (def_stmt == point.get_stmt ()) in process_point()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dcde-missing-fp.l58 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
60 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
62 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
64 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
66 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
68 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
70 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
72 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
74 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
76 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dcde-missing-fp.l58 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
60 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
62 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
64 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
66 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
68 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
70 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
72 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
74 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
76 …instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vc…
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td53 def WriteFSqrt16 : SchedWrite; // 16-bit floating point sqrt
54 def WriteFSqrt32 : SchedWrite; // 32-bit floating point sqrt
55 def WriteFSqrt64 : SchedWrite; // 64-bit floating point sqrt
101 def WriteFLD16 : SchedWrite; // Floating point sp load
102 def WriteFLD32 : SchedWrite; // Floating point sp load
103 def WriteFLD64 : SchedWrite; // Floating point dp load
104 def WriteFST16 : SchedWrite; // Floating point sp store
105 def WriteFST32 : SchedWrite; // Floating point sp store
106 def WriteFST64 : SchedWrite; // Floating point dp store
145 def ReadFSqrt16 : SchedRead; // 16-bit floating point sqrt
[all …]
/netbsd/share/locale/ctype/
H A Dgen_ctype_utf8.pl304 my $diff = $point - $points->{$point};
315 $first_point //= $point;
319 $prev_point = $point;
326 foreach my $point ( keys %map ) {
356 my $point = $points->[$i];
358 if ( defined $point and $point - 1 == $last_point ) {
359 $last_point = $point;
382 $last_point = $point;
390 my ($point) = @_;
395 my $chr = chr $point;
[all …]
/netbsd/games/snake/snake/
H A Dsnake.c77 struct point { struct
99 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) argument
118 static void chase(struct point *, struct point *);
125 static struct point *point(struct point *, int, int);
251 point(struct point *ps, int x, int y) in point() function
483 struct point p; in snrand()
601 chase(struct point *np, struct point *sp) in chase()
604 struct point d; in chase()
664 struct point p; in spacewarp()
698 struct point p; in snap()
[all …]
/netbsd/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-locale.cc78 static char point[] = { in check_input() local
85 for (size_t i = 0; i < numberof (point); i++) in check_input()
87 set_point (point[i]); in check_input()
93 string str = string(data[j].str1)+point[i]+string(data[j].str2); in check_input()
104 cout << " point " << point[i] << "\n"; in check_input()
117 cout << " point " << point[i] << "\n"; in check_input()
135 static char point[] = { in check_output() local
139 for (size_t i = 0; i < numberof (point); i++) in check_output()
141 set_point (point[i]); in check_output()
150 string want = string("1") + point[i] + string("5"); in check_output()
[all …]
/netbsd/external/gpl3/gdb/dist/etc/
H A Dadd-log.el229 (setq paragraph-end (point))
250 (delete-region (point) (save-excursion (forward-line 1) (point))))
260 (delete-region (point) (save-excursion (forward-line 1) (point))))
360 (let ((location (point)))
371 (< location (point)))
373 (>= location (point))))
379 (buffer-substring (point)
395 (buffer-substring (point)
396 (progn (forward-sexp 1) (point))))
407 (< location (point)))
[all …]
/netbsd/external/gpl3/gdb.old/dist/etc/
H A Dadd-log.el229 (setq paragraph-end (point))
250 (delete-region (point) (save-excursion (forward-line 1) (point))))
260 (delete-region (point) (save-excursion (forward-line 1) (point))))
360 (let ((location (point)))
371 (< location (point)))
373 (>= location (point))))
379 (buffer-substring (point)
395 (buffer-substring (point)
396 (progn (forward-sexp 1) (point))))
407 (< location (point)))
[all …]

12345678910>>...121