OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_array
(Results
1 - 5
of
5
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
instruction_map.cc
38
const unsigned char
size_array
[VCDiffCodeTableData::kCodeTableSize]) {
39
unsigned char max_size =
size_array
[0];
41
if (
size_array
[i] > max_size) {
42
max_size =
size_array
[i];
116
OpcodeOrNone*&
size_array
= inst_mode_array[inst + mode];
local
117
if (!
size_array
) {
118
// There must be at least (max_size_2_ + 1) elements in
size_array
119
// because the element
size_array
[max_size_2_] will be referenced.
120
size_array
= NewSizeOpcodeArray(max_size_2_ + 1);
122
if (
size_array
[size] == kNoOpcode)
141
const OpcodeOrNone* const
size_array
= inst_mode_array[inst_mode];
local
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
instruction_map.cc
38
const unsigned char
size_array
[VCDiffCodeTableData::kCodeTableSize]) {
39
unsigned char max_size =
size_array
[0];
41
if (
size_array
[i] > max_size) {
42
max_size =
size_array
[i];
116
OpcodeOrNone*&
size_array
= inst_mode_array[inst + mode];
local
117
if (!
size_array
) {
118
// There must be at least (max_size_2_ + 1) elements in
size_array
119
// because the element
size_array
[max_size_2_] will be referenced.
120
size_array
= NewSizeOpcodeArray(max_size_2_ + 1);
122
if (
size_array
[size] == kNoOpcode)
141
const OpcodeOrNone* const
size_array
= inst_mode_array[inst_mode];
local
[
all
...]
/external/open-vcdiff/src/
instruction_map.cc
38
const unsigned char
size_array
[VCDiffCodeTableData::kCodeTableSize]) {
39
unsigned char max_size =
size_array
[0];
41
if (
size_array
[i] > max_size) {
42
max_size =
size_array
[i];
116
OpcodeOrNone*&
size_array
= inst_mode_array[inst + mode];
local
117
if (!
size_array
) {
118
// There must be at least (max_size_2_ + 1) elements in
size_array
119
// because the element
size_array
[max_size_2_] will be referenced.
120
size_array
= NewSizeOpcodeArray(max_size_2_ + 1);
122
if (
size_array
[size] == kNoOpcode)
141
const OpcodeOrNone* const
size_array
= inst_mode_array[inst_mode];
local
[
all
...]
/bootable/recovery/applypatch/
applypatch.c
108
static size_t*
size_array
;
variable
110
//
size_array
[].
114
if (
size_array
[aa] <
size_array
[bb]) {
116
} else if (
size_array
[aa] >
size_array
[bb]) {
187
size_array
= size;
[
all
...]
/external/openfst/src/include/fst/
replace.h
120
ReplaceFingerprint(const vector<uint64> *
size_array
)
121
: cumulative_size_array_(
size_array
) {}
[
all
...]
Completed in 127 milliseconds