OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_bytes
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/interception/
interception_win.cc
84
char*
old_bytes
= (char*)old_func;
local
91
switch (
old_bytes
[head]) {
98
switch (*(unsigned short*)(
old_bytes
+ head)) { // NOLINT
111
switch (0x00FFFFFF & *(unsigned int*)(
old_bytes
+ head)) {
134
_memcpy(trampoline,
old_bytes
, head);
135
WriteJumpInstruction(trampoline + head,
old_bytes
+ head);
140
WriteJumpInstruction(
old_bytes
, (char*)new_func);
141
_memset(
old_bytes
+ 5, 0xCC /* int 3 */, head - 5);
/external/bluetooth/bluedroid/btif/src/
btif_config.c
364
short
old_bytes
= p->bytes;
local
366
memset(value +
old_bytes
, 0, grow);
367
p->bytes =
old_bytes
+ grow;
369
return
old_bytes
;//return the previous size
371
else bdle("realloc failed,
old_bytes
:%d, grow:%d, total:%d", p->bytes, grow, p->bytes + grow);
Completed in 191 milliseconds