OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpd
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd-6.8.2/
control.c
57
struct fd_data *
fpd
;
local
62
TAILQ_FOREACH(
fpd
, &fp->queue, next) {
63
if (
fpd
->data == data) {
/external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c
126
struct nv30_fragprog_data *
fpd
;
local
129
sizeof(*
fpd
));
130
fpd
= &fp->consts[fp->nr_consts - 1];
131
fpd
->offset = fpc->inst_offset + 4;
132
fpd
->index = src.reg.index;
133
memset(&fp->insn[
fpd
->offset], 0, sizeof(uint32_t) * 4);
[
all
...]
/external/fio/
client.c
849
fio_fp64_t *
fpd
= &dst->percentile_list[i];
local
851
fpd
->u.f = fio_uint64_to_double(le64_to_cpu(fps->u.i));
[
all
...]
Completed in 282 milliseconds