OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slotB
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/bootctrl/
boot_control.cpp
390
char
slotB
[MAX_GPT_NAME_SIZE + 1] = {0};
426
memset(
slotB
, 0, sizeof(slotA));
429
snprintf(
slotB
, sizeof(
slotB
) - 1,"%s%s", prefix.c_str(),
442
pentryB = gpt_disk_get_pentry(disk,
slotB
, PRIMARY_GPT);
443
pentryB_bak = gpt_disk_get_pentry(disk,
slotB
, SECONDARY_GPT);
459
} else if (get_partition_attribute(
slotB
,
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btMLCPSolver.cpp
294
int
slotB
=-1;
296
slotB
=jointNodeArray.size();
299
bodyJointNodeArray[sbB] =
slotB
;
300
jointNodeArray[
slotB
].nextJointNodeIndex = prevSlot;
301
jointNodeArray[
slotB
].jointIndex = c;
302
jointNodeArray[
slotB
].otherBodyIndex = orgBodyA ? sbA : -1;
303
jointNodeArray[
slotB
].constraintRowIndex = i;
Completed in 83 milliseconds