Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 25 of 54) sorted by relevance

123

/device/google/contexthub/firmware/os/inc/
Dsyscall_defs.h52 #define syscallDo2P(syscallNo,p1,p2) cpuSyscallDo2P(syscallNo,p1,p2) argument
54 #define syscallDo2P(syscallNo,p1,p2) syscallDoGeneric(syscallNo,p1,p2) argument
58 #define syscallDo3P(syscallNo,p1,p2,p3) cpuSyscallDo3P(syscallNo,p1,p2,p3) argument
60 #define syscallDo3P(syscallNo,p1,p2,p3) syscallDoGeneric(syscallNo,p1,p2,p3) argument
64 #define syscallDo4P(syscallNo,p1,p2,p3,p4) cpuSyscallDo4P(syscallNo,p1,p2,p3,p4) argument
66 #define syscallDo4P(syscallNo,p1,p2,p3,p4) syscallDoGeneric(syscallNo,p1,p2,p3,p4) argument
70 #define syscallDo5P(syscallNo,p1,p2,p3,p4,p5) cpuSyscallDo5P(syscallNo,p1,p2,p3,p4,p5) argument
72 #define syscallDo5P(syscallNo,p1,p2,p3,p4,p5) syscallDoGeneric(syscallNo,p1,p2,p3,p4,p5) argument
76 #define syscallDo6P(syscallNo,p1,p2,p3,p4,p5,p6) cpuSyscallDo5P(syscallNo,p1,p2,p3,p4,p5,p6) argument
78 #define syscallDo6P(syscallNo,p1,p2,p3,p4,p5,p6) syscallDoGeneric(syscallNo,p1,p2,p3,p4,p5,p6) argument
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DsyscallDo.h83 #define cpuSyscallDo2P(syscallNo, p1, p2) \
87 register uint32_t _r2 asm("r2") = (uint32_t)p2;\
97 #define cpuSyscallDo3P(syscallNo, p1, p2, p3) \
101 register uint32_t _r2 asm("r2") = (uint32_t)p2;\
112 #define cpuSyscallDo4P(syscallNo, p1, p2, p3, p4) \
116 register uint32_t _r2 asm("r2") = (uint32_t)p2; \
/device/google/contexthub/firmware/lib/libc/
Dmemcmp.c45 const unsigned char *p1 = s1, *p2 = s2; in memcmp() local
48 if (*p1++ != *p2++) in memcmp()
49 return (*--p1 - *--p2); in memcmp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.h26 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2);
28 const TValue *p2);
30 const TValue *p2);
Dldebug.c532 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { in luaG_concaterror() argument
533 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2; in luaG_concaterror()
539 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_aritherror() argument
542 p2 = p1; /* first operand is wrong */ in luaG_aritherror()
543 luaG_typeerror(L, p2, "perform arithmetic on"); in luaG_aritherror()
547 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror() argument
549 const char *t2 = objtypename(p2); in luaG_ordererror()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Drow.c75 char* p2; in pysqlite_row_subscript() local
101 p2 = compare_key; in pysqlite_row_subscript()
104 if ((*p1 == (char)0) || (*p2 == (char)0)) { in pysqlite_row_subscript()
108 if ((*p1 | 0x20) != (*p2 | 0x20)) { in pysqlite_row_subscript()
113 p2++; in pysqlite_row_subscript()
116 if ((*p1 == (char)0) && (*p2 == (char)0)) { in pysqlite_row_subscript()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DString.c689 CHAR16 *p2; in EfiStrTrim() local
702 p2 = str; in EfiStrTrim()
703 if (p2 == p1) { in EfiStrTrim()
705 p2++; in EfiStrTrim()
710 *p2 = *p1; in EfiStrTrim()
712 p2++; in EfiStrTrim()
714 *p2 = 0; in EfiStrTrim()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset.c277 if (p->jtype != RuleBlk && p->p2 != NULL && /* MR14 */ ! p->guess) {
278 REACH(p->p2, k, rk, b);
685 Predicate *p2; local
752 p2=predicate_dup_without_context(alt2->predicate);
753 p2=MR_unfold(p2);
754 MR_clearPredEntry(p2);
755 MR_simplifyInverted(p2,0);
756 p2=MR_predSimplifyALL(p2);
757 if (MR_comparePredicates(p1,p2)) {
821 MR_dumpPred1(1,p2,0);
[all …]
Ddumpnode.c209 if (j->p2) {
210 if (j->p2->ntype == nJunction) {
211 fprintf(stderr," (p2=#%d)",( (Junction *) j->p2)->seq);
288 result=( (Junction *) p )->p2;
392 if (j->p2 != NULL && !j->ignore) {
393 match=findnode1(j->p2);
414 for (j=SynDiag; j != NULL; j=(Junction *)j->p2) {
Dmisc.c374 RemapForcedTokensInSyntaxDiagram( j->p2 );
965 require(q->p2!=NULL, "pBlk: invalid ()* block");
967 alt = (Junction *)q->p2;
983 for (a=1,alt=q; alt != NULL; alt= (Junction *) alt->p2, a++)
996 if ( alt->p2 == NULL && btype == aOptBlk )
1002 if ( alt->p2 != NULL && ((Junction *)alt->p2)->ignore ) break;
1004 if ( alt->p2 != NULL && !(((Junction *)alt->p2)->p2==NULL && btype == aOptBlk) )
1016 p = (Junction *) ((Junction *)alt->p2)->p1;
1155 if ( q->p2 != NULL ) PRINT(q->p2);
1160 if ( q->p2 != NULL ) PRINT(q->p2);
[all …]
Dbuild.c320 ((Junction *)g1.left)->p2 = g2.left;
397 for(p=(Junction *)g1.left; p->p2!=NULL; p=(Junction *)p->p2)
399 p->p2 = g.left; /* add optional alternative */
482 ((Junction *)g1.right)->p2 = g1.left; /* add loop branch to G */
492 begin->p2 = (Node *) g.left; /* make bypass arc */
536 ((Junction *)g1.right)->p2 = g1.left; /* add loop branch to G */
551 for(p=first_alt; p!=NULL; p=(Junction *)p->p2)
567 last_alt->p2 = g.left;
Dgen.c224 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 )
1559 if ( q->p2 == NULL ) /* only one alternative? Then don't need if */
1575 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 )
1577 if ( alt->p2 == NULL ) /* chk for empty alt */
1618 /* MR10 */ if (alt->p2 == NULL &&
1658 /* MR10 */ if (alt->p2 == NULL) {
1682 for (alt=q; alt != NULL; alt= (Junction *) alt->p2 )
1700 for (alt=q; alt->p2 != NULL && !( (Junction *) alt->p2)->ignore; alt= (Junction *) alt->p2 ) {};
2744 if ( q->p2 != NULL ) {tab(); makeErrorClause(q,f,max_k,0 /* use plus block bypass ? */ );}
2767 if ( q->p2 != NULL ) {tab(); makeErrorClause(q,f,max_k,0 /* use plus block bypass ? */ );}
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dfuture.py59 p2 = BadFutureParser()
61 walk(node, p2)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_xrange.py61 p2 = patcomp.compile_pattern(P2) variable in FixXrange
73 return self.p2.match(node.parent, results) and results["node"] is node
Dfix_dict.py89 p2 = patcomp.compile_pattern(P2) variable in FixDict
107 return self.p2.match(node.parent, results) and results["node"] is node
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_long.py32 p2 = 4L # 0 and 1 already added variable
34 special.append(p2 - 1)
35 p2 = p2 << 1 variable
36 del p2
215 p2 = 2L ** n
218 eq(x // p2, x >> n,
219 Frm("x // p2 != x >> n for x=%r n=%r p2=%r", (x, n, p2)))
220 eq(x * p2, x << n,
221 Frm("x * p2 != x << n for x=%r n=%r p2=%r", (x, n, p2)))
222 eq(x & -p2, x >> n << n,
[all …]
Dtest_weakref.py181 p2 = weakref.proxy(L2)
182 self.assertEqual(p, p2)
240 p2 = makeref(o, None)
241 self.assertTrue(p1 is p2, "both callbacks were None in the C API")
242 del p1, p2
244 p2 = makeref(o, None)
245 self.assertTrue(p1 is p2, "callbacks were NULL, None in the C API")
246 del p1, p2
248 p2 = makeref(o)
249 self.assertTrue(p1 is p2, "both callbacks were NULL in the C API")
[all …]
Dtest_shelve.py101 p2 = d['key']
102 self.assertNotEqual(p1, p2) # Write creates new object in store
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
DReadAr.s64 .pred.rel "mutex",p1,p2,p3,p4,p5,p6,p7,p8,p17,p18,p19,p20,p22,p25,\
67 (p2) mov ret0=ar.k1 // ar1
DReadCr.s65 .pred.rel "mutex",p1,p2,p3,p9,p17,p18,p20,p21,p22,p23,p24,p25,p26,\
68 (p2) mov ret0=cr.itm // cr1
/device/google/dragon/audio/hal/dsp/
Ddrc.c140 float z2, p2; in emphasis_stage_pair_biquads() local
143 emphasis_stage_roots(gain, f2, &z2, &p2); in emphasis_stage_pair_biquads()
149 float a1 = -(p1 + p2); in emphasis_stage_pair_biquads()
150 float a2 = p1 * p2; in emphasis_stage_pair_biquads()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_util.py200 p2 = """ variable
214 global p0, p1, p2, pats_built
218 p2 = patcomp.compile_pattern(p2)
220 patterns = [p0, p1, p2]
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dcpu.h171 #define cpu_proc_fork(p1, p2) /* XXX: Look into this. */ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h885 #define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2))) argument
887 #define Py_FORMAT_PARSETUPLE(func,p1,p2) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h885 #define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2))) argument
887 #define Py_FORMAT_PARSETUPLE(func,p1,p2) argument

123