Searched refs:nCurrentChar (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dlib_manifest2.c143 uint32_t nCurrentChar; local
348 nCurrentChar = 0;
369 nCurrentChar = x;
383 nCurrentChar = x & 0x1F;
396 nCurrentChar = x & 0x0F;
402 nCurrentChar = x & 0x07;
426 if (nCurrentChar == 0 && (x & 0x20) == 0)
436 if (nCurrentChar == 0 && (x & 0x30) == 0)
445 nCurrentChar = (nCurrentChar <<
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dlib_manifest2.c143 uint32_t nCurrentChar; local
348 nCurrentChar = 0;
369 nCurrentChar = x;
383 nCurrentChar = x & 0x1F;
396 nCurrentChar = x & 0x0F;
402 nCurrentChar = x & 0x07;
426 if (nCurrentChar == 0 && (x & 0x20) == 0)
436 if (nCurrentChar == 0 && (x & 0x30) == 0)
445 nCurrentChar = (nCurrentChar <<
[all...]

Completed in 1223 milliseconds