OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:block_size
(Results
126 - 150
of
203
) sorted by null
1
2
3
4
5
6
7
8
9
/external/v8/src/
gdb-jit.cc
1127
Writer::Slot<uint32_t>
block_size
= w->CreateSlotHere<uint32_t>();
local
1133
block_size
.set(static_cast<uint32_t>(w->position() - block_start));
1175
Writer::Slot<uint32_t>
block_size
= w->CreateSlotHere<uint32_t>();
local
1181
block_size
.set(static_cast<uint32_t>(w->position() - block_start));
1188
Writer::Slot<uint32_t>
block_size
= w->CreateSlotHere<uint32_t>();
local
1192
block_size
.set(static_cast<uint32_t>(w->position() - block_start));
1199
Writer::Slot<uint32_t>
block_size
= w->CreateSlotHere<uint32_t>();
local
1203
block_size
.set(static_cast<uint32_t>(w->position() - block_start));
[
all
...]
/external/libnfc-nci/src/nfc/include/
rw_api.h
221
UINT8
block_size
; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */
member in struct:__anon10600
[
all
...]
/external/openssl/crypto/evp/
openbsd_hw.c
170
assert((inl&(ctx->cipher->
block_size
-1)) == 0);
/external/wpa_supplicant_8/src/tls/
tlsv1_record.c
60
rl->iv_size = data->
block_size
;
/system/vold/
cryptfs.c
89
int fd,
block_size
;
local
110
block_size
= 1024 << sb.s_log_block_size;
112
len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) *
block_size
;
[
all
...]
/bionic/libc/kernel/common/linux/
blkdev.h
431
unsigned
block_size
;
member in struct:sec_size
cdrom.h
647
__u32
block_size
;
member in struct:rwrt_feature_desc
/external/libvpx/libwebm/
mkvparser.hpp
178
long long
block_size
, //size of block's payload
/external/opencv/cvaux/src/
cvbgfg_codebook.cpp
134
nblocks = (int)((model->storage->
block_size
- sizeof(CvMemBlock))/sizeof(*freeList));
/external/qemu/elff/
dwarf_defs.h
100
Elf_Word
block_size
;
member in struct:Dwarf_Block
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h
100
Elf_Word
block_size
;
member in struct:Dwarf_Block
/external/openssl/ssl/
ssl_locl.h
[
all
...]
/external/wpa_supplicant_8/src/eap_common/
ikev2_common.c
515
iv_len = encr_alg->
block_size
;
614
iv_len = encr_alg->
block_size
;
/external/valgrind/main/coregrind/m_debuginfo/
readpdb.c
326
unsigned int
block_size
;
member in struct:PDB_DS_HEADER
983
blocksize = pdb->u.ds.header->
block_size
;
1044
+ reader->u.ds.header->
block_size
- 1)
1046
reader->u.ds.header->
block_size
;
[
all
...]
/external/opencv/cxcore/src/
cxmatmul.cpp
609
const int
block_size
= block_lin_size * block_lin_size;
local
[
all
...]
/development/ndk/platforms/android-3/include/linux/
cdrom.h
604
__u32
block_size
;
member in struct:rwrt_feature_desc
/external/libnfc-nci/src/nfc/int/
rw_int.h
530
UINT8
block_size
; \/* block size of tag, in bytes *\/
member in struct:__anon10643
[
all
...]
/external/opencv/cv/src/
cvsegmentation.cpp
72
int i, count = (storage->
block_size
- sizeof(CvMemBlock))/sizeof(*n) - 1;
/external/stressapptest/src/
worker.cc
2732
uint64
block_size
= 0;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h
793
__u32
block_size
;
member in struct:rwrt_feature_desc
reiserfs_fs.h
682
#define MAX_ITEM_LEN(
block_size
) (
block_size
- BLKH_SIZE - IH_SIZE)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h
793
__u32
block_size
;
member in struct:rwrt_feature_desc
reiserfs_fs.h
682
#define MAX_ITEM_LEN(
block_size
) (
block_size
- BLKH_SIZE - IH_SIZE)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h
793
__u32
block_size
;
member in struct:rwrt_feature_desc
reiserfs_fs.h
682
#define MAX_ITEM_LEN(
block_size
) (
block_size
- BLKH_SIZE - IH_SIZE)
[
all
...]
Completed in 1851 milliseconds
1
2
3
4
5
6
7
8
9