HomeSort by relevance Sort by last modified time
    Searched refs:_a (Results 1 - 24 of 24) sorted by null

  /bootable/bootloader/legacy/libc/
memcmp.c 29 int memcmp(void *_a, void *_b, unsigned len)
31 char *a = _a;
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 28 function areArraysEqual(_a, _b)
30 if (_a.length !== _b.length)
32 for (var i = 0; i < _a.length; i++)
33 if (_a[i] !== _b[i])
65 function shouldBe(_a, _b)
67 if (typeof _a != "string" || typeof _b != "string")
72 _av = eval(_a);
79 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
81 testPassed(_a + " is " + _b);
83 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + ".")
    [all...]
js-test-pre.js 38 function areArraysEqual(_a, _b)
40 if (_a.length !== _b.length)
42 for (var i = 0; i < _a.length; i++)
43 if (_a[i] !== _b[i])
75 function evalAndLog(_a)
77 if (typeof _a != "string")
81 debug(_a);
85 _av = eval(_a);
87 testFailed(_a + " threw exception " + e);
91 function shouldBe(_a, _b
    [all...]
  /external/webkit/WebCore/platform/
Arena.h 74 Arena *_a = (pool)->current; \
76 uword _p = _a->avail; \
78 if (_q > _a->limit) \
81 _a->avail = _q; \
85 Arena *_a = (pool)->current; \
87 uword _p = _a->avail; \
90 _q <= _a->limit) { \
91 _a->avail = _q; \
113 Arena *_a = (pool)->current; \
114 if (UPTRDIFF(_m, _a->base) <= UPTRDIFF(_a->avail, _a->base)) {
    [all...]
  /external/safe-iop/include/
safe_iop.h 79 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smax(_a) \
80 ((typeof(_a))(~((typeof(_a)) 1 << ((sizeof(typeof(_a)) * CHAR_BIT) - 1))))
81 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smin(_a) \
82 ((typeof(_a))(-__sio(m)(smax)(_a) - 1))
83 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_umax(_a) ((typeof(_a))(~((typeof(_a)) 0))
    [all...]
  /external/tremolo/Tremolo/
misc.h 156 #define XPROD32(_a, _b, _t, _v, _x, _y) \
157 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
158 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
159 #define XPROD31(_a, _b, _t, _v, _x, _y) \
160 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
161 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
162 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
163 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
164 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 13 #define max(a,b) ({typeof(a) _a = (a); typeof(b) _b = (b); _a > _b ? _a : _b; })
14 #define min(a,b) ({typeof(a) _a = (a); typeof(b) _b = (b); _a < _b ? _a : _b; })
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 55 Key(int _t, String _p, HistoryRecord _a, String _w,
59 activity = _a;
72 if (_a != null) {
73 hash = (ODD_PRIME_NUMBER*hash) + _a.hashCode();
  /frameworks/base/tools/aidl/
aidl_language_l.l 36 identifier [_a-zA-Z][_a-zA-Z0-9\.]*
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 251 sort_by_inode (const void *_a, const void *_b)
255 a = _a;
  /external/bluetooth/glib/tests/
onceinit.c 204 DEFINE_16_TEST_INITIALIZERS (P##_a) \
240 LIST_16_TEST_INITIALIZERS (P##_a), \
  /external/openssl/crypto/perlasm/
x86nasm.pl 109 elsif ($addr =~ /^[_a-z][_a-z0-9]*$/i)
  /external/icu4c/tools/genpname/
genpname.cpp 181 AliasArrayList(const Alias* _a, int32_t _n) {
182 a = _a;
200 PropertyArrayList(const Property* _a, int32_t _n) {
201 a = _a;
    [all...]
  /external/openssl/crypto/ec/
ectest.c 764 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
781 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
796 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
798 if (!BN_hex2bn(&a, _a)) ABORT; \
801 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure 52 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
84 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
225 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h     [all...]
  /external/jpeg/
configure 75 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
118 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
    [all...]
  /external/opencore/engines/player/test/data/
test_amr_ietf.amr 358 }K??????+4 ?<B[??Ax??T?f?'??9?5r??f9?<Dm?f?y????;??_??B?jR????vp< ~??i??)b?J??tI??A??Y?x?<D?%O? ?U?IM?j?? ??t?[p??#>/?<?g?0?U?(??%??}???L1ph#?$P<?y?'?a??3?p??c?iF?+8+m?0<>??Q??=+?|-???vx?ol??c0<D?W?????Iz?q?q?m?agd??`*<D^?=?????5f?????[]?Q????<????KU??p0~?!?i???????`<"$'???????{?$t8????&?D?<?B??)s????G2 ??^[0????<;{'??{??n???<???[l_'?m???<?7{/?K??????o?X )??A#??b?<<]?>X???K1v?D?7???z/u7?>?+?<RpO???0???m??lz??Rj??AZ <"??????Z?ZUR?=pvŒ??Q??NP?<??#&X??*?????! 'C4?/<?A&]A.?<]GO?Ea??J?6????&@?_a?? 6t/?P<4V5?*?2???B?6?t?:??? <FF?4?p?????"?T?x?I?P`{???<(Z)W?????:????t??<C?Q ?sD <5?O?o=?P~??z??g{Ei/??>?.p<(>5W???????%k?&Y?y??u??'`<?_???Ic?x?=?????eg??f???p<?W????W??XG2???8M4 ??? ?<z_?vIq?????e???XGg th????<?_?F???tW?38?*?=?v%GS.???<?N?|??Y?2?"??LS??h ?o?`<??"?b???JG????S??=?@???<@?!??????(??3?I?m{#??T???%?<Rq??Ny)v?9?i?oM?„?o?#????<2r ????|????+?e2T ?Ztn??a6?<m???2?U4?s ?'?/+?KW???6m?<Bl w??E8[^?Cf?&?y?5
    [all...]
  /external/opencore/engines/author/test/test_input/
amrwbtestinput.awb 481 #??? ?p@plw?f??<?=???x(A ???@???;2?^????n?9$? ?p?? ~Pd??_?K=*42Pm ??"._a???2@+???
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 373 PostInstallData(InstallArgs _a, PackageInstalledInfo _r) {
374 args = _a;
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 799 p(? ?Xe?????????PN?? %?%P[??Y?????F??U????@? _^hM??wR?TK??a=????????a????Di???_a???????A?f ???s>??? E?@+?X???
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 3670 milliseconds