HomeSort by relevance Sort by last modified time
    Searched refs:_t (Results 176 - 200 of 301) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libunwind/doc/
unw_get_proc_name.tex 15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\
unw_init_local.tex 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
unw_init_remote.tex 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
unw_set_caching_policy.tex 15 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_caching\_policy\_t} \Var{policy});\\
unw_is_fpreg.tex 15 \Type{int} \Func{unw\_is\_fpreg}(\Type{unw\_regnum\_t} \Var{reg});\\
unw_resume.tex 15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
55 will have to do so on its own by obtaining the \Type{unw\_proc\_info\_t}
unw_is_signal_frame.tex 15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
unw_step.tex 15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
  /device/generic/goldfish-opengl/system/egl/
ClientAPIExts.cpp 27 // typename has the form __egl_{funcname}_t
29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
  /external/clang/include/clang/Basic/
Specifiers.h 77 #define GENERIC_IMAGE_TYPE(ImgType, Id) TST_##ImgType##_t, // OpenCL image types
  /external/libvncserver/libvncclient/
hextile.c 30 #define CARDBPP CONCAT3E(uint,BPP,_t)
zlib.c 33 #define CARDBPP CONCAT3E(uint,BPP,_t)
zrle.c 45 #define CARDBPP CONCAT3E(uint,BPP,_t)
46 #define CARDREALBPP CONCAT3E(uint,REALBPP,_t)
72 #define PIXEL_T __RFB_CONCAT3E(uint,BPP,_t)
ultra.c 32 #define CARDBPP CONCAT3E(uint,BPP,_t)
  /external/elfutils/libelf/
gelf_xlate.c 67 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr)
68 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val)
  /external/libvncserver/libvncserver/
tabletrans24template.c 124 #define IN_T CONCAT3E(uint,BPP,_t)
125 #define OUT_T CONCAT3E(uint,BPP,_t)
tableinittctemplate.c 42 #define OUT_T CONCAT3E(uint,OUT,_t)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.cpp 283 /* check to see if the current input symbol matches '_t'.
289 _match(ANTLRTokenType _t, ANTLRChar **MissText,
296 if ( LA(1)!=_t ) {
298 *MissTok= _t;
308 /* check to see if the current input symbol matches '_t'.
312 _match_wsig(ANTLRTokenType _t)
317 if ( LA(1)!=_t ) return 0;
  /system/core/adb/
transport.cpp 139 static void transport_socket_events(int fd, unsigned events, void* _t) {
140 atransport* t = reinterpret_cast<atransport*>(_t);
147 handle_packet(p, (atransport*)_t);
180 static void read_transport_thread(void* _t) {
181 atransport* t = reinterpret_cast<atransport*>(_t);
240 static void write_transport_thread(void* _t) {
241 atransport* t = reinterpret_cast<atransport*>(_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 245 _t = time.time
248 start_timestamp = _t()
253 if _t() - start_timestamp > duration:
  /external/arm-neon-tests/
ref_vget_lane.c 45 (uint##W##_t)VAR(var, T1, W))
  /external/strace/
uid.c 69 # define uid_t__(size) uint ## size ## _t
  /external/vboot_reference/
Makefile     [all...]
  /external/google-breakpad/src/common/
test_assembler.cc 249 Section &Section::e ## bits(uint ## bits ## _t v) { \
275 Section &Section::D ## bits(uint ## bits ## _t v) { \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
int.h 93 cloog_int_t _t = i; \
95 j = _t; \

Completed in 459 milliseconds

1 2 3 4 5 6 78 91011>>