Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 25 of 66) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h375 #define Module(a0, a1) _Py_Module(a0, a1) argument
377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument
379 #define Expression(a0, a1) _Py_Expression(a0, a1) argument
381 #define Suite(a0, a1) _Py_Suite(a0, a1) argument
383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) argument
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) argument
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument
393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument
399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5) argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h375 #define Module(a0, a1) _Py_Module(a0, a1) argument
377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument
379 #define Expression(a0, a1) _Py_Expression(a0, a1) argument
381 #define Suite(a0, a1) _Py_Suite(a0, a1) argument
383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) argument
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) argument
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument
393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument
399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5) argument
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub-entry.S25 rsr a1, \reg
26 s32i a1, a3, \loc * 4
33 l32i a1, a3, \loc * 4
34 wsr a1, \reg
62 s32i a1, a2, 4
63 rsr a1, DEBUG_EXCSAVE
64 s32i a1, a2, 8
75 rsr a1, DEBUG_PC
77 bne a1, a2, 1f
78 addi a1, a1, 3
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dpi.py14 k, a, b, a1, b1 = 2, 4, 1, 12, 4
18 a, b, a1, b1 = a1, b1, p*a+q*a1, p*b+q*b1
20 d, d1 = a//b, a1//b1
23 a, a1 = 10*(a%b), 10*(a1%b1)
24 d, d1 = a//b, a1//b1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \
14 return AOP(a1); }
17 PyObject *a1, *a2; \
18 if(! PyArg_UnpackTuple(a,#OP,2,2,&a1,&a2)) return NULL; \
19 return AOP(a1,a2); }
22 PyObject *a1; int a2; \
23 if(! PyArg_ParseTuple(a,"Oi:" #OP,&a1,&a2)) return NULL; \
24 return AOP(a1,a2); }
27 PyObject *a1, *a2; \
28 if(! PyArg_UnpackTuple(a,#OP,2,2,&a1,&a2)) return NULL; \
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \
14 return AOP(a1); }
17 PyObject *a1, *a2; \
18 if(! PyArg_UnpackTuple(a,#OP,2,2,&a1,&a2)) return NULL; \
19 return AOP(a1,a2); }
22 PyObject *a1; int a2; \
23 if(! PyArg_ParseTuple(a,"Oi:" #OP,&a1,&a2)) return NULL; \
24 return AOP(a1,a2); }
27 PyObject *a1, *a2; \
28 if(! PyArg_UnpackTuple(a,#OP,2,2,&a1,&a2)) return NULL; \
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat-macros61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
76 z1 = a1;
80 z1 = ( a0<<negCount ) | ( a1>>count );
94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
99 or 1, depending on whether the concatenation of `a0' and `a1' is zero or
106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
112 z1 = a1;
116 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCount ) != 0 );
121 z1 = a0 | ( a1 != 0 );
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat-macros61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
76 z1 = a1;
80 z1 = ( a0<<negCount ) | ( a1>>count );
94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
99 or 1, depending on whether the concatenation of `a0' and `a1' is zero or
106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
112 z1 = a1;
116 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCount ) != 0 );
121 z1 = a0 | ( a1 != 0 );
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat-macros89 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
97 (This routine makes more sense if `a0' and `a1' are considered to form a
98 fixed-point value with binary point between `a0' and `a1'. This fixed-point
107 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
113 z1 = a1;
117 z1 = ( a0<<negCount ) | ( a1 != 0 );
122 z1 = a0 | ( a1 != 0 );
125 z1 = ( ( a0 | a1 ) != 0 );
136 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
145 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
[all …]
/device/google/crosshatch/audio/
DTest1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning11 "Mono_mix_crossover_left.HP_this.BQ 1.biquad leaf.a1": -1.815341082705,
17 "Mono_mix_crossover_left.HP_this.BQ 2.biquad leaf.a1": -1.815341082705,
24 "Mono_mix_crossover_left.LP_other.BQ 1.biquad leaf.a1": -1.815341082705,
30 "Mono_mix_crossover_left.LP_other.BQ 2.biquad leaf.a1": -1.815341082705,
37 "Mono_mix_crossover_left.LP_this.BQ 1.biquad leaf.a1": -1.815341082705,
43 "Mono_mix_crossover_left.LP_this.BQ 2.biquad leaf.a1": -1.815341082705,
51 "Mono_mix_crossover_right.HP_this.BQ 1.biquad leaf.a1": -1.815341082705,
57 "Mono_mix_crossover_right.HP_this.BQ 2.biquad leaf.a1": -1.815341082705,
64 "Mono_mix_crossover_right.LP_other.BQ 1.biquad leaf.a1": -1.815341082705,
70 "Mono_mix_crossover_right.LP_other.BQ 2.biquad leaf.a1": -1.815341082705,
[all …]
/device/google/cuttlefish/tools/
Dcreate_base_image_arm.sh462 sgdisk -Z -a1 /dev/${dest_dev}
463 sgdisk -a1 -n:1:64:8127 -t:1:8301 -c:1:loader1 /dev/${dest_dev}
464 sgdisk -a1 -n:2:8128:8191 -t:2:8301 -c:2:env /dev/${dest_dev}
465 sgdisk -a1 -n:3:16384:24575 -t:3:8301 -c:3:loader2 /dev/${dest_dev}
466 sgdisk -a1 -n:4:24576:32767 -t:4:8301 -c:4:trust /dev/${dest_dev}
467 sgdisk -a1 -n:5:32768:- -A:5:set:2 -t:5:8305 -c:5:rootfs /dev/${dest_dev}
602 sgdisk -Z -a1 ${device}
603 sgdisk -a1 -n:1:64:8127 -t:1:8301 -c:1:loader1 ${device}
604 sgdisk -a1 -n:2:8128:8191 -t:2:8301 -c:2:env ${device}
605 sgdisk -a1 -n:3:16384:24575 -t:3:8301 -c:3:loader2 ${device}
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_class.py600 a1 = A(1)
602 self.assertEqual(a1.f, a1.f)
603 self.assertNotEqual(a1.f, a2.f)
604 self.assertNotEqual(a1.f, a1.g)
605 self.assertEqual(a1.f, A(1).f)
606 self.assertEqual(hash(a1.f), hash(a1.f))
607 self.assertEqual(hash(a1.f), hash(A(1).f))
609 self.assertNotEqual(A.f, a1.f)
Dtest_minidom.py497 a1 = e.getAttributeNode("a")
499 self.confirm(a1.isSameNode(a2))
506 a1 = e.getAttributeNodeNS("http://xml.python.org/", "b")
508 self.confirm(a1.isSameNode(a2))
547 a1 = attrs1.item(i)
549 self.confirm(a1 is not a2
550 and a1.value == a2.value
551 and a1.nodeValue == a2.nodeValue
552 and a1.namespaceURI == a2.namespaceURI
553 and a1.localName == a2.localName
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Dint_vector.S216 mov a7,a1
432 #movi a1, 0xdeadbeef
433 movi a1, 0xe8075000
435 s32i a1, a2, 0
612 mov a7,a1
641 s32e a1, a5, -12 /* save a1 to call[j+1]'s stack frame */
666 l32e a1, a5, -12 /* restore a1 from call[i+1]'s stack frame */
717 l32e a0, a1, -12 /* a0 <- call[j-1]'s sp
719 s32e a1, a9, -12 /* save a1 to call[j+1]'s stack frame */
748 l32e a1, a9, -12 /* restore a1 from call[i+1]'s stack frame */
[all …]
Dreset.S69 rsil a1, XCHAL_DEBUGLEVEL - 1
78 movi a1, 1
79 wsr a1, WINDOWSTART
423 #movi a1, 0xdeadbeef
424 movi a1, 0xe8073000
426 s32i a1, a2, 0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpdeps.py80 (a, b), (a1, b1) = m_import.regs[:2]
82 (a, b), (a1, b1) = m_from.regs[:2]
84 words = line[a1:b1].split(',')
Dpydocgui.pyw3 # between 2.2a1 and 2.2a2).
/device/google/coral/nfc/
Dlibnfc-hal-st.conf143 a1, 01, 1e,
/device/google/barbet/nfc/
Dlibnfc-hal-st-G4S1M.conf143 a1, 01, 1e,
/device/google/redbull/nfc/
Dlibnfc-hal-st.conf143 a1, 01, 1e,
/device/google/bramble/nfc/
Dlibnfc-hal-st-G6QU3.conf143 a1, 01, 1e,
/device/google/sunfish/nfc/
Dlibnfc-hal-st.conf143 a1, 01, 1e,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzwrite.c386 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument
390 int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
431 sprintf((char *)(state->in), format, a1, a2, a3, a4, a5, a6, a7, a8,
436 len = sprintf((char *)(state->in), format, a1, a2, a3, a4, a5, a6, a7, a8,
441 snprintf((char *)(state->in), size, format, a1, a2, a3, a4, a5, a6, a7, a8,
445 len = snprintf((char *)(state->in), size, format, a1, a2, a3, a4, a5, a6,
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/
Dtrusted.pem19 a1:b1:89:8d:79:71:bd:3a:91:89:76:9f:dc:fd:1d:
44 11:ef:c6:cb:43:ba:ad:3b:7e:65:a1:c7:c5:2d:d1:c0:26:90:
49 ce:6a:29:ad:09:3a:fb:f4:a4:53:28:9e:4b:a1:a0:3c:ef:da:
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsysctl.h162 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument
164 nbr, kind, a1, a2, #name, handler, fmt }; \
174 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) argument

123