OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blksize
(Results
1 - 25
of
115
) sorted by null
1
2
3
4
5
/frameworks/native/libs/diskusage/
dirsize.c
26
int64_t
blksize
= s->st_blksize;
local
30
if (
blksize
) {
32
size = (size +
blksize
- 1) & (~(
blksize
- 1));
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_ex.c
35
unsigned long size, x, y, z, i,
blksize
;
local
54
blksize
= in[x++];
67
blksize
= 0;
69
blksize
= (
blksize
<< 8) | (unsigned long)in[x++];
73
/* would this
blksize
overflow? */
74
if (x +
blksize
> inlen) {
84
inlen =
blksize
;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp
47
incr = width -
BLKSIZE
;
58
for (BLK_V = 0; BLK_V < MBSIZE; BLK_V +=
BLKSIZE
)
60
for (BLK_H = 0; BLK_H < MBSIZE; BLK_H +=
BLKSIZE
)
78
for (v_blk = 0; v_blk < MBSIZE; v_blk +=
BLKSIZE
)
81
for (h_blk = MB_H; h_blk < MB_H + MBSIZE; h_blk +=
BLKSIZE
)
113
for (BLK_V = 0; BLK_V < MBSIZE; BLK_V +=
BLKSIZE
)
115
for (BLK_H = 0; BLK_H < MBSIZE; BLK_H +=
BLKSIZE
)
132
for (v_blk = MB_V; v_blk < MB_V + MBSIZE; v_blk +=
BLKSIZE
)
135
for (h_blk = 0; h_blk < MBSIZE; h_blk +=
BLKSIZE
)
167
for (BLK_V = 0; BLK_V < MBSIZE; BLK_V +=
BLKSIZE
)
[
all
...]
deringing_chroma.cpp
47
incr = width -
BLKSIZE
;
54
for (h_blk = 0; h_blk < width; h_blk +=
BLKSIZE
)
67
for (v_pel = 1; v_pel <
BLKSIZE
- 1; v_pel++)
88
for (h_pel = h0; h_pel < h_blk +
BLKSIZE
- 1; h_pel++)
120
for (v_blk =
BLKSIZE
; v_blk < height; v_blk +=
BLKSIZE
)
133
for (v_pel = v0; v_pel < v_blk +
BLKSIZE
- 1; v_pel++)
154
for (h_pel = 1; h_pel <
BLKSIZE
- 1; h_pel++)
187
for (h_blk =
BLKSIZE
; h_blk < width; h_blk +=
BLKSIZE
)
[
all
...]
/external/srec/tools/grxmlcompile/
sub_grph.h
52
#define
BLKSIZE
10000 // Buffer size
69
dataPack= new int [3*
BLKSIZE
];
70
else if ((num%
BLKSIZE
) == 0) {
71
int *newPack = new int [num+3*
BLKSIZE
];
281
vertexProp= new int [
BLKSIZE
];
282
vertexMinned= new bool [
BLKSIZE
];
283
sizeProp=
BLKSIZE
;
293
int newSize= (vertNo/
BLKSIZE
+ 1)*
BLKSIZE
;
gr_iface.cpp
34
if (numSubGraph%
BLKSIZE
== 0) {
36
SubGraph **newSubGraph= new SubGraph * [numSubGraph+
BLKSIZE
];
37
int *newIndex= new int [numSubGraph+
BLKSIZE
];
48
subGraph= new SubGraph * [
BLKSIZE
];
49
subIndex= new int [
BLKSIZE
];
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py
14
def __init__(self, filelike,
blksize
=8192):
16
self.
blksize
=
blksize
21
data = self.filelike.read(self.
blksize
)
30
data = self.filelike.read(self.
blksize
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py
14
def __init__(self, filelike,
blksize
=8192):
16
self.
blksize
=
blksize
21
data = self.filelike.read(self.
blksize
)
30
data = self.filelike.read(self.
blksize
)
/development/ndk/platforms/android-3/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/external/kernel-headers/original/linux/mtd/
blktrans.h
27
int
blksize
;
member in struct:mtd_blktrans_dev
/external/kernel-headers/original/linux/
stat.h
71
unsigned long
blksize
;
member in struct:kstat
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/mtd/
blktrans.h
29
int
blksize
;
member in struct:mtd_blktrans_dev
Completed in 1773 milliseconds
1
2
3
4
5