OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_s
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp
154
short4
in_s
= convert_short4(*in);
local
156
in_s
=
in_s
+ ((out_s * (short4)(255 -
in_s
.w)) >> (short4)8);
157
*out = convert_uchar4(
in_s
);
173
short4
in_s
= convert_short4(*in);
local
175
in_s
= out_s + ((
in_s
* (short4)(255 - out_s.w)) >> (short4)8);
176
*out = convert_uchar4(
in_s
);
192
short4
in_s
= convert_short4(*in)
local
228
short4
in_s
= convert_short4(*in);
local
264
short4
in_s
= convert_short4(*in);
local
284
short4
in_s
= convert_short4(*in);
local
[
all
...]
/system/core/libsparse/
sparse.c
356
int sparse_file_resparse(struct sparse_file *
in_s
, unsigned int max_len,
364
tmp = sparse_file_new(
in_s
->block_size,
in_s
->len);
370
s = sparse_file_new(
in_s
->block_size,
in_s
->len);
372
bb = move_chunks_up_to_len(
in_s
, s, max_len);
384
backed_block_list_move(tmp->backed_block_list,
in_s
->backed_block_list,
/external/webrtc/webrtc/base/
json_unittest.cc
19
static Json::Value
in_s
("foo");
37
EXPECT_TRUE(GetStringFromJson(
in_s
, &out));
70
EXPECT_FALSE(GetIntFromJson(
in_s
, &out));
90
EXPECT_FALSE(GetUIntFromJson(
in_s
, &out));
114
EXPECT_FALSE(GetBoolFromJson(
in_s
, &out));
141
EXPECT_FALSE(GetDoubleFromJson(
in_s
, &out));
146
a.append(
in_s
);
158
o["string"] =
in_s
;
/system/core/libsparse/include/sparse/
sparse.h
276
* @
in_s
- sparse file cookie of the existing sparse file
285
int sparse_file_resparse(struct sparse_file *
in_s
, unsigned int max_len,
Completed in 154 milliseconds