HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 26 - 50 of 3981) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/toybox/toys/other/
free.c 1 /* free.c - Display amount of free and used memory in the system.
5 // Flag order is signifcant: b-t are units in order, FLAG_h-1 is unit mask
43 struct sysinfo in; local
45 sysinfo(&in);
46 TT.units = in.mem_unit ? in.mem_unit : 1;
53 "Swap:%16s%12s%12s\n", convert(in.totalram),
54 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram)
    [all...]
  /external/tpm2/
Marshal_ChangeEPS.c 3 // found in the LICENSE file.
30 ChangeEPS_In in; local
39 ChangeEPS_In_Unmarshal(&in, request_handles, request_parameter_buffer,
45 result = TPM2_ChangeEPS(&in);
Marshal_ChangePPS.c 3 // found in the LICENSE file.
30 ChangePPS_In in; local
39 ChangePPS_In_Unmarshal(&in, request_handles, request_parameter_buffer,
45 result = TPM2_ChangePPS(&in);
Marshal_Clear.c 3 // found in the LICENSE file.
30 Clear_In in; local
38 result = Clear_In_Unmarshal(&in, request_handles, request_parameter_buffer,
44 result = TPM2_Clear(&in);
Marshal_ClearControl.c 3 // found in the LICENSE file.
35 ClearControl_In in; local
44 ClearControl_In_Unmarshal(&in, request_handles, request_parameter_buffer,
50 result = TPM2_ClearControl(&in);
Marshal_ClockRateAdjust.c 3 // found in the LICENSE file.
35 ClockRateAdjust_In in; local
43 result = ClockRateAdjust_In_Unmarshal(&in, request_handles,
50 result = TPM2_ClockRateAdjust(&in);
Marshal_ClockSet.c 3 // found in the LICENSE file.
35 ClockSet_In in; local
43 result = ClockSet_In_Unmarshal(&in, request_handles, request_parameter_buffer,
49 result = TPM2_ClockSet(&in);
Marshal_DictionaryAttackLockReset.c 3 // found in the LICENSE file.
31 DictionaryAttackLockReset_In in; local
40 &in, request_handles, request_parameter_buffer,
46 result = TPM2_DictionaryAttackLockReset(&in);
Marshal_DictionaryAttackParameters.c 3 // found in the LICENSE file.
44 DictionaryAttackParameters_In in; local
53 &in, request_handles, request_parameter_buffer,
59 result = TPM2_DictionaryAttackParameters(&in);
Marshal_EvictControl.c 3 // found in the LICENSE file.
37 EvictControl_In in; local
46 EvictControl_In_Unmarshal(&in, request_handles, request_parameter_buffer,
52 result = TPM2_EvictControl(&in);
Marshal_FieldUpgradeStart.c 3 // found in the LICENSE file.
40 FieldUpgradeStart_In in; local
48 result = FieldUpgradeStart_In_Unmarshal(&in, request_handles,
55 result = TPM2_FieldUpgradeStart(&in);
Marshal_FlushContext.c 3 // found in the LICENSE file.
33 FlushContext_In in; local
42 FlushContext_In_Unmarshal(&in, request_handles, request_parameter_buffer,
48 result = TPM2_FlushContext(&in);
Marshal_HierarchyChangeAuth.c 3 // found in the LICENSE file.
35 HierarchyChangeAuth_In in; local
43 result = HierarchyChangeAuth_In_Unmarshal(&in, request_handles,
50 result = TPM2_HierarchyChangeAuth(&in);
Marshal_HierarchyControl.c 3 // found in the LICENSE file.
39 HierarchyControl_In in; local
47 result = HierarchyControl_In_Unmarshal(&in, request_handles,
54 result = TPM2_HierarchyControl(&in);
Marshal_NV_ChangeAuth.c 3 // found in the LICENSE file.
35 NV_ChangeAuth_In in; local
44 NV_ChangeAuth_In_Unmarshal(&in, request_handles, request_parameter_buffer,
50 result = TPM2_NV_ChangeAuth(&in);
Marshal_NV_DefineSpace.c 3 // found in the LICENSE file.
39 NV_DefineSpace_In in; local
47 result = NV_DefineSpace_In_Unmarshal(&in, request_handles,
54 result = TPM2_NV_DefineSpace(&in);
Marshal_NV_Extend.c 3 // found in the LICENSE file.
36 NV_Extend_In in; local
45 NV_Extend_In_Unmarshal(&in, request_handles, request_parameter_buffer,
51 result = TPM2_NV_Extend(&in);
Marshal_NV_GlobalWriteLock.c 3 // found in the LICENSE file.
30 NV_GlobalWriteLock_In in; local
38 result = NV_GlobalWriteLock_In_Unmarshal(&in, request_handles,
45 result = TPM2_NV_GlobalWriteLock(&in);
Marshal_NV_Increment.c 3 // found in the LICENSE file.
31 NV_Increment_In in; local
40 NV_Increment_In_Unmarshal(&in, request_handles, request_parameter_buffer,
46 result = TPM2_NV_Increment(&in);
Marshal_NV_ReadLock.c 3 // found in the LICENSE file.
31 NV_ReadLock_In in; local
40 NV_ReadLock_In_Unmarshal(&in, request_handles, request_parameter_buffer,
46 result = TPM2_NV_ReadLock(&in);
Marshal_NV_SetBits.c 3 // found in the LICENSE file.
36 NV_SetBits_In in; local
45 NV_SetBits_In_Unmarshal(&in, request_handles, request_parameter_buffer,
51 result = TPM2_NV_SetBits(&in);
Marshal_NV_UndefineSpace.c 3 // found in the LICENSE file.
31 NV_UndefineSpace_In in; local
39 result = NV_UndefineSpace_In_Unmarshal(&in, request_handles,
46 result = TPM2_NV_UndefineSpace(&in);
Marshal_NV_UndefineSpaceSpecial.c 3 // found in the LICENSE file.
31 NV_UndefineSpaceSpecial_In in; local
39 result = NV_UndefineSpaceSpecial_In_Unmarshal(&in, request_handles,
46 result = TPM2_NV_UndefineSpaceSpecial(&in);
Marshal_NV_Write.c 3 // found in the LICENSE file.
40 NV_Write_In in; local
48 result = NV_Write_In_Unmarshal(&in, request_handles, request_parameter_buffer,
54 result = TPM2_NV_Write(&in);
Marshal_NV_WriteLock.c 3 // found in the LICENSE file.
31 NV_WriteLock_In in; local
40 NV_WriteLock_In_Unmarshal(&in, request_handles, request_parameter_buffer,
46 result = TPM2_NV_WriteLock(&in);

Completed in 126 milliseconds

12 3 4 5 6 7 8 91011>>