Searched refs:saved (Results 1 - 25 of 103) sorted by relevance

12345

/external/elfutils/libdw/
H A Dlibdw_form.c66 const unsigned char *saved; local
97 saved = valp;
99 result = u128 + (valp - saved);
130 saved = valp;
132 result = valp - saved;
136 saved = valp;
141 result += valp - saved;
/external/oprofile/module/ia64/
H A Dop_ia64_model.h24 struct op_saved_msr * saved; member in struct:op_msr_group
H A Dop_pmu.c209 /* disable profiling for my saved state */
282 * psr.pp from their saved state. There is this no impact on the context switch
297 * position on pt_regs saved on stack on 1st entry into the kernel
341 /* set it in my saved state */
381 /* disable in my saved state */
481 if (group->saved)
482 kfree(group->saved);
484 group->saved = NULL;
496 counters->saved = NULL;
498 controls->saved
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dpassword_manager_list.css39 #saved-passwords-list .url {
44 #saved-passwords-list .name {
49 #saved-passwords-list .password {
54 #saved-passwords-list .password input[type="password"],
55 #saved-passwords-list .password input[type="text"] {
64 #saved-passwords-list .url,
65 #saved-passwords-list .name,
/external/srec/config/en.us/
H A Drun-chmod.sh2 chmod 777 ./run-bothtags5-from-saved.sh
/external/valgrind/main/memcheck/tests/
H A Dvarinfo1.c25 char saved = *a; local
29 *a = saved;
H A Dvarinfo2.c25 char saved = *a; local
29 *a = saved;
H A Dvarinfo3.c25 char saved = *a; local
29 *a = saved;
H A Dvarinfo4.c25 char saved = *a; local
29 *a = saved;
H A Dvarinfo5so.c26 char saved = *a; local
30 *a = saved;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) argument
H A DGetUserAgentWithNullNPPFromNPPNew.cpp44 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) argument
H A DNPDeallocateCalledBeforeNPShutdown.cpp69 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) argument
/external/oprofile/module/x86/
H A Dop_nmi.c180 if (group->saved)
181 kfree(group->saved);
183 group->saved = NULL;
197 counters->saved = NULL;
199 controls->saved = NULL;
205 counters->saved = kmalloc(
207 if (!counters->saved)
214 controls->saved = kmalloc(
216 if (!controls->saved)
223 counters->saved[
[all...]
H A Dop_x86_model.h23 struct op_saved_msr * saved; member in struct:op_msr_group
/external/qemu/android/
H A Dsnaphost-android.c30 * saved - Ini file containing a previously saved configuration.
36 _cmp_hw_config(IniFile* current, IniFile* saved) argument
42 if (num_pairs != iniFile_getPairCount(saved)) {
43 D("Different numbers of entries in the HW config files. Current contans %d, while saved contains %d entries.",
44 num_pairs, iniFile_getPairCount(saved));
49 * in the saved file. */
58 value2 = iniFile_getString(saved, key, "");
69 D("HW config value mismatch for a key '%s': current is '%s' while saved was '%s'",
128 E("Unable to load VM from snapshot. The snapshot has been saved fo
[all...]
/external/iptables/extensions/
H A Dlibxt_set.h99 char *saved = strdup(opt_arg); local
100 char *ptr, *tmp = saved;
119 free(saved);
125 char *saved = strdup(opt_arg); local
126 char *ptr, *tmp = saved;
143 free(saved);
/external/qemu/memcheck/
H A Dmemcheck_common.h387 const target_ulong saved = addr_array->addr[m]; local
388 if (addr == saved) {
391 if (addr < saved) {
433 const target_ulong saved = addr_array->addr[m]; local
434 if (addr == saved) {
437 if (addr < saved) {
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dlib_test.c34 void *saved; local
42 saved = capng_save_state();
55 capng_restore_state(&saved);
/external/webkit/Tools/MIDLWrapper/
H A DMIDLWrapper.cpp35 wchar_t saved = *vcbin; local
44 *vcbin = saved;
/external/jpeg/
H A Djdphuff.c63 savable_state saved; /* Other state at start of MCU */ member in struct:__anon7165
179 entropy->saved.last_dc_val[ci] = 0;
188 entropy->saved.EOBRUN = 0;
243 entropy->saved.last_dc_val[ci] = 0;
245 entropy->saved.EOBRUN = 0;
311 ASSIGN_STATE(state, entropy->saved);
340 ASSIGN_STATE(entropy->saved, state);
382 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
424 entropy->saved
[all...]
H A Djchuff.c58 savable_state saved; /* Bit buffer & DC state at start of MCU */ member in struct:__anon7135
158 entropy->saved.last_dc_val[ci] = 0;
162 entropy->saved.put_buffer = 0;
163 entropy->saved.put_bits = 0;
486 ASSIGN_STATE(state.cur, entropy->saved);
512 ASSIGN_STATE(entropy->saved, state.cur);
541 ASSIGN_STATE(state.cur, entropy->saved);
551 ASSIGN_STATE(entropy->saved, state.cur);
656 entropy->saved.last_dc_val[ci] = 0;
666 htest_one_block(cinfo, MCU_data[blkn][0], entropy->saved
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djdphuff.c63 savable_state saved; /* Other state at start of MCU */ member in struct:__anon11019
183 entropy->saved.last_dc_val[ci] = 0;
192 entropy->saved.EOBRUN = 0;
247 entropy->saved.last_dc_val[ci] = 0;
249 entropy->saved.EOBRUN = 0;
315 ASSIGN_STATE(state, entropy->saved);
344 ASSIGN_STATE(entropy->saved, state);
386 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
428 entropy->saved
[all...]
H A Djchuff.c58 savable_state saved; /* Bit buffer & DC state at start of MCU */ member in struct:__anon10989
158 entropy->saved.last_dc_val[ci] = 0;
162 entropy->saved.put_buffer = 0;
163 entropy->saved.put_bits = 0;
486 ASSIGN_STATE(state.cur, entropy->saved);
512 ASSIGN_STATE(entropy->saved, state.cur);
541 ASSIGN_STATE(state.cur, entropy->saved);
551 ASSIGN_STATE(entropy->saved, state.cur);
656 entropy->saved.last_dc_val[ci] = 0;
666 htest_one_block(cinfo, MCU_data[blkn][0], entropy->saved
[all...]
/external/libffi/testsuite/lib/
H A Dlibffi-dg.exp268 if { [info procs saved-dg-test] == [list] } {
269 rename dg-test saved-dg-test
276 if { [ catch { eval saved-dg-test $args } errmsg ] } {

Completed in 8139 milliseconds

12345