OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lenmax
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_HuffmanTable.cpp
102
int
lenmax
= 0;
local
104
lenmax
= std::max(PREFLEN[i],
lenmax
);
107
std::vector<int> LENCOUNT(
lenmax
+ 1);
108
std::vector<int> FIRSTCODE(
lenmax
+ 1);
114
for (int i = 1; i <=
lenmax
; ++i) {
JBig2_Context.cpp
[
all
...]
/external/pdfium/third_party/libopenjpeg20/
raw.c
70
raw->
lenmax
= len;
80
if (raw->len == raw->
lenmax
) {
raw.h
58
OPJ_UINT32
lenmax
;
member in struct:opj_raw
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h
[
all
...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h
[
all
...]
Completed in 518 milliseconds