OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParamSize
(Results
1 - 4
of
4
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
78
return
ParamSize
(itr_args_);
174
return
ParamSize
(arg_pos);
calling_convention.h
118
size_t
ParamSize
(unsigned int param) const {
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c
185
OMX_U16
ParamSize
= 0;
458
while(valueStr[
ParamSize
] != '\0'){
459
ParamSize
++;
461
VPP_DPRINT("
ParamSize
is %d\n",
ParamSize
);
464
pTemp = memcpy(pcSNArgs,valueStr,
ParamSize
);
470
if ( (
ParamSize
% 2) != 0) {
471
index =(
ParamSize
+1) >> 1;
474
index =
ParamSize
>> 1; /*Divide by 2*/
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 493 milliseconds