Searched refs:p3 (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8214 int p3; /* The third parameter */ member in struct:VdbeOp
8262 signed char p3; /* Third parameter */ member in struct:VdbeOpList
21329 /* b: p1<<14 | p3 (unmasked) */
21342 /* b: p1<<14 | p3 (unmasked) */
21343 /* 1:save off p0<<21 | p1<<14 | p2<<7 | p3 (masked) */
21366 /* 2:save off p0<<21 | p1<<14 | p2<<7 | p3 (masked) */
21369 /* s: p0<<21 | p1<<14 | p2<<7 | p3 (masked) */
21374 /* b: p1<<28 | p3<<14 | p5 (unmasked) */
21407 /* b: p3<<28 | p5<<14 | p7 (unmasked) */
21530 /* b: p1<<14 | p3 (unmaske
58443 sqlite3VdbeAddOp3(Vdbe *p, int op, int p1, int p2, int p3) argument
58488 sqlite3VdbeAddOp4( Vdbe *p, int op, int p1, int p2, int p3, const char *zP4, int p4type ) argument
58519 sqlite3VdbeAddOp4Int( Vdbe *p, int op, int p1, int p2, int p3, int p4 ) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c2569 unsigned char *p1 = os1.data, *p2 = os2.data, *p3 = res->keyvalue.data; local
2571 p3[i] = p1[i] ^ p2[i];
/freebsd-10.2-release/sys/dev/hptmv/
H A Dentry.c109 #define __DRIVER_MODULE(p1, p2, p3, p4, p5, p6) DRIVER_MODULE(p1, p2, p3, p4, p5, p6)
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dia64.c1880 rtx l1, l2, h1, h2, x1, x2, p1, p2, p3, p4, s1, s2, s3;
1912 p3 = gen_reg_rtx (V2SImode);
1916 emit_insn (gen_pmpy2_r (p3, h1, h2));
1923 emit_insn (gen_addv2si3 (s2, p3, p4));
1875 rtx l1, l2, h1, h2, x1, x2, p1, p2, p3, p4, s1, s2, s3; local
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dinfttrace.c2952 parent_attach_all (int p1, PTRACE_ARG3_TYPE p2, int p3)
2939 parent_attach_all(int p1, PTRACE_ARG3_TYPE p2, int p3) argument
/freebsd-10.2-release/contrib/bmake/
H A Dconfigure5273 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
5277 if (p != p1 || p != p2 || p != p3 || p != p4
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dconfigure6857 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
6861 if (p != p1 || p != p2 || p != p3 || p != p4
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dconfigure6974 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
6978 if (p != p1 || p != p2 || p != p3 || p != p4
/freebsd-10.2-release/contrib/gcc/
H A Dconfigure10341 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
10345 if (p != p1 || p != p2 || p != p3 || p != p4

Completed in 403 milliseconds

123