OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_bytes
(Results
1 - 10
of
10
) sorted by null
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl02.c
70
unsigned long int
new_bytes
;
variable
101
if (qs_buf.msg_qbytes ==
new_bytes
) {
109
"received - %ld",
new_bytes
,
118
new_bytes
= qs_buf.msg_qbytes;
161
new_bytes
= qs_buf.msg_qbytes;
/art/runtime/gc/accounting/
card_table-inl.h
182
uint8_t
new_bytes
[sizeof(uintptr_t)];
member in union:art::gc::accounting::__anon102
193
new_bytes
[i] = visitor(expected_bytes[i]);
199
const uint8_t new_byte =
new_bytes
[i];
/external/webrtc/webrtc/base/
bytebuffer.cc
203
char*
new_bytes
= new char[size_];
local
204
memcpy(
new_bytes
, bytes_ + start_, len);
206
bytes_ =
new_bytes
;
/art/runtime/base/
allocator.h
88
size_t
new_bytes
= g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes;
local
89
if (g_max_bytes_used[tag] <
new_bytes
) {
90
g_max_bytes_used[tag] =
new_bytes
;
/external/v8/src/
string-stream.cc
526
unsigned
new_bytes
= *bytes * 2;
local
528
if (
new_bytes
<= *bytes) {
531
char* new_space = NewArray<char>(
new_bytes
);
536
*bytes =
new_bytes
;
/external/pdfium/third_party/freetype/src/cff/
cffload.c
391
FT_Byte*
new_bytes
= NULL;
local
405
( !pool || !FT_ALLOC(
new_bytes
,
428
t[0] =
new_bytes
+ cur_offset;
445
t[n] =
new_bytes
+ next_offset + extra;
461
*pool =
new_bytes
;
[
all
...]
/external/protobuf/src/google/protobuf/
wire_format_lite_inl.h
351
const uint32
new_bytes
= new_entries * sizeof(CType);
local
352
if (
new_bytes
!= length) return false;
372
if (bytes_limit >=
new_bytes
) {
378
if (!input->ReadRaw(dest,
new_bytes
)) {
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h
351
const uint32
new_bytes
= new_entries * sizeof(CType);
local
352
if (
new_bytes
!= length) return false;
372
if (bytes_limit >=
new_bytes
) {
378
if (!input->ReadRaw(dest,
new_bytes
)) {
[
all
...]
/external/freetype/src/cff/
cffload.c
414
FT_Byte*
new_bytes
= NULL;
local
431
( !pool || !FT_ALLOC(
new_bytes
, new_size ) ) )
453
t[0] =
new_bytes
+ cur_offset;
470
t[n] =
new_bytes
+ next_offset + extra;
486
*pool =
new_bytes
;
[
all
...]
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java
917
int
new_bytes
= first_fill - boundary.length;
local
[
all
...]
Completed in 821 milliseconds