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

1 2 34 5 6 7 8 9

  /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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test2xcoff32.s 38 .csect _t.rw_[RO],4
  /external/libvncserver/libvncserver/
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/libunwind/doc/
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
unw_get_fpreg.tex 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t~*}\Var{valp});\\
  /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/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 351 #define __EXPECT(_expected, _seen, _t, _assert) do { \
355 if (!(__exp _t __seen)) { \
362 #_expected, __exp_print, #_t, \
370 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \
373 if (!(strcmp(__exp, __seen) _t 0)) { \
374 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
  /external/minijail/
test_harness.h 328 #define __EXPECT(_expected, _seen, _t, _assert) do { \
332 if (!(__exp _t __seen)) { \
339 #_expected, __exp_print, #_t, \
347 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \
350 if (!(strcmp(__exp, __seen) _t 0)) { \
351 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
  /external/tlsdate/src/
test_harness.h 330 #define __EXPECT(_expected, _seen, _t, _assert) do { \
334 if (!(__exp _t __seen)) { \
341 #_expected, __exp_print, #_t, \
349 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \
352 if (!(strcmp(__exp, __seen) _t 0)) { \
353 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
  /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); \
88 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)
  /cts/tests/tests/os/jni/seccomp-tests/tests/
test_harness.h 359 #define __EXPECT(_expected, _seen, _t, _assert) do { \
363 if (!(__exp _t __seen)) { \
370 #_expected, __exp_print, #_t, \
378 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \
381 if (!(strcmp(__exp, __seen) _t 0)) { \
382 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \

Completed in 701 milliseconds

1 2 34 5 6 7 8 9