Searched refs:how (Results 1 - 25 of 193) sorted by last modified time

12345678

/external/zlib/src/contrib/blast/
H A Dblast.c410 /* Example of how to use blast() */
416 local unsigned inf(void *how, unsigned char **buf) argument
421 return fread(hold, 1, CHUNK, (FILE *)how);
424 local int outf(void *how, unsigned char *buf, unsigned len) argument
426 return fwrite(buf, 1, len, (FILE *)how) != len;
H A Dblast.h38 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
39 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
52 * The input function is invoked: len = infun(how, &buf), where buf is set by
58 * The output function is invoked: err = outfun(how, buf, len), where the bytes
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm275 ;;; Determine how many bytes the scan ptr is off from being
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm259 ;;; Determine how many bytes the scan ptr is off from being
/external/zlib/src/
H A Dgzguts.h155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon34354
H A Dgzlib.c82 state->how = LOOK; /* look for gzip header */
394 if (state->mode == GZ_READ && state->how == COPY &&
H A Dgzread.c78 If this is the first time in, allocate required memory. state->how will be
139 state->how = GZIP;
162 state->how = COPY;
169 data. If the gzip stream completes, state->how is reset to LOOK to look for
214 state->how = LOOK;
222 file depending on state->how. If state->how is LOOK, then a gzip header is
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
232 switch(state->how) {
236 if (state->how
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S100 @ Check how many samples still need to be processed.
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1342 void WpaGui::trayActivated(QSystemTrayIcon::ActivationReason how) argument
1344 switch (how) {
H A Dwpagui.h88 virtual void trayActivated(QSystemTrayIcon::ActivationReason how);
/external/valgrind/main/none/tests/
H A Dshell.stderr.exp5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c16482 const HChar how = xIsZ ? 'z' : 's'; local
16488 DIP( "%spmov%cxbw %s,%s\n", mbV, how, nameXMMReg(rE), nameXMMReg(rG) );
16494 DIP( "%spmov%cxbw %s,%s\n", mbV, how, dis_buf, nameXMMReg(rG) );
16524 UChar how = xIsZ ? 'z' : 's'; local
16530 DIP( "vpmov%cxbw %s,%s\n", how, nameXMMReg(rE), nameYMMReg(rG) );
16535 DIP( "vpmov%cxbw %s,%s\n", how, dis_buf, nameYMMReg(rG) );
16565 const HChar how = xIsZ ? 'z' : 's'; local
16572 DIP( "%spmov%cxwd %s,%s\n", mbV, how, nameXMMReg(rE), nameXMMReg(rG) );
16578 DIP( "%spmov%cxwd %s,%s\n", mbV, how, dis_buf, nameXMMReg(rG) );
16603 UChar how local
16788 const HChar how = xIsZ ? 'z' : 's'; local
16833 UChar how = xIsZ ? 'z' : 's'; local
16887 const HChar how = xIsZ ? 'z' : 's'; local
16929 UChar how = xIsZ ? 'z' : 's'; local
[all...]
H A Dguest_arm64_toIR.c3221 UInt how = INSN(11,10); local
3222 if (how == BITS2(1,0) || (wBack && nn == tt && tt != 31)) {
3236 switch (how) {
3260 && how == BITS2(1,1) && nn == 31 && !isLoad && tt != nn;
3277 switch (how) {
H A Dguest_arm_toIR.c2128 'how' is encoded thusly:
2138 UInt how, /* what kind of shift */
2144 vassert(how < 4);
2146 switch (how) {
2221 'how' is encoded thusly:
2231 UInt how, /* what kind of shift */
2237 vassert(how < 4);
2238 switch (how) {
2327 UInt how = (insn_11_0 >> 5) & 3; local
2328 /* how
2133 compute_result_and_C_after_shift_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt how, UInt shift_amt, UInt rM ) argument
2226 compute_result_and_C_after_shift_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt how, IRTemp rSt, UInt rM, UInt rS ) argument
2345 UInt how = (insn_11_0 >> 5) & 3; local
19560 UInt how = INSN1(5,4); local
19640 UInt how = INSN1(5,4); local
19722 UInt how = INSN1(5,4); local
19767 UInt how = INSN0(6,5); // standard encoding local
19813 UInt how = INSN1(5,4); local
19852 UInt how = INSN1(5,4); local
19892 UInt how = INSN1(5,4); local
[all...]
H A Dhost_arm64_defs.c1544 ARM64Instr* ARM64Instr_VCvtI2F ( ARM64CvtOp how, HReg rD, HReg rS ) { argument
1547 i->ARM64in.VCvtI2F.how = how;
1552 ARM64Instr* ARM64Instr_VCvtF2I ( ARM64CvtOp how, HReg rD, HReg rS, argument
1556 i->ARM64in.VCvtF2I.how = how;
2190 characteriseARM64CvtOp(&syn, &fszB, &iszB, i->ARM64in.VCvtI2F.how);
2203 characteriseARM64CvtOp(&syn, &fszB, &iszB, i->ARM64in.VCvtF2I.how);
4757 ARM64CvtOp how = i->ARM64in.VCvtI2F.how; local
4803 ARM64CvtOp how = i->ARM64in.VCvtF2I.how; local
[all...]
H A Dhost_arm64_defs.h802 ARM64CvtOp how; member in struct:__anon31763::__anon31764::__anon31791
808 ARM64CvtOp how; member in struct:__anon31763::__anon31764::__anon31792
1066 extern ARM64Instr* ARM64Instr_VCvtI2F ( ARM64CvtOp how, HReg rD, HReg rS );
1067 extern ARM64Instr* ARM64Instr_VCvtF2I ( ARM64CvtOp how, HReg rD, HReg rS,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c1558 This describes how to read CFA data from .debug_frame sections.
1751 things as how would the linker know where the library will be
1965 RegRule describes, for each register, how to get its
3426 close as possible (preferably identical) to how GNU binutils
3744 const HChar* how = NULL; local
3813 how = "overran the end of .eh_frame";
3879 how = "N_CIEs is too low. Increase and recompile.";
3887 /* Record its offset. This is how we will find it again
3904 how = "unexpected CIE version (not 1 nor 3 nor 4)";
3929 how
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c175 Int VG_(sigprocmask)( Int how, const vki_sigset_t* set, vki_sigset_t* oldset) argument
180 how, (UWord)set, (UWord)oldset,
184 how, (UWord)set, (UWord)oldset);
192 how, (UWord)set, (UWord)oldset);
H A Dm_signals.c1235 Int how,
1240 VG_(dmsg)("do_setmask: tid = %d how = %d (%s), newset = %p (%s)\n",
1241 tid, how,
1242 how==VKI_SIG_BLOCK ? "SIG_BLOCK" : (
1243 how==VKI_SIG_UNBLOCK ? "SIG_UNBLOCK" : (
1244 how==VKI_SIG_SETMASK ? "SIG_SETMASK" : "???")),
1255 do_sigprocmask_bitops (how, &VG_(threads)[tid].sig_mask, newset );
1264 Int how,
1268 switch(how) {
1273 do_setmask ( tid, how, se
1234 do_setmask( ThreadId tid, Int how, vki_sigset_t* newset, vki_sigset_t* oldset ) argument
1263 do_sys_sigprocmask( ThreadId tid, Int how, vki_sigset_t* set, vki_sigset_t* oldset ) argument
[all...]
H A Dpub_core_signals.h63 extern SysRes VG_(do_sys_sigprocmask) ( ThreadId tid, Int how,
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1644 // (how, sigset_t*, sigset_t*). Perhaps behave identically?
1687 cause any more to be delivered (how could it?), but just in case
2924 /* how many args in total will there be? */
3176 PRE_REG_READ2(int, "shutdown", int, s, int, how);
3716 int, how, vki_sigset_t *, set, vki_sigset_t *, oldset);
3722 /* Massage ARG1 ('how'). If ARG2 (the new mask) is NULL then the
3723 value of 'how' is irrelevant, and it appears that Darwin's libc
3726 VG_(do_sys_sigprocmask) to complain, since it checks the 'how'
3728 simply pass a valid (but irrelevant) value for 'how'. */
3993 // GrP fixme how i
[all...]
H A Dsyswrap-linux.c501 // m_syswrap/syswrap-generic.c for notes about how they work.
705 /* It is unclear how one can get a threadgroup in this process which
1240 // XXX: this possibly understates how much memory is read.
3054 // (XXX: so how is it that PRE(sys_sigpending) above doesn't need
3067 int, how, vki_old_sigset_t *, set, vki_old_sigset_t *, oldset);
3084 VG_(do_sys_sigprocmask) ( tid, ARG1 /*how*/,
3248 int, how, vki_sigset_t *, set, vki_sigset_t *, oldset,
3260 VG_(do_sys_sigprocmask) ( tid, ARG1 /*how*/,
3979 /* int shutdown(int s, int how); */
4288 PRE_REG_READ2(int, "shutdown", int, s, int, how);
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S109 # (how do we know ecx is zero?)
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S101 # (how do we know ecx is zero?)
/external/valgrind/main/helgrind/
H A Dhg_main.c849 #define BAD(_str) do { how = (_str); goto bad; } while (0)
850 const HChar* how = "no error"; local
874 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
884 #define BAD(_str) do { how = (_str); goto bad; } while (0)
885 const HChar* how = "no error"; local
940 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
1611 how NPTL works). In which case there has already been a prior
2627 do. But we do need to keep track of how many unused-up posts have
4229 some such, it's hard to see how to do better. We have to check

Completed in 1353 milliseconds

12345678