Home
last modified time | relevance | path

Searched refs:val_ref (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/go/unicorn/
H A Duc.c6 void **val_ref = malloc(sizeof(void *) * count); in uc_reg_read_batch_helper() local
9 val_ref[i] = (void *)&val_out[i]; in uc_reg_read_batch_helper()
11 uc_err ret = uc_reg_read_batch(handle, regs, val_ref, count); in uc_reg_read_batch_helper()
12 free(val_ref); in uc_reg_read_batch_helper()
17 void **val_ref = malloc(sizeof(void *) * count); in uc_reg_write_batch_helper() local
20 val_ref[i] = (void *)&val_in[i]; in uc_reg_write_batch_helper()
22 uc_err ret = uc_reg_write_batch(handle, regs, (void *const *)val_ref, count); in uc_reg_write_batch_helper()
23 free(val_ref); in uc_reg_write_batch_helper()
/dports/emulators/unicorn/unicorn-1.0.2/bindings/go/unicorn/
H A Duc.c6 void **val_ref = malloc(sizeof(void *) * count); in uc_reg_read_batch_helper() local
9 val_ref[i] = (void *)&val_out[i]; in uc_reg_read_batch_helper()
11 uc_err ret = uc_reg_read_batch(handle, regs, val_ref, count); in uc_reg_read_batch_helper()
12 free(val_ref); in uc_reg_read_batch_helper()
17 void **val_ref = malloc(sizeof(void *) * count); in uc_reg_write_batch_helper() local
20 val_ref[i] = (void *)&val_in[i]; in uc_reg_write_batch_helper()
22 uc_err ret = uc_reg_write_batch(handle, regs, (void *const *)val_ref, count); in uc_reg_write_batch_helper()
23 free(val_ref); in uc_reg_write_batch_helper()
/dports/print/p5-PDF-Template/PDF-Template-0.22/lib/PDF/Template/
H A DBase.pm39 my ($option, $val_ref) = @_;
44 if (defined $val_ref)
46 if (!defined $$val_ref)
48 $$val_ref = $Verify{$option}{'__DEFAULT__'};
50 elsif (!exists $Verify{$option}{$$val_ref})
53 … warn "$name '$$val_ref' unsupported. Defaulting to '$Verify{$option}{'__DEFAULT__'}'", $/;
54 $$val_ref = $Verify{$option}{'__DEFAULT__'};
/dports/textproc/p5-PDF-FromHTML/PDF-FromHTML-0.33/lib/PDF/FromHTML/Template/
H A DBase.pm39 my ($option, $val_ref) = @_;
44 if (defined $val_ref)
46 if (!defined $$val_ref)
48 $$val_ref = $Verify{$option}{'__DEFAULT__'};
50 elsif (!exists $Verify{$option}{$$val_ref})
53 … warn "$name '$$val_ref' unsupported. Defaulting to '$Verify{$option}{'__DEFAULT__'}'", $/;
54 $$val_ref = $Verify{$option}{'__DEFAULT__'};
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dhashlib_tests.c28 uint32_t *key_ref, *val_ref; in hashlib_test1() local
62 hashlib_insert(test_ptr, (uint8_t*)&iKey, (uint8_t**)&val_ref); in hashlib_test1()
63 memcpy(val_ref, &iValue, sizeof(iValue)); in hashlib_test1()
80 (uint8_t**)&val_ref) in hashlib_test1()
83 uint32_t inv_val = (uint32_t) (*val_ref)/2; in hashlib_test1()
86 printf("%u --> %u (%u)", *key_ref, *val_ref, inv_val); in hashlib_test1()
108 hashlib_lookup(test_ptr, (uint8_t*) &iKey, (uint8_t**) &val_ref); in hashlib_test1()
109 inv_val = (*val_ref)/2; in hashlib_test1()
111 printf("%u --> %u (%u)", *key_ref, *val_ref, inv_val); in hashlib_test1()
/dports/devel/liblpm/liblpm-4119bb7/src/jni/
H A Dorg_netbsd_liblpm_LPM.c46 jobject val_ref, old_val_ref; in Java_org_netbsd_liblpm_LPM_insert__JLjava_lang_String_2Ljava_lang_Object_2() local
65 val_ref = (*env)->NewGlobalRef(env, value); in Java_org_netbsd_liblpm_LPM_insert__JLjava_lang_String_2Ljava_lang_Object_2()
66 if (val_ref == NULL) { in Java_org_netbsd_liblpm_LPM_insert__JLjava_lang_String_2Ljava_lang_Object_2()
69 ret = lpm_insert(lpm, addr, len, pref, (void *)val_ref); in Java_org_netbsd_liblpm_LPM_insert__JLjava_lang_String_2Ljava_lang_Object_2()
71 (*env)->DeleteGlobalRef(env, val_ref); in Java_org_netbsd_liblpm_LPM_insert__JLjava_lang_String_2Ljava_lang_Object_2()
84 jobject val_ref, old_val_ref; in Java_org_netbsd_liblpm_LPM_insert__J_3BILjava_lang_Object_2() local
99 val_ref = (*env)->NewGlobalRef(env, value); in Java_org_netbsd_liblpm_LPM_insert__J_3BILjava_lang_Object_2()
100 if (val_ref == NULL) { in Java_org_netbsd_liblpm_LPM_insert__J_3BILjava_lang_Object_2()
104 ret = lpm_insert(lpm, addr, len, pref, (void *)val_ref); in Java_org_netbsd_liblpm_LPM_insert__J_3BILjava_lang_Object_2()
106 (*env)->DeleteGlobalRef(env, val_ref); in Java_org_netbsd_liblpm_LPM_insert__J_3BILjava_lang_Object_2()
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxldebug.cpp51 bool val_ref = GetFlagBit(WXLUA_DEBUGITEM_VALUE_REF); in GetRefPtr() local
54 …wxCHECK_MSG((key_ref || val_ref), false, wxT("wxLuaDebugItem has neither key or value reference")); in GetRefPtr()
55 … wxCHECK_MSG(!(key_ref && val_ref), false, wxT("wxLuaDebugItem has both key and value reference")); in GetRefPtr()
237 int val_ref = LUA_NOREF; in EnumerateStackEntry() local
241 val_ref = RefTable(L, -1, &val_flag_type, WXLUA_DEBUGITEM_VALUE_REF, references); in EnumerateStackEntry()
247val_ref = RefTable(L, -1, &val_flag_type, WXLUA_DEBUGITEM_VALUE_REF, references); in EnumerateStackEntry()
299 int val_ref = RefTable(L, -1, &flag_type, WXLUA_DEBUGITEM_VALUE_REF, references); in EnumerateTable() local
312 int val_ref = RefTable(L, -1, &flag_type, WXLUA_DEBUGITEM_VALUE_REF, references); in EnumerateTable() local
324 int val_ref = RefTable(L, -1, &flag_type, WXLUA_DEBUGITEM_VALUE_REF, references); in EnumerateTable() local
358 int val_ref = RefTable(L, -1, &flag_type, WXLUA_DEBUGITEM_VALUE_REF, references); in EnumerateTable() local
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_maillage_pre.c101 ecs_int_t *val_ref, in _ref_reg_en_ind() argument
150 val_ref[ind] = (val_ref[ind] - label_deb) / label_pas + 1; in _ref_reg_en_ind()
516 ecs_int_t *val_ref) in ecs_maillage_pre__label_en_indice() argument
525 assert(val_label != NULL && val_ref != NULL); in ecs_maillage_pre__label_en_indice()
530 bool_regle = _ref_reg_en_ind(nbr_ref, nbr_label, val_ref, val_label); in ecs_maillage_pre__label_en_indice()
547 tab_ref.val = val_ref; in ecs_maillage_pre__label_en_indice()
555 val_ref[ind] += 1; in ecs_maillage_pre__label_en_indice()
H A Decs_maillage_pre.h111 ecs_int_t *val_ref);
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_location.cc21 bool TryGetValue(ComPtr<IReference<T>> val_ref, T* out_val) { in TryGetValue() argument
22 if (!val_ref) in TryGetValue()
25 HRESULT hr = val_ref->get_Value(out_val); in TryGetValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_location.cc21 bool TryGetValue(ComPtr<IReference<T>> val_ref, T* out_val) { in TryGetValue() argument
22 if (!val_ref) in TryGetValue()
25 HRESULT hr = val_ref->get_Value(out_val); in TryGetValue()
/dports/devel/vstr/vstr-1.0.15/src/
H A Dvstr_cntl.c714 Vstr_ref **val_ref = va_arg(ap, Vstr_ref **); in vstr_cntl_conf() local
717 *val_ref = vstr_ref_add(conf->loc->name_lc_numeric_ref); in vstr_cntl_conf()
741 Vstr_ref **val_ref = va_arg(ap, Vstr_ref **); in vstr_cntl_conf() local
745 *val_ref = vstr_ref_add(srch->decimal_point_ref); in vstr_cntl_conf()
773 Vstr_ref **val_ref = va_arg(ap, Vstr_ref **); in vstr_cntl_conf() local
777 *val_ref = vstr_ref_add(srch->thousands_sep_ref); in vstr_cntl_conf()
805 Vstr_ref **val_ref = va_arg(ap, Vstr_ref **); in vstr_cntl_conf() local
808 *val_ref = vstr_ref_add(srch->grouping); in vstr_cntl_conf()
832 Vstr_ref **val_ref = va_arg(ap, Vstr_ref **); in vstr_cntl_conf() local
835 *val_ref = vstr_ref_add(conf->loc->null_ref); in vstr_cntl_conf()
/dports/games/eboard/eboard-1.1.3/
H A Dclock.cc81 val_ref[0]=val_ref[1]=0; in ChessClock()
115 val_ref[0]=value[0]; in setClock2()
116 val_ref[1]=value[1]; in setClock2()
133 val_ref[0] = value[0]; in incrementClock2()
138 val_ref[1] = value[1]; in incrementClock2()
163 value[0]=val_ref[0]+(countdownf?-1:1)*(int)((now-t_ref[0])*1000.0); in update()
168 value[1]=val_ref[1]+(countdownf?-1:1)*(int)((now-t_ref[1])*1000.0); in update()
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/
H A Doption.rs250 let val_ref = &val; in test_copied() localVariable
253 let opt_ref_ref = Some(&val_ref); in test_copied()
264 assert_eq!(opt_ref_ref.clone(), Some(&val_ref)); in test_copied()
272 let val_ref = &val; in test_cloned() localVariable
275 let opt_ref_ref = Some(&val_ref); in test_cloned()
286 assert_eq!(opt_ref_ref.clone(), Some(&val_ref)); in test_cloned()
/dports/cad/ghdl/ghdl-1.0.0/scripts/
H A Dpnodespy.py235 val_ref = dict.get(name_ref, None)
236 if not val_ref:
238 val = val_ref + int(val)
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_Half.hpp318 auto val_ref = const_cast<impl_type&>(val); in operator +=()
319 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) + in operator +=()
369 auto val_ref = const_cast<impl_type&>(val); in operator -=()
370 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) - in operator -=()
420 auto val_ref = const_cast<impl_type&>(val); in operator *=()
421 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) * in operator *=()
471 auto val_ref = const_cast<impl_type&>(val); in operator /=()
472 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) / in operator /=()
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/lib/Rose/DB/Object/
H A DQueryBuilder.pm423 my $val_ref = ref $val;
424 my $scalar_ref = $val_ref eq 'SCALAR';
486 if($val_ref)
1226 my $val_ref = ref $value;
1228 if(!$val_ref || $asis)
1253 elsif($val_ref eq 'ARRAY')
1275 elsif($val_ref eq 'HASH')
1290 elsif(defined $value && $val_ref ne 'SCALAR')
/dports/devel/kokkos/kokkos-3.4.01/core/src/Cuda/
H A DKokkos_Cuda_Half.hpp318 auto val_ref = const_cast<impl_type&>(val); in operator +=()
319 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) + in operator +=()
369 auto val_ref = const_cast<impl_type&>(val); in operator -=()
370 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) - in operator -=()
420 auto val_ref = const_cast<impl_type&>(val); in operator *=()
421 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) * in operator *=()
471 auto val_ref = const_cast<impl_type&>(val); in operator /=()
472 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) / in operator /=()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_Half.hpp318 auto val_ref = const_cast<impl_type&>(val); in operator +=()
319 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) + in operator +=()
369 auto val_ref = const_cast<impl_type&>(val); in operator -=()
370 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) - in operator -=()
420 auto val_ref = const_cast<impl_type&>(val); in operator *=()
421 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) * in operator *=()
471 auto val_ref = const_cast<impl_type&>(val); in operator /=()
472 val_ref = __float2half(__half2float(const_cast<impl_type&>(val)) / in operator /=()
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/base/
H A Decs_table.c1152 ecs_int_t val_ref; in ecs_table__renumerote() local
1170 val_ref = ECS_ABS(table_ref->val[ival_ref]); in ecs_table__renumerote()
1171 sgn_ref = table_ref->val[ival_ref] / val_ref; in ecs_table__renumerote()
1173 this_table->val[ival_ref] = vect_transf.val[val_ref - 1] + 1; in ecs_table__renumerote()
1175 this_table->val[ival_ref] *= signe_elt.val[val_ref - 1] * sgn_ref; in ecs_table__renumerote()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/rusqlite-0.15.0/src/
H A Drow.rs204 let val_ref = self.stmt.value_ref(idx); in get_raw_checked() localVariable
205 Ok(val_ref) in get_raw_checked()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Drow.rs258 let val_ref = self.stmt.value_ref(idx); in get_raw_checked() localVariable
259 Ok(val_ref) in get_raw_checked()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Drow.rs289 let val_ref = self.stmt.value_ref(idx); in get_raw_checked() localVariable
290 Ok(val_ref) in get_raw_checked()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Drow.rs289 let val_ref = self.stmt.value_ref(idx); in get_raw_checked() localVariable
290 Ok(val_ref) in get_raw_checked()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-read-common.c2466 const GValue *val_ref; in gst_matroska_read_common_apply_target_type_foreach() local
2469 if (val_ref == NULL) in gst_matroska_read_common_apply_target_type_foreach()
2476 GST_TAG_SHOW_NAME, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
2480 GST_TAG_TITLE, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
2486 GST_TAG_SHOW_SORTNAME, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
2490 GST_TAG_TITLE_SORTNAME, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
2496 GST_TAG_ARTIST, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
2502 GST_TAG_ARTIST_SORTNAME, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
2508 GST_TAG_ALBUM_VOLUME_COUNT, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
2514 GST_TAG_SHOW_SEASON_NUMBER, val_ref); in gst_matroska_read_common_apply_target_type_foreach()
[all …]

1234567