/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/skia/third_party/lua/src/ |
D | lbitlib.c | 154 static int fieldargs (lua_State *L, int farg, int *width) { in fieldargs() argument 155 int f = luaL_checkint(L, farg); in fieldargs() 156 int w = luaL_optint(L, farg + 1, 1); in fieldargs() 157 luaL_argcheck(L, 0 <= f, farg, "field cannot be negative"); in fieldargs() 158 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_part2.c | 106 static inline void register_farg (void *farg, in register_farg() argument 112 *(uint64_t *)farg = tmp; in register_farg() 114 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 117 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 122 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part3.c | 105 static inline void register_farg (void *farg, in register_farg() argument 111 *(uint64_t *)farg = tmp; in register_farg() 113 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 116 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 121 *(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 | 936 static inline void register_farg (void *farg, in register_farg() argument 942 *(uint64_t *)farg = tmp; in register_farg() 944 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 | 105 static inline void register_farg (void *farg, in register_farg() argument 111 *(uint64_t *)farg = tmp; in register_farg() 113 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 116 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 121 *(uint32_t *)farg = tmp; in register_sp_farg()
|
D | test_isa_2_06_part2.c | 106 static inline void register_farg (void *farg, in register_farg() argument 112 *(uint64_t *)farg = tmp; in register_farg() 114 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 117 static inline void register_sp_farg (void *farg, in register_sp_farg() argument 122 *(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 | 936 static inline void register_farg (void *farg, in register_farg() argument 942 *(uint64_t *)farg = tmp; in register_farg() 944 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/libvorbis/lib/ |
D | vorbisenc.c | 1152 double *farg=(double *)arg; in vorbis_encode_ctl() local 1153 *farg=hi->lowpass_kHz; in vorbis_encode_ctl() 1158 double *farg=(double *)arg; in vorbis_encode_ctl() local 1159 hi->lowpass_kHz=*farg; in vorbis_encode_ctl() 1168 double *farg=(double *)arg; in vorbis_encode_ctl() local 1169 *farg=hi->impulse_noisetune; in vorbis_encode_ctl() 1174 double *farg=(double *)arg; in vorbis_encode_ctl() local 1175 hi->impulse_noisetune=*farg; in vorbis_encode_ctl()
|
/external/valgrind/VEX/switchback/ |
D | test_ppc_jm1.c | 3576 static inline void register_farg (void *farg, in register_farg() argument 3582 *(uint64_t *)farg = tmp; in register_farg() 3584 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);
|