HomeSort by relevance Sort by last modified time
    Searched refs:cl (Results 1 - 25 of 448) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/quake/quake/src/QW/server/
sv_nchan.c 25 void ClientReliableCheckBlock(client_t *cl, int maxsize)
27 if (cl->num_backbuf ||
28 cl->netchan.message.cursize >
29 cl->netchan.message.maxsize - maxsize - 1) {
31 if (!cl->num_backbuf) {
32 memset(&cl->backbuf, 0, sizeof(cl->backbuf));
33 cl->backbuf.allowoverflow = true;
34 cl->backbuf.data = cl->backbuf_data[0]
    [all...]
sv_ccmds.c 167 client_t *cl; local
173 for (i=0,cl=svs.clients ; i<MAX_CLIENTS ; i++,cl++)
175 if (!cl->state)
177 if (cl->userid == idnum)
179 host_client = cl;
352 client_t *cl; local
357 for (i = 0, cl = svs.clients; i < MAX_CLIENTS; i++, cl++)
359 if (!cl->state
384 client_t *cl; local
774 client_t *cl; local
850 client_t *cl; local
    [all...]
sv_main.c 158 client_t *cl; local
166 for (i=0, cl = svs.clients ; i<MAX_CLIENTS ; i++, cl++)
167 if (cl->state >= cs_spawned)
168 Netchan_Transmit (&cl->netchan, net_message.cursize
242 int SV_CalcPing (client_t *cl)
251 for (frame = cl->frames, i=0 ; i<UPDATE_BACKUP ; i++, frame++)
314 void SV_FullClientUpdateToClient (client_t *client, client_t *cl)
316 ClientReliableCheckBlock(cl, 24 + strlen(client->userinfo));
317 if (cl->num_backbuf)
344 client_t *cl; local
508 client_t *cl, *newcl; local
1069 client_t *cl; local
1145 client_t *cl; local
    [all...]
  /bionic/libc/arch-x86/string/
strcmp.S 23 L2: movb (%eax),%cl
24 testb %cl,%cl /* null terminator??? */
26 cmpb %cl,(%edx) /* chars match??? */
30 movb (%eax),%cl
31 testb %cl,%cl
33 cmpb %cl,(%edx)
37 movb (%eax),%cl
38 testb %cl,%c
    [all...]
index.S 15 movb 8(%esp),%cl
19 cmpb %dl,%cl /* found char??? */
  /external/chromium/base/
command_line_unittest.cc 15 CommandLine cl = CommandLine::FromString( local
22 EXPECT_FALSE(cl.command_line_string().empty());
31 CommandLine cl(arraysize(argv), argv);
33 EXPECT_FALSE(cl.HasSwitch("cruller"));
34 EXPECT_FALSE(cl.HasSwitch("flim"));
35 EXPECT_FALSE(cl.HasSwitch("program"));
36 EXPECT_FALSE(cl.HasSwitch("dog"));
37 EXPECT_FALSE(cl.HasSwitch("cat"));
38 EXPECT_FALSE(cl.HasSwitch("output-rotation"));
39 EXPECT_FALSE(cl.HasSwitch("not-a-switch"))
89 CommandLine cl = CommandLine::FromString(L""); local
    [all...]
  /external/qemu/android/
hw-sensors.c 161 _hwSensorClient_free( HwSensorClient* cl )
164 if (cl->sensors) {
165 HwSensorClient** pnode = &cl->sensors->clients;
170 if (node == cl) {
171 *pnode = cl->next;
176 cl->next = NULL;
177 cl->sensors = NULL;
181 if (cl->client) {
182 qemud_client_close(cl->client);
183 cl->client = NULL
201 HwSensorClient* cl; local
228 HwSensorClient* cl = opaque; local
236 HwSensorClient* cl = opaque; local
263 HwSensorClient* cl = opaque; local
416 HwSensorClient* cl = _hwSensorClient_new(sensors); local
    [all...]
  /external/quake/quake/src/QW/client/
view.c 117 if (cl.spectator)
134 bob = sqrt(cl.simvel[0]*cl.simvel[0] + cl.simvel[1]*cl.simvel[1]) * cl_bob.value;
155 if (cl.laststop == cl.time)
160 if (cl.nodrift || !cl.pitchvel)
162 cl.pitchvel = v_centerspeed.value
    [all...]
cl_pred.c 42 if (PM_HullPointContents (&cl.model_precache[1]->hulls[1], 0, pmove.origin) == CONTENTS_EMPTY)
52 if (PM_HullPointContents (&cl.model_precache[1]->hulls[1], 0, pmove.origin) == CONTENTS_EMPTY)
87 pmove.dead = cl.stats[STAT_HEALTH] <= 0;
122 if (cl.paused)
125 cl.time = realtime - cls.latency - cl_pushlatency.value*0.001;
126 if (cl.time > realtime)
127 cl.time = realtime;
129 if (cl.intermission)
132 if (!cl.validsequence)
138 VectorCopy (cl.viewangles, cl.simangles)
    [all...]
block8.h 3 movb (%esi,%ebx,),%cl
12 movb 0x12345678(%ecx),%cl
14 movb %cl,1(%edi) variable
18 movb (%esi,%ebx,),%cl
27 movb 0x12345678(%ecx),%cl
29 movb %cl,1(%edi) variable
33 movb (%esi,%ebx,),%cl
42 movb 0x12345678(%ecx),%cl
44 movb %cl,1(%edi) variable
48 movb (%esi,%ebx,),%cl
59 movb %cl,1(%edi) variable
75 movb %cl,1(%edi) variable
90 movb %cl,1(%edi) variable
106 movb %cl,1(%edi) variable
122 movb %cl,1(%edi) variable
    [all...]
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 81 if (num >= cl.num_entities)
85 while (cl.num_entities<=num)
87 cl_entities[cl.num_entities].colormap = vid.colormap;
88 cl.num_entities++;
135 S_StartSound (ent, channel, cl.sound_precache[sound_num], pos, volume/255.0, attenuation);
227 cl.maxclients = MSG_ReadByte ();
228 if (cl.maxclients < 1 || cl.maxclients > MAX_SCOREBOARD)
230 Con_Printf("Bad maxclients (%u) from server\n", cl.maxclients);
233 cl.scores = (scoreboard_t*) Hunk_AllocName (cl.maxclients*sizeof(*cl.scores), "scores")
    [all...]
view.cpp 93 // if (cl.inwater)
117 cycle = cl.time - (int)(cl.time/cl_bobcycle.value)*cl_bobcycle.value;
127 bob = sqrt(cl.velocity[0]*cl.velocity[0] + cl.velocity[1]*cl.velocity[1]) * cl_bob.value;
128 //Con_Printf ("speed: %5.1f\n", Length(cl.velocity));
149 if (cl.laststop == cl.time
    [all...]
sbar.cpp 262 if (cl.gametype == GAME_DEATHMATCH)
275 if (cl.gametype == GAME_DEATHMATCH)
290 if (cl.gametype == GAME_DEATHMATCH)
303 if (cl.gametype == GAME_DEATHMATCH)
397 for (i=0 ; i<cl.maxclients ; i++)
399 if (cl.scores[i].name[0])
408 if (cl.scores[fragsort[j]].frags < cl.scores[fragsort[j+1]].frags)
440 s = &cl.scores[k];
463 sprintf (str,"Monsters:%3i /%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS])
    [all...]
  /build/tools/apicheck/src/com/android/apicheck/
ClassInfo.java 126 public boolean isConsistent(ClassInfo cl) {
127 cl.mExistsInBoth = true;
131 if (isInterface() != cl.isInterface()) {
132 Errors.error(Errors.CHANGED_CLASS, cl.position(),
133 "Class " + cl.qualifiedName()
139 for (ClassInfo c = cl; c != null && !found; c = c.mSuperClass) {
143 Errors.error(Errors.REMOVED_INTERFACE, cl.position(),
147 for (String iface : cl.mInterfaceNames) {
149 Errors.error(Errors.ADDED_INTERFACE, cl.position(),
157 if (cl.mMethods.containsKey(mInfo.getHashableName()))
    [all...]
  /build/tools/droiddoc/src/
Stubs.java 48 for (ClassInfo cl: all) {
49 if (cl.checkLevel() && cl.isIncluded()) {
50 cantStripThis(cl, notStrippable, "0:0");
56 for (ClassInfo cl: notStrippable) {
57 if (!cl.isHidden()) {
58 MethodInfo[] methods = cl.selfMethods();
69 + cl.qualifiedName() + "." + m.name()
76 "Method " + cl.qualifiedName() + "." + m.name()
88 + cl.qualifiedName() + "." + m.name() + "()")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentEncodingParser.java 77 ContentEncoding cl = new ContentEncoding(); local
78 cl.setHeaderName(SIPHeaderNames.CONTENT_ENCODING);
84 cl.setEncoding(token.getTokenValue());
87 list.add(cl);
90 cl = new ContentEncoding();
96 cl.setEncoding(token.getTokenValue());
98 list.add(cl);
  /libcore/luni/src/main/java/javax/xml/validation/
SecuritySupport.java 48 ClassLoader cl = null;
50 cl = Thread.currentThread().getContextClassLoader();
52 return cl;
96 static URL getResourceAsURL(final ClassLoader cl,
103 if (cl == null) {
107 url = cl.getResource(name);
114 static Enumeration getResources(final ClassLoader cl,
122 if (cl == null) {
126 enumeration = cl.getResources(name);
136 static InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
SecuritySupport.java 48 ClassLoader cl = null;
50 cl = Thread.currentThread().getContextClassLoader();
52 return cl;
96 static URL getResourceAsURL(final ClassLoader cl,
103 if (cl == null) {
107 url = cl.getResource(name);
114 static Enumeration getResources(final ClassLoader cl,
122 if (cl == null) {
126 enumeration = cl.getResources(name);
136 static InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java 49 ClassLoader cl = null;
51 cl = Thread.currentThread().getContextClassLoader();
53 return cl;
62 ClassLoader cl = null;
64 cl = ClassLoader.getSystemClassLoader();
66 return cl;
71 ClassLoader getParentClassLoader(final ClassLoader cl) {
77 parent = cl.getParent();
82 return (parent == cl) ? null : parent;
111 InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 49 ClassLoader cl = null;
51 cl = Thread.currentThread().getContextClassLoader();
53 return cl;
62 ClassLoader cl = null;
64 cl = ClassLoader.getSystemClassLoader();
66 return cl;
71 ClassLoader getParentClassLoader(final ClassLoader cl) {
77 parent = cl.getParent();
82 return (parent == cl) ? null : parent;
111 InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java 49 ClassLoader cl = null;
51 cl = Thread.currentThread().getContextClassLoader();
53 return cl;
62 ClassLoader cl = null;
64 cl = ClassLoader.getSystemClassLoader();
66 return cl;
71 ClassLoader getParentClassLoader(final ClassLoader cl) {
77 parent = cl.getParent();
82 return (parent == cl) ? null : parent;
111 InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java 46 ClassLoader cl = null;
48 cl = Thread.currentThread().getContextClassLoader();
50 return cl;
59 ClassLoader cl = null;
61 cl = ClassLoader.getSystemClassLoader();
63 return cl;
68 ClassLoader getParentClassLoader(final ClassLoader cl) {
74 parent = cl.getParent();
79 return (parent == cl) ? null : parent;
108 InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
SecuritySupport12.java 49 ClassLoader cl = null;
51 cl = Thread.currentThread().getContextClassLoader();
53 return cl;
62 ClassLoader cl = null;
64 cl = ClassLoader.getSystemClassLoader();
66 return cl;
71 ClassLoader getParentClassLoader(final ClassLoader cl) {
77 parent = cl.getParent();
82 return (parent == cl) ? null : parent;
111 InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java 49 ClassLoader cl = null;
51 cl = Thread.currentThread().getContextClassLoader();
53 return cl;
62 ClassLoader cl = null;
64 cl = ClassLoader.getSystemClassLoader();
66 return cl;
71 ClassLoader getParentClassLoader(final ClassLoader cl) {
77 parent = cl.getParent();
82 return (parent == cl) ? null : parent;
111 InputStream getResourceAsStream(final ClassLoader cl,
    [all...]
  /system/core/nexus/
main.cpp 33 CommandListener *cl = new CommandListener(); local
41 nm->setBroadcaster((SocketListener *) cl);
54 if (cl->startListener()) {

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011>>