HomeSort by relevance Sort by last modified time
    Searched full:rpc (Results 476 - 500 of 906) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 2 % * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 % * may copy or modify Sun RPC without charge, but are not authorized
10 % * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
14 % * Sun RPC is provided with no support and without any obligation on the
19 % * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
52 %#include <rpc/xdr.h>
55 /* Include the RPC Language description of NIS objects */
88 NIS_RPCERROR = 28, /* RPC error encountered */
113 * NIS RPC calls.
294 /* RPC Language description of the NIS+ protocol *
    [all...]
nfs_prot.x 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * may copy or modify Sun RPC without charge, but are not authorized
11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
15 * Sun RPC is provided with no support and without any obligation on the
20 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
rex.x 5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
8 * may copy or modify Sun RPC without charge, but are not authorized
12 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
16 * Sun RPC is provided with no support and without any obligation on the
21 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * may copy or modify Sun RPC without charge, but are not authorized
11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
15 * Sun RPC is provided with no support and without any obligation on the
20 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
rex.x 5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
8 * may copy or modify Sun RPC without charge, but are not authorized
12 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
16 * Sun RPC is provided with no support and without any obligation on the
21 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * may copy or modify Sun RPC without charge, but are not authorized
11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
15 * Sun RPC is provided with no support and without any obligation on the
20 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
rex.x 5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
8 * may copy or modify Sun RPC without charge, but are not authorized
12 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
16 * Sun RPC is provided with no support and without any obligation on the
21 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
  /dalvik/vm/mterp/out/
InterpAsm-mips.S 26 s0 rPC interpreted program counter, used for fetching instructions
35 #define rPC s0
67 #define LOAD_PC_FROM_SELF() lw rPC, offThread_pc(rSELF)
68 #define SAVE_PC_TO_SELF() sw rPC, offThread_pc(rSELF)
79 sw rPC, (offStackSaveArea_currentPc - sizeofStackSaveArea)(rFP)
84 #define FETCH_INST() lhu rINST, (rPC)
86 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \
87 addu rPC, rPC, ((_count) * 2)
93 #define FETCH_ADVANCE_INST_RB(rd) addu rPC, rPC, rd;
    [all...]
InterpAsm-armv7-a-neon.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
InterpAsm-armv7-a.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
InterpAsm-armv5te-vfp.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
InterpAsm-armv5te.S 64 r4 rPC interpreted program counter, used for fetching instructions
76 #define rPC r4
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
100 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
113 #define FETCH_INST() ldrh rINST, [rPC]
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
180 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
227 * into rPC then jump to dvmJitToInterpNoChain to dispatch th
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
180 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
227 * into rPC then jump to dvmJitToInterpNoChain to dispatch th
    [all...]
CompilerTemplateAsm-armv7-a.S 71 r4 rPC interpreted program counter, used for fetching instructions
81 #define rPC r4
96 str rPC, [rFP, #(-sizeofStackSaveArea + offStackSaveArea_currentPc)]
180 ldr rPC, [r0, #offStackSaveArea_savedPc] @ rPC<- saveArea->savedPc
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF()
227 * into rPC then jump to dvmJitToInterpNoChain to dispatch th
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * may copy or modify Sun RPC without charge, but are not authorized
9 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
13 * Sun RPC is provided with no support and without any obligation on the
18 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
41 #include <rpc/types.h>
263 * in the RPC code will not work on 64bit Solaris platforms !
334 * Common opaque bytes objects used by many rpc protocols;
379 #endif /* rpc/xdr.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * may copy or modify Sun RPC without charge, but are not authorized
9 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
13 * Sun RPC is provided with no support and without any obligation on the
18 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
41 #include <rpc/types.h>
263 * in the RPC code will not work on 64bit Solaris platforms !
334 * Common opaque bytes objects used by many rpc protocols;
379 #endif /* rpc/xdr.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * may copy or modify Sun RPC without charge, but are not authorized
9 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
13 * Sun RPC is provided with no support and without any obligation on the
18 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
41 #include <rpc/types.h>
263 * in the RPC code will not work on 64bit Solaris platforms !
334 * Common opaque bytes objects used by many rpc protocols;
379 #endif /* rpc/xdr.h */
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp     [all...]
LowerObject.cpp 183 rPC += 2;
194 rPC += 2;
244 rPC += 1;
282 rPC += 1;
307 rPC += 1;
352 rPC += 2;
427 rPC += 2;
547 rPC += 3;
596 rPC += 3;
621 move_imm_to_mem(OpndSize_32, (int)(rPC+tmp), 4, PhysicalReg_ESP, true)
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 47 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
57 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_EXECUTE_INLINE_RANGE.S 29 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
85 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
OP_INSTANCE_OF.S 49 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
61 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 31 FETCH_ADVANCE_INST(3) # advance rPC, load rINST
102 FETCH_ADVANCE_INST(3) # advance rPC, load rINST
OP_EXECUTE_INLINE_RANGE.S 27 FETCH_ADVANCE_INST(3) # advance rPC, load rINST
90 FETCH_ADVANCE_INST(3) # advance rPC, load rINST

Completed in 402 milliseconds

<<11121314151617181920>>