OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slotA
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/bootctrl/
boot_control.cpp
389
char
slotA
[MAX_GPT_NAME_SIZE + 1] = {0};
425
memset(
slotA
, 0, sizeof(
slotA
));
426
memset(slotB, 0, sizeof(
slotA
));
427
snprintf(
slotA
, sizeof(
slotA
) - 1, "%s%s", prefix.c_str(),
434
disk = boot_ctl_get_disk_info(
slotA
);
440
pentryA = gpt_disk_get_pentry(disk,
slotA
, PRIMARY_GPT);
441
pentryA_bak = gpt_disk_get_pentry(disk,
slotA
, SECONDARY_GPT);
453
if (get_partition_attribute(
slotA
, ATTR_SLOT_ACTIVE) == 1)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btMLCPSolver.cpp
258
int
slotA
=-1;
260
slotA
=jointNodeArray.size();
263
bodyJointNodeArray[sbA] =
slotA
;
264
jointNodeArray[
slotA
].nextJointNodeIndex = prevSlot;
265
jointNodeArray[
slotA
].jointIndex = c;
266
jointNodeArray[
slotA
].constraintRowIndex = i;
267
jointNodeArray[
slotA
].otherBodyIndex = orgBodyB ? sbB : -1;
Completed in 72 milliseconds