/external/syslinux/com32/lua/src/ |
D | lbitlib.c | 155 static int fieldargs (lua_State *L, int farg, int *width) { in fieldargs() argument 156 int f = luaL_checkint(L, farg); in fieldargs() 157 int w = luaL_optint(L, farg + 1, 1); in fieldargs() 158 luaL_argcheck(L, 0 <= f, farg, "field cannot be negative"); in fieldargs() 159 luaL_argcheck(L, 0 < w, farg + 1, "width must be positive"); in fieldargs()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_07_part2.c | 107 static inline void register_farg (void *farg, in register_farg() argument 113 *(uint64_t *)farg = tmp; in register_farg() 115 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 118 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 123 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part3.c | 109 static inline void register_farg (void *farg, in register_farg() argument 115 *(uint64_t *)farg = tmp; in register_farg() 117 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 120 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 125 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part2.c | 110 static inline void register_farg (void *farg, in register_farg() argument 116 *(uint64_t *)farg = tmp; in register_farg() 118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 121 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 126 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part1.c | 110 static inline void register_farg (void *farg, in register_farg() argument 116 *(uint64_t *)farg = tmp; in register_farg() 118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg()
|
D | test_isa_2_07_part1.c | 943 static inline void register_farg (void *farg, in register_farg() argument 949 *(uint64_t *)farg = tmp; in register_farg() 951 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg()
|
D | jm-insns.c | 4292 static inline void register_farg (void *farg, in register_farg() argument 4298 *(uint64_t *)farg = tmp; in register_farg() 4304 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_07_part2.c | 107 static inline void register_farg (void *farg, in register_farg() argument 113 *(uint64_t *)farg = tmp; in register_farg() 115 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 118 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 123 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part3.c | 109 static inline void register_farg (void *farg, in register_farg() argument 115 *(uint64_t *)farg = tmp; in register_farg() 117 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 120 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 125 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part2.c | 110 static inline void register_farg (void *farg, in register_farg() argument 116 *(uint64_t *)farg = tmp; in register_farg() 118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 121 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 126 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part1.c | 110 static inline void register_farg (void *farg, in register_farg() argument 116 *(uint64_t *)farg = tmp; in register_farg() 118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg()
|
D | test_isa_2_07_part1.c | 943 static inline void register_farg (void *farg, in register_farg() argument 949 *(uint64_t *)farg = tmp; in register_farg() 951 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg()
|
D | jm-insns.c | 4292 static inline void register_farg (void *farg, in register_farg() argument 4298 *(uint64_t *)farg = tmp; in register_farg() 4304 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg()
|
/external/jemalloc/bin/ |
D | jeprof.in | 543 foreach my $farg (@ARGV) { 544 if ($farg =~ m/(.*)\@([0-9]+)(|\/.*)$/ ) { 552 unshift(@main::pfile_args, $farg);
|