OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_mem
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
debug-info-template-member.cpp
38
// CHECK-SAME: elements: [[
C_MEM
:![0-9]*]]
41
// CHECK: [[
C_MEM
]] = !{[[C_VPTR:![0-9]*]], [[C_FUNC:![0-9]*]]}
55
// didn't appear in the class's member list (
C_MEM
). This prevents the functions
debug-info-class.cpp
106
// CHECK-SAME: elements: [[
C_MEM
:![0-9]*]]
109
// CHECK: [[
C_MEM
]] = !{[[C_VPTR:![0-9]*]], [[C_S:![0-9]*]], [[C_DTOR:![0-9]*]]}
/external/libdrm/tests/util/
pattern.c
213
unsigned char *
c_mem
= (yuv->order & YUV_CY) ? mem : mem + 1;
local
246
c_mem
[2*x+u] = colors_top[x * 7 / width].u;
247
c_mem
[2*x+v] = colors_top[x * 7 / width].v;
249
c_mem
+= stride;
254
c_mem
[2*x+u] = colors_middle[x * 7 / width].u;
255
c_mem
[2*x+v] = colors_middle[x * 7 / width].v;
257
c_mem
+= stride;
262
c_mem
[2*x+u] = colors_bottom[x * 4 / (width * 5 / 7)].u;
263
c_mem
[2*x+v] = colors_bottom[x * 4 / (width * 5 / 7)].v;
266
c_mem
[2*x+u] = colors_bottom[(x - width * 5 / 7)
649
unsigned char *
c_mem
= (yuv->order & YUV_CY) ? mem : mem + 1;
local
[
all
...]
Completed in 796 milliseconds