/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/system/extras/ext4_utils/ |
extent.c | 81 u64 blocks; local 84 error("Failed to allocate %d blocks\n", block_len + 1); 162 blocks = (u64)block_len * info.block_size / 512; 167 inode->i_blocks_lo = blocks; 168 inode->osd2.linux2.l_i_blocks_high = blocks >> 32; 175 /* Allocates enough blocks to hold len bytes, with backing_len bytes in a data 201 /* Allocates enough blocks to hold len bytes, queues them to be written 219 /* Allocates enough blocks to hold len bytes and connects them to an inode */
|
/external/wpa_supplicant/ |
crypto_internal.c | 312 size_t i, j, blocks; local 325 blocks = len / ctx->u.aes.block_size; 326 for (i = 0; i < blocks; i++) { 340 blocks = len / 8; 341 for (i = 0; i < blocks; i++) { 362 size_t i, j, blocks; local 376 blocks = len / ctx->u.aes.block_size; 377 for (i = 0; i < blocks; i++) { 390 blocks = len / 8; 391 for (i = 0; i < blocks; i++) [all...] |
aes_wrap.c | 176 * @len: Lengths of the data blocks 462 int i, j, blocks; local 469 blocks = data_len / BLOCK_SIZE; 470 for (i = 0; i < blocks; i++) { 495 int i, j, blocks; local 502 blocks = data_len / BLOCK_SIZE; 503 for (i = 0; i < blocks; i++) {
|
/external/bluetooth/bluez/sbc/ |
sbc_primitives_neon.c | 217 /* Analyze blocks */ 230 /* Analyze blocks */ 243 int blocks, int channels, int subbands) 248 int blk = blocks; 295 int blocks, int subbands) 323 "mov %[i], %[blocks]\n" 377 "sub %[i], %[blocks], #2\n" 521 [blocks] "r" (blocks),
|
/external/e2fsprogs/lib/ext2fs/ |
mkjournal.c | 138 * Convenience function which zeros out _num_ blocks starting at 310 * of free blocks. 372 * Find a reasonable journal file size (in blocks) given the number of blocks 376 int ext2fs_default_journal_size(__u64 blocks) 378 if (blocks < 2048) 380 if (blocks < 32768) 382 if (blocks < 256*1024) 384 if (blocks < 512*1024) 386 if (blocks < 1024*1024 [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
aes_wrap.c | 175 * @len: Lengths of the data blocks 480 int i, j, blocks; local 487 blocks = data_len / BLOCK_SIZE; 488 for (i = 0; i < blocks; i++) { 513 int i, j, blocks; local 520 blocks = data_len / BLOCK_SIZE; 521 for (i = 0; i < blocks; i++) {
|
/external/grub/stage2/ |
fsys_vstafs.c | 81 a = FILE_INFO->blocks; 198 a = FILE_INFO->blocks;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/markdown/markdown/extensions/ |
codehilite.py | 7 Adds code/syntax highlighting to standard Python-Markdown code blocks. 179 """ Hilight source code in code blocks. """ 182 """ Find code blocks and store in htmlStash. """ 183 blocks = root.getiterator('pre') 184 for block in blocks:
|
/external/valgrind/main/memcheck/tests/ |
badjump.stderr.exp | 19 in use at exit: ... bytes in ... blocks
|
noisy_child.stderr.exp | 17 in use at exit: ... bytes in ... blocks
|
partial_load_ok.stderr.exp | 22 in use at exit: ... bytes in ... blocks
|
/external/valgrind/main/memcheck/tests/darwin/ |
aio.stderr.exp | 16 in use at exit: ... bytes in ... blocks
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
hisser2.m | 7 % blockSize = histogram over blocksize blocks
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
hisser2.m | 7 % blockSize = histogram over blocksize blocks
|