OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_wr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fifo_test.cc
47
char
temp_wr
[kTestSize * 2];
local
53
for (size_t index = 0; index < sizeof(
temp_wr
); index++)
54
temp_wr
[index] = index;
59
wr_offs += fifo.Write(
temp_wr
+ wr_offs, kTestSize);
69
wr_offs += fifo.Write(
temp_wr
+ wr_offs, kQuarterSize);
71
wr_offs += fifo.Write(
temp_wr
+ wr_offs, kQuarterSize);
83
char
temp_wr
[kTestSize * 2];
local
91
for (size_t index = 0; index < sizeof(
temp_wr
); index++)
92
temp_wr
[index] = index;
101
wr_offs += fifo.Write(
temp_wr
, kHalfSize)
129
char
temp_wr
[kTestSize];
local
[
all
...]
/system/core/libdiskconfig/
write_lst.c
61
struct write_list *
temp_wr
;
local
63
temp_wr
= lst->next;
65
lst =
temp_wr
;
config_mbr.c
218
struct write_list *
temp_wr
= NULL;
local
233
if ((
temp_wr
= mk_pri_pentry(dinfo, NULL, cnt, &cur_lba)))
234
wlist_add(&wr_list,
temp_wr
);
252
temp_wr
= mk_pri_pentry(dinfo, pinfo, cnt, &cur_lba);
256
temp_wr
= mk_ext_pentry(dinfo, pinfo, &cur_lba, ext_lba, pnext);
259
if (
temp_wr
)
260
wlist_add(&wr_list,
temp_wr
);
272
if (!(
temp_wr
= mk_pri_pentry(dinfo, &blank, cnt, &cur_lba))) {
276
wlist_add(&wr_list,
temp_wr
);
Completed in 2853 milliseconds