Searched refs:spt (Results 1 - 12 of 12) sorted by relevance

/external/qemu/slirp/
H A Dtftp.c42 static void tftp_session_update(struct tftp_session *spt) argument
44 spt->timestamp = curtime;
45 spt->in_use = 1;
48 static void tftp_session_terminate(struct tftp_session *spt) argument
50 spt->in_use = 0;
55 struct tftp_session *spt; local
59 spt = &tftp_sessions[k];
61 if (!spt->in_use)
65 if ((int)(curtime - spt->timestamp) > 5000)
72 memset(spt,
83 struct tftp_session *spt; local
101 tftp_read_data(struct tftp_session *spt, u_int16_t block_nr, u_int8_t *buf, int len) argument
131 tftp_send_oack(struct tftp_session *spt, const char *key, uint32_t value, struct tftp_t *recv_tp) argument
172 tftp_send_error(struct tftp_session *spt, u_int16_t errorcode, const char *msg, struct tftp_t *recv_tp) argument
215 tftp_send_data(struct tftp_session *spt, u_int16_t block_nr, struct tftp_t *recv_tp) argument
278 struct tftp_session *spt; local
[all...]
/external/qemu/slirp-android/
H A Dtftp.c42 static void tftp_session_update(struct tftp_session *spt) argument
44 spt->timestamp = curtime;
45 spt->in_use = 1;
48 static void tftp_session_terminate(struct tftp_session *spt) argument
50 spt->in_use = 0;
55 struct tftp_session *spt; local
59 spt = &tftp_sessions[k];
61 if (!spt->in_use)
65 if ((int)(curtime - spt->timestamp) > 5000)
72 memset(spt,
83 struct tftp_session *spt; local
101 tftp_read_data(struct tftp_session *spt, u_int16_t block_nr, u_int8_t *buf, int len) argument
131 tftp_send_oack(struct tftp_session *spt, const char *key, uint32_t value, struct tftp_t *recv_tp) argument
174 tftp_send_error(struct tftp_session *spt, u_int16_t errorcode, const char *msg, struct tftp_t *recv_tp) argument
216 tftp_send_data(struct tftp_session *spt, u_int16_t block_nr, struct tftp_t *recv_tp) argument
281 struct tftp_session *spt; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.c319 struct softpipe_transfer *spt; local
363 spt = CALLOC_STRUCT(softpipe_transfer);
364 if (spt) {
365 struct pipe_transfer *pt = &spt->base;
377 spt->offset = sp_get_tex_image_offset(spr, level, box->z);
379 spt->offset +=
380 box->y / util_format_get_blockheight(format) * spt->base.stride +
409 struct softpipe_transfer *spt = softpipe_transfer(transfer); local
426 return map + spt->offset;
H A Dsp_state_derived.c218 struct softpipe_resource *spt = softpipe_resource(tc->texture); local
219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c319 struct softpipe_transfer *spt; local
363 spt = CALLOC_STRUCT(softpipe_transfer);
364 if (spt) {
365 struct pipe_transfer *pt = &spt->base;
377 spt->offset = sp_get_tex_image_offset(spr, level, box->z);
379 spt->offset +=
380 box->y / util_format_get_blockheight(format) * spt->base.stride +
409 struct softpipe_transfer *spt = softpipe_transfer(transfer); local
426 return map + spt->offset;
H A Dsp_state_derived.c218 struct softpipe_resource *spt = softpipe_resource(tc->texture); local
219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
/external/libsepol/tests/
H A DMakefile24 m4support := $(wildcard policies/support/*.spt)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c172 struct pipe_resource *spt = &src_tex->b.b; local
194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c172 struct pipe_resource *spt = &src_tex->b.b; local
194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sco.c901 BOOLEAN spt = FALSE; local
950 spt = TRUE;
958 if (spt)
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c631 Bit16u spt; // # sectors / track member in struct:__anon29382
759 Bit32u spt; member in struct:__anon29390
2403 write_word(ebda_seg,&EbdaData->ata.devices[device].lchs.spt,0);
2406 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.spt,0);
2572 Bit16u cylinders, heads, spt, blksize; local
2588 spt = read_word(get_SS(),buffer+(6*2)); // word 6
2604 write_word(ebda_seg,&EbdaData->ata.devices[device].pchs.spt, spt);
2607 BX_INFO("ata%d-%d: PCHS=%u/%d/%d translation=", channel, slave,cylinders, heads, spt);
2633 spt
5809 Bit16u cylinders, heads, spt, blksize; local
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h218 u64 *spt; member in struct:kvm_mmu_page
219 /* hold the gfn of each spte inside spt */

Completed in 2030 milliseconds