Home
last modified time | relevance | path

Searched refs:comm (Results 1 – 17 of 17) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_xbiosinterrupt.S110 .comm oldmousevector,4*1
144 .comm _SDL_AtariXbios_mouselock,2*1
145 .comm _SDL_AtariXbios_mousex,2*1
146 .comm _SDL_AtariXbios_mousey,2*1
147 .comm _SDL_AtariXbios_mouseb,2*1
155 .comm oldjoystickvector,4*1
172 .comm _SDL_AtariXbios_joystick,2*1
DSDL_ikbdinterrupt.S128 .comm ikbd_ierb,1
129 .comm ikbd_imrb,1
137 .comm old_ikbd,4*1
256 .comm _SDL_AtariIkbd_keyboard,128
257 .comm _SDL_AtariIkbd_mousex,2
258 .comm _SDL_AtariIkbd_mousey,2
259 .comm _SDL_AtariIkbd_mouseb,2
260 .comm _SDL_AtariIkbd_joystick,2
DSDL_ataric2p.S434 .comm _SDL_Atari_C2pConvert,4
435 .comm _SDL_Atari_table_c2p,1024
437 .comm c2p_source,4 /* Source framebuffer */
438 .comm c2p_dest,4 /* Destination framebuffer */
439 .comm c2p_width,4 /* Width of zone to convert */
440 .comm c2p_height,4 /* Height of zone to convert */
441 .comm c2p_dblligne,4 /* Double the lines while converting ? */
442 .comm c2p_srcpitch,4 /* Source pitch */
443 .comm c2p_dstpitch,4 /* Destination pitch */
444 .comm c2p_cursrc,4 /* Current source line */
[all …]
/external/webkit/WebKit/android/wds/
DCommand.h76 Command(const Command& comm) in Command() argument
77 : m_name(comm.m_name) in Command()
78 , m_description(comm.m_description) in Command()
79 , m_dispatch(comm.m_dispatch) in Command()
80 , m_handler(comm.m_handler) {} in Command()
DCommand.cpp90 InternalCommand(const Command* comm, const Frame* frame, in InternalCommand() argument
92 : Command(*comm) in InternalCommand()
/external/iptables/extensions/
Dlibipt_owner.c121 if(strlen(optarg) > sizeof(ownerinfo->comm)) in parse()
122 …BLEM, "OWNER CMD `%s' too long, max %u characters", optarg, (unsigned int)sizeof(ownerinfo->comm)); in parse()
124 strncpy(ownerinfo->comm, optarg, sizeof(ownerinfo->comm)); in parse()
125 ownerinfo->comm[sizeof(ownerinfo->comm)-1] = '\0'; in parse()
183 printf("%.*s ", (int)sizeof(info->comm), info->comm); in print_item()
Dlibip6t_owner.c120 if(strlen(optarg) > sizeof(ownerinfo->comm)) in parse()
121 …(PARAMETER_PROBLEM, "OWNER CMD `%s' too long, max %d characters", optarg, sizeof(ownerinfo->comm)); in parse()
123 strncpy(ownerinfo->comm, optarg, sizeof(ownerinfo->comm)); in parse()
124 ownerinfo->comm[sizeof(ownerinfo->comm)-1] = '\0'; in parse()
182 printf("%.*s ", (int)sizeof(info->comm), info->comm); in print_item()
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/
DSDL_vbltimer.S155 .comm _SDL_Atari_hz200,4*1
157 .comm vbl_mutex,2*1
159 .comm my_vector,4*1
/external/grub/docs/
Dboot.S79 .comm stack, STACK_SIZE
Dboot.S.texi79 .comm stack, STACK_SIZE
Dmultiboot.info1261 .comm stack, STACK_SIZE
/external/bzip2/
Dbzgrep.153 Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe
/external/blktrace/
Dblkparse.c77 char comm[16]; member
565 strcpy(ppm->comm, name); in add_ppm_hash()
628 return ppm->comm; in find_process_name()
650 return ppi_hash_name(ppm->comm); in ppi_hash()
677 if (!strcmp(ppm->comm, name)) in find_ppi_by_name()
1707 res = strverscmp(ppi1->ppm->comm, ppi2->ppm->comm); in ppi_name_compare()
1755 sprintf(name, "%s (%u, ...)", ppm->comm, ppm->pid); in show_process_stats()
1757 sprintf(name, "%s (%u)", ppm->comm, ppm->pid); in show_process_stats()
/external/webkit/WebCore/html/
DDocTypeStrings.gperf57 "-//netscape comm. corp.//dtd html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3
58 "-//netscape comm. corp.//dtd strict html//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3
/external/tcpdump/
Dprint-bgp.c961 u_int32_t comm; in bgp_attr_print() local
963 comm = EXTRACT_32BITS(tptr); in bgp_attr_print()
964 switch (comm) { in bgp_attr_print()
976 (comm >> 16) & 0xffff, in bgp_attr_print()
977 comm & 0xffff, in bgp_attr_print()
/external/icu4c/test/testdata/
Dregextst.txt1704 "^[a-zA-Z0-9]+([a-zA-Z0-9\-\.]+)?\.(com|org|net|mil|edu|COM|ORG|NET|MIL|EDU)$" "regexlib.comm"
/external/bluetooth/glib/
DChangeLog.pre-2-06622 (Reported by Charles Levert <charles@comm.polymtl.ca>)