OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startofs
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/intel/
mm.c
98
int
startofs
, int size,
104
if (
startofs
> p->ofs) {
109
newblock->ofs =
startofs
;
110
newblock->size = p->size - (
startofs
- p->ofs);
134
newblock->ofs =
startofs
+ size;
172
int
startofs
= 0;
local
181
startofs
= (p->ofs + mask) & ~mask;
182
if (
startofs
< startSearch) {
183
startofs
= startSearch;
185
endofs =
startofs
+ size
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_mm.c
108
int
startofs
, int size,
114
if (
startofs
> p->ofs) {
118
newblock->ofs =
startofs
;
119
newblock->size = p->size - (
startofs
- p->ofs);
142
newblock->ofs =
startofs
+ size;
181
int
startofs
= 0;
local
194
startofs
= (p->ofs + mask) & ~mask;
195
if (
startofs
< startSearch ) {
196
startofs
= startSearch;
198
endofs =
startofs
+size
[
all
...]
/external/mesa3d/src/mesa/main/
mm.c
99
unsigned
startofs
, unsigned size,
105
if (
startofs
> p->ofs) {
109
newblock->ofs =
startofs
;
110
newblock->size = p->size - (
startofs
- p->ofs);
133
newblock->ofs =
startofs
+ size;
172
unsigned
startofs
= 0;
local
181
startofs
= (p->ofs + mask) & ~mask;
182
if (
startofs
< startSearch ) {
183
startofs
= startSearch;
185
endofs =
startofs
+size
[
all
...]
Completed in 134 milliseconds