OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nodesize
(Results
1 - 7
of
7
) sorted by null
/hardware/msm7k/librpc/
xdr.c
348
u_int
nodesize
;
local
356
nodesize
= c * elsize;
367
*addrp = target = mem_alloc (
nodesize
);
369
memset (target, 0,
nodesize
);
484
u_int
nodesize
;
local
505
nodesize
= size + 1;
512
if (
nodesize
== 0) return TRUE;
514
*cpp = (char *)mem_alloc(
nodesize
);
/system/core/sh/
mknodes.sh
136
echo "static const short
nodesize
[$tagno] = {"
146
echo " funcblocksize +=
nodesize
[n->type];"
181
echo " funcblock = (char *) funcblock +
nodesize
[n->type];"
nodes.c
58
static const short
nodesize
[26] = {
variable
122
funcblocksize +=
nodesize
[n->type];
218
funcblock = (char *) funcblock +
nodesize
[n->type];
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java
671
final int
nodeSize
= node.mData.size();
672
int size =
nodeSize
;
673
for (int i =
nodeSize
- 1; i >= 0; --i) {
[
all
...]
BinaryDictInputOutput.java
513
final int
nodeSize
= branches.size();
612
final int
nodeSize
= groupCountSize + groupOffset
615
if (
nodeSize
!= n.mCachedSize) {
[
all
...]
/external/valgrind/main/coregrind/
m_oset.c
431
Int
nodeSize
= sizeof(AvlNode) + elemSize;
437
n = t->alloc( t->cc,
nodeSize
);
439
VG_(memset)(n, 0,
nodeSize
);
/external/e2fsprogs/lib/blkid/
probe.h
707
__u32
nodesize
;
member in struct:btrfs_super_block
Completed in 150 milliseconds