Home
last modified time | relevance | path

Searched refs:got_value (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/py-numba/numba-0.51.2/numba/cext/
H A Ddictobject.c1040 char *got_key, *got_value; in numba_test_dict() local
1042 got_value = _alloca(8); in numba_test_dict()
1045 char got_value[8]; in numba_test_dict() local
1065 ix = numba_dict_lookup(d, "bef", 0xbeef, got_value); in numba_test_dict()
1078 printf("got_value %s\n", got_value); in numba_test_dict()
1122 ix = numba_dict_lookup(d, "bef", 0xbeef, got_value); in numba_test_dict()
1126 ix = numba_dict_lookup(d, "beg", 0xbeef, got_value); in numba_test_dict()
1130 ix = numba_dict_lookup(d, "beh", 0xcafe, got_value); in numba_test_dict()
1135 ix = numba_dict_lookup(d, "bei", 0xcafe, got_value); in numba_test_dict()
1163 status = numba_dict_popitem(d, got_key, got_value); in numba_test_dict()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/
H A Dfakesyslog.c53 bool got_value = false; in print_mask() local
59 fprintf(stderr, "%s%s", got_value ? " | " : "", masks[i].name); in print_mask()
60 got_value = true; in print_mask()
67 fprintf(stderr, "%s0x%02X", got_value ? " | " : "", value); in print_mask()
68 got_value = true; in print_mask()
71 if (!got_value) in print_mask()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/nv_fog_distance/
H A Dcoverage.c131 GLint got_value; in check_readback_value() local
133 got_value = 0xDEADBEEF; in check_readback_value()
134 glGetIntegerv(GL_FOG_DISTANCE_MODE_NV, &got_value); in check_readback_value()
136 if (got_value != 0xDEADBEEF) { in check_readback_value()
143 if (got_value != expected_value) { in check_readback_value()
148 function, got_value, expected_value); in check_readback_value()
/dports/lang/nickle/nickle-2.90/test/
H A Dscanf.5c4 poly got_value;
5 int got_count = File::fscanf(File::string_read(input), format, &got_value);
13 if (got_value != value) {
15 got_value, value, input, format);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsolib-frv.c179 ext_ptr got_value; /* void *got_value; */ member
203 CORE_ADDR got_value; member
443 = extract_unsigned_integer (&lm_buf.l_addr.got_value, in frv_current_sos()
444 sizeof (lm_buf.l_addr.got_value)); in frv_current_sos()
469 sop->lm_info->got_value = got_addr; in frv_current_sos()
910 main_executable_lm_info->got_value = main_got (); in frv_relocate_main_executable()
1022 return so->lm_info->got_value; in frv_fdpic_find_global_pointer()
1046 CORE_ADDR got_value; in frv_fdpic_find_canonical_descriptor() local
1053 got_value = frv_fdpic_find_global_pointer (entry_point); in frv_fdpic_find_canonical_descriptor()
1079 (entry_point, got_value, name, so->abfd, so->lm_info); in frv_fdpic_find_canonical_descriptor()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsolib-frv.c179 ext_ptr got_value; /* void *got_value; */ member
203 CORE_ADDR got_value; member
443 = extract_unsigned_integer (&lm_buf.l_addr.got_value, in frv_current_sos()
444 sizeof (lm_buf.l_addr.got_value)); in frv_current_sos()
469 sop->lm_info->got_value = got_addr; in frv_current_sos()
910 main_executable_lm_info->got_value = main_got (); in frv_relocate_main_executable()
1022 return so->lm_info->got_value; in frv_fdpic_find_global_pointer()
1046 CORE_ADDR got_value; in frv_fdpic_find_canonical_descriptor() local
1053 got_value = frv_fdpic_find_global_pointer (entry_point); in frv_fdpic_find_canonical_descriptor()
1079 (entry_point, got_value, name, so->abfd, so->lm_info); in frv_fdpic_find_canonical_descriptor()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dsetundef.cc152 int got_value = 0; in execute() local
173 got_value++; in execute()
179 got_value++; in execute()
185 got_value++; in execute()
191 got_value++; in execute()
197 got_value++; in execute()
211 got_value++; in execute()
222 if (!got_value && expose_mode) { in execute()
224 got_value++; in execute()
231 if (!got_value) in execute()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsolib-frv.c188 ext_ptr got_value; /* void *got_value; */ member
212 CORE_ADDR got_value; member
485 = extract_unsigned_integer (lm_buf.l_addr.got_value, in frv_current_sos()
486 sizeof (lm_buf.l_addr.got_value), in frv_current_sos()
514 sop->lm_info->got_value = got_addr; in frv_current_sos()
983 main_executable_lm_info->got_value = main_got (); in frv_relocate_main_executable()
1105 return so->lm_info->got_value; in frv_fdpic_find_global_pointer()
1129 CORE_ADDR got_value; in frv_fdpic_find_canonical_descriptor() local
1136 got_value = frv_fdpic_find_global_pointer (entry_point); in frv_fdpic_find_canonical_descriptor()
1162 (entry_point, got_value, name, so->abfd, so->lm_info); in frv_fdpic_find_canonical_descriptor()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsolib-frv.c186 ext_ptr got_value; /* void *got_value; */ member
217 CORE_ADDR got_value = 0; member
371 = extract_unsigned_integer (lm_buf.l_addr.got_value, in frv_current_sos()
372 sizeof (lm_buf.l_addr.got_value), in frv_current_sos()
399 li->got_value = got_addr; in frv_current_sos()
826 main_executable_lm_info->got_value = main_got (); in frv_relocate_main_executable()
921 return li->got_value; in frv_fdpic_find_global_pointer()
943 CORE_ADDR got_value; in frv_fdpic_find_canonical_descriptor() local
961 (entry_point, got_value, name, objf->obfd, in frv_fdpic_find_canonical_descriptor()
973 (entry_point, got_value, name, so->abfd, li); in frv_fdpic_find_canonical_descriptor()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsolib-frv.c188 ext_ptr got_value; /* void *got_value; */ member
212 CORE_ADDR got_value; member
367 = extract_unsigned_integer (lm_buf.l_addr.got_value, in frv_current_sos()
368 sizeof (lm_buf.l_addr.got_value), in frv_current_sos()
396 sop->lm_info->got_value = got_addr; in frv_current_sos()
846 main_executable_lm_info->got_value = main_got (); in frv_relocate_main_executable()
952 return so->lm_info->got_value; in frv_fdpic_find_global_pointer()
976 CORE_ADDR got_value; in frv_fdpic_find_canonical_descriptor() local
981 got_value = frv_fdpic_find_global_pointer (entry_point); in frv_fdpic_find_canonical_descriptor()
1007 (entry_point, got_value, name, so->abfd, so->lm_info); in frv_fdpic_find_canonical_descriptor()
[all …]
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Virtualization/VBox/
H A Dguestinfo.pm71 my ($got_value) = (0);
73 while ( $got_value != 1 ) {
82 $got_value = 1;
/dports/devel/py-invoke/invoke-1.6.0/tests/
H A Dparser_argument.py182 class got_value: class in Argument_
185 assert not arg.got_value
187 assert arg.got_value
191 assert not arg.got_value
193 assert arg.got_value
/dports/devel/geany-plugin-autoclose/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/devhelp/devhelp/
H A Dige-conf-gconf.c150 gboolean got_value = FALSE; in ige_conf_get_int() local
166 got_value = TRUE; in ige_conf_get_int()
172 if (!got_value) { in ige_conf_get_int()
203 gboolean got_value = FALSE; in ige_conf_get_bool() local
219 got_value = TRUE; in ige_conf_get_bool()
225 if (!got_value) { in ige_conf_get_bool()

12345678910