OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sub_h
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c
211
unsigned
sub_h
= h > max_h ? max_h : h;
local
223
for (y = 0; y < h; y +=
sub_h
) {
224
sub_h
= MIN2(
sub_h
, h - y);
250
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
252
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
257
PUSH_DATA (push, align(
sub_h
, 2) << 16 | align(sub_w, 2));
/external/protobuf/php/ext/google/protobuf/
upb.c
7293
const upb_handlers *
sub_h
;
local
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
7972
const upb_handlers *
sub_h
;
local
[
all
...]
Completed in 59 milliseconds