/external/dbus/bus/ |
config-parser.c | 552 const char **retloc; member in struct:__anon10132 567 const char **retloc; local 581 attrs[0].retloc = first_attribute_retloc; 587 retloc = va_arg (args, const char**); 591 _dbus_assert (retloc != NULL); 595 attrs[n_attrs].retloc = retloc; 597 *retloc = NULL; 600 retloc = va_arg (args, const char**); 617 retloc = attrs[j].retloc [all...] |
/external/valgrind/VEX/priv/ |
host_mips_isel.c | 389 call is unconditional. |retloc| is set to indicate where the 395 /*OUT*/RetLoc* retloc, 410 *retloc = mk_RetLoc_INVALID(); 616 vassert(is_RetLoc_INVALID(*retloc)); 620 *retloc = mk_RetLoc_simple(RLPri_None); 623 *retloc = mk_RetLoc_simple(mode64 ? RLPri_Int : RLPri_2Int); 626 *retloc = mk_RetLoc_simple(RLPri_Int); 630 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 635 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0) [all...] |
host_x86_isel.c | 383 RetLoc rloc ) 422 call is unconditional. |retloc| is set to indicate where the 429 /*OUT*/RetLoc* retloc, 443 *retloc = mk_RetLoc_INVALID(); 657 vassert(is_RetLoc_INVALID(*retloc)); 661 *retloc = mk_RetLoc_simple(RLPri_None); 664 *retloc = mk_RetLoc_simple(RLPri_2Int); 667 *retloc = mk_RetLoc_simple(RLPri_Int); 670 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0) [all...] |
host_arm64_isel.c | 469 call is unconditional. |retloc| is set to indicate where the 477 /*OUT*/RetLoc* retloc, 493 *retloc = mk_RetLoc_INVALID(); 739 vassert(is_RetLoc_INVALID(*retloc)); 743 *retloc = mk_RetLoc_simple(RLPri_None); 746 *retloc = mk_RetLoc_simple(RLPri_Int); 749 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 754 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0); 763 /* Finally, generate the call itself. This needs the *retloc valu [all...] |
host_s390_isel.c | 512 /*OUT*/RetLoc *retloc, 523 *retloc = mk_RetLoc_INVALID(); 619 vassert(is_RetLoc_INVALID(*retloc)); 623 *retloc = mk_RetLoc_simple(RLPri_None); 626 *retloc = mk_RetLoc_simple(RLPri_Int); 639 callee->name, *retloc)); [all...] |
host_ppc_isel.c | 711 call is unconditional. |retloc| is set to indicate where the 718 /*OUT*/RetLoc* retloc, 734 *retloc = mk_RetLoc_INVALID(); [all...] |
host_amd64_isel.c | 422 call is unconditional. |retloc| is set to indicate where the 429 /*OUT*/RetLoc* retloc, 442 *retloc = mk_RetLoc_INVALID(); 667 vassert(is_RetLoc_INVALID(*retloc)); 671 *retloc = mk_RetLoc_simple(RLPri_None); 674 *retloc = mk_RetLoc_simple(RLPri_Int); 677 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 681 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0); 690 /* Finally, generate the call itself. This needs the *retloc valu [all...] |
host_arm_isel.c | 373 call is unconditional. |retloc| is set to indicate where the 381 /*OUT*/RetLoc* retloc, 397 *retloc = mk_RetLoc_INVALID(); 654 vassert(is_RetLoc_INVALID(*retloc)); 658 *retloc = mk_RetLoc_simple(RLPri_None); 661 *retloc = mk_RetLoc_simple(RLPri_2Int); 664 *retloc = mk_RetLoc_simple(RLPri_Int); 668 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 673 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0) [all...] |