context            37 include/dryos23.h     context_t *context;         // SP value, context stored on the stack
context            38 include/dryos31.h     context_t *context;         // SP value, context stored on the stack
context            42 include/vxworks.h     context_t context;
context           119 modules/md5.c  static void MD5Init(struct MD5Context *context);
context           120 modules/md5.c  static void MD5Update(struct MD5Context *context, unsigned char const *buf,
context           122 modules/md5.c  static void MD5Final(unsigned char digest[16], struct MD5Context *context);
context           381 modules/sha1.c static void SHA1Init(struct SHA1Context *context);
context           382 modules/sha1.c static void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
context           383 modules/sha1.c static void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
context           574 modules/sha1.c void SHAPrintContext(SHA1_CTX *context, char *msg)
context           578 modules/sha1.c 	       context->count[0], context->count[1], 
context           579 modules/sha1.c 	       context->state[0],
context           580 modules/sha1.c 	       context->state[1],
context           581 modules/sha1.c 	       context->state[2],
context           582 modules/sha1.c 	       context->state[3],
context           583 modules/sha1.c 	       context->state[4]);
context           647 modules/sha1.c void SHA1Init(SHA1_CTX* context)
context           650 modules/sha1.c 	context->state[0] = 0x67452301;
context           651 modules/sha1.c 	context->state[1] = 0xEFCDAB89;
context           652 modules/sha1.c 	context->state[2] = 0x98BADCFE;
context           653 modules/sha1.c 	context->state[3] = 0x10325476;
context           654 modules/sha1.c 	context->state[4] = 0xC3D2E1F0;
context           655 modules/sha1.c 	context->count[0] = context->count[1] = 0;
context           661 modules/sha1.c void SHA1Update(SHA1_CTX* context, const void *_data, u32 len)
context           667 modules/sha1.c 	SHAPrintContext(context, "before");
context           669 modules/sha1.c 	j = (context->count[0] >> 3) & 63;
context           670 modules/sha1.c 	if ((context->count[0] += len << 3) < (len << 3))
context           671 modules/sha1.c 		context->count[1]++;
context           672 modules/sha1.c 	context->count[1] += (len >> 29);
context           674 modules/sha1.c 		memcpy(&context->buffer[j], data, (i = 64-j));
context           675 modules/sha1.c 		SHA1Transform(context->state, context->buffer);
context           677 modules/sha1.c 			SHA1Transform(context->state, &data[i]);
context           682 modules/sha1.c 	memcpy(&context->buffer[j], &data[i], len - i);
context           684 modules/sha1.c 	SHAPrintContext(context, "after ");
context           691 modules/sha1.c void SHA1Final(unsigned char digest[20], SHA1_CTX* context)
context           698 modules/sha1.c 			((context->count[(i >= 4 ? 0 : 1)] >>
context           701 modules/sha1.c 	SHA1Update(context, (unsigned char *) "\200", 1);
context           702 modules/sha1.c 	while ((context->count[0] & 504) != 448) {
context           703 modules/sha1.c 		SHA1Update(context, (unsigned char *) "\0", 1);
context           705 modules/sha1.c 	SHA1Update(context, finalcount, 8);  /* Should cause a SHA1Transform()
context           709 modules/sha1.c 			((context->state[i >> 2] >> ((3 - (i & 3)) * 8)) &
context           714 modules/sha1.c 	memset(context->buffer, 0, 64);
context           715 modules/sha1.c 	memset(context->state, 0, 20);
context           716 modules/sha1.c 	memset(context->count, 0, 8);
context            19 platform/a1000/sub/100a/boot.c void taskHook(context_t **context)
context            21 platform/a1000/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a1000/sub/100b/boot.c void taskHook(context_t **context)
context            21 platform/a1000/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a1000/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a1000/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            17 platform/a1100/sub/100c/boot.c void taskHook(context_t **context) { 
context            18 platform/a1100/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/a1200/sub/100b/boot.c void taskHook(context_t **context) {
context            23 platform/a1200/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/a1200/sub/100c/boot.c void taskHook(context_t **context) {
context            23 platform/a1200/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a1300/sub/100b/boot.c void taskHook(context_t **context) {
context            21 platform/a1300/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a1300/sub/100d/boot.c void taskHook(context_t **context) {
context            21 platform/a1300/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a1300/sub/100e/boot.c void taskHook(context_t **context) {
context            21 platform/a1300/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            26 platform/a2000/sub/100c/boot.c void taskHook(context_t **context) { 
context            27 platform/a2000/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2100/sub/100a/boot.c void taskHook(context_t **context)
context            21 platform/a2100/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a2100/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a2100/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2200/sub/100b/boot.c void taskHook(context_t **context)
context            21 platform/a2200/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2200/sub/100d/boot.c void taskHook(context_t **context)
context            21 platform/a2200/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a2200/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a2200/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2300/sub/100c/boot.c void taskHook(context_t **context) {
context            21 platform/a2300/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2300/sub/100e/boot.c void taskHook(context_t **context) {
context            21 platform/a2300/sub/100e/boot.c       task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2300/sub/100f/boot.c void taskHook(context_t **context) {
context            21 platform/a2300/sub/100f/boot.c       task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2400/sub/100c/boot.c void taskHook(context_t **context) {
context            21 platform/a2400/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2400/sub/100d/boot.c void taskHook(context_t **context) {
context            21 platform/a2400/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a2400/sub/100e/boot.c void taskHook(context_t **context) {
context            21 platform/a2400/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a3100/sub/100a/boot.c void taskHook(context_t **context)
context            21 platform/a3100/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a3100/sub/100b/boot.c void taskHook(context_t **context)
context            21 platform/a3100/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a3100/sub/100d/boot.c void taskHook(context_t **context)
context            21 platform/a3100/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a3100/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a3100/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            62 platform/a3200/sub/100a/boot.c void taskHook(context_t **context) {
context            64 platform/a3200/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            62 platform/a3200/sub/100d/boot.c void taskHook(context_t **context) {
context            64 platform/a3200/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a3300/sub/100a/boot.c void taskHook(context_t **context)
context            21 platform/a3300/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a3300/sub/100d/boot.c void taskHook(context_t **context)
context            21 platform/a3300/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a3300/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a3300/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/a3400/sub/100f/boot.c void taskHook(context_t **context) {
context            25 platform/a3400/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/a3400/sub/101a/boot.c void taskHook(context_t **context) {
context            25 platform/a3400/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/a3400/sub/101b/boot.c void taskHook(context_t **context) {
context            25 platform/a3400/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a4000/sub/100c/boot.c void taskHook(context_t **context) {
context            21 platform/a4000/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a4000/sub/101a/boot.c void taskHook(context_t **context) {
context            21 platform/a4000/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a4000/sub/101b/boot.c void taskHook(context_t **context) {
context            21 platform/a4000/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            17 platform/a480/sub/100b/boot.c void taskHook(context_t **context) { 
context            19 platform/a480/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a490/sub/100d/boot.c void taskHook(context_t **context)
context            21 platform/a490/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a490/sub/100e/boot.c void taskHook(context_t **context)
context            21 platform/a490/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a490/sub/100f/boot.c void taskHook(context_t **context)
context            21 platform/a490/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a490/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a490/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a495/sub/100d/boot.c void taskHook(context_t **context)
context            21 platform/a495/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a495/sub/100e/boot.c void taskHook(context_t **context)
context            21 platform/a495/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a495/sub/100f/boot.c void taskHook(context_t **context)
context            21 platform/a495/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a495/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a495/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a800/sub/100b/boot.c void taskHook(context_t **context)
context            21 platform/a800/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a800/sub/100c/boot.c void taskHook(context_t **context)
context            21 platform/a800/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/a800/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/a800/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a810/sub/100b/boot.c void taskHook(context_t **context) {
context            21 platform/a810/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a810/sub/100d/boot.c void taskHook(context_t **context) {
context            21 platform/a810/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/a810/sub/100e/boot.c void taskHook(context_t **context) {
context            21 platform/a810/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/d10/sub/100a/boot.c void taskHook(context_t **context) { 
context            26 platform/d10/sub/100a/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/d20/sub/100b/boot.c void taskHook(context_t **context) {
context            21 platform/d20/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/d30/sub/100a/boot.c void taskHook(context_t **context) {
context            24 platform/d30/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/d30/sub/boot_hdr.c void taskHook(context_t **context) {
context            21 platform/d30/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/g11/sub/100f/boot.c void taskHook(context_t **context)
context            25 platform/g11/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/g11/sub/100j/boot.c void taskHook(context_t **context)
context            25 platform/g11/sub/100j/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/g11/sub/100l/boot.c void taskHook(context_t **context)
context            25 platform/g11/sub/100l/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/g11/sub/boot_hdr.c void taskHook(context_t **context)
context            22 platform/g11/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/g12/sub/100c/boot.c void taskHook(context_t **context)
context            26 platform/g12/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/g12/sub/100e/boot.c void taskHook(context_t **context)
context            26 platform/g12/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/g12/sub/100f/boot.c void taskHook(context_t **context)
context            26 platform/g12/sub/100f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/g12/sub/100g/boot.c void taskHook(context_t **context)
context            26 platform/g12/sub/100g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/g12/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/g12/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/g1x/sub/100e/boot.c void __attribute__((naked,noinline)) taskHook(context_t **context)
context            29 platform/g1x/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/g1x/sub/100f/boot.c void __attribute__((naked,noinline)) taskHook(context_t **context)
context            29 platform/g1x/sub/100f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/g1x/sub/100g/boot.c void __attribute__((naked,noinline)) taskHook(context_t **context)
context            29 platform/g1x/sub/100g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/g1x/sub/101a/boot.c void __attribute__((naked,noinline)) taskHook(context_t **context)
context            29 platform/g1x/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            22 platform/g1x/sub/boot_hdr.c void __attribute__((naked,noinline)) taskHook(context_t **context)
context            26 platform/g1x/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context           141 platform/ixus1000_sd4500/sub/100d/boot.c void taskHook(context_t **context) {
context           143 platform/ixus1000_sd4500/sub/100d/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            39 platform/ixus1000_sd4500/sub/100f/boot.c void taskHook(context_t **context) {
context            41 platform/ixus1000_sd4500/sub/100f/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/ixus1000_sd4500/sub/101a/boot.c void taskHook(context_t **context)
context            26 platform/ixus1000_sd4500/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context           144 platform/ixus1000_sd4500/sub/102b/boot.c void taskHook(context_t **context) {
context           146 platform/ixus1000_sd4500/sub/102b/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/ixus1000_sd4500/sub/102c/boot.c void taskHook(context_t **context)
context            26 platform/ixus1000_sd4500/sub/102c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/ixus1000_sd4500/sub/102d/boot.c void taskHook(context_t **context)
context            26 platform/ixus1000_sd4500/sub/102d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/ixus1000_sd4500/sub/102e/boot.c void taskHook(context_t **context)
context            26 platform/ixus1000_sd4500/sub/102e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/ixus1000_sd4500/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/ixus1000_sd4500/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus100_sd780/sub/100b/boot.c void taskHook(context_t **context)
context            21 platform/ixus100_sd780/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus100_sd780/sub/100c/boot.c void taskHook(context_t **context)
context            21 platform/ixus100_sd780/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/ixus100_sd780/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/ixus100_sd780/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            18 platform/ixus105_sd1300/sub/100b/boot.c void taskHook(context_t **context)
context            20 platform/ixus105_sd1300/sub/100b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            18 platform/ixus105_sd1300/sub/100c/boot.c void taskHook(context_t **context)
context            20 platform/ixus105_sd1300/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            18 platform/ixus105_sd1300/sub/100d/boot.c void taskHook(context_t **context)
context            20 platform/ixus105_sd1300/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            27 platform/ixus110_sd960/sub/100b/boot.c void taskHook(context_t **context) { 
context            28 platform/ixus110_sd960/sub/100b/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            27 platform/ixus110_sd960/sub/101d/boot.c void taskHook(context_t **context) { 
context            28 platform/ixus110_sd960/sub/101d/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            27 platform/ixus110_sd960/sub/101f/boot.c void taskHook(context_t **context) { 
context            28 platform/ixus110_sd960/sub/101f/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus115_elph100hs/sub/100c/boot.c void taskHook(context_t **context)
context            21 platform/ixus115_elph100hs/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/ixus115_elph100hs/sub/101a/boot.c void taskHook(context_t **context)
context            22 platform/ixus115_elph100hs/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus115_elph100hs/sub/101b/boot.c void taskHook(context_t **context)
context            21 platform/ixus115_elph100hs/sub/101b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            26 platform/ixus120_sd940/sub/100e/boot.c void taskHook(context_t **context)
context            28 platform/ixus120_sd940/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            26 platform/ixus120_sd940/sub/101a/boot.c void taskHook(context_t **context)
context            28 platform/ixus120_sd940/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            26 platform/ixus120_sd940/sub/102c/boot.c void taskHook(context_t **context)
context            28 platform/ixus120_sd940/sub/102c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            26 platform/ixus120_sd940/sub/103b/boot.c void taskHook(context_t **context)
context            28 platform/ixus120_sd940/sub/103b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            26 platform/ixus120_sd940/sub/103c/boot.c void taskHook(context_t **context)
context            28 platform/ixus120_sd940/sub/103c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/ixus120_sd940/sub/boot_hdr.c void taskHook(context_t **context)
context            25 platform/ixus120_sd940/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus125_elph110hs/sub/100d/boot.c void taskHook(context_t **context)
context            21 platform/ixus125_elph110hs/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus125_elph110hs/sub/100e/boot.c void taskHook(context_t **context)
context            21 platform/ixus125_elph110hs/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus125_elph110hs/sub/101a/boot.c void taskHook(context_t **context)
context            21 platform/ixus125_elph110hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/ixus125_elph110hs/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/ixus125_elph110hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            18 platform/ixus130_sd1400/sub/100a/boot.c void taskHook(context_t **context)
context            20 platform/ixus130_sd1400/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            18 platform/ixus130_sd1400/sub/100c/boot.c void taskHook(context_t **context)
context            20 platform/ixus130_sd1400/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/ixus200_sd980/sub/100c/boot.c void taskHook(context_t **context)
context            25 platform/ixus200_sd980/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/ixus200_sd980/sub/101c/boot.c void taskHook(context_t **context)
context            25 platform/ixus200_sd980/sub/101c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/ixus200_sd980/sub/101d/boot.c void taskHook(context_t **context)
context            25 platform/ixus200_sd980/sub/101d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/ixus200_sd980/sub/boot_hdr.c void taskHook(context_t **context)
context            22 platform/ixus200_sd980/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/ixus220_elph300hs/sub/100c/boot.c void taskHook(context_t **context)
context            22 platform/ixus220_elph300hs/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/ixus220_elph300hs/sub/101a/boot.c void taskHook(context_t **context)
context            22 platform/ixus220_elph300hs/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/ixus220_elph300hs/sub/101c/boot.c void taskHook(context_t **context)
context            22 platform/ixus220_elph300hs/sub/101c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/ixus220_elph300hs/sub/101g/boot.c void taskHook(context_t **context)
context            22 platform/ixus220_elph300hs/sub/101g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            17 platform/ixus220_elph300hs/sub/boot_hdr.c void taskHook(context_t **context)
context            19 platform/ixus220_elph300hs/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus230_elph310hs/sub/100a/boot.c void taskHook(context_t **context)
context            21 platform/ixus230_elph310hs/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus230_elph310hs/sub/100b/boot.c void taskHook(context_t **context)
context            21 platform/ixus230_elph310hs/sub/100b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus230_elph310hs/sub/100e/boot.c void taskHook(context_t **context)
context            21 platform/ixus230_elph310hs/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/ixus240_elph320hs/sub/101a/boot.c void taskHook(context_t **context)
context            25 platform/ixus240_elph320hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/ixus240_elph320hs/sub/102a/boot.c void taskHook(context_t **context)
context            25 platform/ixus240_elph320hs/sub/102a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/ixus240_elph320hs/sub/boot_hdr.c void taskHook(context_t **context)
context            22 platform/ixus240_elph320hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            34 platform/ixus300_sd4000/sub/100d/boot.c void taskHook(context_t **context) {
context            35 platform/ixus300_sd4000/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/ixus310_elph500hs/sub/100a/boot.c void taskHook(context_t **context)
context            26 platform/ixus310_elph500hs/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/ixus310_elph500hs/sub/101a/boot.c void taskHook(context_t **context)
context            26 platform/ixus310_elph500hs/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/ixus310_elph500hs/sub/101c/boot.c void taskHook(context_t **context)
context            26 platform/ixus310_elph500hs/sub/101c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/ixus310_elph500hs/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/ixus310_elph500hs/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus95_sd1200/sub/100b/boot.c void taskHook(context_t **context)
context            21 platform/ixus95_sd1200/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            19 platform/ixus95_sd1200/sub/100c/boot.c void taskHook(context_t **context)
context            21 platform/ixus95_sd1200/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            16 platform/ixus95_sd1200/sub/boot_hdr.c void taskHook(context_t **context)
context            18 platform/ixus95_sd1200/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            27 platform/ixus980_sd990/sub/100e/boot.c void taskHook(context_t **context) { 
context            28 platform/ixus980_sd990/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            27 platform/ixus980_sd990/sub/101b/boot.c void taskHook(context_t **context) { 
context            28 platform/ixus980_sd990/sub/101b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/ixus990_sd970/sub/100a/boot.c void taskHook(context_t **context)
context            23 platform/ixus990_sd970/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            18 platform/ixus990_sd970/sub/boot_hdr.c void taskHook(context_t **context)
context            20 platform/ixus990_sd970/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            22 platform/s100/sub/100d/boot.c void taskHook(context_t **context)
context            24 platform/s100/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            22 platform/s100/sub/100e/boot.c void taskHook(context_t **context)
context            24 platform/s100/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            22 platform/s100/sub/101a/boot.c void taskHook(context_t **context)
context            24 platform/s100/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            22 platform/s100/sub/101b/boot.c void taskHook(context_t **context)
context            24 platform/s100/sub/101b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            22 platform/s100/sub/102a/boot.c void taskHook(context_t **context)
context            24 platform/s100/sub/102a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx10/sub/100c/boot.c void taskHook(context_t **context)
context            23 platform/sx10/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx10/sub/101a/boot.c void taskHook(context_t **context)
context            23 platform/sx10/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx10/sub/101b/boot.c void taskHook(context_t **context)
context            23 platform/sx10/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx10/sub/102b/boot.c void taskHook(context_t **context)
context            23 platform/sx10/sub/102b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx10/sub/103a/boot.c void taskHook(context_t **context)
context            23 platform/sx10/sub/103a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            18 platform/sx10/sub/boot_hdr.c void taskHook(context_t **context)
context            20 platform/sx10/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            49 platform/sx110is/sub/100b/boot.c void taskCreateHook(context_t **context) { 
context            51 platform/sx110is/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            28 platform/sx130is/sub/101c/boot.c void taskCreateHook(context_t **context) { 
context            29 platform/sx130is/sub/101c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            28 platform/sx130is/sub/101d/boot.c void taskCreateHook(context_t **context) { 
context            29 platform/sx130is/sub/101d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            28 platform/sx130is/sub/101f/boot.c void taskCreateHook(context_t **context) { 
context            29 platform/sx130is/sub/101f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            27 platform/sx150is/sub/100a/boot.c void taskCreateHook(context_t **context) { 
context            28 platform/sx150is/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx20/sub/100f/boot.c void taskHook(context_t **context)
context            26 platform/sx20/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx20/sub/102b/boot.c void taskHook(context_t **context)
context            26 platform/sx20/sub/102b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx20/sub/102d/boot.c void taskHook(context_t **context)
context            26 platform/sx20/sub/102d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx20/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/sx20/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            23 platform/sx200is/sub/100c/boot.c void taskCreateHook(context_t **context) {
context            24 platform/sx200is/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            20 platform/sx200is/sub/boot_hdr.c void taskCreateHook(context_t **context) {
context            21 platform/sx200is/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            12 platform/sx210is/sub/100c/boot.c void taskHook(context_t **context) {
context            14 platform/sx210is/sub/100c/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx220hs/sub/100a/boot.c void taskHook(context_t **context)
context            26 platform/sx220hs/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx220hs/sub/101a/boot.c void taskHook(context_t **context)
context            26 platform/sx220hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx220hs/sub/101b/boot.c void taskHook(context_t **context)
context            26 platform/sx220hs/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx220hs/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/sx220hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx230hs/sub/100c/boot.c void taskHook(context_t **context)
context            26 platform/sx230hs/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx230hs/sub/101a/boot.c void taskHook(context_t **context)
context            26 platform/sx230hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx230hs/sub/101b/boot.c void taskHook(context_t **context)
context            26 platform/sx230hs/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx230hs/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/sx230hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx240hs/sub/100a/boot.c void taskHook(context_t **context)
context            26 platform/sx240hs/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx240hs/sub/100c/boot.c void taskHook(context_t **context)
context            26 platform/sx240hs/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx240hs/sub/101a/boot.c void taskHook(context_t **context)
context            26 platform/sx240hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx240hs/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/sx240hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx260hs/sub/100b/boot.c void taskHook(context_t **context)
context            26 platform/sx260hs/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx260hs/sub/100c/boot.c void taskHook(context_t **context)
context            26 platform/sx260hs/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx260hs/sub/101a/boot.c void taskHook(context_t **context)
context            26 platform/sx260hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx260hs/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/sx260hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx30/sub/100e/boot.c void taskHook(context_t **context)
context            26 platform/sx30/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx30/sub/100h/boot.c void taskHook(context_t **context)
context            26 platform/sx30/sub/100h/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx30/sub/100l/boot.c void taskHook(context_t **context)
context            26 platform/sx30/sub/100l/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx30/sub/100n/boot.c void taskHook(context_t **context)
context            26 platform/sx30/sub/100n/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            24 platform/sx30/sub/100p/boot.c void taskHook(context_t **context)
context            26 platform/sx30/sub/100p/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            21 platform/sx30/sub/boot_hdr.c void taskHook(context_t **context)
context            23 platform/sx30/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/sx40hs/sub/100d/boot.c void taskHook(context_t **context)
context            27 platform/sx40hs/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/sx40hs/sub/100f/boot.c void taskHook(context_t **context)
context            27 platform/sx40hs/sub/100f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/sx40hs/sub/100g/boot.c void taskHook(context_t **context)
context            27 platform/sx40hs/sub/100g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            25 platform/sx40hs/sub/100i/boot.c void taskHook(context_t **context)
context            27 platform/sx40hs/sub/100i/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
context            22 platform/sx40hs/sub/boot_hdr.c void taskHook(context_t **context)
context            24 platform/sx40hs/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));