/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_fake_stack_test.cc | 52 uptr frame_size = FakeStack::BytesInSizeClass(class_id); local in function:__asan::TEST 53 uptr num_flags = stack_size / frame_size;
|
asan_fake_stack_test.cc | 52 uptr frame_size = FakeStack::BytesInSizeClass(class_id); local in function:__asan::TEST 53 uptr num_flags = stack_size / frame_size;
|
asan_fake_stack_test.cc | 52 uptr frame_size = FakeStack::BytesInSizeClass(class_id); local in function:__asan::TEST 53 uptr num_flags = stack_size / frame_size;
|
/src/sys/dev/ic/ |
athrate-sample.c | 371 int frame_size = 0; local in function:ath_rate_setupxtxdesc 375 size_bin = size_to_bin(frame_size); // TODO: it's correct that frame_size always 0 ? 396 int frame_size, 414 size_bin = size_to_bin(frame_size); 495 int final_rate, short_tries, long_tries, frame_size; local in function:ath_rate_tx_complete 502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */ 503 if (frame_size == 0) /* NB: should not happen */ 504 frame_size = 1500; 510 bin_to_size(size_to_bin(frame_size)), [all...] |
athrate-sample.c | 371 int frame_size = 0; local in function:ath_rate_setupxtxdesc 375 size_bin = size_to_bin(frame_size); // TODO: it's correct that frame_size always 0 ? 396 int frame_size, 414 size_bin = size_to_bin(frame_size); 495 int final_rate, short_tries, long_tries, frame_size; local in function:ath_rate_tx_complete 502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */ 503 if (frame_size == 0) /* NB: should not happen */ 504 frame_size = 1500; 510 bin_to_size(size_to_bin(frame_size)), [all...] |
athrate-sample.c | 371 int frame_size = 0; local in function:ath_rate_setupxtxdesc 375 size_bin = size_to_bin(frame_size); // TODO: it's correct that frame_size always 0 ? 396 int frame_size, 414 size_bin = size_to_bin(frame_size); 495 int final_rate, short_tries, long_tries, frame_size; local in function:ath_rate_tx_complete 502 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */ 503 if (frame_size == 0) /* NB: should not happen */ 504 frame_size = 1500; 510 bin_to_size(size_to_bin(frame_size)), [all...] |
bt8xx.h | 179 int frame_size; /* row*columns*depth */ member in struct:meteor_mem
|
bt8xx.h | 179 int frame_size; /* row*columns*depth */ member in struct:meteor_mem
|
bt8xx.h | 179 int frame_size; /* row*columns*depth */ member in struct:meteor_mem
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_vblank.c | 577 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; local in function:drm_calc_timestamping_constants 585 framedur_ns = div_u64((u64) frame_size * 1000000, dotclock);
|
drm_vblank.c | 577 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; local in function:drm_calc_timestamping_constants 585 framedur_ns = div_u64((u64) frame_size * 1000000, dotclock);
|
drm_vblank.c | 577 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; local in function:drm_calc_timestamping_constants 585 framedur_ns = div_u64((u64) frame_size * 1000000, dotclock);
|
/src/sys/dev/pci/bktr/ |
bktr_reg.h | 493 int frame_size; /* number of bytes in a frame */ member in struct:bktr_softc
|
bktr_reg.h | 493 int frame_size; /* number of bytes in a frame */ member in struct:bktr_softc
|
bktr_reg.h | 493 int frame_size; /* number of bytes in a frame */ member in struct:bktr_softc
|
/src/sys/dev/pci/ |
xmm7360.c | 1364 int frame_size; local in function:xmm7360_net_must_flush 1368 frame_size = sizeof(struct mux_first_header) + xn->queued_bytes + sizeof(struct mux_next_header) + 4 + sizeof(struct mux_bounds)*xn->queued_packets; 1370 frame_size += 16 + new_packet_bytes + sizeof(struct mux_bounds); 1372 return frame_size > xn->frame.max_size;
|
xmm7360.c | 1364 int frame_size; local in function:xmm7360_net_must_flush 1368 frame_size = sizeof(struct mux_first_header) + xn->queued_bytes + sizeof(struct mux_next_header) + 4 + sizeof(struct mux_bounds)*xn->queued_packets; 1370 frame_size += 16 + new_packet_bytes + sizeof(struct mux_bounds); 1372 return frame_size > xn->frame.max_size;
|
xmm7360.c | 1364 int frame_size; local in function:xmm7360_net_must_flush 1368 frame_size = sizeof(struct mux_first_header) + xn->queued_bytes + sizeof(struct mux_next_header) + 4 + sizeof(struct mux_bounds)*xn->queued_packets; 1370 frame_size += 16 + new_packet_bytes + sizeof(struct mux_bounds); 1372 return frame_size > xn->frame.max_size;
|