OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outn
(Results
1 - 3
of
3
) sorted by null
/system/core/libsparse/
output_file.c
127
struct output_file_normal *
outn
= to_output_file_normal(out);
local
129
outn
->fd = fd;
136
struct output_file_normal *
outn
= to_output_file_normal(out);
local
138
ret = lseek64(
outn
->fd, cnt, SEEK_CUR);
149
struct output_file_normal *
outn
= to_output_file_normal(out);
local
151
ret = ftruncate64(
outn
->fd, len);
162
struct output_file_normal *
outn
= to_output_file_normal(out);
local
164
ret = write(
outn
->fd, data, len);
178
struct output_file_normal *
outn
= to_output_file_normal(out);
local
180
free(
outn
);
630
struct output_file_normal *
outn
= calloc(1, sizeof(struct output_file_normal));
local
[
all
...]
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
288
/// f(in0, ..., inN, out0, ...,
outN
)
/prebuilts/misc/linux-x86/flex/
flex-2.5.4a
Completed in 55 milliseconds