HomeSort by relevance Sort by last modified time
    Searched defs:af (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/tcpdump/
enc.h 44 u_int32_t af; member in struct:enchdr
print-pflog.c 119 u_int8_t af; local
147 af = hdr->af;
151 switch (af) {
print-gre.c 171 u_int16_t af; local
177 af = EXTRACT_16BITS(bp);
183 if (af == 0 && srelen == 0)
186 gre_sre_print(af, sreoff, srelen, bp, len);
321 gre_sre_print(u_int16_t af, u_int8_t sreoff, u_int8_t srelen,
324 switch (af) {
336 printf(", (rtaf=0x%x) ", af);
  /external/wpa_supplicant_8/src/utils/
ip_addr.h 13 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
  /bionic/libc/dns/resolv/
res_private.h 9 int af; member in struct:__res_state_ext::sort_list
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 47 sp<IAudioFlinger> af = interface_cast<IAudioFlinger>(binder); local
49 data.writeInterfaceToken(af->getInterfaceDescriptor());
  /external/valgrind/main/none/tests/x86/
aad_aam.c 21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
41 af=!!(flags&0x10);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
48 // flags,cf,pf,af,zf,sf,of);
88 af=!!(flags&0x10);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
  /external/qemu/target-i386/
cc_helper_template.h 57 int cf, pf, af, zf, sf, of; local
63 af = (CC_DST ^ src1 ^ src2) & 0x10;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
87 af = (CC_DST ^ src1 ^ src2) & 0x10;
91 return cf | pf | af | zf | sf | of;
105 int cf, pf, af, zf, sf, of;
111 af = (CC_DST ^ src1 ^ src2) & 0x10;
115 return cf | pf | af | zf | sf | of;
130 int cf, pf, af, zf, sf, of
    [all...]
int_helper.c 176 int al, ah, af; local
180 af = eflags & CC_A;
185 if (((al & 0x0f) > 9 ) || af) {
200 int al, ah, af; local
204 af = eflags & CC_A;
209 if (((al & 0x0f) > 9 ) || af) {
223 int al, af, cf; local
228 af = eflags & CC_A;
232 if (((al & 0x0f) > 9 ) || af) {
250 int al, al1, af, cf local
    [all...]
  /external/iproute2/ip/
ipaddrlabel.c 102 int af = preferred_family; local
104 if (af == AF_UNSPEC)
105 af = AF_INET6;
112 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
224 int af = preferred_family; local
226 if (af == AF_UNSPEC)
227 af = AF_INET6;
234 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
iprule.c 213 int af = preferred_family; local
215 if (af == AF_UNSPEC)
216 af = AF_INET;
223 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
416 int af = preferred_family; local
418 if (af == AF_UNSPEC)
419 af = AF_INET;
426 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
  /frameworks/av/services/audiopolicy/
AudioPolicyClientImpl.cpp 30 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
31 if (af == 0) {
36 return af->loadHwModule(name);
47 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
48 if (af == 0) {
52 return af->openOutput(module, output, config, devices, address, latencyMs, flags);
59 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
60 if (af == 0) {
64 return af->openDuplicateOutput(output1, output2);
69 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger() local
79 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
90 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
107 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
118 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
136 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
178 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
    [all...]
AudioPolicyClientImplLegacy.cpp 56 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
57 if (af == 0) {
62 return af->loadHwModule(name);
74 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
75 if (af == 0) {
92 status_t status = af->openOutput(module, &output, &config, pDevices,
136 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
137 if (af == 0) {
141 return af->openDuplicateOutput(output1, output2);
146 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger() local
156 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
167 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
182 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
237 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
247 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
259 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local
    [all...]
  /development/samples/training/ads-and-ux/src/com/example/training/ads/
AdsCatalogActivity.java 89 AdFragment af = new AdFragment(); local
94 af.setArguments(args);
96 return af;
  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 32 F Af;
49 F A::* af = &A::Af; member in class:A
50 pr(a1.*af);
52 (a1.*af).iF = 100;
53 (a1.*af).fF = 200.00;
54 printf(" %d %f\n", (a1.*af).iF, (a1.*af).fF);
55 pr(a1.*af);
57 (a1.*af).iF++
64 F A::* af = &A::Af; member in class:A
    [all...]
dynamic-cast-hint.cpp 30 volatile F *af = dynamic_cast<F *>(a); local
  /external/e2fsprogs/misc/
chattr.c 70 static unsigned long af; variable
172 af |= fl;
222 flags |= af;
309 if ((rf & af) != 0) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 402 double af = Math.abs(f); local
403 return 0 < af && af < smallestNormal(1.0f);
  /external/clang/test/SemaCXX/
member-init.cpp 90 } af; member in namespace:PR14838
  /external/ltrace/testsuite/ltrace.main/
parameters.c 56 float *af; local
97 af = (float*) calloc(sizeof(float), 8);
99 af[x] = 10.1 + x;
100 func_arrayf(af, 8);
101 func_arrayf(af, 2);
  /frameworks/av/media/libmedia/
AudioEffect.cpp 410 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
411 if (af == 0) return PERMISSION_DENIED;
412 return af->queryNumberEffects(numEffects);
417 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
418 if (af == 0) return PERMISSION_DENIED;
419 return af->queryEffect(index, descriptor);
425 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local
426 if (af == 0) return PERMISSION_DENIED;
427 return af->getEffectDescriptor(uuid, descriptor);
  /packages/apps/FMRadio/jni/fmr/
libfm_jni.cpp 215 char *af = NULL; local
218 //ret = FMR_get_af(g_idx, &af, &af_len); // If need, we should implemate this API
224 env->SetShortArrayRegion(AFList, 0, af_len, (const jshort*)af);
  /system/netd/server/
DnsProxyListener.cpp 257 int af = atoi(argv[3]); local
269 new DnsProxyListener::GetHostByNameHandler(cli, name, af, netId, mark);
277 int af,
282 mAf(af),
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 359 double af, bf; local
360 af = (3 << 22) + 0.5 + (double)f;
363 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
372 double af, bf; local
375 af = (3 << 22) + 0.5 + (double)f;
377 u.f = (float) af; ai = u.i;
406 double af, bf; local
407 af = (3 << 22) + 0.5 + (double)f;
410 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
419 double af, bf local
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 357 double af, bf; local
358 af = (3 << 22) + 0.5 + (double)f;
361 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
370 double af, bf; local
373 af = (3 << 22) + 0.5 + (double)f;
375 u.f = (float) af; ai = u.i;
404 double af, bf; local
405 af = (3 << 22) + 0.5 + (double)f;
408 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
417 double af, bf local
    [all...]

Completed in 809 milliseconds

1 2 3 4