OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_slots
(Results
1 - 6
of
6
) sorted by null
/art/runtime/
invoke_arg_array_builder.h
47
size_t
num_slots
= shorty_len + 1; // +1 in case of receiver.
local
48
if (LIKELY((
num_slots
* 2) < kSmallArgArraySize)) {
56
num_slots
++;
59
if (
num_slots
<= kSmallArgArraySize) {
62
large_arg_array_.reset(new uint32_t[
num_slots
]);
/external/srec/srec/include/
srec_context.h
50
wordID
num_slots
;
member in struct:__anon28344
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
655
int
num_slots
= 0;
local
682
num_slots
++;
685
if(
num_slots
> MAX_NUM_SLOTS) {
686
std::cout << "Error: SREC may have trouble with this many slots! (" <<
num_slots
<< ")" << std::endl;
[
all
...]
/external/srec/srec/crec/
srec_context.c
415
wmap->
num_slots
= my_wID;
418
if(wmap->
num_slots
> MAX_NUM_SLOTS)
490
for (i = wmap->
num_slots
; --i > 0;)
3759
wordID
num_slots
= context->olabels->
num_slots
;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h
377
int
num_slots
;
member in struct:brw_vue_map
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h
377
int
num_slots
;
member in struct:brw_vue_map
[
all
...]
Completed in 564 milliseconds