OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buddy
(Results
1 - 10
of
10
) sorted by null
/bionic/linker/
ba.c
64
int
buddy
, curr = index;
local
68
/* find a slots
buddy
Buddy
# = Slot# ^ (1 << order)
69
* if the
buddy
is also free merge them
70
* repeat until the
buddy
is not free or end of the bitmap is reached
73
buddy
= BA_BUDDY_INDEX(curr);
74
if (BA_IS_FREE(
buddy
) &&
75
BA_ORDER(
buddy
) == BA_ORDER(curr)) {
76
BA_ORDER(
buddy
)++;
78
curr = min(
buddy
, curr)
139
int
buddy
;
local
[
all
...]
linker.h
98
//
buddy
-allocator index, negative for prelinked libraries
linker.c
95
/* Set up for the
buddy
allocator managing the non-prelinked libraries. */
827
for it from the
buddy
allocator, which manages the area between
834
"through
buddy
allocator.\n",
[
all
...]
/packages/apps/IM/plugin/com/android/im/plugin/
BrandingResourceIDs.java
76
* The title of
buddy
list screen. It's conjuncted with the current username
/external/kernel-headers/original/linux/
mmzone.h
19
/* Free memory management - zoned
buddy
allocator. */
73
int batch; /* chunk size for
buddy
add/remove */
mm.h
237
* indicates order in the
buddy
351
* freelist management in the
buddy
allocator.
[
all
...]
/packages/apps/IM/src/com/android/im/provider/
Imps.java
507
* Off the record turned on by the
buddy
871
/* off the record status turned on by
buddy
*/
[
all
...]
/external/bluetooth/glib/docs/reference/
ChangeLog
[
all
...]
/external/bluetooth/glib/gio/
ChangeLog
[
all
...]
/external/srec/config/en.us/dictionary/
large.ok
[
all
...]
Completed in 78 milliseconds