HomeSort by relevance Sort by last modified time
    Searched defs:how (Results 1 - 9 of 9) sorted by null

  /external/zlib/
gzguts.h 80 /* values for gz_state how */
102 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon14467
  /system/core/sh/
miscbltin.c 344 how = SOFT | HARD; local
354 how = HARD;
357 how = SOFT;
396 if (how & SOFT)
398 else if (how & HARD)
419 if (how & HARD)
421 if (how & SOFT)
426 if (how & SOFT)
428 else if (how & HARD)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 127 /* Find out how many AixCodeSegChange records we will need, and
436 // m_syswrap/syswrap-generic.c for notes about how they work.
442 // How to make __libc_sbrk appear to fail, from libc's point of view:
601 // XXX: this possibly understates how much memory is read.
960 /* how many args in total will there be? */
2405 UWord how = ARG1; local
    [all...]
  /external/mksh/src/
jobs.c 821 int how; local
841 how = slp == 0 ? JP_MEDIUM : (slp == 1 ? JP_LONG : JP_PGRP);
845 j_print(j, how, shl_stdout);
1304 j_print(Job *j, int how, struct shf *shf)
    [all...]
funcs.c 2253 int n, how = LEXIT; local
3257 int how = SOFT | HARD, optc, what = 'f'; local
    [all...]
  /system/vold/
cryptfs.c 1129 int how = 0; local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 803 #define BAD(_str) do { how = (_str); goto bad; } while (0)
804 Char* how = "no error"; local
828 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
838 #define BAD(_str) do { how = (_str); goto bad; } while (0)
839 Char* how = "no error"; local
894 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 3653 HChar* how = NULL; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2298 UInt how = (insn_11_0 >> 5) & 3; local
2316 UInt how = (insn_11_0 >> 5) & 3; local
16311 UInt how = INSN1(5,4); local
16389 UInt how = INSN1(5,4); local
16471 UInt how = INSN1(5,4); local
16516 UInt how = INSN0(6,5); \/\/ standard encoding local
16560 UInt how = INSN1(5,4); local
16599 UInt how = INSN1(5,4); local
16639 UInt how = INSN1(5,4); local
    [all...]

Completed in 213 milliseconds