OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execsize
(Results
1 - 3
of
3
) sorted by null
/external/libffi/src/
closures.c
191
static size_t
execsize
= 0;
variable
366
offset =
execsize
;
401
execsize
+= length;
436
if (
execsize
== 0 || execfd == -1)
453
/* We don't bother decreasing
execsize
or truncating the file, since
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_emit.c
166
int width, hstride, vstride,
execsize
;
local
200
execsize
= execsize_for_reg[insn->header.execution_size];
204
assert(
execsize
>= width);
207
if (
execsize
== width && hstride != 0) {
212
if (
execsize
== width && hstride == 0) {
222
if (
execsize
== 1 && width == 1) {
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c
166
int width, hstride, vstride,
execsize
;
local
200
execsize
= execsize_for_reg[insn->header.execution_size];
204
assert(
execsize
>= width);
207
if (
execsize
== width && hstride != 0) {
212
if (
execsize
== width && hstride == 0) {
222
if (
execsize
== 1 && width == 1) {
[
all
...]
Completed in 55 milliseconds