/Documentation/auxdisplay/ |
D | cfag12864b-example.c | 142 unsigned short i; in cfag12864b_fill() local 144 for (i = 0; i < CFAG12864B_SIZE; i++) in cfag12864b_fill() 145 cfag12864b_buffer[i] = 0xFF; in cfag12864b_fill() 153 unsigned short i; in cfag12864b_clear() local 155 for (i = 0; i < CFAG12864B_SIZE; i++) in cfag12864b_clear() 156 cfag12864b_buffer[i] = 0; in cfag12864b_clear() 167 unsigned char i, j, n; in cfag12864b_format() local 169 for (i = 0; i < CFAG12864B_HEIGHT; i++) in cfag12864b_format() 171 cfag12864b_buffer[i * CFAG12864B_WIDTH / CFAG12864B_BPB + in cfag12864b_format() 174 if (matrix[i * CFAG12864B_WIDTH + in cfag12864b_format() [all …]
|
/Documentation/vDSO/ |
D | parse_vdso.c | 88 size_t i; in vdso_init_from_sysinfo_ehdr() local 103 for (i = 0; i < hdr->e_phnum; i++) in vdso_init_from_sysinfo_ehdr() 105 if (pt[i].p_type == PT_LOAD && !found_vaddr) { in vdso_init_from_sysinfo_ehdr() 108 + (uintptr_t)pt[i].p_offset in vdso_init_from_sysinfo_ehdr() 109 - (uintptr_t)pt[i].p_vaddr; in vdso_init_from_sysinfo_ehdr() 110 } else if (pt[i].p_type == PT_DYNAMIC) { in vdso_init_from_sysinfo_ehdr() 111 dyn = (Elf64_Dyn*)(base + pt[i].p_offset); in vdso_init_from_sysinfo_ehdr() 126 for (i = 0; dyn[i].d_tag != DT_NULL; i++) { in vdso_init_from_sysinfo_ehdr() 127 switch (dyn[i].d_tag) { in vdso_init_from_sysinfo_ehdr() 130 ((uintptr_t)dyn[i].d_un.d_ptr in vdso_init_from_sysinfo_ehdr() [all …]
|
/Documentation/devicetree/bindings/arm/ |
D | fsl.txt | 1 Freescale i.MX Platforms Device Tree Bindings 4 i.MX23 Evaluation Kit 8 i.MX25 Product Development Kit 12 i.MX27 Product Development Kit 16 i.MX28 Evaluation Kit 20 i.MX51 Babbage Board 24 i.MX53 Automotive Reference Design Board 28 i.MX53 Evaluation Kit 32 i.MX53 Quick Start Board 36 i.MX53 Smart Mobile Reference Design Board [all …]
|
/Documentation/usb/ |
D | gadget_hid.txt | 94 For example type: g i s t r --left-shift 185 int i = 0; 198 for (i = 0; kval[i].opt != NULL; i++) 199 if (strcmp(tok, kval[i].opt) == 0) { 200 report[2 + key++] = kval[i].val; 203 if (kval[i].opt != NULL) 213 for (i = 0; kmod[i].opt != NULL; i++) 214 if (strcmp(tok, kmod[i].opt) == 0) { 215 report[0] = report[0] | kmod[i].val; 218 if (kmod[i].opt != NULL) [all …]
|
/Documentation/timers/ |
D | hpet_example.c | 52 int i; in main() local 63 for (i = 0; i < (sizeof (hpet_command) / sizeof (hpet_command[0])); i++) in main() 64 if (!strcmp(argv[0], hpet_command[i].command)) { in main() 68 hpet_command[i].command); in main() 69 hpet_command[i].func(argc, argv); in main() 133 int iterations, i, fd; in hpet_poll() local 180 for (i = 0; i < iterations; i++) { in hpet_poll() 225 int iterations, i, fd, value; in hpet_fasync() local 282 for (i = 0; i < iterations; i++) { in hpet_fasync()
|
/Documentation/prctl/ |
D | disable-tsc-ctxt-sw-stress-test.c | 78 int n_tasks = 100, i; in main() local 82 for (i=0; i<n_tasks; i++) in main() 85 if (i & 1) in main() 91 for (i=0; i<n_tasks; i++) in main()
|
D | disable-tsc-on-off-stress-test.c | 82 int n_tasks = 100, i; in main() local 86 for (i=0; i<n_tasks; i++) in main() 90 for (i=0; i<n_tasks; i++) in main()
|
/Documentation/fb/ |
D | cmap_xfbdev.txt | 17 for (i = 0; i < 8; i++) 18 info->cmap.red[i] = (((2*i)+1)*(0xFFFF))/16; 23 for (i=0; i < 8; i++) { 26 sprintf(colorspec, "rgb:%x/%x/%x", i*36,i*36,i*36); 30 grays[i] = wantedColor;
|
/Documentation/ia64/ |
D | aliasing-test.c | 69 int i, n, r, rc = 0, result = 0; in scan_tree() local 78 for (i = 0; i < n; i++) { in scan_tree() 79 name = namelist[i]->d_name; in scan_tree() 114 free(namelist[i]); in scan_tree() 154 int i, n, r, rc = 0, result = 0; in scan_rom() local 163 for (i = 0; i < n; i++) { in scan_rom() 164 name = namelist[i]->d_name; in scan_rom() 203 free(namelist[i]); in scan_rom()
|
D | err_inject.txt | 228 u64 i : 1, 246 i : 1, 730 int i; 732 for (i=0;i<ERR_DATA_BUFFER_SIZE; i++) 733 if (err_data_buffer[i]!=-1) 749 int i; 821 for (i=0;i<num;i++) { 822 if (create_sem(parameters[i].cpu)) { 823 printf("Can not create semaphore for cpu%d...exit\n",i); 836 for (i=0;i<num;i++) { [all …]
|
/Documentation/device-mapper/ |
D | striped.txt | 4 Device-Mapper's "striped" target is used to create a striped (i.e. RAID-0) 34 my ($min_dev_size, $stripe_dev_size, $i); 41 for ($i = 1; $i < $num_devs; $i++) { 42 my $this_size = `blockdev --getsize $devs[$i]`; 51 for ($i = 0; $i < $num_devs; $i++) { 52 $table .= " $devs[$i] 0";
|
/Documentation/filesystems/configfs/ |
D | configfs_example_macros.c | 410 int i; in configfs_example_init() local 413 for (i = 0; example_subsys[i]; i++) { in configfs_example_init() 414 subsys = example_subsys[i]; in configfs_example_init() 430 for (i--; i >= 0; i--) in configfs_example_init() 431 configfs_unregister_subsystem(example_subsys[i]); in configfs_example_init() 438 int i; in configfs_example_exit() local 440 for (i = 0; example_subsys[i]; i++) in configfs_example_exit() 441 configfs_unregister_subsystem(example_subsys[i]); in configfs_example_exit()
|
D | configfs_example_explicit.c | 447 int i; in configfs_example_init() local 450 for (i = 0; example_subsys[i]; i++) { in configfs_example_init() 451 subsys = example_subsys[i]; in configfs_example_init() 467 for (i--; i >= 0; i--) in configfs_example_init() 468 configfs_unregister_subsystem(example_subsys[i]); in configfs_example_init() 475 int i; in configfs_example_exit() local 477 for (i = 0; example_subsys[i]; i++) in configfs_example_exit() 478 configfs_unregister_subsystem(example_subsys[i]); in configfs_example_exit()
|
/Documentation/networking/timestamping/ |
D | timestamping.c | 326 int i; in main() local 343 for (i = 2; i < argc; i++) { in main() 344 if (!strcasecmp(argv[i], "SO_TIMESTAMP")) in main() 346 else if (!strcasecmp(argv[i], "SO_TIMESTAMPNS")) in main() 348 else if (!strcasecmp(argv[i], "SIOCGSTAMP")) in main() 350 else if (!strcasecmp(argv[i], "SIOCGSTAMPNS")) in main() 352 else if (!strcasecmp(argv[i], "IP_MULTICAST_LOOP")) in main() 354 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_TX_HARDWARE")) in main() 356 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_TX_SOFTWARE")) in main() 358 else if (!strcasecmp(argv[i], "SOF_TIMESTAMPING_RX_HARDWARE")) in main() [all …]
|
/Documentation/networking/ |
D | ifenslave.c | 247 int c, i, rv; in main() local 407 for (i = 0; i < 6; i++) { in main() 408 if (hwaddr[i] != 0) { in main() 577 int i; in if_print() local 588 for (i = ifc.ifc_len / sizeof(struct ifreq); --i >= 0; ifr++) { in if_print() 871 int i; in get_if_settings() local 874 for (i = 0; ifra[i].req_ifr; i++) { in get_if_settings() 875 strncpy(ifra[i].req_ifr->ifr_name, ifname, IFNAMSIZ); in get_if_settings() 876 res = ioctl(skfd, ifra[i].req_type, ifra[i].req_ifr); in get_if_settings() 880 ifname, ifra[i].req_name, in get_if_settings() [all …]
|
D | cxacru-cf.py | 32 i = 0 variable 43 if i > 0: 45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0])) 46 i += 1
|
/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 317 uint32_t i; in amt_verify_code_versions() local 330 for (i = 0; i < code_ver->count; i++) { in amt_verify_code_versions() 331 len = code_ver->versions[i].description.length; in amt_verify_code_versions() 338 len = code_ver->versions[i].version.length; in amt_verify_code_versions() 339 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions() 340 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions() 444 unsigned int i; in main() local 467 for (i = 0; i < ver.count; i++) { in main() 468 printf("%s:\t%s\n", ver.versions[i].description.string, in main() 469 ver.versions[i].version.string); in main()
|
/Documentation/crypto/ |
D | descore-readme.txt | 38 To more rapidly understand the code in this package, inspect desSmallFips.i 46 performance comparison to other available des code which i could 55 this has the quickest encryption/decryption routines i've seen. 56 since i was interested in fast des filters rather than crypt(3) 57 and password cracking, i haven't really bothered yet to speed up 58 the key setting routine. also, i have no interest in re-implementing 59 all the other junk in the mit kerberos des library, so i've just 69 improvements i had suggested to him, this package's 87 of the optimizations which i did in my encryption routines. 92 (at some point i may do the same in my package). he also implements [all …]
|
/Documentation/ |
D | cpu-load.txt | 76 int i; 87 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog (ULONG_MAX); 88 for (i = 0; i < HIST; ++i) tmp += v[i]; 97 sigwait (&set, &i);
|
/Documentation/mtd/ |
D | nand_ecc.txt | 105 for (i = 0; i < 256; i++) 107 if (i & 0x01) 111 if (i & 0x02) 115 if (i & 0x04) 119 if (i & 0x08) 123 if (i & 0x10) 127 if (i & 0x20) 131 if (i & 0x40) 135 if (i & 0x80) 191 int i; [all …]
|
/Documentation/video4linux/ |
D | extract_xc3028.pl | 109 for (my $i=0;$i<$length;$i++) { 110 printf "%02x ",ord(substr($out,$i,1)) if ($debug); 124 for (my $i=0;$i<$length;$i++) { 125 printf "%02x ",ord(substr($out,$i,1)) if ($debug); 129 my $i=0; 130 while ($i<$length) { 131 my $size = ord(substr($out,$i,1))*256+ord(substr($out,$i+1,1)); 132 syswrite(OUTFILE, substr($out,$i+1,1)); 133 syswrite(OUTFILE, substr($out,$i,1)); 134 $i+=2; [all …]
|
/Documentation/block/ |
D | biodoc.txt | 56 2. New flexible and generic but minimalist i/o structure or descriptor 57 (instead of using buffer heads at the i/o layer) 96 capabilities to the maximum extent for better i/o performance. This is 103 Sophisticated devices with large built-in caches, intelligent i/o scheduling 115 i. Per-queue limits/values exported to the generic layer by the driver 117 Various parameters that the generic i/o scheduler logic uses are set at 170 ii. High-mem i/o capabilities are now considered the default 173 by default copyin/out i/o requests on high-memory buffers to low-memory buffers 176 for which the device cannot handle i/o. A driver can specify this by 179 where a device is capable of handling high memory i/o. [all …]
|
/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 52 unsigned int y, x, i; 60 for (i = 0; i < 16; i++) { 61 memcpy(dst + x + (y + i) * dstride, src, 16); 70 unsigned int y, x, i; 79 for (i = 0; i < 16; i++) { 80 int idx = x + (y + i) * dstride; 100 int i;
|
/Documentation/pcmcia/ |
D | crc32hash.c | 13 int i; in crc32() local 17 for (i = 0; i < 8; i++) in crc32()
|
/Documentation/arm/ |
D | tcm.txt | 111 int i; 112 for (i = 0; i < 100; i++) 119 int i; 120 for (i = 0; i < 100; i++) { 129 int i; 151 for (i = 0; i < 5; i++) 152 printk("TCM tcmem[%d] = %08x\n", i, tcmem[i]);
|