HomeSort by relevance Sort by last modified time
    Searched refs:_t (Results 76 - 100 of 202) sorted by null

1 2 34 5 6 7 8 9

  /external/libvncserver/libvncserver/
hextile.c 95 static rfbBool subrectEncode##bpp(rfbClientPtr cli, uint##bpp##_t *data, \
96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\
97 static void testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, \
98 rfbBool *solid, uint##bpp##_t *bg, uint##bpp##_t *fg); \
110 uint##bpp##_t bg = 0, fg = 0, newBg, newFg; \
114 uint##bpp##_t clientPixelData[16*16*(bpp/8)]; \
196 subrectEncode##bpp(rfbClientPtr cl, uint##bpp##_t *data, int w, int h, \
197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono)
    [all...]
corre.c 206 subrectEncode##bpp(rfbClientPtr client, uint##bpp##_t *data, int w, int h) { \
207 uint##bpp##_t cl; \
213 uint##bpp##_t *seg; \
214 uint##bpp##_t *line; \
219 uint##bpp##_t bg = (uint##bpp##_t)getBgColour((char*)data,w*h,bpp); \
221 *((uint##bpp##_t*)client->afterEncBuf) = bg; \
273 *((uint##bpp##_t*)(client->afterEncBuf + client->afterEncBufLen)) = cl; \
rre.c 173 subrectEncode##bpp(rfbClientPtr client, uint##bpp##_t *data, int w, int h) { \
174 uint##bpp##_t cl; \
180 uint##bpp##_t *seg; \
181 uint##bpp##_t *line; \
186 uint##bpp##_t bg = (uint##bpp##_t)getBgColour((char*)data,w*h,bpp); \
188 *((uint##bpp##_t*)client->afterEncBuf) = bg; \
240 *((uint##bpp##_t*)(client->afterEncBuf + client->afterEncBufLen)) = cl; \
tabletranstemplate.c 42 #define IN_T CONCAT3E(uint,IN,_t)
43 #define OUT_T CONCAT3E(uint,OUT,_t)
tableinitcmtemplate.c 40 #define OUT_T CONCAT3E(uint,OUT,_t)
  /external/vboot_reference/
Android.mk 156 @rm -f $@ $@_t $@_commands
161 @external/vboot_reference/scripts/getversion.sh >> $@_t
163 'futil_cmd_t __cmd_##NAME;' >> $@_t
164 @cat $@_commands >> $@_t
165 @echo '#undef _CMD' >> $@_t
166 @echo '#define _CMD(NAME) &__cmd_##NAME,' >> $@_t
167 @echo 'const struct futil_cmd_t *const futil_cmds[] = {' >> $@_t
168 @cat $@_commands >> $@_t
169 @echo '0}; /* null-terminated */' >> $@_t
170 @echo '#undef _CMD' >> $@_t
    [all...]
  /external/libunwind/doc/
libunwind.tex 16 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*});\\
18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void~*});\\
22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\
24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*});\\
26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*});\
    [all...]
unw_get_accessors.tex 15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\
20 \Type{unw\_accessors\_t} structure, which contains the call-back
34 \Type{unw\_accessors\_t} structure.
unw_create_addr_space.tex 15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
36 variable of type \Type{unw\_accessors\_t}. The contents of this
54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip},\\
57 \Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\
59 \Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t} \Var{as},\\
60 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t~*}\Var{dilap}, \Type{void~*}\Var{arg});\
    [all...]
unw_get_proc_info.tex 15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
23 return the information. The \Type{unw\_proc\_info\_t} has the
26 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first
30 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first
34 \item[\Type{unw\_word\_t} \Var{lsda}] The address of the
38 \item[\Type{unw\_word\_t} \Var{handler}] The address of the exception
42 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer of the
48 \item[\Type{unw\_word\_t} \Var{flags}] A set of flags. There ar
    [all...]
unw_flush_cache.tex 15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
unw_getcontext.tex 15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\
31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
32 that of \Type{ucontext\_t} and such structures can be initialized with
libunwind-dynamic.tex 87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
90 \Type{unw\_dyn\_info\_t} structure are described below:
96 \item[\Type{unw\_word\_t} \Var{start\_ip}] The start-address of the
99 \item[\Type{unw\_word\_t} \Var{end\_ip}] The end-address of the
103 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer value in use
107 \item[\Type{int32\_t} \Var{format}] The format of the unwind-info.
114 \item[\Type{unw\_dyn\_proc\_info\_t} \Var{pi}] This member is used
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
129 \Type{unw\_dyn\_proc\_info\_t}. This structure contains the followin
    [all...]
_U_dyn_cancel.tex 15 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
21 is the pointer to the \Type{unw\_dyn\_info\_t} structure that
_U_dyn_register.tex 15 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
21 described by a structure of type \Type{unw\_dyn\_info\_t} (see
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 10 template<char...Cs> S operator"" _t() { return S(); } function
  /external/libxml2/win32/wince/
wincecompat.h 48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 4 _t: label
  /external/libvncserver/libvncclient/
cursor.c 32 ((((uint##bpp##_t)(r) & 0xFF) * client->format.redMax + 127) / 255 \
34 (((uint##bpp##_t)(g) & 0xFF) * client->format.greenMax + 127) / 255 \
36 (((uint##bpp##_t)(b) & 0xFF) * client->format.blueMax + 127) / 255 \
corre.c 30 #define CARDBPP CONCAT3E(uint,BPP,_t)
rre.c 30 #define CARDBPP CONCAT3E(uint,BPP,_t)
  /external/valgrind/none/tests/s390x/
dfpext.c 10 register typeof(target) _t asm("f0"); \
11 asm volatile(insn(round,0,0,2) :"=f" (_t):"d"(source)); \
12 _t; \
18 register typeof(target) _t asm("f0"); \
19 asm volatile(insn(round,0,0,2) :"=f" (_t):"d"(source)); \
20 _t; \
  /external/harfbuzz_ng/src/
hb-shaper-private.hh 77 HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (hb_##object##_t *object HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS); \
89 hb_##shaper##_shaper_##object##_data_ensure (hb_##object##_t *object) \
  /external/harfbuzz_ng/test/api/
hb-test.h 221 typedef G_PASTE (FixturePrefix, _t) Fixture; \
230 add_vtable (#Func, sizeof (G_PASTE (FixturePrefix, _t)), UserData, \
249 typedef G_PASTE (FixturePrefix, _t) Fixture; \
258 add_vtable (#Func, Flavor, sizeof (G_PASTE (FixturePrefix, _t)), UserData, \
  /external/libvncserver/examples/
rotatetemplate.c 1 #define OUT_T CONCAT3E(uint,OUTBITS,_t)

Completed in 1198 milliseconds

1 2 34 5 6 7 8 9