Searched defs:pre (Results 51 - 75 of 84) sorted by relevance

1234

/external/valgrind/VEX/priv/
H A Dhost_amd64_isel.c1579 HReg pre = iselIntExpr_R(env, e->Iex.Unop.arg); local
1580 addInstr(env, mk_iMOVsd_RR(pre,src));
H A Dhost_arm64_isel.c1853 HReg pre = iselIntExpr_R(env, e->Iex.Unop.arg); local
1854 HReg src = widen_z_32_to_64(env, pre);
H A Dguest_x86_toIR.c8087 UChar opc, modrm, abyte, pre; local
8298 pre = getUChar(delta);
8299 switch (pre) {
8314 sorb = pre;
H A Dguest_amd64_toIR.c9220 Bool pre = False;
9224 # define XXX(_pre, _op, _not) { pre = _pre; op = _op; not = _not; }
9334 *preSwapP = pre; *opP = op; *postNotP = not;
32003 UChar pre; local
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c163 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
443 process. This mapping should have already been pre-arranged during process
1893 pre-established BSS (data) segment, special care has to be taken in the code
1897 a pre-existing segment. This should be no problem because address space
3314 when we know pre-handler succeeded.
3622 /* This is a Solaris specific version of the generic pre-execve wrapper. */
3764 /* We want to exec the launcher. Get its pre-remembered path. */
5357 static void mem_priocntlsys_parm_ok(ThreadId tid, Bool pre, Bool reade, argument
5363 if (pre)
5369 static void mem_priocntlsys_parm(ThreadId tid, Bool pre, Boo argument
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp3655 Int pre; /* digits before the '.' */ local
3703 pre=dn->digits+exp; /* digits before '.' */
3705 if ((exp>0) || (pre<-5)) { /* need exponential form */
3707 pre=1; /* assume one digit before '.' */
3723 if (!ISZERO(dn)) pre+=adj;
3727 pre=-(2-adj);
3735 if (pre>0) { /* xxx.xxx or xx00 (engineering) form */
3736 Int n=pre;
3737 for (; pre>0; pre
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp29 /// component (e.g. DynamoRIO) to instrument pre-built libraries.
1796 CmpInst::Predicate pre; local
1799 pre = I.getPredicate();
1802 pre = I.getSwappedPredicate();
1809 (pre == CmpInst::ICMP_SLT || pre == CmpInst::ICMP_SGE)) ||
1811 (pre == CmpInst::ICMP_SGT || pre == CmpInst::ICMP_SLE))) {
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c298 /* Is string 'pre' a prefix of string 's'? */
299 static int strprefix(const char *s, const char *pre) argument
301 return strncmp(s, pre, strlen(pre)) == 0;
3295 /* Reverse list of cpusets, in place. Simulates pre-order/post-order flip. */
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c740 * @pre: an array of commands and values that load an engine initialized
750 static int tls_engine_load_dynamic_generic(const char *pre[], argument
779 /* Perform the pre commands. This will load the engine. */
780 while (pre && pre[0]) {
781 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", pre[0], pre[1]);
782 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
784 "%s %s [%s]", pre[
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c740 * @pre: an array of commands and values that load an engine initialized
750 static int tls_engine_load_dynamic_generic(const char *pre[], argument
779 /* Perform the pre commands. This will load the engine. */
780 while (pre && pre[0]) {
781 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", pre[0], pre[1]);
782 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
784 "%s %s [%s]", pre[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c740 * @pre: an array of commands and values that load an engine initialized
750 static int tls_engine_load_dynamic_generic(const char *pre[], argument
779 /* Perform the pre commands. This will load the engine. */
780 while (pre && pre[0]) {
781 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", pre[0], pre[1]);
782 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
784 "%s %s [%s]", pre[
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1519 int y_stride = pd->pre[ref].stride;
1520 uint8_t *pre = pd->pre[ref].buf + (h * pd->pre[ref].stride + w); local
1527 pre = xd->block_refs[ref]->buf->y_buffer;
1528 pre += scaled_buffer_offset(x_start + w, y_start + h, y_stride, sf);
1533 CONVERT_TO_SHORTPTR(pre), y_stride, CONVERT_TO_SHORTPTR(dst),
1540 pre, y_stride, dst, pd->dst.stride, &mi->bmi[i].as_mv[ref].as_mv,
1546 pre, y_stride, dst, pd->dst.stride, &mi->bmi[i].as_mv[ref].as_mv,
1648 assert(((intptr_t)pd->pre[
[all...]
/external/libxml2/
H A Drelaxng.c6083 xmlRelaxNGDefinePtr tmp, pre; local
6103 pre = cur->content;
6104 while ((pre != NULL) && (pre->next != NULL)) {
6105 tmp = pre->next;
6111 pre->next = tmp->next;
6115 pre = tmp;
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/testng/ant/3rdparty/
H A DDTDDoc.jar ... .lang.String, int) String str int ndx String pre
/external/clang/lib/Sema/
H A DSemaChecking.cpp7257 // Don't 'pre-truncate' the operands.
7280 // Don't 'pre-truncate' the operands.
9221 // C++11 [expr.pre.incr]p1:
9820 ObjCPropertyRefExpr *pre local
9823 if (!pre) return false;
9824 if (pre->isImplicitProperty()) return false;
9825 ObjCPropertyDecl *property = pre->getExplicitProperty();
9833 if (pre->isSuperReceiver()) {
9837 owner.Loc = pre->getLocation();
9838 owner.Range = pre
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main.java package ccl ...
H A Djanino-2.3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/codehaus/ org/codehaus/janino/ org/codehaus/janino/AntCompilerAdapter ...
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Djanino.jarMETA-INF/ META-INF/MANIFEST.MF org/codehaus/janino/ org/codehaus/janino/samples/ org/codehaus/janino/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c1166 ** <blockquote><pre>
1170 ** </pre></blockquote>)^
2883 ** [SQLITE_ENABLE_SQLLOG] pre-processor macro defined. The first argument should
2914 ** compiled for Windows with the [SQLITE_WIN32_MALLOC] pre-processor macro
3465 ** <blockquote><pre>
3471 ** </pre></blockquote>
3477 ** <blockquote><pre>
3486 ** </pre></blockquote>)^
3569 ** <blockquote><pre>
3571 ** </pre></blockquot
26308 const char *pre; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1166 ** <blockquote><pre>
1170 ** </pre></blockquote>)^
2883 ** [SQLITE_ENABLE_SQLLOG] pre-processor macro defined. The first argument should
2914 ** compiled for Windows with the [SQLITE_WIN32_MALLOC] pre-processor macro
3465 ** <blockquote><pre>
3471 ** </pre></blockquote>
3477 ** <blockquote><pre>
3486 ** </pre></blockquote>)^
3569 ** <blockquote><pre>
3571 ** </pre></blockquot
26308 const char *pre; local
[all...]

Completed in 1157 milliseconds

1234