File: random.xbm

package info (click to toggle)
xbmc 2%3A11.0~git20120510.82388d5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 154,860 kB
  • sloc: ansic: 620,873; cpp: 546,403; xml: 145,609; sh: 46,565; python: 9,623; pascal: 9,138; makefile: 8,185; asm: 5,787; cs: 5,212; objc: 4,721; java: 1,686; ada: 1,681; perl: 1,514; yacc: 1,315; tcl: 1,048; lisp: 499; awk: 222; lex: 148; sed: 139; ruby: 126
file content (9 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
#define random_width 22
#define random_height 22
static unsigned char random_bits[] = {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x63, 0x00,
  0x00, 0x63, 0x00, 0x00, 0x60, 0x00, 0x00, 0x30, 0x00, 0x00, 0x18, 0x00,
  0x00, 0x0c, 0x00, 0xf8, 0xcc, 0x07, 0x8c, 0x61, 0x0c, 0x8c, 0x6d, 0x0c,
  0x80, 0x0d, 0x0c, 0xc0, 0x00, 0x06, 0x60, 0x00, 0x03, 0x30, 0x80, 0x01,
  0x30, 0x80, 0x01, 0x00, 0x00, 0x00, 0x30, 0x80, 0x01, 0x30, 0x80, 0x01,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };