HomeSort by relevance Sort by last modified time
    Searched full:dstate (Results 1 - 13 of 13) sorted by null

  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 315 dwarf_state_t* dstate, uint32_t* cursor,
335 dstate->loc += op * cie_info->code_align;
336 ALOGV("DW_CFA_advance_loc: %d to 0x%x", op, dstate->loc);
340 dstate->regs[op].rule = 'o';
341 dstate->regs[op].value = offset * cie_info->data_align;
342 ALOGV("DW_CFA_offset: r%d = o(%d)", op, dstate->regs[op].value);
345 dstate->regs[op].rule = stack->regs[op].rule;
346 dstate->regs[op].value = stack->regs[op].value;
347 ALOGV("DW_CFA_restore: r%d = %c(%d)", op, dstate->regs[op].rule, dstate->regs[op].value)
560 dwarf_state_t* dstate = &dwarf_state; local
    [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 825 struct dev_crypto_state *dstate = to->md_data; local
829 if (dstate == NULL || fstate == NULL)
832 memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
834 sess = &dstate->d_sess;
838 sess->mackey = dstate->dummy_mac_key;
842 dstate->d_fd = get_dev_crypto();
844 if (ioctl(dstate->d_fd, CIOCGSESSION, sess) < 0) {
845 put_dev_crypto(dstate->d_fd);
846 dstate->d_fd = -1;
854 dstate->mac_data = OPENSSL_malloc(fstate->mac_len)
    [all...]
  /external/bzip2/
bzlib_private.h 438 DState;
488 BZ2_decompress ( DState* );
bzlib.c 497 DState* s;
508 s = BZALLOC( sizeof(DState) );
536 Bool unRLE_obuf_to_output_FAST ( DState* s )
706 Bool unRLE_obuf_to_output_SMALL ( DState* s )
811 DState* s;
864 DState* s;
    [all...]
decompress.c 27 void makeMaps_d ( DState* s )
106 Int32 BZ2_decompress ( DState* s )
  /external/jpeg/
jdapimin.c 292 /* NB: every possible DSTATE value should be listed in this switch */
  /external/qemu/distrib/jpeg-6b/
jdapimin.c 292 /* NB: every possible DSTATE value should be listed in this switch */
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 804 DState;
848 BZ2_decompress ( DState* );
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 827 DState;
871 BZ2_decompress ( DState* );
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 820 DState;
864 BZ2_decompress ( DState* );
    [all...]
varinfo6.c 858 DState;
902 BZ2_decompress ( DState* );
    [all...]
  /external/valgrind/main/perf/
bz2.c 820 DState;
864 BZ2_decompress ( DState* );
    [all...]
test_input_for_tinycc.c 1188 DState;
1194 BZ2_decompress ( DState* );
1403 void makeMaps_d ( DState* s )
1428 Int32 BZ2_decompress ( DState* s )
    [all...]

Completed in 467 milliseconds