/external/eigen/Eigen/src/Core/arch/ZVector/ |
PacketMath.h | 464 double EIGEN_ALIGN16 af[2]; local 465 af[0] = from[0*stride]; 466 af[1] = from[1*stride]; 467 return pload<Packet2d>(af); 492 double EIGEN_ALIGN16 af[2]; local 493 pstore<double>(af, from); 494 to[0*stride] = af[0]; 495 to[1*stride] = af[1];
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
intrapred_vsx.c | 620 const uint8x16_t af = vec_vsx_ld(0, above); local 621 const uint8x16_t above_right = vec_splat(af, 7); 622 const uint8x16_t a = xxpermdi(af, above_right, 1); 679 const uint8x16_t af = vec_vsx_ld(0, above); local 680 const uint8x16_t above_right = vec_splat(af, 9); 681 const uint8x16_t a = xxpermdi(af, above_right, 1);
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_lowering_nv50.cpp | 496 Value *a, *af = bld.getSSA(); local 499 bld.mkCvt(OP_CVT, TYPE_F32, af, ty, div->getSrc(0)); 503 af->getInsn()->src(0).mod = Modifier(NV50_IR_MOD_ABS); 517 bld.mkOp2(OP_MUL, TYPE_F32, (qf = bld.getSSA()), af, bf)->rnd = ROUND_Z; [all...] |
/external/grpc-grpc/src/core/tsi/ |
ssl_transport_security.cc | 367 int af; local 370 af = AF_INET; 372 af = AF_INET6; 378 const char* name = inet_ntop(af, subject_alt_name->d.iPAddress->data, [all...] |
/external/icu/icu4c/source/test/intltest/ |
caltest.cpp | 385 UBool eq = FALSE,b4 = FALSE,af = FALSE; local 432 (af=cal->after(*cal2, status)) || 437 af?'T':'F'); [all...] |
numfmtst.cpp | 532 Formattable af; local 533 fmt.parse(s, af, pos); 536 if (af.getType() == Formattable::kLong) 537 a = af.getLong(); 538 else if (af.getType() == Formattable::kDouble) { 539 a = af.getDouble(); 581 Formattable af; local 582 fmt.parse(s, af, pos); 583 if (af.getType() == Formattable::kLong || 584 af.getType() == Formattable::kInt64) 7461 Formattable af; local 7477 Formattable af; local [all...] |
/external/iputils/ |
ping6.c | 1501 int af; local [all...] |
/external/libnl/lib/route/ |
link.c | 216 /* proto info af reference */ 545 int af; local 551 if ((af = nl_str2af(kind)) >= 0 && 552 !af_ops && (af_ops = af_lookup_and_alloc(link, af))) { 557 link->l_family = family = af; [all...] |
/external/tcpdump/ |
print-rsvp.c | 31 #include "af.h" 1198 int subobj_type,af,subobj_len,total_subobj_len; local [all...] |
print-bgp.c | 47 #include "af.h" 1365 uint16_t af; local [all...] |
print-lldp.c | 33 #include "af.h" 1315 uint8_t af; local [all...] |
/external/toybox/toys/pending/ |
ip.c | 339 static int get_prefix(uint32_t *addr, uint8_t *af, char *name, int family) 345 *af = family; 349 *af = AF_INET6; 357 *af = AF_INET; 376 static int get_nmask_prefix(uint32_t *netmask, uint8_t af, 384 *netmask = (af == AF_INET6) ? 128 : 32; // set default netmask 409 uint8_t af = AF_UNSPEC; local 413 if (get_prefix(addr, &af, name, family)) error_exit("Invalid prefix"); 416 if (get_nmask_prefix(netmask, af, slash+1, family)) 420 else if (af == AF_INET && *addr) *netmask = 32 1112 uint8_t af = AF_UNSPEC; local 1132 uint8_t af = AF_UNSPEC; local 2184 uint8_t af = AF_UNSPEC; local 2433 uint8_t af = AF_INET; local [all...] |
/frameworks/av/media/libaudioclient/ |
AudioSystem.cpp | 49 sp<IAudioFlinger> af; local 77 af = gAudioFlinger; 81 af->registerClient(afc); 84 return af; 90 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 91 if (af == 0) return 0; 118 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 119 if (af == 0) return PERMISSION_DENIED; 120 return af->setMicMute(state); 125 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger() local 133 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 141 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 149 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 157 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 167 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 176 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 186 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 195 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 204 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 211 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 218 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 304 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 341 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 378 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 404 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 412 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 420 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 432 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 439 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 447 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 455 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 462 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 470 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 643 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1090 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1097 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1104 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1264 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1285 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1369 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1376 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local 1390 const sp<IAudioFlinger>& af = AudioSystem::get_audio_flinger(); local [all...] |
/frameworks/av/services/audioflinger/ |
Effects.cpp | 295 sp<AudioFlinger> af = mAudioFlinger.promote(); local 296 if (af != 0) { 298 af->updateOrphanEffectChains(this); [all...] |
Tracks.cpp | 60 #define LOG_TAG "AF::TrackBase" 307 #define LOG_TAG "AF::TrackHandle" 494 #define LOG_TAG "AF::Track" 1290 sp<AudioFlinger> af = mClient->audioFlinger(); local [all...] |
AudioFlinger.cpp | 264 sp<AudioFlinger> af; local 267 af = gAudioFlinger.promote(); 270 if (af != 0) { 271 ret = af->openMmapStream( 571 // NBAIO_Tee dump is safe to call outside of AF lock. 803 // Any secondary output setup failure will lead to a desync between the AP and AF until [all...] |
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyService.cpp | 616 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local 617 if (af) { 619 af->setRecordSilenced(uid, silenced); 1111 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local 1123 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local 1167 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local 1207 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
socketmodule.c | 326 int inet_pton(int af, const char *src, void *dst);
327 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
837 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af)
848 hints.ai_family = af;
893 if (af != AF_INET && af != AF_UNSPEC) {
922 hints.ai_family = af;
927 if (error == EAI_NONAME && af == AF_UNSPEC) {
3534 int af; local 4031 int af; local 4081 int af; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
socketmodule.c | 321 int inet_pton(int af, const char *src, void *dst);
322 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
779 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af)
790 hints.ai_family = af;
835 if (af != AF_INET && af != AF_UNSPEC) {
864 hints.ai_family = af;
869 if (error == EAI_NONAME && af == AF_UNSPEC) {
3452 int af; local 3949 int af; local 3999 int af; local [all...] |
/external/openssh/ |
channels.c | 1242 u_int have, need, i, found, nmethods, addrlen, af; local [all...] |
/external/python/cpython2/Modules/ |
socketmodule.c | 350 int inet_pton(int af, const char *src, void *dst); 351 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); 861 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af) 872 hints.ai_family = af; 917 if (af != AF_INET && af != AF_UNSPEC) { 946 hints.ai_family = af; 951 if (error == EAI_NONAME && af == AF_UNSPEC) { 3559 int af; local 4056 int af; local 4106 int af; local [all...] |
/external/python/cpython3/Modules/ |
socketmodule.c | 1022 setipaddr(const char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af) 1031 hints.ai_family = af; 5505 int af; local 6085 int af; local 6135 int af; local [all...] |
/external/iproute2/misc/ |
ss.c | 258 static void filter_af_set(struct filter *f, int af) 260 f->states |= default_afs[af].states; 261 f->families |= 1 << af; 263 preferred_family = af; 266 static int filter_af_get(struct filter *f, int af) 268 return f->families & (1 << af); 295 int af; local 304 for (af = 0; af < AF_MAX; af++) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 2644 INTERP_FILTER af = SWITCHABLE, lf = SWITCHABLE; local [all...] |
/external/toybox/generated/ |
globals.h | 871 int af; member in struct:tftp_data
|