Searched refs:counter (Results 1 – 10 of 10) sorted by relevance
504 unsigned int counter = 0; in smbios_type_2_init() local537 p->manufacturer_str = ++counter; in smbios_type_2_init()545 p->product_name_str = ++counter; in smbios_type_2_init()553 p->version_str = ++counter; in smbios_type_2_init()561 p->serial_number_str = ++counter; in smbios_type_2_init()569 p->asset_tag_str = ++counter; in smbios_type_2_init()580 if ( counter ) in smbios_type_2_init()598 uint32_t counter = 0; in smbios_type_3_init() local614 p->manufacturer_str = ++counter; in smbios_type_3_init()636 p->serial_number_str = ++counter; in smbios_type_3_init()[all …]
35 typedef struct { int counter; } atomic_t; member
56 typedef struct { int counter; } atomic_t; member57 #define _atomic_read(v) ((v).counter)
90 let counter = ref 0 in100 counter := 0 in106 incr counter;107 if !counter > log_nb_lines then rotate() in
94 let counter = ref 0L var125 start_count = !counter;
457 let finish_count = inc Transaction.counter; !Transaction.counter in
140 some random integer loop counter, it should probably be called "i".
258 some random integer loop counter, it should probably be called "i".
268 some random integer loop counter, it should probably be called "i".
6689 mov cx, #0x0100 ;; counter (256 words = 512b)6829 mov cx, #0x0100 ;; counter (256 words = 512b)8924 mov 0x0440, al ;; diskette motor timeout counter: not active10858 mov cx, #0x0100 ;; counter (256 interrupts)11664 xor eax, eax ;; zero out counter
Completed in 25 milliseconds