Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 148) sorted by relevance

123456

/external/elfutils/libdw/
Dlibdw_form.c30 unsigned char *saved; in __libdw_form_val_len() local
58 saved = valp; in __libdw_form_val_len()
60 result = u128 + (valp - saved); in __libdw_form_val_len()
91 saved = valp; in __libdw_form_val_len()
93 result = valp - saved; in __libdw_form_val_len()
97 saved = valp; in __libdw_form_val_len()
102 result += valp - saved; in __libdw_form_val_len()
/external/jpeg/
Djdphuff.c63 savable_state saved; /* Other state at start of MCU */ member
179 entropy->saved.last_dc_val[ci] = 0; in start_pass_phuff_decoder()
188 entropy->saved.EOBRUN = 0; in start_pass_phuff_decoder()
243 entropy->saved.last_dc_val[ci] = 0; in process_restart()
245 entropy->saved.EOBRUN = 0; in process_restart()
311 ASSIGN_STATE(state, entropy->saved); in decode_mcu_DC_first()
340 ASSIGN_STATE(entropy->saved, state); in decode_mcu_DC_first()
382 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */ in decode_mcu_AC_first()
424 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */ in decode_mcu_AC_first()
518 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */ in decode_mcu_AC_refine()
[all …]
Djchuff.c58 savable_state saved; /* Bit buffer & DC state at start of MCU */ member
158 entropy->saved.last_dc_val[ci] = 0; in start_pass_huff()
162 entropy->saved.put_buffer = 0; in start_pass_huff()
163 entropy->saved.put_bits = 0; in start_pass_huff()
486 ASSIGN_STATE(state.cur, entropy->saved); in encode_mcu_huff()
512 ASSIGN_STATE(entropy->saved, state.cur); in encode_mcu_huff()
541 ASSIGN_STATE(state.cur, entropy->saved); in finish_pass_huff()
551 ASSIGN_STATE(entropy->saved, state.cur); in finish_pass_huff()
656 entropy->saved.last_dc_val[ci] = 0; in encode_mcu_gather()
666 htest_one_block(cinfo, MCU_data[blkn][0], entropy->saved.last_dc_val[ci], in encode_mcu_gather()
[all …]
Djdhuff.c61 savable_state saved; /* Other state at start of MCU */ member
112 entropy->saved.last_dc_val[ci] = 0; in start_pass_huff_decoder()
485 entropy->saved.last_dc_val[ci] = 0; in process_restart()
514 dc_info[i] = entropy->saved.last_dc_val[i]; in get_huffman_decoder_configuration()
558 entropy->saved.last_dc_val[i] = dc_info[i]; in configure_huffman_decoder()
623 ASSIGN_STATE(state, entropy->saved); in decode_mcu()
705 ASSIGN_STATE(entropy->saved, state); in decode_mcu()
740 ASSIGN_STATE(state, entropy->saved); in decode_mcu_discard_coef()
786 ASSIGN_STATE(entropy->saved, state); in decode_mcu_discard_coef()
/external/qemu/memcheck/
Dmemcheck_common.h393 const target_ulong saved = addr_array->addr[m]; in addrarray_check() local
394 if (addr == saved) { in addrarray_check()
397 if (addr < saved) { in addrarray_check()
439 const target_ulong saved = addr_array->addr[m]; in addrarray_add() local
440 if (addr == saved) { in addrarray_add()
443 if (addr < saved) { in addrarray_add()
/external/srec/doc/logs/uapi/
Drun_robustness1.log38 File was saved
57 File was saved
76 File was saved
95 File was saved
114 File was saved
132 File was saved
152 File was saved
171 File was saved
190 File was saved
209 File was saved
[all …]
Drun_robustness2.log41 File was saved
67 File was saved
93 File was saved
119 File was saved
145 File was saved
171 File was saved
197 File was saved
223 File was saved
249 File was saved
275 File was saved
[all …]
Drun_ERT.log7 Grammar saved
/external/iptables/extensions/
Dlibipt_set.h17 char *saved = strdup(optarg); in parse_bindings() local
18 char *ptr, *tmp = saved; in parse_bindings()
37 free(saved); in parse_bindings()
/external/webkit/WebKitTools/MIDLWrapper/
DMIDLWrapper.cpp35 wchar_t saved = *vcbin; in wmain() local
44 *vcbin = saved; in wmain()
/external/zlib/contrib/masmx86/
Dmatch686.asm132 ; saved ebx byte esp + 36
133 ; saved edi byte esp + 40
134 ; saved esi byte esp + 44
135 ; saved ebp byte esp + 48
/external/openssl/crypto/rsa/
Drsa_test.c311 unsigned char saved = ctext[n]; in main() local
314 if(b == saved) in main()
/external/v8/src/ia32/
Dmacro-assembler-ia32.h380 void PopHandleScope(Register saved, Register scratch);
384 Object* TryPopHandleScope(Register saved, Register scratch);
484 Object* PopHandleScopeHelper(Register saved,
Dmacro-assembler-ia32.cc1224 Object* MacroAssembler::PopHandleScopeHelper(Register saved, in PopHandleScopeHelper() argument
1236 if (saved.is_valid()) push(saved); in PopHandleScopeHelper()
1243 if (saved.is_valid()) pop(saved); in PopHandleScopeHelper()
1260 void MacroAssembler::PopHandleScope(Register saved, Register scratch) { in PopHandleScope() argument
1261 PopHandleScopeHelper(saved, scratch, true); in PopHandleScope()
1265 Object* MacroAssembler::TryPopHandleScope(Register saved, Register scratch) { in TryPopHandleScope() argument
1266 return PopHandleScopeHelper(saved, scratch, false); in TryPopHandleScope()
/external/srec/config/en.us/
Drun-chmod.sh2 chmod 777 ./run-bothtags5-from-saved.sh
/external/dbus/dbus/
Ddbus-marshal-recursive-util.c2860 DataBlockState saved; in struct_write_value() local
2869 data_block_save (block, &saved); in struct_write_value()
2889 data_block_restore (block, &saved); in struct_write_value()
2901 data_block_restore (block, &saved); in struct_write_value()
3031 DataBlockState saved; in array_write_value() local
3043 data_block_save (block, &saved); in array_write_value()
3098 data_block_restore (block, &saved); in array_write_value()
3225 DataBlockState saved; in variant_write_value() local
3235 data_block_save (block, &saved); in variant_write_value()
3259 data_block_restore (block, &saved); in variant_write_value()
[all …]
/external/qemu/tcg/
DTODO5 - Support of globals saved in fixed registers between TBs.
/external/tinyxml/
Dxmltest.cpp542 FILE* saved = fopen( "utf8testout.xml", "r" ); in main() local
544 if ( saved && verify ) in main()
548 fgets( savedBuf, 256, saved ); in main()
555 fclose( saved ); in main()
/external/chromium/net/data/cache_tests/bad_rankings2/
Dcontents.txt66 * Edit the value with the debugger before it is saved to disk.
/external/chromium/net/data/cache_tests/bad_rankings/
Dcontents.txt66 * Edit the value with the debugger before it is saved to disk.
/external/chromium/net/data/cache_tests/bad_entry/
Dcontents.txt66 * Edit the value with the debugger before it is saved to disk.
/external/netcat/
DChangelog7 primitive select loop, and later the stdin-to-many saved-count thing
58 added first-net-read skip to select loop if we have saved stdin, and
/external/chromium/net/data/cache_tests/dirty_entry2/
Dcontents.txt66 * Edit the value with the debugger before it is saved to disk (break on
/external/chromium/net/data/cache_tests/dirty_entry/
Dcontents.txt66 * Edit the value with the debugger before it is saved to disk (break on
/external/webkit/WebCore/manual-tests/NPN_Invoke/
Dmain.c40 …pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
156 … pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved) in NPP_New() argument

123456