OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ibase
(Results
1 - 4
of
4
) sorted by null
/external/libpng/contrib/tools/
makesRGB.c
77
unsigned int i, i16,
ibase
;
local
211
for (
ibase
=0;
ibase
<65536;
ibase
+=128)
213
png_uint_16 base = png_sRGB_base[
ibase
>> 7], trybase = base, ob=base;
214
png_byte delta = png_sRGB_delta[
ibase
>> 7], trydelta = delta, od=delta;
219
png_sRGB_base[
ibase
>> 7] = trybase;
220
png_sRGB_delta[
ibase
>> 7] = trydelta;
224
for (i16=
ibase
; i16 <
ibase
+128; ++i16
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
gold.cc
202
Incremental_binary*
ibase
= NULL;
local
209
ibase
= open_incremental_binary(of);
210
if (
ibase
!= NULL
211
&&
ibase
->check_inputs(cmdline, layout->incremental_inputs()))
212
ibase
->init_layout(layout);
215
delete
ibase
;
216
ibase
= NULL;
220
if (
ibase
== NULL)
234
if (
ibase
== NULL)
257
unsigned int input_file_count =
ibase
->input_file_count()
695
Incremental_binary*
ibase
= layout->incremental_base();
local
[
all
...]
readsyms.cc
620
Incremental_binary*
ibase
= this->layout_->incremental_base();
local
621
gold_assert(
ibase
!= NULL);
624
Script_info* lib_script_info =
ibase
->get_script_info(lib_index);
/external/blktrace/btreplay/
btreplay.c
140
static char *
ibase
= "replay"; // Input base name
variable
789
sprintf(fn, "%s/%s.%s.%d.rep", idir, tip->devnm,
ibase
,
966
sprintf(full_name, "%s/%s.%s.%d", idir, dip->devnm,
ibase
, cpu);
[
all
...]
Completed in 6342 milliseconds