Lines Matching defs:teststr

25   str teststr = {  1, (unsigned char *)"" };  in t_parse_option1()  local
41 str teststr = { 2, (unsigned char *)"\xc1" }; in t_parse_option2() local
56 str teststr = { 13, (unsigned char *)"\x3c\x00\x01\x02\x03\x04" in t_parse_option3() local
73 str teststr = { 2, (unsigned char *)"\xf3" }; in t_parse_option4() local
85 str teststr = { 2, (unsigned char *)"\x3f" }; in t_parse_option5() local
97 str teststr = { 1, (unsigned char *)"\xff" }; in t_parse_option6() local
109 str teststr = { 2, (unsigned char *)"\xd0\x07" }; in t_parse_option7() local
123 str teststr = { 3, (unsigned char *)"\xe0\x01\xff" }; in t_parse_option8() local
137 str teststr = { 3, (unsigned char *)"\xe0\xfe\xf2" }; in t_parse_option9() local
150 str teststr = { 3, (unsigned char *)"\xe0\xff\xff" }; in t_parse_option10() local
162 str teststr = { 1, (unsigned char *)"\xd0" }; in t_parse_option11() local
174 str teststr = { 3, (unsigned char *)"\xee\xff\x0b" }; in t_parse_option12() local
187 str teststr = { sizeof(_data), _data }; in t_parse_option13() local
237 char teststr[] = { 0x00 }; in t_encode_option1() local
249 uint8_t teststr[] = { 0x5d, 0xff }; in t_encode_option2() local
261 uint8_t teststr[] = { 0xd1, 0x01 }; in t_encode_option3() local
273 uint8_t teststr[] = { 0xdd, 0xff, 0xab }; in t_encode_option4() local
285 uint8_t teststr[] = { 0xed, 0x13, 0x00, 0xff }; in t_encode_option5() local
297 uint8_t teststr[] = { 0xee, 0xfe, 0xf2, 0xfe, 0xf2 }; in t_encode_option6() local
309 uint8_t teststr[] = { 0x35, 'v', 'a', 'l', 'u', 'e' }; in t_encode_option7() local
346 const uint8_t teststr[] = { 0x12, 'a', 'b' }; in t_access_option1() local
356 const uint8_t teststr[] = { 0xe2, 0x18, 0xfd, 'a', 'b' }; in t_access_option2() local
366 const uint8_t teststr[] = { 0xed, 0x18, 0x0a, 0x00, 'a', 'b', 'c', 'd', in t_access_option3() local
379 const uint8_t teststr[] = { 0xde, 0xff, 0xfe, 0xf2, 'a', 'b', 'c' }; in t_access_option4() local
389 const uint8_t teststr[] = { 0xee, 0xfe, 0xf2, 0x00, 0xdd, 'a', 'b', 'c' }; in t_access_option5() local
400 const uint8_t teststr[] = { 0xf2, 'a', 'b' }; in t_access_option6() local
412 const uint8_t teststr[] = { 0x2f, 'a', 'b' }; in t_access_option7() local
429 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option1() local
454 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option2() local
479 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option3() local
520 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option4() local
562 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option5() local
594 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option6() local
638 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option7() local
684 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option8() local
714 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option9() local
744 uint8_t teststr[] __attribute__ ((aligned (8))) = { in t_iterate_option10() local