HomeSort by relevance Sort by last modified time
    Searched defs:aa (Results 101 - 125 of 333) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_8/src/utils/
os_internal.c 476 const u8 *aa = a; local
482 res |= aa[i] ^ bb[i];
os_unix.c 500 const u8 *aa = a; local
506 res |= aa[i] ^ bb[i];
  /frameworks/base/media/java/android/media/
AudioAttributes.java 372 * @param aa the AudioAttributes object whose data will be reused in the new Builder.
375 public Builder(AudioAttributes aa) {
376 mUsage = aa.mUsage;
377 mContentType = aa.mContentType;
378 mFlags = aa.mFlags;
379 mTags = (HashSet<String>) aa.mTags.clone();
389 AudioAttributes aa = new AudioAttributes(); local
390 aa.mContentType = mContentType;
391 aa.mUsage = mUsage;
392 aa.mSource = mSource
    [all...]
  /bionic/libc/include/arpa/
nameser_compat.h 60 unsigned aa: 1; /* authoritive answer */ member in struct:__anon164
74 unsigned aa :1; /* authoritive answer */ member in struct:__anon164
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 107 unsigned aa: 1; /* authoritive answer */ member in struct:__anon1464
121 unsigned aa :1; /* authoritive answer */ member in struct:__anon1464
  /device/google/contexthub/firmware/src/algos/
fusion.c 557 struct Vec3 aa; local
558 mat33Apply(&aa, &R, &fusion->Ba);
559 float cos_err = vec3Dot(&aa, &unityA);
  /external/boringssl/src/crypto/bn/
exponentiation.c 434 BIGNUM *aa; local
457 aa = BN_CTX_get(ctx);
459 if (!aa || !val[0]) {
466 if (!BN_copy(aa, m)) {
469 aa->neg = 0;
470 if (BN_RECP_CTX_set(&recp, aa, ctx) <= 0) {
490 if (!BN_mod_mul_reciprocal(aa, val[0], val[0], &recp, ctx)) {
496 !BN_mod_mul_reciprocal(val[i], val[i - 1], aa, &recp, ctx)) {
624 const BIGNUM *aa; local
668 aa = val[0]
    [all...]
  /external/ceres-solver/include/ceres/
rotation.h 488 T aa = a * a; local
499 R(0, 0) = aa + bb - cc - dd; R(0, 1) = T(2) * (bc - ad); R(0, 2) = T(2) * (ac + bd); // NOLINT
500 R(1, 0) = T(2) * (ad + bc); R(1, 1) = aa - bb + cc - dd; R(1, 2) = T(2) * (cd - ab); // NOLINT
501 R(2, 0) = T(2) * (bd - ac); R(2, 1) = T(2) * (ab + cd); R(2, 2) = aa - bb - cc + dd; // NOLINT
  /external/clang/test/Analysis/
pr22954.c 1 // Given code 'struct aa { char s1[4]; char * s2;} a; memcpy(a.s1, ...);',
17 struct aa { struct
24 struct aa a0 = {{1, 2, 3, 4}, 0};
38 struct aa a1;
52 struct aa a2 = {{1, 2}};
66 struct aa a3 = {{1, 2, 3, 4}, 0};
85 struct aa a;
112 struct aa a0 = {{1, 2, 3, 4}, 0};
120 struct aa a1;
128 struct aa a2 = {{1, 2}}
    [all...]
  /external/harfbuzz_ng/test/api/
test-unicode.c 661 hb_unicode_funcs_t *uf, *aa; local
665 aa = hb_unicode_funcs_create (uf);
669 hb_unicode_funcs_set_script_func (aa, a_is_for_arabic_get_script,
672 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC);
673 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_UNKNOWN);
676 hb_unicode_funcs_destroy (aa);
683 hb_unicode_funcs_t *uf, *aa; local
686 aa = hb_unicode_funcs_create (uf);
688 hb_unicode_funcs_set_script_func (aa, a_is_for_arabic_get_script,
691 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC)
702 hb_unicode_funcs_t *uf, *aa; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 261 SortedSet aa = (SortedSet) a; local
264 Comparator aac = aa.comparator();
266 Iterator ai = aa.iterator();
283 Iterator ai = aa.iterator();
314 SortedSet aa = (SortedSet) a; local
317 Comparator aac = aa.comparator();
319 Iterator ai = aa.iterator();
338 Iterator ai = aa.iterator();
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 260 SortedSet aa = (SortedSet) a; local
263 Comparator aac = aa.comparator();
265 Iterator ai = aa.iterator();
282 Iterator ai = aa.iterator();
313 SortedSet aa = (SortedSet) a; local
316 Comparator aac = aa.comparator();
318 Iterator ai = aa.iterator();
337 Iterator ai = aa.iterator();
  /external/libpcap/Win32/Include/arpa/
nameser.h 258 unsigned aa: 1; /* authoritive answer */ member in struct:__anon16736
271 unsigned aa :1; /* authoritive answer */ member in struct:__anon16736
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_emit.c 1375 struct brw_reg aa = offset(arg1[comp], off); local
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 163 FX_FLOAT aa = local
171 ma = aa;
177 FX_FLOAT aa = ma * pMatrix->a + mb * pMatrix->c; local
181 ma = aa;
  /external/skia/gm/
bleed.cpp 325 interest (i.e., the inner four checks) due to AA or filtering if allowed by the
353 void drawCase1(SkCanvas* canvas, int transX, int transY, bool aa,
364 paint.setAntiAlias(aa);
370 void drawCase2(SkCanvas* canvas, int transX, int transY, bool aa,
380 paint.setAntiAlias(aa);
386 void drawCase3(SkCanvas* canvas, int transX, int transY, bool aa,
399 paint.setAntiAlias(aa);
405 void drawCase4(SkCanvas* canvas, int transX, int transY, bool aa,
418 paint.setAntiAlias(aa);
424 void drawCase5(SkCanvas* canvas, int transX, int transY, bool aa,
503 bool aa = SkToBool(antiAlias); variable
    [all...]
  /external/skia/samplecode/
SampleFatBits.cpp 58 void setAA(bool aa) { fAA = aa; }
119 bool aa = this->getAA(); local
129 paint->setAntiAlias(aa);
485 fFB.getAA() ? "AA" : "BW",
  /external/skia/src/core/
SkBlitter_RGB16.cpp 220 unsigned aa = *alpha++; local
221 *device = SkAlphaMulRGB16(*device, SkAlpha255To256(255 - aa));
243 unsigned aa = antialias[0]; local
245 if (aa) {
246 if (aa == 255) {
249 aa = SkAlpha255To256(255 - aa);
251 *device = SkAlphaMulRGB16(*device, aa);
311 unsigned aa = antialias[0]; local
313 if (aa) {
584 unsigned aa = antialias[0]; local
638 unsigned aa = *alpha++; local
769 int aa = *antialias; local
850 int aa = *antialias; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 110 char *aa, *bb; local
120 aa = os_strdup(a);
123 if (aa == NULL || bb == NULL) {
124 os_free(aa);
129 x509_str_strip_whitespace(aa);
132 ret = os_strcasecmp(aa, bb);
134 os_free(aa);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 908 const struct neighbor_report *aa = a; local
911 if (!aa->preference_present && !bb->preference_present)
913 if (!aa->preference_present)
917 if (bb->preference > aa->preference)
919 if (bb->preference < aa->preference)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 116 unsigned aa: 1; /* authoritive answer */ member in struct:__anon36015
130 unsigned aa :1; /* authoritive answer */ member in struct:__anon36015
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 54 unsigned aa: 1; /*%< authoritive answer */ member in struct:__anon37160
68 unsigned aa :1; /*%< authoritive answer */ member in struct:__anon37160
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 54 unsigned aa: 1; /*%< authoritive answer */ member in struct:__anon39031
68 unsigned aa :1; /*%< authoritive answer */ member in struct:__anon39031
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 116 unsigned aa: 1; /* authoritive answer */ member in struct:__anon43045
130 unsigned aa :1; /* authoritive answer */ member in struct:__anon43045
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 107 unsigned aa: 1; /* authoritive answer */ member in struct:__anon54420
121 unsigned aa :1; /* authoritive answer */ member in struct:__anon54420

Completed in 2178 milliseconds

1 2 3 45 6 7 8 91011>>