HomeSort by relevance Sort by last modified time
    Searched refs:new_val (Results 1 - 25 of 26) sorted by null

1 2

  /external/qemu-pc-bios/vgabios/
biossums.c 54 byte bios_len_byte, cur_val = 0, new_val = 0; local
96 new_val = chksum_pmid_calc_value( bios_data, offset );
99 printf( "Calculated checksum: 0x%02X ", new_val );
102 if ((hits == 1) && (cur_val != new_val)) {
104 chksum_pmid_set_value( bios_data, offset, new_val );
136 new_val = chksum_bios_calc_value(bios_data, offset);
137 if ((cur_val != new_val) && (modified == 0)) {
147 printf("Calculated checksum: 0x%02X ", new_val);
148 if (cur_val != new_val) {
150 chksum_bios_set_value(bios_data, offset, new_val);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
biossums.c 95 byte cur_val = 0, new_val = 0; local
126 new_val = chksum__32__calc_value( bios_data, offset );
129 printf( "Calculated checksum: 0x%02X ", new_val );
132 if( hits == 1 && cur_val != new_val ) {
134 chksum__32__set_value( bios_data, offset, new_val );
149 new_val = chksum__mp__calc_value( bios_data, offset );
152 printf( "Calculated checksum: 0x%02X ", new_val );
155 if( hits == 1 && cur_val != new_val ) {
157 chksum__mp__set_value( bios_data, offset, new_val );
172 new_val = chksum_pcmp_calc_value( bios_data, offset )
    [all...]
  /external/kernel-headers/original/asm-x86/xen/
hypercall.h 217 HYPERVISOR_update_va_mapping(unsigned long va, pte_t new_val,
222 pte_hi = new_val.pte_high;
225 new_val.pte_low, pte_hi, flags);
275 HYPERVISOR_update_va_mapping_otherdomain(unsigned long va, pte_t new_val,
280 pte_hi = new_val.pte_high;
283 new_val.pte_low, pte_hi, flags, domid);
313 pte_t new_val, unsigned long flags)
318 mcl->args[1] = new_val.pte_low;
319 mcl->args[2] = new_val.pte_high;
321 mcl->args[1] = new_val.pte_low
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 137 const T& new_val; member in struct:__gnu_parallel::replace_selector
140 * @param new_val Value to replace with. */
142 replace_selector(const T &new_val) : new_val(new_val) {}
151 *i = new_val;
161 const T& new_val; member in struct:__gnu_parallel::replace_if_selector
164 * @param new_val Value to replace with. */
166 replace_if_selector(const T &new_val) : new_val(new_val) {
    [all...]
  /external/bison/src/
muscle_tab.c 146 char *new_val; local
152 new_val = obstack_finish (&muscle_obstack);
153 entry->value = xstrdup (new_val);
154 obstack_free (&muscle_obstack, new_val);
  /external/bluetooth/bluez/audio/
telephony.h 203 int new_val)
218 DBG("Telephony indicator \"%s\" %d->%d", desc, ind->val, new_val);
220 if (ind->ignore_redundant && ind->val == new_val) {
225 ind->val = new_val;
  /external/compiler-rt/lib/asan/
asan_win.cc 237 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) {
243 mov cx, new_val
245 mov new_val, cx local
247 return new_val;
asan_posix.cc 159 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) {
160 return __sync_lock_test_and_set(a, new_val);
asan_internal.h 191 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 171 swap_value_imp(entry_pointer p_e, value_type new_val, true_type)
173 * p_e = new_val;
binary_heap_.hpp 281 swap_value_imp(entry_pointer p_e, value_type new_val, true_type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 171 swap_value_imp(entry_pointer p_e, value_type new_val, true_type)
173 * p_e = new_val;
binary_heap_.hpp 281 swap_value_imp(entry_pointer p_e, value_type new_val, true_type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 171 swap_value_imp(entry_pointer p_e, value_type new_val, true_type)
173 * p_e = new_val;
binary_heap_.hpp 281 swap_value_imp(entry_pointer p_e, value_type new_val, true_type);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 171 swap_value_imp(entry_pointer p_e, value_type new_val, true_type)
173 * p_e = new_val;
binary_heap_.hpp 281 swap_value_imp(entry_pointer p_e, value_type new_val, true_type);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 171 swap_value_imp(entry_pointer p_e, value_type new_val, true_type)
173 * p_e = new_val;
binary_heap_.hpp 281 swap_value_imp(entry_pointer p_e, value_type new_val, true_type);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 171 swap_value_imp(entry_pointer p_e, value_type new_val, true_type)
173 * p_e = new_val;
binary_heap_.hpp 281 swap_value_imp(entry_pointer p_e, value_type new_val, true_type);
  /external/llvm/lib/VMCore/
Attributes.cpp 147 sys::cas_flag new_val = --RefCount;
148 if (new_val == 0)
  /external/mksh/src/
funcs.c 1620 int positions, new_val; local
    [all...]
  /external/bluetooth/glib/gobject/
gvaluetypes.c 920 gchar *new_val; local
924 new_val = g_strdup (v_string);
931 value->data[0].v_pointer = new_val;
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 268 new_val = 20
269 setattr(composite_field, scalar_field_name, new_val)
270 self.assertEqual(new_val, getattr(composite_field, scalar_field_name))
294 setattr(old_composite_field, scalar_field_name, new_val)
    [all...]

Completed in 5148 milliseconds

1 2