/external/fastrpc/src/ |
D | adsp_listener_stub.c | 524 static __inline int _stub_pack(allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remote_a… in _stub_pack() argument 539 static __inline int _stub_pack_1(allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remote… in _stub_pack_1() argument 569 allocator _al[1] = {{0}}; in _stub_method() local 591 allocator_init(_al, 0, 0); in _stub_method() 592 _ALLOCATE(_nErr, _al, ((((_numIn[0] + _numROut[0]) + 1) + 1) * sizeof(_pra[0])), 4, _pra); in _stub_method() 603 _ALLOCATE(_nErr, _al, (_in2Len[0] * 4), 4, _praIn[0].buf.pv); in _stub_method() 607 …_TRY(_nErr, _stub_pack_1(_al, (_praIn + 1), _ppraIn, (_praROut + 0), _ppraROut, _seq_primIn2, 0, (… in _stub_method() 610 _ALLOCATE(_nErr, _al, (_rout6Len[0] * 4), 4, _praIn[1].buf.pv); in _stub_method() 614 …_TRY(_nErr, _stub_pack(_al, (_praIn + 2), _ppraIn, (_praROut + 0), _ppraROut, _seq_primIn6, 0, (ch… in _stub_method() 635 allocator_deinit(_al); in _stub_method() [all …]
|
D | adsp_current_process1_stub.c | 497 static __inline int _stub_pack(_allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remote_… in _stub_pack() argument 523 _allocator _al[1] = {{0}}; in _stub_method_1() local 539 _allocator_init(_al, 0, 0); in _stub_method_1() 540 _ALLOCATE(_nErr, _al, ((((_numIn[0] + _numROut[0]) + 1) + 0) * sizeof(_pra[0])), 4, _pra); in _stub_method_1() 547 _ALLOCATE(_nErr, _al, (_in1Len[0] * 4), 4, _praIn[0].buf.pv); in _stub_method_1() 551 …_TRY(_nErr, _stub_pack(_al, (_praIn + 1), _ppraIn, (_praROut + 0), _ppraROut, _seq_primIn1, 0, SLI… in _stub_method_1() 560 _allocator_deinit(_al); in _stub_method_1()
|
D | adsp_current_process_stub.c | 579 static __inline int _stub_pack(_allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remote_… in _stub_pack() argument 605 _allocator _al[1] = {{0}}; in _stub_method_1() local 621 _allocator_init(_al, 0, 0); in _stub_method_1() 622 _ALLOCATE(_nErr, _al, ((((_numIn[0] + _numROut[0]) + 1) + 0) * sizeof(_pra[0])), 4, _pra); in _stub_method_1() 629 _ALLOCATE(_nErr, _al, (_in1Len[0] * 4), 4, _praIn[0].buf.pv); in _stub_method_1() 633 …_TRY(_nErr, _stub_pack(_al, (_praIn + 1), _ppraIn, (_praROut + 0), _ppraROut, _seq_primIn1, 0, SLI… in _stub_method_1() 642 _allocator_deinit(_al); in _stub_method_1()
|
D | apps_std_skel.c | 731 static __inline int _skel_unpack(_allocator* _al, remote_arg* _praIn, remote_arg* _ppraIn[1], remot… in _skel_unpack() argument 766 _allocator _al[1] = {{0}}; in _skel_method_11() local 798 _allocator_init(_al, 0, 0); in _skel_method_11() 806 _ALLOCATE(_nErr, _al, (_rout2Len[0] * SLIM_IFPTR32(8, 16)), SLIM_IFPTR32(4, 8), _rout2[0]); in _skel_method_11() 809 …_TRY(_nErr, _skel_unpack(_al, (_praIn + 3), _ppraIn, (_praROut + 0), _ppraROut, _praHIn, _ppraHIn,… in _skel_method_11() 819 _allocator_deinit(_al); in _skel_method_11()
|
/external/python/cpython2/Doc/library/ |
D | al.rst | 71 .. _al-config-objects: 129 .. _al-port-objects:
|