HomeSort by relevance Sort by last modified time
    Searched refs:blocked (Results 1 - 13 of 13) sorted by null

  /external/quake/quake/src/QW/client/
pmove.c 67 returns the blocked flags (1 = floor, 2 = step / wall)
76 int i, blocked; local
78 blocked = 0;
80 blocked |= 1; // floor
82 blocked |= 2; // step
94 return blocked;
119 int blocked; local
123 blocked = 0;
158 blocked |= 1; // floor
162 blocked |= 2; // ste
    [all...]
  /external/quake/quake/src/QW/server/
sv_phys.c 194 returns the blocked flags (1 = floor, 2 = step / wall)
203 int i, blocked; local
205 blocked = 0;
207 blocked |= 1; // floor
209 blocked |= 2; // step
221 return blocked;
250 int blocked; local
254 blocked = 0;
289 blocked |= 1; // floor
298 blocked |= 2; // ste
    [all...]
progdefs.h 104 func_t blocked; member in struct:__anon6931
  /external/quake/quake/src/QW/progs/
progdefs.h 85 func_t blocked; member in struct:__anon6883
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 185 returns the blocked flags (1 = floor, 2 = step / wall)
194 int i, blocked; local
196 blocked = 0;
198 blocked |= 1; // floor
200 blocked |= 2; // step
212 return blocked;
241 int blocked; local
245 blocked = 0;
283 blocked |= 1; // floor
292 blocked |= 2; // ste
    [all...]
  /external/bluetooth/bluez/src/
storage.h 80 gboolean blocked);
device.c 140 gboolean blocked; member in struct:btd_device
335 /* Blocked */
336 boolean = device->blocked;
337 dict_append_entry(&dict, "Blocked", DBUS_TYPE_BOOLEAN, &boolean);
469 if (device->blocked)
491 device->blocked = TRUE;
501 emit_property_changed(conn, device->path, DEVICE_INTERFACE, "Blocked",
502 DBUS_TYPE_BOOLEAN, &device->blocked);
513 if (!device->blocked)
530 device->blocked = FALSE
    [all...]
storage.c 1211 create_filename(filename, PATH_MAX, local, "blocked");
1225 gboolean blocked)
1229 create_filename(filename, PATH_MAX, local, "blocked");
1235 if (blocked == FALSE)
  /external/v8/benchmarks/
richards.js 201 * Release a task that is currently blocked and return the next block to run.
217 * to run. The blocked task will not be made runnable until it is explicitly
284 * The task is not currently running. The task is not blocked as such and may
290 * The task is blocked and cannot be run until it is explicitly released.
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 196 * Release a task that is currently blocked and return the next block to run.
212 * to run. The blocked task will not be made runnable until it is explicitly
279 * The task is not currently running. The task is not blocked as such and may
285 * The task is blocked and cannot be run until it is explicitly released.
  /external/kernel-headers/original/linux/
sched.h 13 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
889 sigset_t blocked, real_blocked; member in struct:task_struct
913 /* PI waiters blocked on a rt_mutex held by this task */
    [all...]

Completed in 277 milliseconds